@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}


/* INICIO FUENTES PERSONALIZADAS 27/01/2023 */
/* Circular Spotify Light*/
@font-face {
  font-family: "Circular Spotify Light";
  src: url('https://torrenet.xyz/spotyfrade/fuentes/CircularSpotifyText-Light.otf');
  font-weight: 300;
  font-style: normal;
}

/* Circular Spotify Medium*/
@font-face {
  font-family: "Circular Spotify Medium";
  src: url('https://torrenet.xyz/spotyfrade/fuentes/CircularSpotifyText-Medium.otf');
  font-weight: 500;
  font-style: normal;
}

/* Circular Spotify Bold*/
@font-face {
  font-family: "Circular Spotify Bold";
  src: url('https://torrenet.xyz/spotyfrade/fuentes/CircularSpotifyText-Bold.otf');
  font-weight: 700;
  font-style: normal;
}

/* Circular Spotify Black*/
@font-face {
  font-family: "Circular Spotify Black";
  src: url('https://torrenet.xyz/spotyfrade/fuentes/CircularSpotifyText-Black.otf');
  font-weight: 900;
  font-style: normal;
}
/* FIN FUENTES PERSONALIZADAS 27/01/2023 */


/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
}
.ps-container.ps-in-scrolling {
    pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #2a2a35;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #57576d;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #2a2a35;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #57576d;
}
.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #404051;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #404051;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
}
.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #2a2a35;
    opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #57576d;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #2a2a35;
    opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #57576d;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #2a2a35;
    opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #57576d;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #2a2a35;
    opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #57576d;
}

._720kb-tooltip {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    position: absolute;
    z-index: 9;
    padding: 0.4% 1%;
    opacity: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: -200%;
    top: 0;
}

._720kb-tooltip-title {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    width: 100%;
    clear: both;
}

._720kb-tooltip._720kb-tooltip-small {
    padding: 4.5px 10px;
    font-size: 12px;
}

._720kb-tooltip._720kb-tooltip-medium {
    padding: 7px 15px;
    font-size: 13.5px;
}

._720kb-tooltip._720kb-tooltip-large {
    padding: 10px 20px;
    font-size: 14px;
}

._720kb-tooltip._720kb-tooltip-open {
    visibility: visible;
    opacity: 1;
}

._720kb-tooltip-caret:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid rgba(0, 0, 0, 0.8);
}

._720kb-tooltip-caret:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
}

._720kb-tooltip-left ._720kb-tooltip-caret:before {
    top: 50%;
    left: 100%;
    margin-left: 0;
    margin-top: -6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-width: 0;
}

._720kb-tooltip-left ._720kb-tooltip-caret:after {
    top: 50%;
    left: 100%;
    margin-left: 0;
    margin-top: -5px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-width: 0;
}

._720kb-tooltip-right ._720kb-tooltip-caret:before {
    top: 50%;
    left: 0;
    margin-left: -6px;
    margin-top: -6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-width: 0;
}

._720kb-tooltip-right ._720kb-tooltip-caret:after {
    top: 50%;
    left: 0;
    margin-left: -5px;
    margin-top: -5px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-width: 0;
}

._720kb-tooltip-top ._720kb-tooltip-caret:before {
    top: 100%;
    left: 50%;
    margin-left: -6px;
    margin-bottom: -6px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-width: 0;
}

._720kb-tooltip-top ._720kb-tooltip-caret:after {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-bottom: -5px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-width: 0;
}

._720kb-tooltip-bottom ._720kb-tooltip-caret:before {
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 0;
}

._720kb-tooltip-bottom ._720kb-tooltip-caret:after {
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 0;
}

._720kb-tooltip-close-button {
    float: right;
}

@font-face {
    font-family: "fontello";
    src: url("../../../font/fontello.eot?65130187");
    src: url("../../../font/fontello.eot?65130187#iefix") format("embedded-opentype"), url("../../../font/fontello.woff2?65130187") format("woff2"), url("../../../font/fontello.woff?65130187") format("woff"),
        url("../../../font/fontello.ttf?65130187") format("truetype"), url("../../../font/fontello.svg?65130187#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?65130187#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-emo-sunglasses:before {
    content: "\e800";
}

/* '' */
.icon-spin2:before {
    content: "\e801";
}

/* '' */
.icon-spin6:before {
    content: "\e802";
}

/* '' */
.icon-mail:before {
    content: "\e803";
}

/* '' */
.icon-users-1:before {
    content: "\e804";
}

/* '' */
.icon-home:before {
    content: "\e805";
}

/* '' */
.icon-angle-up:before {
    content: "\e806";
}

/* '' */
.icon-angle-down:before {
    content: "\e807";
}

/* '' */
.icon-sort-alt-up:before {
    content: "\e808";
}

/* '' */
.icon-note:before {
    content: "\e809";
}

/* '' */
.icon-search:before {
    content: "\e80a";
}

/* '' */
.icon-users:before {
    content: "\e80b";
}

/* '' */
.icon-video:before {
    content: "\e80c";
}

/* '' */
.icon-menu:before {
    content: "\e80d";
}

/* '' */
.icon-link:before {
    content: "\e80e";
}

/* '' */
.icon-thumbs-up:before {
    content: "\e80f";
}

/* '' */
.icon-thumbs-down:before {
    content: "\e810";
}

/* '' */
.icon-download:before {
    content: "\e811";
}

/* '' */
.icon-share:before {
    content: "\e812";
}

/* '' */
.icon-login:before {
    content: "\e813";
}

/* '' */
.icon-mic:before {
    content: "\e814";
}

/* '' */
.icon-left-open-big:before {
    content: "\e815";
}

/* '' */
.icon-shuffle-1:before {
    content: "\e816";
}

/* '' */
.icon-loop:before {
    content: "\e817";
}

/* '' */
.icon-list-add:before {
    content: "\e818";
}

/* '' */
.icon-globe:before {
    content: "\e819";
}

/* '' */
.icon-dot-3:before {
    content: "\e81a";
}

/* '' */
.icon-brush:before {
    content: "\e81b";
}

/* '' */
.icon-gauge:before {
    content: "\e81c";
}

/* '' */
.icon-cancel:before {
    content: "\e81d";
}

/* '' */
.icon-lock:before {
    content: "\e81e";
}

/* '' */
.icon-lock-open:before {
    content: "\e81f";
}

/* '' */
.icon-pencil:before {
    content: "\e820";
}

/* '' */
.icon-loop-outline:before {
    content: "\e821";
}

/* '' */
.icon-play-1:before {
    content: "\e822";
}

/* '' */
.icon-wifi:before {
    content: "\e823";
}

/* '' */
.icon-ok:before {
    content: "\e824";
}

/* '' */
.icon-cancel-1:before {
    content: "\e825";
}

/* '' */
.icon-plus:before {
    content: "\e826";
}

/* '' */
.icon-clock:before {
    content: "\e827";
}

/* '' */
.icon-resize-full:before {
    content: "\e828";
}

/* '' */
.icon-cd:before {
    content: "\e829";
}

/* '' */
.icon-left-open:before {
    content: "\e82a";
}

/* '' */
.icon-right-open:before {
    content: "\e82b";
}

/* '' */
.icon-play:before {
    content: "\e82c";
}

/* '' */
.icon-pause:before {
    content: "\e82d";
}

/* '' */
.icon-to-end:before {
    content: "\e82e";
}

/* '' */
.icon-to-start:before {
    content: "\e82f";
}

/* '' */
.icon-cog:before {
    content: "\e830";
}

/* '' */
.icon-calendar-1:before {
    content: "\e831";
}

/* '' */
.icon-volume-off-1:before {
    content: "\e832";
}

/* '' */
.icon-volume-up-1:before {
    content: "\e833";
}

/* '' */
.icon-gauge-1:before {
    content: "\e834";
}

/* '' */
.icon-trash:before {
    content: "\e835";
}

/* '' */
.icon-key:before {
    content: "\e836";
}

/* '' */
.icon-wallet:before {
    content: "\e837";
}

/* '' */
.icon-upload:before {
    content: "\e838";
}

/* '' */
.icon-tags:before {
    content: "\e839";
}

/* '' */
.icon-fire:before {
    content: "\e83a";
}

/* '' */
html,
body,
#main-view {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#main-view.has-advert {
    height: calc(100% - 180px);
}

#main-view.has-multiple-adverts {
    height: calc(100% - 415px);
}

@media only screen and (max-width: 627px) {
    #main-view {
        height: calc(100% - 40px);
    }
}

html {
    box-sizing: border-box;
    line-height: 1.42857143;
    font-size: 14px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: RobotoDraft, "Helvetica Neue", sans-serif;
    background-color: #1e1e26;
}
body #splash {
    padding: 0 20px 80px 0;
}
body.loading-with-overlay #splash {
    background-color: rgba(0, 0, 0, 0.8);
}

.app-container {
    display: none;
    flex-direction: column;
    height: 100%;
    color: #c2c2ca;
    overflow: hidden;
}
.app-container.visible {
    display: flex;
}
.app-container > .page-container {
    /* height: calc(100% - 50px); */
    height: calc(100% - 75px);
    display: flex;
    position: relative;
}

@media only screen and (max-width: 685px) {
    .app-container > .page-container {
        /* height: calc(100% - 50px); */
        height: calc(100% - 90px);
        display: flex;
        position: relative;
    }   
}

a {
    text-decoration: none;
    color: #40b3ca;
}
a:hover {
    text-decoration: underline;
}

.middle-view {
    flex: 1 1 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #1e1e26;
}
.middle-view > .ad-container {
    margin: 30px 0;
}
.middle-view > .mobile-nav {
    display: none;
    position: relative;
    z-index: 99999;
    background-color: #2a2a35;
    font-size: 2rem;
    padding: 0 10px;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    align-items: center;
}
.middle-view > .mobile-nav.show {
    display: flex;
}
.middle-view > .mobile-nav > .state-name {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 2px 15px 0 10px;
}
.middle-view > .mobile-nav .mobile-search-bar {
    width: 85%;
    height: 20px;
    position: relative;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #898b8c;
    border-radius: 3px;
    font-size: 0.9rem;
}
.middle-view > .mobile-nav .mobile-search-bar > input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px 8px 20px;
    border-radius: 3px;
    border: none;
    outline: none !important;
}
.middle-view > .mobile-nav .mobile-search-bar > .icon-search {
    position: absolute;
    top: 0;
    left: 0;
}
.middle-view > .mobile-nav .mobile-search-bar > .search-bar-spinner {
    position: absolute;
    top: -2px;
    right: 0;
    color: #40b3ca;
}

#full-page-view {
    height: 100%;
    overflow: hidden;
}

#full-page-view:empty {
    display: none;
}

.full-height {
    height: 100%;
}

.comma:not(:first-child):before {
    content: ", ";
}

@media only screen and (max-width: 627px) {
    .hidden-phone {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .hidden-tablet-portrait {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .hidden-tablet {
        display: none !important;
    }
}

.no-link {
    cursor: default !important;
}
.no-link:hover {
    text-decoration: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.scroll-container {
    height: 100%;
    width: 100%;
    overflow: auto;
    position: relative;
}

.text-capitalize {
    text-transform: capitalize;
}

.page-shadow {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
    border-left: 1px solid #222326;
}

.no-items {
    width: 100%;
    padding-top: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.no-items > .title {
    font-size: 2rem;
    padding-bottom: 5px;
}
.no-items > .sub {
    max-width: 550px;
}

#splash .inner {
    border-color: #40b3ca;
}

.flex-table {
    display: flex;
    flex-flow: column nowrap;
    font-size: 1rem;
    line-height: 1.5;
}
.flex-table .ellipses {
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
}
.flex-table a.ellipses:hover {
    text-decoration: underline;
}
.flex-table-header {
    font-weight: 500;
    background-color: #282832;
    text-transform: uppercase;
}
.flex-table-header:hover {
    background-color: #282832 !important;
}
.flex-table-header[sortable-table-header] .flex-table-row-item {
    cursor: pointer;
    user-select: none;
}
.flex-table-header .flex-table-row-item {
    border: none;
}
.flex-table-row {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}
.flex-table-row.over .flex-table-row-item {
    border-bottom-color: #40b3ca;
}
.flex-table-row:hover {
    background-color: #23232c;
}
.flex-table-row.moving {
    background-color: #2c2c37;
}
.flex-table-row-item {
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-basis: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    padding: 0.5em;
    border: 1px solid #2a2b30;
}
.flex-table-row-item:before {
    content: none;
}
@media only screen and (max-width: 1024px) {
    .flex-table-row-item.more-options {
        width: 30px !important;
    }
    .flex-table-row-item.more-options > .icon {
        display: block !important;
    }
    .flex-table-row-item.hidden-phone {
        display: none;
    }
}
.flex-table.light .flex-table-row {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
}
.flex-table.light .flex-table-row:hover {
    background-color: #f7f7f7;
}
.flex-table.light .flex-table-row-item {
    border: 1px solid #e7eaec;
    margin: -1px 0 0 -1px;
}
.flex-table.light .flex-table-header {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
}
.flex-table.light .flex-table-header:hover {
    background-color: #fff !important;
}

button,
a.btn {
    color: #c2c2ca;
    background-color: #282832;
    padding: 8px 16px;
    border: 1px solid #42444b;
    border-radius: 3px;
    font-size: 1rem;
}
button:hover,
a.btn:hover {
    text-decoration: none;
}
button.options,
a.btn.options {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 1px 0 0;
    margin-left: 5px;
    border-color: #c2c2ca;
}
button.pill-button,
a.btn.pill-button {
    height: 28px;
    padding: 0 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 400;
    min-width: 100px;
}
button.primary,
a.btn.primary {
    background-color: #40b3ca;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    text-transform: uppercase;
    border: none;
    font-weight: 500;
}
button.primary:hover,
a.btn.primary:hover {
    background-color: #34a6bc;
}
button.cancel,
a.btn.cancel {
    background-color: transparent;
    text-transform: uppercase;
    border: none;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
}
button.cancel:hover,
a.btn.cancel:hover {
    background-color: rgba(158, 158, 158, 0.2);
}
button.danger,
a.btn.danger {
    background-color: #ea6153;
    color: #fff;
    border-color: #ea6153;
}
button.danger:hover,
a.btn.danger:hover {
    background-color: #e74c3c;
}
button.no-shadow,
a.btn.no-shadow {
    box-shadow: none;
}
button:focus,
a.btn:focus {
    outline: none;
}
button:disabled,
a.btn:disabled {
    background-color: #e1e1e1;
    box-shadow: none;
    color: #b7b7b7;
    cursor: not-allowed;
}
button:disabled:hover,
a.btn:disabled:hover {
    background-color: #e1e1e1;
}

#reset-password-page {
    background-color: #1e1e26;
    height: 100%;
    color: #a7a7b2;
}
#reset-password-page .reset-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    font-family: "Open Sans", sans-serif;
}
#reset-password-page .reset-container .alert {
    background-color: #ea6153;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
}
#reset-password-page .reset-container .alert > ul {
    list-style: none;
    margin: 10px 0 0;
}
#reset-password-page .reset-container .logo {
    width: 200px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}
#reset-password-page .reset-container .panel {
    width: 600px;
    background-color: #2a2a35;
    padding: 25px;
    border-radius: 3px;
}
#reset-password-page .reset-container .panel > .panel-heading {
    font-size: 1.7rem;
    margin-bottom: 20px;
}
#reset-password-page .reset-container .input-container {
    margin-bottom: 20px;
}
#reset-password-page .reset-container .input-container > label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
#reset-password-page .reset-container .input-container > input {
    display: block;
    height: 35px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 6px 12px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #353543;
    border: 1px solid #4c4c5f;
}
#reset-password-page .reset-container .input-container > .help-block {
    font-size: 0.9rem;
    margin-top: 5px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

#player-controls {
    background-color: #23232c;
    color: #fff;
    flex: 0 0 50px;
    width: 100%;
    display: flex;
    border-top: 1px solid #32323d;
    position: relative;
}
@media only screen and (max-width: 627px) {
    #player-controls {
        padding-top: 6px;
    }
}
#player-controls .lyrics {
    display: flex;
    align-items: center;
    color: #bfbfbf;
    margin: 0 20px 0 15px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}
#player-controls .lyrics.showing-lyrics {
    color: #40b3ca;
}
#player-controls .lyrics.showing-lyrics:hover {
    color: #68c3d5;
}
#player-controls .lyrics:hover {
    color: #fff;
}
#player-controls .volume-container {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}
#player-controls .volume-container > .volume {
    margin-right: 7px;
    cursor: pointer;
}
#player-controls .volume-container > .volume:hover {
    color: white;
}
#player-controls .volume-container > .volume-bar {
    width: 90px;
    height: 5px;
    background-color: #353543;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#player-controls .volume-container > .volume-bar:hover > .volume-handle {
    visibility: visible;
}
#player-controls .volume-container > .volume-bar > .volume-level {
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #62627c;
    z-index: 1;
}
#player-controls .volume-container > .volume-bar > .volume-handle {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: -3.3px;
    background-color: #fff;
    width: 11.05px;
    height: 11.05px;
    border-radius: 50%;
    z-index: 2;
}
#player-controls .buttons {
    display: flex;
    align-items: center;
    margin: 0 20px 0 15px;
}
#player-controls .buttons > i {
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}
#player-controls .buttons > i:hover {
    color: white;
}
#player-controls .buttons.right {
    color: #bfbfbf;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#player-controls .buttons.right.closed {
    transform: translateX(300px);
}
@media only screen and (max-width: 627px) {
    #player-controls .buttons.right {
        position: absolute;
        right: 0;
        bottom: 50px;
        background-color: #2a2a35;
        padding: 10px;
        margin: 0;
        z-index: 8;
    }
}
#player-controls .buttons > .toggle-video {
    margin: 0 10px 0 0;
}
#player-controls .buttons > .download-track {
    margin: 0 10px 0 0;
}
#player-controls .buttons > .toggle-queue {
    font-size: 1.3rem;
}
#player-controls .buttons > .shuffle {
    margin: 0 5px 0 10px;
}
#player-controls .buttons > .shuffle.shuffling {
    color: #40b3ca;
}
#player-controls .buttons > .shuffle.shuffling:hover {
    color: #68c3d5;
}
#player-controls .buttons > .repeat {
    margin: 0 20px 0 5px;
    cursor: pointer;
    font-size: 1.3rem;
    position: relative;
    transition: color 0.1s ease-in-out;
}
#player-controls .buttons > .repeat:hover {
    color: white;
}
#player-controls .buttons > .repeat.repeating {
    color: #40b3ca;
}
#player-controls .buttons > .repeat.repeating:hover {
    color: #68c3d5;
}
#player-controls .buttons > .repeat.repeating-one {
    color: #40b3ca;
}
#player-controls .buttons > .repeat.repeating-one:hover {
    color: #68c3d5;
}
#player-controls .buttons > .repeat.repeating-one:before {
    content: "1";
    position: absolute;
    right: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #40b3ca;
    color: #23232c;
    font-size: 0.6rem;
    font-weight: bold;
    padding-left: 2px;
}
#player-controls .buttons > .toggle-play,
#player-controls .buttons > .track-loading {
    font-size: 2.2rem;
}
#player-controls .buttons > .next,
#player-controls .buttons > .prev {
    font-size: 1.1rem;
}
#player-controls .buttons .icon.disabled,
#player-controls .lyrics.disabled {
    color: #666666 !important;
    cursor: default;
}
#player-controls .track-info,
#player-controls .controls-toggler {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    flex: 1 1 auto;
}
@media only screen and (max-width: 627px) {
    #player-controls .track-info,
    #player-controls .controls-toggler {
        display: flex;
    }
}
#player-controls .track-info > .artist-name,
#player-controls .controls-toggler > .artist-name {
    color: #898b8c;
}
#player-controls .controls-toggler {
    font-size: 1.2rem;
    transform: rotate(90deg);
}

.progress-container {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    color: #cccccc;
    font-size: 13px;
}
@media only screen and (max-width: 627px) {
    .progress-container {
        flex: 0 0 auto;
    }
}

.progress-bar {
    height: 41px;
    margin: 0 10px;
    position: relative;
    flex: 1 1 auto;
    cursor: pointer;
    display: inline-block;
}
.progress-bar:hover > .handle {
    visibility: visible;
}
.progress-bar > .elapsed {
    position: absolute;
    top: 18px;
    background-color: #40b3ca;
    width: 0;
    height: 5px;
    z-index: 2;
}
.progress-bar > .progress {
    position: absolute;
    top: 18px;
    background-color: #353543;
    height: 5px;
    width: 100%;
    z-index: 1;
}
.progress-bar > .handle {
    visibility: hidden;
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    z-index: 3;
}
@media only screen and (max-width: 627px) {
    .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        width: 100%;
        margin: 0;
    }
    .progress-bar > .elapsed,
    .progress-bar > .progress {
        top: 0;
    }
    .progress-bar > .handle {
        top: -4px;
    }
}

.search-panel-backdrop {
    width: calc(100% - 220px);
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    left: 220px;
    z-index: 6;
}

.search-panel {
    background-color: #1e1e26;
    color: #c2c2ca;
    position: absolute;
    top: 0;
    left: -640px;
    height: 100%;
    width: 365px;
    padding: 0 20px;
    overflow: auto;
    z-index: 3;
    transition: left 0.3s ease;
    border: 1px solid #1a1a21;
}
.search-panel.full-page {
    position: static;
    width: 100%;
    height: calc(100% - 40px);
}
.search-panel.full-page .view-all {
    display: none;
}
.search-panel.out {
    left: 0;
}
.search-panel > .view-all {
    background-color: #2a2a35;
    padding: 15px;
    margin: 15px 0 25px;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.search-panel > .view-all:hover {
    background-color: #31313d;
}
.search-panel > .view-all > .icon {
    float: right;
}
.search-panel > .result-container.albums .media-text:hover,
.search-panel > .result-container.albums .media-subtext:hover {
    text-decoration: underline;
}
.search-panel > .result-container > h2 {
    color: #898b8c;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 20px;
}
.search-panel > .result-container > .track {
    margin-bottom: 10px;
    padding: 7px 10px;
    background-color: #2a2a35;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}
.search-panel > .result-container > .track:hover {
    background-color: #31313d;
}
.search-panel > .result-container > .track > .track-name {
    font-weight: 400;
    font-size: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 290px;
}
.search-panel > .result-container > .track > .artist-name {
    color: #898b8c;
}
.search-panel > .result-container > .track > .artist-name > .artists {
    display: flex;
    color: #898b8c;
    overflow: hidden;
}
.search-panel > .result-container > .track > .artist-name > .artists > .artist {
    cursor: pointer;
    padding-left: 4px;
    flex-shrink: 0;
}
.search-panel > .result-container > .track > .artist-name > .artists > .artist:first-of-type {
    padding-left: 0;
}
.search-panel > .result-container > .track > .artist-name > .artists > .artist:hover {
    text-decoration: underline;
}
.search-panel > .result-container > .media {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.search-panel > .result-container > .media:hover {
    background-color: #2a2a35;
}
.search-panel > .result-container > .media > .media-image {
    width: 55px;
    height: 55px;
    object-fit: cover;
    flex: 0 0 auto;
}
.search-panel > .result-container > .media > .media-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 11px;
    flex: 1 1 auto;
}
.search-panel > .result-container > .media > .media-body > .media-text,
.search-panel > .result-container > .media > .media-body .media-subtext {
    color: #c2c2ca;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}
.search-panel > .result-container > .media > .media-body > .media-subtext {
    color: #898b8c;
}
.search-panel > .result-container.playlists .media-text {
    text-transform: capitalize;
}
.search-panel > .result-container.playlists .media-subtext:hover {
    text-decoration: underline;
}

#left-panel {
    height: 100%;
    background-color: #23232c;
    color: #c2c2ca;
    flex: 0 0 220px;
    max-width: 220px;
    z-index: 7;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#left-panel.closed {
    transform: translateX(-300px);
}
#left-panel > .left-panel-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#left-panel .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    overflow: auto;
    position: relative;
    flex: 1 1 auto;
}
#left-panel .content > .logo {
    width: 70%;
    height: auto;
    margin-bottom: 5px;
}
#left-panel .content > .logo > img {
    width: 100%;
    height: auto;
}
#left-panel .content .divider {
    height: 1px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    background-color: #32323d;
    margin-top: 25px;
    flex: 0 0 auto;
}
#left-panel .content .login-btns {
    padding: 25px 15px 0;
    flex: 0 0 auto;
}
#left-panel .content .login-btns > .register-btn {
    color: #c2c2ca;
}
#left-panel .content .login-btns > .login-btn {
    box-shadow: none;
}
#left-panel .playlists-container {
    width: 100%;
    flex: 1 1 auto;
}
#left-panel .main-menu .menu-item .icon {
    margin-right: 3px;
}
#left-panel .playlists h2 .icon {
    display: inline-block;
    float: right;
    cursor: pointer;
    position: relative;
    bottom: 1px;
}
#left-panel .main-menu,
#left-panel .your-music,
#left-panel .playlists {
    text-align: left;
    width: 100%;
    margin-top: 20px;
    font-size: 1.1rem;
    font-weight: 100;
}
#left-panel .main-menu h2,
#left-panel .your-music h2,
#left-panel .playlists h2 {
    font-size: 1rem;
    padding: 6px 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 100;
}
#left-panel .main-menu .menu-item,
#left-panel .your-music .menu-item,
#left-panel .playlists .menu-item {
    width: 100%;
    padding: 8px 18px;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 220px;
    border-right: 3px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#left-panel .main-menu .menu-item.active,
#left-panel .your-music .menu-item.active,
#left-panel .playlists .menu-item.active {
    background-color: #2c2c37;
    border-color: #40b3ca;
}
#left-panel .main-menu .menu-item:hover,
#left-panel .your-music .menu-item:hover,
#left-panel .playlists .menu-item:hover {
    background-color: #2c2c37;
}
#left-panel .search-bar {
    width: 85%;
    height: 35px;
    position: relative;
    background-color: #353543;
    border: 1px solid #4c4c5f;
    border-radius: 3px;
    flex: 0 0 auto;
}
#left-panel .search-bar > input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border-radius: 3px;
    border: none;
    background-color: transparent;
}
#left-panel .search-bar > input:active,
#left-panel .search-bar > input:focus {
    outline: none;
}
#left-panel .search-bar > .search-bar-spinner,
#left-panel .search-bar .search-bar-clear {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 1.5rem;
    cursor: pointer;
}
#left-panel .search-bar > .search-bar-spinner {
    color: #40b3ca;
}
#left-panel .new-playlist {
    display: flex;
    padding: 0 15px;
    font-size: 1.03rem;
    cursor: pointer;
    border-top: 1px solid #32323d;
    height: 51px;
    flex: 0 0 auto;
    align-items: center;
}
#left-panel .new-playlist:hover {
    color: #dddde2;
}
#left-panel .new-playlist > .icon {
    margin-right: 5px;
}
#left-panel .current-track {
    display: flex;
    align-items: center;
    padding: 6px 8px 5px;
    border-top: 1px solid #32323d;
    flex: 0 0 auto;
}
#left-panel .current-track .add-remove {
    cursor: pointer;
    width: 25px;
    flex: 0 0 auto;
    text-align: center;
}
#left-panel .current-track .add-remove .remove-track,
#left-panel .current-track .add-remove .track-added {
    display: none;
}
#left-panel .current-track .add-remove.saved .track-added {
    display: block;
}
#left-panel .current-track .add-remove.saved .add-track {
    display: none;
}
#left-panel .current-track .add-remove.saved:hover .track-added {
    display: none;
}
#left-panel .current-track .add-remove.saved:hover .remove-track {
    display: block;
}
#left-panel .current-track > img {
    width: 55px;
    height: 55px;
    flex: 0 0 auto;
}
#left-panel .current-track > .info {
    margin-left: 10px;
    max-width: calc(100% - 90px);
    flex: 1 1 auto;
}
#left-panel .current-track > .info > .track-name {
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#left-panel .current-track > .info > .artist-name {
    color: #898b8c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
}
#left-panel .current-track > .info > .artist-name > .artists {
    display: flex;
    color: #898b8c;
}
#left-panel .current-track > .info > .artist-name > .artists > .artist {
    cursor: pointer;
    padding-left: 4px;
}
#left-panel .current-track > .info > .artist-name > .artists > .artist:first-of-type {
    padding-left: 0;
}
#left-panel .current-track > .info > .artist-name > .artists > .artist:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 627px) {
    #left-panel {
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
        padding-top: 40px;
    }
    #left-panel .search-bar {
        display: none;
    }
    #left-panel .main-menu {
        margin: 0;
    }
}

#right-panel {
    width: 250px;
    height: 100%;
    background-color: #23232c;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}
@media only screen and (max-width: 1550px) {
    #right-panel {
        position: absolute;
        top: 0;
        right: 0;
        box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
        z-index: 1;
    }
}
#right-panel.player-visible {
    height: calc(100% - 207px);
}
#right-panel.closed {
    transform: translateX(300px);
    width: 0;
}
#right-panel > .queue {
    height: 100%;
    overflow: auto;
    cursor: default;
    position: relative;
}
#right-panel > .queue > .track {
    padding: 5px 8px;
    background-color: #333340;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    position: relative;
}
#right-panel > .queue > .track > .image {
    width: 35px;
    height: 35px;
    position: relative;
    margin-right: 11px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    flex: 0 0 auto;
}
#right-panel > .queue > .track > .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#right-panel > .queue > .track > .image > .playing-icon-container {
    background-color: rgba(0, 0, 0, 0.2);
}
#right-panel > .queue > .track > .image > .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.2rem;
    display: none;
}
#right-panel > .queue > .track:hover .more-options {
    display: block;
}
#right-panel > .queue > .track:hover .icon-play {
    display: flex;
}
#right-panel > .queue > .track.playing {
    background-color: #40b3ca;
}
#right-panel > .queue > .track.playing:hover .icon-play,
#right-panel > .queue > .track.playing:hover .playing-icon-container {
    display: none;
}
#right-panel > .queue > .track.playing:hover .icon-pause {
    display: flex;
}
#right-panel > .queue > .track.playing .playing-icon-container {
    display: flex;
}
#right-panel > .queue > .track.playing .info > .track-name {
    font-weight: 500;
    color: #fff;
}
#right-panel > .queue > .track.playing .info > .artist-name {
    color: #fff;
}
#right-panel > .queue > .track .info {
    flex: 1 1 auto;
    white-space: nowrap;
    max-width: 68%;
}
#right-panel > .queue > .track .info > .track-name {
    font-size: 1rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c2c2ca;
}
#right-panel > .queue > .track .info > .artist-name {
    color: #898b8c;
    font-size: 0.85rem;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#right-panel .more-options {
    color: #c2c2ca;
    cursor: pointer;
    max-width: 20px;
    display: none;
    height: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
}
#right-panel .more-options:hover {
    color: #dddde2;
}

.loading #artist-page {
    visibility: hidden;
}

#artist-page {
    background-color: #1e1e26;
    color: #c2c2ca;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
#artist-page > .top-ad {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 999;
}
#artist-page > .bottom-ad {
    margin: 0 0 20px;
}
#artist-page .navigation {
    display: flex;
    font-size: 1.1rem;
    margin: 25px 40px 0;
    border-bottom: 1px solid #2a2b30;
    color: #898b8c;
}
#artist-page .navigation > .nav-item {
    margin-right: 20px;
    border-bottom: 3px solid transparent;
    padding-bottom: 7px;
    cursor: pointer;
}
#artist-page .navigation > .nav-item.active {
    border-color: #40b3ca;
}
@media only screen and (max-width: 627px) {
    #artist-page .navigation {
        display: none;
    }
}
#artist-page h4 {
    font-weight: 400;
    color: #898b8c;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#artist-page .toggle-more-tracks {
    margin-top: 20px;
}
#artist-page .artist-body {
    padding: 25px 40px 0;
}
@media only screen and (max-width: 627px) {
    #artist-page .artist-body {
        padding: 0 15px 0;
    }
}
#artist-page .artist-body > .tab {
    display: flex;
}
#artist-page .artist-body > .tab > .media-col {
    flex: 1 1 auto;
    max-width: 70%;
}
@media only screen and (max-width: 1024px) {
    #artist-page .artist-body > .tab > .media-col {
        width: 100%;
        max-width: 100%;
    }
}
#artist-page .artist-body > .tab > .info-col {
    width: 30%;
    flex: 0 0 auto;
}
#artist-page .artist-body > .tab > .info-col.no-similar {
    display: none;
}
#artist-page .artist-body .ad-container {
    margin: 20px 0 0;
}
#artist-page .similar-artists {
    margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
    #artist-page .similar-artists {
        display: none;
    }
}
#artist-page .similar-artists .artist {
    display: flex;
    padding: 5px;
    margin-bottom: 4px;
    background-color: #2a2a35;
    align-items: center;
    height: 48px;
    cursor: pointer;
}
#artist-page .similar-artists .artist:hover {
    background-color: #353543;
}
#artist-page .similar-artists .artist > img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
#artist-page .separator {
    border-bottom: 1px solid #2a2b30;
    padding-bottom: 10px;
    margin: 40px 0 25px;
    display: flex;
}
#artist-page .separator > .title {
    color: #c2c2ca;
    text-transform: uppercase;
    font-weight: 500;
    width: 90%;
}
#artist-page .separator > .dropdown-container {
    cursor: pointer;
    width: 10%;
    text-align: right;
}
#artist-page .separator > .dropdown-container:hover {
    color: #dddde2;
}
#artist-page .album {
    margin-bottom: 40px;
}
#artist-page .albums-page {
    padding: 0;
    margin: 0 -15px;
}
#artist-page .albums-page .album {
    margin-bottom: 5px;
    width: 20%;
}
#artist-page .albums .album > .album-header {
    display: flex;
    color: #b4b4be;
    margin-bottom: 20px;
}
#artist-page .albums .album > .album-header .release-date {
    color: #898b8c;
}
#artist-page .albums .album > .album-header h2 {
    margin: 4px 0 26px;
    /* font-weight: 500; */
    /* INICIO AÑADIDO 27/01/2023 */
    font-family: "Circular Spotify Bold", Montserrat, Calibri, Tahoma, sans-serif;
    /* FIN AÑADIDO 27/01/2023 */
}
#artist-page .albums .album > .album-header h2 > a {
    /* color: #b4b4be; */
    /* INICIO AÑADIDO 27/01/2023 */
    color: #ffffff;
    /* FIN AÑADIDO 27/01/2023 */
}
#artist-page .albums .album > .album-header > .album-image {
    margin-right: 15px;
}
#artist-page .albums .album > .album-header > .album-image > img {
    width: 110px;
    height: 110px;
    /* INICIO AÑADIDO 27/01/2023 */
    border-radius: 8px;
    box-shadow: 0 4px 60px rgba(0,0,0,.5);
    /* FIN AÑADIDO 27/01/2023 */

}
#artist-page .top-tracks .flex-table .playing .playing-icon-container {
    display: flex !important;
}
#artist-page .top-tracks .flex-table .playing:hover .play-icon {
    display: none !important;
}
#artist-page .top-tracks .flex-table .playing .hover-icon {
    cursor: pointer;
}
#artist-page .top-tracks .flex-table .playing .hover-icon:hover .playing-icon-container {
    display: none !important;
}
#artist-page .top-tracks .flex-table .playing .hover-icon:hover .pause-icon {
    display: flex !important;
}
@media only screen and (max-width: 1024px) {
    #artist-page .top-tracks .flex-table .play-icon {
        display: flex !important;
    }
    #artist-page .top-tracks .flex-table .playing .play-icon,
    #artist-page .top-tracks .flex-table .playing .playing-icon-container {
        display: none !important;
    }
    #artist-page .top-tracks .flex-table .playing .pause-icon {
        display: flex !important;
    }
}
#artist-page .top-tracks .flex-table .add-remove-track {
    flex-grow: 0.9;
}
#artist-page .top-tracks .flex-table .ellipses {
    max-width: 95%;
}
#artist-page .top-tracks .flex-table .track-image {
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    overflow: hidden;
}
#artist-page .top-tracks .flex-table .track-image > .play-icon,
#artist-page .top-tracks .flex-table .track-image .pause-icon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.1rem;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#artist-page .top-tracks .flex-table .track-image > .playing-icon-container {
    width: 40px;
    height: 40px;
}
#artist-page .top-tracks .flex-table .track-duration {
    padding-right: 15px;
}
#artist-page .top-tracks .flex-table .flex-table-row {
    height: 40px;
}
#artist-page .top-tracks .flex-table .flex-table-row:hover .play-icon {
    display: flex;
}
#artist-page .top-tracks .flex-table .image {
    width: 40px;
    height: 40px;
}
#artist-page .top-tracks .flex-table-header {
    background-color: transparent;
}
#artist-page .top-tracks .flex-table-header .track-name {
    padding-left: 20px;
}
#artist-page .artist-header {
    min-height: 250px;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: #1e1e26;
}
@media only screen and (max-width: 627px) {
    #artist-page .artist-header {
        min-height: 320px;
    }
}
#artist-page .artist-header .header-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-position: 0 30%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
#artist-page .artist-header .artist-info {
    padding: 0 0 7px 30px;
    position: relative;
    z-index: 1;
}
#artist-page .artist-header .artist-info > h1 {
    /* font-weight: 300; */
    margin: 0 0 5px;
    font-size: 3rem;
    color: #f2f2f1;
    line-height: 1;

    /* INICIO AÑADIDO 27/01/2023 */
    font-family: "Circular Spotify Bold", Montserrat, Calibri, Tahoma, sans-serif;
    /* FIN AÑADIDO 27/01/2023 */
}
#artist-page .artist-header .artist-info .primary {
    margin-right: 5px;
    text-transform: none;
    padding-right: 25px;
}
#artist-page .artist-header .artist-info .secondary-buttons {
    display: inline-block;
    font-size: 1.05rem;
    position: relative;
    top: 2px;
}
#artist-page .artist-header .artist-info .secondary-buttons > .secondary-button {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
#artist-page .artist-header .artist-info .secondary-buttons > .secondary-button:first-of-type {
    margin-left: 5px;
}
#artist-page .artist-header .artist-info .secondary-buttons > .secondary-button:hover {
    color: #f9f9f9;
}
#artist-page .artist-header .artist-info > .genres {
    margin-bottom: 25px;
}
#artist-page .artist-header .artist-info > .genres > .genre {
    display: inline-block;
    padding-right: 10px;
    text-transform: capitalize;
    color: #f2f2f1;
    cursor: pointer;
    /* INICIO AÑADIDO 27/01/2023 */
    font-family: "Circular Spotify Bold", Montserrat, Calibri, Tahoma, sans-serif;
    font-weight: 700;
    transform: all .75s ease !important;
    /* FIN AÑADIDO 27/01/2023 */
}
#artist-page .artist-header .artist-info > .genres > .genre:hover {
    text-decoration: underline;
    /* INICIO AÑADIDO 27/01/2023 */
    color: #ffffff !important;
    transform: all .75s ease !important;
    /* FIN AÑADIDO 27/01/2023 */
}
#artist-page .artist-header .artist-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 20px 0 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 3px solid #fff;
    /* INICIO AÑADIDO 27/01/2023 */
    box-shadow: 0 4px 60px rgba(0,0,0,.5);
    /* FIN AÑADIDO 27/01/2023 */
}
@media only screen and (max-width: 627px) {
    #artist-page .artist-header .artist-image {
        display: none;
    }
}
#artist-page .artist-header .artist-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#artist-page .artist-header > .header-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    background: linear-gradient(to bottom, transparent -80%, #1e1e26 100%);
    z-index: 1;
}

.tab {
    width: 100%;
}
.tab.artists-page {
    padding: 0;
    margin: 0 -15px;
}

#about {
    background-color: #2a2a35;
    padding: 15px;
    width: 100%;
    flex-direction: column;
    position: relative;
}
#about .no-bio {
    text-align: center;
    font-size: 1.3rem;
    padding: 15px 0;
}
#about #splash {
    margin-top: 40px;
}
#about #splash.show {
    display: flex;
}
#about > .images {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    justify-content: center;
}
#about > .images > .image {
    height: 275px;
    overflow: hidden;
    margin: 0 10px;
}
#about > .images > .image:first-of-type {
    margin-left: 0;
}
#about > .images > .image:last-of-type {
    margin-right: 0;
}
#about > .images > .image > img {
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
    border: 2px solid #717182;
}

#login-page {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#login-page > .login-container {
    width: 360px;
}
#login-page > .login-container .register-btns-container {
    display: flex;
    margin-top: 10px;
}
#login-page > .login-container .register-btns-container .social-icons {
    margin: 0;
    width: 50%;
    padding-top: 1px;
}
#login-page > .login-container .register-btns-container .register-btn {
    text-align: right;
    width: 50%;
}
#login-page > .login-container p {
    font-size: 0.97rem;
    margin: 35px 0;
    text-align: center;
}
#login-page > .login-container form {
    background-color: #2a2a35;
    padding: 25px;
    color: #c2c2ca;
    position: relative;
}
#login-page > .login-container form .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: #40b3ca;
    background-color: rgba(0, 0, 0, 0.5);
}
#login-page > .login-container form .errors {
    list-style: none;
    padding: 5px;
    color: #e74c3c;
    text-align: center;
}
#login-page > .login-container form .errors > li {
    margin-bottom: 2px;
}
#login-page > .login-container form .logo {
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
}
#login-page > .login-container form .input-container {
    position: relative;
}
#login-page > .login-container form .input-container .forgot-password {
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
    font-weight: 400;
}
#login-page > .login-container form .input-field {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    padding: 6px 12px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.1rem;
    background-color: #353543;
    border-radius: 3px;
}
#login-page > .login-container form .input-field:first-of-type {
    margin-bottom: 15px;
}
#login-page > .login-container form .social-icons {
    width: 113px;
    margin: 0 auto;
}
#login-page > .login-container form .social-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
}
#login-page > .login-container form .social-icon.facebook {
    background-image: url(../../../images/social-icons/facebook.png);
}
#login-page > .login-container form .social-icon.twitter {
    background-image: url(../../../images/social-icons/twitter.png);
}
#login-page > .login-container form .social-icon.googleplus {
    background-image: url(../../../images/social-icons/google-plus.png);
}
#login-page .flex-align {
    display: flex;
    height: 35px;
}
#login-page .flex-align > .pull-right {
    align-self: flex-end;
    width: 50%;
    height: 100%;
    text-align: right;
}
#login-page .flex-align > .pull-left {
    align-self: flex-start;
    width: 50%;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
#login-page .flex-align > .pull-left > input {
    margin-right: 5px;
}

.spin {
    animation: spin 2s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
}
.modal.wider > .modal-content {
    width: 600px;
    max-width: 600px;
}
.modal > .backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 7;
}
.modal > .modal-content {
    position: relative;
    z-index: 8;
    background-color: #fff;
    min-width: 450px;
    max-height: 80%;
    max-width: 500px;
    padding: 25px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.87);
    -webkit-font-smoothing: antialiased;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translate3d(0, 100%, 0) scale(0.2);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
@media only screen and (max-width: 627px) {
    .modal > .modal-content {
        max-width: none;
        min-width: initial;
        width: 95%;
    }
}
.modal > .modal-content.scale-in {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}
.modal > .modal-content strong {
    font-weight: 700;
    font-size: 0.93rem;
}
.modal > .modal-content > .sub-header {
    margin-top: 10px;
    font-size: 0.93rem;
}
.modal > .modal-content .modal-error {
    color: #e74c3c;
    margin: 10px 0 20px;
}
.modal > .modal-content > .input-container {
    margin: 15px 0;
}
.modal > .modal-content > .input-container > label {
    padding-bottom: 5px;
    font-size: 0.95rem;
    display: block;
}
.modal > .modal-content > .input-container > input,
.modal > .modal-content > .input-container > textarea {
    display: block;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 6px 12px;
    box-sizing: border-box;
}
.modal > .modal-content > .input-container > textarea {
    height: initial;
}
.modal > .modal-content .buttons {
    text-align: right;
    margin-top: 25px;
}
.modal > .modal-content > .modal-header {
    position: relative;
    color: #4d4d4d;
}
.modal > .modal-content > .modal-header > h1 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 500;
}
.modal > .modal-content > .modal-header > .close-modal-icon {
    position: absolute;
    top: -1px;
    right: 0;
    cursor: pointer;
    font-size: 1.2rem;
}

#custom-css-modal > .modal-content {
    width: 80%;
    height: 80%;
    max-width: none;
    max-height: none;
    padding: 0;
}
#custom-css-modal > .modal-content > .modal-header {
    background-color: #2a2a35;
    color: #c2c2ca;
    padding: 10px;
}
#custom-css-modal > .modal-content > .modal-header > .close-modal-icon {
    top: 7px;
    right: 7px;
    color: #c2c2ca;
}
#custom-css-modal > .modal-content > .modal-header > h1 {
    font-size: 1rem;
    font-weight: 300;
}
#custom-css-modal > .modal-content #editor {
    width: 100%;
    height: calc(100% - 37px);
    font-size: 1.1rem;
}

.user-form-modal .modal-header {
    margin-bottom: 20px;
}

.user-form-modal .modal-error {
    margin-bottom: 20px;
}

.user-form-modal .input-container {
    margin-bottom: 10px;
}
.user-form-modal .input-container .input-group {
    width: calc(100% - 154px);
    height: 35px;
}
.user-form-modal .input-container input,
.user-form-modal .input-container select {
    border: 1px solid #d9dee1;
    height: 35px;
    border-radius: 3px;
    width: calc(100% - 154px);
    padding: 0 10px;
}
.user-form-modal .input-container > label {
    width: 150px;
    display: inline-block;
    font-weight: 500;
}
.user-form-modal .input-container > p {
    width: calc(100% - 154px);
    margin-left: 154px;
    margin-top: 4px;
    font-style: italic;
    font-size: 0.85rem;
}

#songs-page {
    height: 100%;
    max-width: 1600px;
    padding: 20px 25px;
    margin: 0 auto;
    position: relative;
}
@media only screen and (max-width: 627px) {
    #songs-page {
        padding: 5px;
    }
}
#songs-page .flex-table > .flex-table-header {
    background-color: transparent;
    font-weight: 100;
    color: #898b8c;
}
#songs-page .flex-table > .flex-table-row {
    height: 42px;
}
#songs-page .flex-table > .flex-table-row:hover .track-index {
    display: none;
}
#songs-page .flex-table > .flex-table-row > .flex-table-row-item {
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0;
    align-items: center;
}
#songs-page .track-number,
#songs-page .add-remove-track {
    flex-grow: 0.3;
    min-width: 60px;
    justify-content: center;
    color: #898b8c;
}
#songs-page .track-number > .remove-track,
#songs-page .add-remove-track > .remove-track {
    display: none;
}
#songs-page .track-number:hover > .remove-track,
#songs-page .add-remove-track:hover > .remove-track {
    display: block;
}
#songs-page .track-number:hover > .track-added,
#songs-page .add-remove-track:hover > .track-added {
    display: none;
}
#songs-page .track-duration,
#songs-page .popularity {
    flex-grow: 0.6;
    justify-content: center;
}
#songs-page .track-name,
#songs-page .album-name,
#songs-page .artist-name {
    flex-grow: 2;
    white-space: nowrap;
}

.albums-page {
    min-height: 100%;
    max-width: 1600px;
    padding: 20px 25px;
    margin: 0 auto;
}
@media only screen and (max-width: 627px) {
    .albums-page {
        padding: 10px;
    }
}
.albums-page .albums {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.albums-page .albums .album {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin: 0;
    padding: 14px;
}
@media only screen and (max-width: 1024px) {
    .albums-page .albums .album {
        width: 33.33%;
    }
}
@media only screen and (max-width: 768px) {
    .albums-page .albums .album {
        width: 50%;
    }
}
@media only screen and (max-width: 300px) {
    .albums-page .albums .album {
        width: 100%;
    }
}
.albums-page .albums .album > .image {
    position: relative;
}
.albums-page .albums .album > .image > img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* INICIO AÑADIDO 27/01/2023 */
    border-radius: 8px 8px 0px 0px;
    /* FIN AÑADIDO 27/01/2023 */
}
.albums-page .albums .album > figcaption {
    background-color: #2a2a35;
    padding: 10px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* INICIO AÑADIDO 27/01/2023 */
    border-radius: 0px 0px 8px 8px;
    /* FIN AÑADIDO 27/01/2023 */
}
.albums-page .albums .album > figcaption .album-name {
    cursor: pointer;
    display: block;
    color: inherit;
    /* INICIO AÑADIDO 27/01/2023 */
    font-family: "Circular Spotify Bold", Montserrat, Calibri, Tahoma, sans-serif;
    font-weight: 700;
    /* FIN AÑADIDO 27/01/2023 */
}

.albums-page .albums .album > figcaption .artist-name {
    cursor: pointer;
    display: block;
    color: inherit;
    /* INICIO AÑADIDO 27/01/2023 */
    font-family: "Circular Spotify Medium", Montserrat, Calibri, Tahoma, sans-serif;
    font-weight: 500;
    /* FIN AÑADIDO 27/01/2023 */
}
.albums-page .albums .album > figcaption .album-name:hover,
.albums-page .albums .album > figcaption .artist-name:hover {
    text-decoration: underline;
}
.albums-page .albums .album > figcaption .artist-name {
    color: #898b8c;
    margin-top: 5px;
}

.hover-overlay .image {
    position: relative;
}
.hover-overlay .image > img {
    display: block;
}
.hover-overlay .image:hover > .overlay {
    display: flex;
}

.hover-overlay .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    /* INICIO AÑADIDO 27/01/2023 */
    border-radius: 8px 8px 0px 0px;
    /* FIN AÑADIDO 27/01/2023 */
}
.hover-overlay .overlay > .play {
    font-size: 2.2rem;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #c2c2ca;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.hover-overlay .overlay > .play.icon-play {
    padding-left: 3px;
}
.hover-overlay .overlay > .add-remove-track {
    max-width: 30px;
    margin-right: 40px;
}
.hover-overlay .overlay > .add-remove-track > .add,
.hover-overlay .overlay > .add-remove-track .remove,
.hover-overlay .overlay > .add-remove-track .added {
    font-size: 1.8rem;
    margin-right: 40px;
    cursor: pointer;
}
.hover-overlay .overlay > .add-remove-track > .remove,
.hover-overlay .overlay > .add-remove-track .added {
    display: none;
}
.hover-overlay .overlay.saved > .add-remove-track > .added {
    display: block;
}
.hover-overlay .overlay.saved > .add-remove-track > .add {
    display: none;
}
.hover-overlay .overlay.saved > .add-remove-track:hover > .added {
    display: none;
}
.hover-overlay .overlay.saved > .add-remove-track:hover > .remove {
    display: block;
}
.hover-overlay .overlay > .options {
    width: 45px;
    height: 45px;
    margin-left: 40px;
    font-size: 1.7rem;
    border: 1px solid #c2c2ca;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 5px 0 0 5px;
    cursor: pointer;
    margin-top: 3px;
}

.artists-page {
    min-height: 100%;
    max-width: 1600px;
    padding: 20px 25px;
    margin: 0 auto;
    width: 100%;
}
@media only screen and (max-width: 627px) {
    .artists-page {
        padding: 20px 0;
    }
}
.artists-page .artists {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.artists-page .artists .artist {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin: 0;
    padding: 14px;
}
@media only screen and (max-width: 1024px) {
    .artists-page .artists .artist {
        width: 33.33%;
    }
}
@media only screen and (max-width: 768px) {
    .artists-page .artists .artist {
        width: 50%;
    }
}
@media only screen and (max-width: 300px) {
    .artists-page .artists .artist {
        width: 100%;
    }
}
.artists-page .artists .artist > .image {
    position: relative;
}
.artists-page .artists .artist > .image > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    /* INICIO AÑADIDO 27/01/2023 */
    border-radius: 8px 8px 0px 0px;
    /* FIN AÑADIDO 27/01/2023 */
}
.artists-page .artists .artist > figcaption {
    background-color: #2a2a35;
    padding: 10px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 59px;
    /* INICIO AÑADIDO 27/01/2023 */
    border-radius: 0px 0px 8px 8px;
    /* FIN AÑADIDO 27/01/2023 */
}
.artists-page .artists .artist > figcaption .artist-name {
    cursor: pointer;
    display: block;
    color: inherit;
    /* INICIO AÑADIDO 27/01/2023 */
    font-family: "Circular Spotify bOLD", Montserrat, Calibri, Tahoma, sans-serif;
    font-weight: 700;
    /* FIN AÑADIDO 27/01/2023 */
}
.artists-page .artists .artist > figcaption .artist-name:hover {
    text-decoration: underline;
}
.artists-page .artists .artist > figcaption > .number-of-tracks {
    color: #898b8c;
    margin-top: 5px;
}

#search-page {
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
#search-page > .top-ad {
    margin-top: 20px;
}
#search-page .no-results {
    width: 100%;
    height: 100%;
    font-weight: 100;
    background-position: 0 30%;
    background-size: cover;
    background-repeat: no-repeat;
}
#search-page .no-results > .overlay {
    display: flex;
    font-size: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}
#search-page .no-results > .overlay > p {
    font-size: 1rem;
    margin-top: 5px;
}
#search-page nav {
    border-bottom: 1px solid #2a2b30;
    padding: 15px 20px 0;
}
#search-page nav > h1 {
    font-weight: 400;
    margin-bottom: 60px;
}
#search-page nav > .navigation {
    display: flex;
}
#search-page nav > .navigation > .nav-item {
    margin-right: 20px;
    width: 60px;
    padding-bottom: 8px;
    font-size: 1.1rem;
    border-bottom: 3px solid transparent;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
#search-page nav > .navigation > .nav-item:hover {
    border-color: #298294;
}
#search-page nav > .navigation > .nav-item.active {
    border-color: #40b3ca;
    cursor: default;
    pointer-events: none;
}
#search-page .tab {
    padding: 30px 20px 20px;
}
#search-page .tab > .artists-albums {
    display: flex;
    flex-wrap: wrap;
}
#search-page .tab > .artists-albums > .items-panel {
    flex: 0 0 50%;
    width: 50%;
    overflow: hidden;
}
#search-page .tab > .artists-albums > .items-panel > .header {
    padding: 10px;
    text-transform: uppercase;
    display: flex;
}
#search-page .tab > .artists-albums > .items-panel > .header > .name,
#search-page .tab > .artists-albums > .items-panel > .header .see-all {
    flex: 1 1 0;
}
#search-page .tab > .artists-albums > .items-panel > .header > .name {
    color: #898b8c;
}
#search-page .tab > .artists-albums > .items-panel > .header > .see-all {
    text-align: right;
    cursor: pointer;
}
#search-page .tab > .artists-albums > .items-panel > .header > .see-all:hover {
    text-decoration: underline;
}
#search-page .tab > .artists-albums .new-line {
    margin-top: 20px;
}
#search-page .tab > .artists-albums .artists,
#search-page .tab > .artists-albums .albums,
#search-page .tab > .artists-albums .playlists,
#search-page .tab > .artists-albums .users {
    display: flex;
}
#search-page .tab > .artists-albums .artists > .artist,
#search-page .tab > .artists-albums .artists .album,
#search-page .tab > .artists-albums .artists .playlist,
#search-page .tab > .artists-albums .artists .user,
#search-page .tab > .artists-albums .albums > .artist,
#search-page .tab > .artists-albums .albums .album,
#search-page .tab > .artists-albums .albums .playlist,
#search-page .tab > .artists-albums .albums .user,
#search-page .tab > .artists-albums .playlists > .artist,
#search-page .tab > .artists-albums .playlists .album,
#search-page .tab > .artists-albums .playlists .playlist,
#search-page .tab > .artists-albums .playlists .user,
#search-page .tab > .artists-albums .users > .artist,
#search-page .tab > .artists-albums .users .album,
#search-page .tab > .artists-albums .users .playlist,
#search-page .tab > .artists-albums .users .user {
    background-color: #2a2a35;
    flex: 1 1 0;
    margin: 0 10px;
    align-items: center;
    max-width: 170px;
}
#search-page .tab > .artists-albums .artists > .artist > .image,
#search-page .tab > .artists-albums .artists .album > .image,
#search-page .tab > .artists-albums .artists .playlist > .image,
#search-page .tab > .artists-albums .artists .user > .image,
#search-page .tab > .artists-albums .albums > .artist > .image,
#search-page .tab > .artists-albums .albums .album > .image,
#search-page .tab > .artists-albums .albums .playlist > .image,
#search-page .tab > .artists-albums .albums .user > .image,
#search-page .tab > .artists-albums .playlists > .artist > .image,
#search-page .tab > .artists-albums .playlists .album > .image,
#search-page .tab > .artists-albums .playlists .playlist > .image,
#search-page .tab > .artists-albums .playlists .user > .image,
#search-page .tab > .artists-albums .users > .artist > .image,
#search-page .tab > .artists-albums .users .album > .image,
#search-page .tab > .artists-albums .users .playlist > .image,
#search-page .tab > .artists-albums .users .user > .image {
    width: 100%;
    height: 161px;
}
#search-page .tab > .artists-albums .artists > .artist > .image > img,
#search-page .tab > .artists-albums .artists .album > .image > img,
#search-page .tab > .artists-albums .artists .playlist > .image > img,
#search-page .tab > .artists-albums .artists .user > .image > img,
#search-page .tab > .artists-albums .albums > .artist > .image > img,
#search-page .tab > .artists-albums .albums .album > .image > img,
#search-page .tab > .artists-albums .albums .playlist > .image > img,
#search-page .tab > .artists-albums .albums .user > .image > img,
#search-page .tab > .artists-albums .playlists > .artist > .image > img,
#search-page .tab > .artists-albums .playlists .album > .image > img,
#search-page .tab > .artists-albums .playlists .playlist > .image > img,
#search-page .tab > .artists-albums .playlists .user > .image > img,
#search-page .tab > .artists-albums .users > .artist > .image > img,
#search-page .tab > .artists-albums .users .album > .image > img,
#search-page .tab > .artists-albums .users .playlist > .image > img,
#search-page .tab > .artists-albums .users .user > .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#search-page .tab > .artists-albums .artists > .artist > .info,
#search-page .tab > .artists-albums .artists .album > .info,
#search-page .tab > .artists-albums .artists .playlist > .info,
#search-page .tab > .artists-albums .artists .user > .info,
#search-page .tab > .artists-albums .albums > .artist > .info,
#search-page .tab > .artists-albums .albums .album > .info,
#search-page .tab > .artists-albums .albums .playlist > .info,
#search-page .tab > .artists-albums .albums .user > .info,
#search-page .tab > .artists-albums .playlists > .artist > .info,
#search-page .tab > .artists-albums .playlists .album > .info,
#search-page .tab > .artists-albums .playlists .playlist > .info,
#search-page .tab > .artists-albums .playlists .user > .info,
#search-page .tab > .artists-albums .users > .artist > .info,
#search-page .tab > .artists-albums .users .album > .info,
#search-page .tab > .artists-albums .users .playlist > .info,
#search-page .tab > .artists-albums .users .user > .info {
    white-space: nowrap;
    padding: 8px;
    text-align: center;
    font-size: 0.9rem;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#search-page .tab > .artists-albums .artists > .artist > .info .artist-name,
#search-page .tab > .artists-albums .artists > .artist > .info > .name,
#search-page .tab > .artists-albums .artists .album > .info .artist-name,
#search-page .tab > .artists-albums .artists .album > .info > .name,
#search-page .tab > .artists-albums .artists .playlist > .info .artist-name,
#search-page .tab > .artists-albums .artists .playlist > .info > .name,
#search-page .tab > .artists-albums .artists .user > .info .artist-name,
#search-page .tab > .artists-albums .artists .user > .info > .name,
#search-page .tab > .artists-albums .albums > .artist > .info .artist-name,
#search-page .tab > .artists-albums .albums > .artist > .info > .name,
#search-page .tab > .artists-albums .albums .album > .info .artist-name,
#search-page .tab > .artists-albums .albums .album > .info > .name,
#search-page .tab > .artists-albums .albums .playlist > .info .artist-name,
#search-page .tab > .artists-albums .albums .playlist > .info > .name,
#search-page .tab > .artists-albums .albums .user > .info .artist-name,
#search-page .tab > .artists-albums .albums .user > .info > .name,
#search-page .tab > .artists-albums .playlists > .artist > .info .artist-name,
#search-page .tab > .artists-albums .playlists > .artist > .info > .name,
#search-page .tab > .artists-albums .playlists .album > .info .artist-name,
#search-page .tab > .artists-albums .playlists .album > .info > .name,
#search-page .tab > .artists-albums .playlists .playlist > .info .artist-name,
#search-page .tab > .artists-albums .playlists .playlist > .info > .name,
#search-page .tab > .artists-albums .playlists .user > .info .artist-name,
#search-page .tab > .artists-albums .playlists .user > .info > .name,
#search-page .tab > .artists-albums .users > .artist > .info .artist-name,
#search-page .tab > .artists-albums .users > .artist > .info > .name,
#search-page .tab > .artists-albums .users .album > .info .artist-name,
#search-page .tab > .artists-albums .users .album > .info > .name,
#search-page .tab > .artists-albums .users .playlist > .info .artist-name,
#search-page .tab > .artists-albums .users .playlist > .info > .name,
#search-page .tab > .artists-albums .users .user > .info .artist-name,
#search-page .tab > .artists-albums .users .user > .info > .name {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}
#search-page .tab > .artists-albums .artists > .artist > .info .artist-name:hover,
#search-page .tab > .artists-albums .artists > .artist > .info > .name:hover,
#search-page .tab > .artists-albums .artists .album > .info .artist-name:hover,
#search-page .tab > .artists-albums .artists .album > .info > .name:hover,
#search-page .tab > .artists-albums .artists .playlist > .info .artist-name:hover,
#search-page .tab > .artists-albums .artists .playlist > .info > .name:hover,
#search-page .tab > .artists-albums .artists .user > .info .artist-name:hover,
#search-page .tab > .artists-albums .artists .user > .info > .name:hover,
#search-page .tab > .artists-albums .albums > .artist > .info .artist-name:hover,
#search-page .tab > .artists-albums .albums > .artist > .info > .name:hover,
#search-page .tab > .artists-albums .albums .album > .info .artist-name:hover,
#search-page .tab > .artists-albums .albums .album > .info > .name:hover,
#search-page .tab > .artists-albums .albums .playlist > .info .artist-name:hover,
#search-page .tab > .artists-albums .albums .playlist > .info > .name:hover,
#search-page .tab > .artists-albums .albums .user > .info .artist-name:hover,
#search-page .tab > .artists-albums .albums .user > .info > .name:hover,
#search-page .tab > .artists-albums .playlists > .artist > .info .artist-name:hover,
#search-page .tab > .artists-albums .playlists > .artist > .info > .name:hover,
#search-page .tab > .artists-albums .playlists .album > .info .artist-name:hover,
#search-page .tab > .artists-albums .playlists .album > .info > .name:hover,
#search-page .tab > .artists-albums .playlists .playlist > .info .artist-name:hover,
#search-page .tab > .artists-albums .playlists .playlist > .info > .name:hover,
#search-page .tab > .artists-albums .playlists .user > .info .artist-name:hover,
#search-page .tab > .artists-albums .playlists .user > .info > .name:hover,
#search-page .tab > .artists-albums .users > .artist > .info .artist-name:hover,
#search-page .tab > .artists-albums .users > .artist > .info > .name:hover,
#search-page .tab > .artists-albums .users .album > .info .artist-name:hover,
#search-page .tab > .artists-albums .users .album > .info > .name:hover,
#search-page .tab > .artists-albums .users .playlist > .info .artist-name:hover,
#search-page .tab > .artists-albums .users .playlist > .info > .name:hover,
#search-page .tab > .artists-albums .users .user > .info .artist-name:hover,
#search-page .tab > .artists-albums .users .user > .info > .name:hover {
    text-decoration: underline;
}
#search-page .tab > .artists-albums .artists > .artist > .info .artist-name,
#search-page .tab > .artists-albums .artists .album > .info .artist-name,
#search-page .tab > .artists-albums .artists .playlist > .info .artist-name,
#search-page .tab > .artists-albums .artists .user > .info .artist-name,
#search-page .tab > .artists-albums .albums > .artist > .info .artist-name,
#search-page .tab > .artists-albums .albums .album > .info .artist-name,
#search-page .tab > .artists-albums .albums .playlist > .info .artist-name,
#search-page .tab > .artists-albums .albums .user > .info .artist-name,
#search-page .tab > .artists-albums .playlists > .artist > .info .artist-name,
#search-page .tab > .artists-albums .playlists .album > .info .artist-name,
#search-page .tab > .artists-albums .playlists .playlist > .info .artist-name,
#search-page .tab > .artists-albums .playlists .user > .info .artist-name,
#search-page .tab > .artists-albums .users > .artist > .info .artist-name,
#search-page .tab > .artists-albums .users .album > .info .artist-name,
#search-page .tab > .artists-albums .users .playlist > .info .artist-name,
#search-page .tab > .artists-albums .users .user > .info .artist-name {
    color: #898b8c;
    padding-top: 4px;
}
#search-page .tab .artists figcaption {
    text-align: center;
}
#search-page .tab > .tracks {
    margin-top: 30px;
    padding: 0 10px;
}
#search-page .tab > .tracks .track-number,
#search-page .tab > .tracks .add-remove-track {
    flex-grow: 0.3;
    min-width: 60px;
}
#search-page .tab > .tracks .track-name,
#search-page .tab > .tracks .album-name,
#search-page .tab > .tracks .artist-name {
    flex-grow: 2;
}

#album-page {
    min-height: 100%;
    max-width: 1600px;
    padding: 25px;
    margin: 0 auto;
}
#album-page .album-header {
    display: flex;
    margin-bottom: 40px;
}
#album-page .album-header > .info {
    flex: 1;
    max-width: 100%;
}
#album-page .album-header > .info .artist-name {
    font-size: 1.1rem;
    color: #c2c2ca;
    /* INICIO AÑADIDO 27/01/2023 */
    font-family: "Circular Spotify Bold", Montserrat, Calibri, Tahoma, sans-serif;
    font-weight: 700;
    transition: all .75s ease !important;
    /* FIN AÑADIDO 27/01/2023 */
}
#album-page .album-header > .info .artist-name:hover {
    text-decoration: underline;
    /* INICIO AÑADIDO 27/01/2023 */
    color: #ffffff !important;
    transition: all .75s ease !important;
    /* FIN AÑADIDO 27/01/2023 */
}
#album-page .album-header > .info > .album-name {
    font-size: 3rem;
    /* font-weight: 100; */
    max-width: 70%;
    /* INICIO AÑADIDO 27/01/2023 */
    font-family: "Circular Spotify Bold", Montserrat, Calibri, Tahoma, sans-serif;
    font-weight: 700;
    color: #ffffff !important;
    /* FIN AÑADIDO 27/01/2023 */
}
#album-page .album-header > .info > .album-info {
    margin-top: 18px;
}
#album-page .album-header > .info > .album-info > .info-container {
    margin-bottom: 2px;
    display: flex;
    font-size: 1.05rem;
}
#album-page .album-header > .info > .album-info > .info-container > .name {
    margin-right: 5px;
    min-width: 120px;
    /* color: #9999a6; */
    /* INICIO AÑADIDO 27/01/2023 */
    font-family: "Circular Spotify Bold", Montserrat, Calibri, Tahoma, sans-serif;
    font-weight: 700;
    color: #ffffff;
    /* FIN AÑADIDO 27/01/2023 */
}
#album-page .album-header > .info > .album-info > .info-container > .value {
    font-weight: 500;
    /* INICIO AÑADIDO 27/01/2023 */
    font-family: "Circular Spotify Medium", Montserrat, Calibri, Tahoma, sans-serif;    
    /* FIN AÑADIDO 27/01/2023 */
}
#album-page .album-header > .info .actions {
    margin-top: 20px;
}
#album-page .album-header > .info .actions > .primary {
    margin-right: 10px;
    min-width: 100px;
}
#album-page .album-header > .album-image {
    margin-right: 15px;
}
#album-page .album-header > .album-image > img {
    height: 225px;
    width: 225px;
    object-fit: cover;
    /* INICIO AÑADIDO 27/01/2023 */
    border-radius: 8px;
    box-shadow: 0 4px 60px rgba(0,0,0,.5);
    /* FIN AÑADIDO 27/01/2023 */
}
#album-page .ad-above-tracks {
    margin: -30px 0 30px;
}
#album-page > .top-ad {
    margin: 0 0 10px;
}
#album-page > .bottom-ad {
    margin: 25px 0 0;
}
@media only screen and (max-width: 627px) {
    #album-page {
        padding: 10px;
    }
    #album-page .album-name {
        font-size: 2rem !important;
    }
    #album-page .album-header {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 627px) {
    .album-table {
        font-size: 0.9rem;
    }
    .album-table .track-name {
        margin-right: 8px;
    }
}

.album-table .flex-table-row {
    height: 42px;
}
.album-table .flex-table-row:hover .track-index {
    display: none;
}
.album-table .flex-table-row:hover .play-icon {
    display: flex;
}
.album-table .flex-table-row:hover .more-options > .icon {
    display: inline-block;
}
.album-table .flex-table-row .flex-table-row-item {
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0;
    align-items: center;
    /* INICIO AÑADIDO 27/01/2023 */ 
    font-family: "Circular Spotify Medium", Montserrat, Calibri, Tahoma, sans-serif;
    font-weight: 500;
    /* FIN AÑADIDO 27/01/2023 */
}

.album-table .playing {
    color: #40b3ca;
    background-color: #2a2a35;
}
.album-table .playing .album-name,
.album-table .playing .track-duration,
.album-table .playing .artists > .artist {
    color: #40b3ca;
}
.album-table .playing .track-index {
    display: none;
}
.album-table .playing .playing-icon-container {
    display: flex;
}
.album-table .playing .hover-icon {
    cursor: pointer;
    position: relative;
}
.album-table .playing .hover-icon:hover .playing-icon-container {
    display: none;
}
.album-table .playing .hover-icon:hover .pause-icon {
    display: flex;
}
.album-table .playing:hover .play-icon {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .album-table .playing {
        font-size: 0.9rem;
    }
    .album-table .playing .play-icon {
        display: none !important;
    }
}

.album-table .play-icon,
.album-table .pause-icon {
    display: none;
    background-color: #404051;
    color: #dddde2;
    border-radius: 50%;
    font-size: 0.9rem;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.album-table .play-icon {
    padding-left: 3px;
}
@media only screen and (max-width: 1024px) {
    .album-table .play-icon {
        display: flex !important;
    }
}

.album-table .pause-icon {
    padding-left: 1px;
}

.album-table .inside-album-table {
    background-color: #404051;
    color: #dddde2;
    width: 27px;
    height: 27px;
    position: static;
    border-radius: 50%;
    padding-left: 4px;
}
.album-table .inside-album-table > .playing-icon {
    width: 14px;
    height: 14px;
}

.album-table .featuring,
.album-table .artists {
    display: flex;
    color: #898b8c;
    padding-left: 3px;
    max-width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.album-table .featuring > .dash,
.album-table .artists > .dash {
    color: #c2c2ca;
    padding: 0 5px 0 3px;
}
.album-table .featuring > .artist,
.album-table .artists > .artist {
    cursor: pointer;
    padding-left: 4px;
}
.album-table .featuring > .artist:first-of-type,
.album-table .artists > .artist:first-of-type {
    padding-left: 0;
}
.album-table .featuring > .artist:hover,
.album-table .artists > .artist:hover {
    text-decoration: underline;
}

.album-table .artists {
    padding-left: 0;
}

.album-table .track-number,
.album-table .add-remove-track {
    flex-grow: 0.5;
    min-width: 50px;
    justify-content: center;
    color: #898b8c;
}

.album-table .more-options {
    width: 60px;
    flex: 0 0 auto;
}
.album-table .more-options > .icon {
    cursor: pointer;
    display: none;
}

.album-table .track-attached-at {
    color: #898b8c;
}

.album-table .track-duration,
.album-table .popularity {
    flex-grow: 0.6;
    color: #898b8c;
    justify-content: center;
    min-width: 50px;
}

.album-table .track-name,
.album-table .album-name,
.album-table .artist-name {
    flex-grow: 7;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-table .album-name {
    color: #898b8c;
}

.album-table .remove-track,
.album-table .track-added {
    display: none;
}

.album-table .saved .track-added {
    display: block;
}

.album-table .saved .add-track {
    display: none;
}

.album-table .saved .add-remove-track:hover .track-added {
    display: none;
}

.album-table .saved .add-remove-track:hover .remove-track {
    display: block;
}

.album-table .add-remove-track {
    cursor: pointer;
}
.album-table .add-remove-track:hover {
    color: #dddde2;
}

.album-table .popularity-widget {
    width: 70%;
    height: 6px;
    position: relative;
    background-color: #2a2a35;
}
.album-table .popularity-widget > .popularity-fill {
    height: 100%;
    background-color: #898b8c;
}

#not-found-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#not-found-page > h1 {
    font-size: 5rem;
    font-weight: 100;
}
@media only screen and (max-width: 627px) {
    #not-found-page > h1 {
        font-size: 3rem;
    }
}

#context-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #2a2a35;
    width: 220px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    padding: 10px 0 0;
    overflow: hidden;
    z-index: 99;
    user-select: none;
    list-style: none;
    color: #c2c2ca;
}
@media only screen and (max-width: 627px) {
    #context-menu {
        width: calc(100% - 40px) !important;
        left: 20px !important;
        top: 50px !important;
    }
}
#context-menu > .header {
    display: flex;
    width: 92%;
    margin: 0 auto;
    padding: 0 0 10px;
    border-bottom: 1px solid #353543;
}
#context-menu > .header > .image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    flex: 0 0 auto;
}
#context-menu > .header > .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#context-menu > .header > .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
}
#context-menu > .header > .info > .name,
#context-menu > .header > .info .sub-name {
    overflow: hidden;
    max-width: 120px;
    text-overflow: ellipsis;
}
#context-menu > .header > .info > .name {
    margin-bottom: 2px;
    color: #c2c2ca;
}
#context-menu > .header > .info > .sub-name {
    font-size: 0.9rem;
    color: #898b8c;
}
#context-menu > .body {
    position: relative;
    flex: 1 1 auto;
}
#context-menu > .body > .add-to-playlist {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #2a2a35;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 1.05rem;
    transition: transform 0.25s ease;
}
#context-menu > .body > .add-to-playlist.slide-out {
    transform: translateX(100%);
}
#context-menu > .body > .add-to-playlist > .back {
    display: flex;
    border-bottom: 1px solid #373746;
    padding-bottom: 10px;
    cursor: pointer;
}
#context-menu > .body > .add-to-playlist > .back:hover {
    color: #ebebee;
}
#context-menu > .body > .add-to-playlist > .back > .icon {
    margin-right: 5px;
}
#context-menu > .body > .add-to-playlist > .new-playlist {
    display: flex;
    margin: 18px 0;
    cursor: pointer;
}
#context-menu > .body > .add-to-playlist > .new-playlist:hover {
    color: #c2c2ca;
}
#context-menu > .body > .add-to-playlist > .new-playlist > .icon {
    margin-right: 5px;
}
#context-menu > .body > .add-to-playlist > .playlists > .playlist {
    display: flex;
    padding: 4px;
    background-color: #31313d;
    margin-bottom: 6px;
    border-radius: 3px;
    cursor: pointer;
}
#context-menu > .body > .add-to-playlist > .playlists > .playlist:hover {
    background-color: #353543;
    color: #c2c2ca;
}
#context-menu > .body > .add-to-playlist > .playlists > .playlist > .icon {
    margin-right: 5px;
}
#context-menu .context-menu-item {
    padding: 10px 10px;
    cursor: pointer;
    border-left: 5px solid transparent;
}
@media only screen and (max-width: 627px) {
    #context-menu .context-menu-item {
        border-bottom: 1px solid #353543;
        padding: 20px 10px;
    }
}
#context-menu .context-menu-item > .icon {
    margin-right: 10px;
}
#context-menu .context-menu-item:hover {
    background-color: #353543;
    border-left: 5px solid #8f8f8f;
}
#context-menu .separator {
    background-color: #353543;
    height: 1px;
    padding: 0;
}

.playlist-page {
    height: 100%;
    max-width: 1600px;
    padding: 20px 25px;
    margin: 0 auto;
    position: relative;
}
.playlist-page .flex-table .track-number,
.playlist-page .flex-table .add-remove-track {
    flex-grow: 0.3;
    min-width: 60px;
    color: #898b8c;
}
.playlist-page .playlist-header {
    display: flex;
    margin-bottom: 40px;
    border-bottom: 1px solid #2a2b30;
    padding-bottom: 10px;
}
.playlist-page .playlist-header > .info {
    flex: 1;
}
.playlist-page .playlist-header > .info > .artist-name {
    font-size: 1.1rem;
    color: #c2c2ca;
}
.playlist-page .playlist-header > .info > .artist-name:hover {
    text-decoration: underline;
}
.playlist-page .playlist-header > .info > .playlist-name {
    font-size: 3rem;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
}
.playlist-page .playlist-header > .info > .playlist-info {
    margin-top: 18px;
}
.playlist-page .playlist-header > .info > .playlist-info > .info-container {
    margin-bottom: 5px;
    display: flex;
    font-size: 1.05rem;
}
.playlist-page .playlist-header > .info > .playlist-info > .info-container > .name {
    margin-right: 5px;
    min-width: 120px;
    color: #8b8b9b;
}
.playlist-page .playlist-header > .info > .playlist-info > .info-container > .value > a {
    color: inherit;
}
.playlist-page .playlist-header > .info > .playlist-info.inline {
    font-size: 1rem;
    margin-top: -2px;
}
.playlist-page .playlist-header > .info > .playlist-info.inline > p {
    color: #8b8b9b;
    max-width: 50%;
}
.playlist-page .playlist-header > .info > .playlist-info.inline > .info-container {
    font-size: 1rem;
    display: inline-block;
}
.playlist-page .playlist-header > .info > .playlist-info.inline > .info-container:nth-child(2):after,
.playlist-page .playlist-header > .info > .playlist-info.inline > .info-container:nth-child(3):after {
    content: "*";
}
.playlist-page .playlist-header > .info > .playlist-info.inline > .info-container:nth-child(3) > .name,
.playlist-page .playlist-header > .info > .playlist-info.inline > .info-container:nth-child(4) > .name {
    display: none;
}
.playlist-page .playlist-header > .info > .playlist-info.inline > .info-container > .name {
    margin-right: 0;
    min-width: initial;
    display: inline-block;
}
.playlist-page .playlist-header > .info > .playlist-info.inline > .info-container > .value {
    display: inline-block;
}
.playlist-page .playlist-header > .info .actions {
    margin-top: 20px;
}
.playlist-page .playlist-header > .info .actions > .option-btn {
    margin-right: 2px;
    padding: 8px;
}
.playlist-page .playlist-header > .info .actions > .option-btn:hover {
    color: #dddde2;
    background-color: #31313d;
}
.playlist-page .playlist-header > .info .actions > .primary {
    margin-right: 10px;
    min-width: 100px;
}
.playlist-page .playlist-header > .playlist-image {
    margin-right: 15px;
    position: relative;
}
.playlist-page .playlist-header > .playlist-image:hover > .overlay {
    display: flex;
}
.playlist-page .playlist-header > .playlist-image > img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    display: block;
}
.playlist-page .playlist-header > .playlist-image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
}
.playlist-page .playlist-header > .playlist-image .overlay > .icon-upload {
    font-size: 2.2rem;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #c2c2ca;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.playlist-page .playlist-header > .playlist-image .overlay > .icon-upload.icon-play {
    padding-left: 3px;
}
.playlist-page .no-tracks {
    text-align: center;
    padding-top: 50px;
}
.playlist-page .no-tracks > h3 {
    font-size: 1.7rem;
    font-weight: 500;
}
@media only screen and (max-width: 627px) {
    .playlist-page {
        padding: 10px;
    }
    .playlist-page .playlist-header {
        flex-direction: column;
        align-items: center;
    }
}

.filter-bar {
    display: flex;
    border-bottom: 1px solid #2a2b30;
    padding-bottom: 10px;
    margin: 10px 15px 10px;
}
.filter-bar > .sort {
    position: relative;
    z-index: 5;
    font-size: 1.2rem;
    color: #898b8c;
    flex: 1 1 65%;
    padding-top: 13px;
}
.filter-bar > .sort > .text {
    display: inline-block;
    cursor: pointer;
}
.filter-bar > .sort > .text:hover {
    text-decoration: underline;
}
.filter-bar > .sort .icon {
    margin-left: 10px;
}
.filter-bar > .filter {
    background-color: #2a2a35;
    height: 35px;
    flex: 1 1 35%;
    max-width: 330px;
    position: relative;
    color: #898b8c;
}
.filter-bar > .filter > input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 10px 0 30px;
    background-color: #2a2a35;
}
.filter-bar > .filter > input::-webkit-input-placeholder {
    color: #898b8c;
}
.filter-bar > .filter > .icon {
    position: absolute;
    top: 9px;
    left: 5px;
}

tags-input {
    display: block;
    min-height: 49px;
    margin-bottom: -1px;
}

tags-input *,
tags-input *:before,
tags-input *:after {
    box-sizing: border-box;
}

tags-input .host {
    position: relative;
    height: 100%;
}

tags-input .host:active {
    outline: none;
}

tags-input .tags {
    padding: 1px 5px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: text;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    height: 100%;
}

tags-input .tags .tag-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

tags-input .tags .tag-item {
    margin: 7px 7px 0 0;
    padding: 0 8px 0 12px;
    display: inline-block;
    float: left;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background-color: #e0e0e0;
    color: #424242;
    outline: none !important;
    cursor: default;
}
tags-input .tags .tag-item span {
    padding-right: 5px;
}
tags-input .tags .tag-item .remove-button {
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    vertical-align: sub;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.54);
    outline: none !important;
}
tags-input .tags .tag-item .remove-button:hover {
    text-decoration: none;
}

tags-input .tags .tag-item.selected {
    background-color: #40b3ca;
}

tags-input .tags .input {
    border: 0;
    outline: none;
    margin: 2px;
    padding: 0;
    padding-left: 5px;
    float: left;
    height: 43px;
}

tags-input .tags .input.invalid-tag {
    color: #ff0000;
}

tags-input .tags .input::-ms-clear {
    display: none;
}

#share-modal {
    overflow-y: auto;
}
#share-modal > .modal-content {
    min-width: 538px;
}
@media only screen and (max-width: 627px) {
    #share-modal > .modal-content {
        max-width: none;
        min-width: initial;
    }
    #share-modal > .modal-content .input-group {
        width: auto;
    }
}
#share-modal .input-group {
    margin-top: 5px;
    display: flex;
}
#share-modal .input-group > input {
    flex: 1 1 auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
#share-modal .input-group > .primary {
    padding: 10px 12px;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 400;
    text-transform: none;
}
#share-modal .email-container {
    display: block;
}
#share-modal .buttons {
    margin-top: 25px;
}
#share-modal .buttons button {
    float: right;
}
#share-modal #share-modal-input {
    cursor: copy;
    border-color: rgba(0, 0, 0, 0.12);
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.04);
    border-right: none;
    height: 40px;
    padding: 6px 12px;
}
#share-modal .mail-spinner {
    float: right;
    transform: scale(0.7) !important;
    margin-top: -7px;
}
#share-modal .social-icon {
    box-shadow: none;
}
#share-modal textarea {
    border-color: rgba(0, 0, 0, 0.12);
    padding: 7px 7px 7px 16px;
    width: 100%;
    position: relative;
    outline: none !important;
}
#share-modal .visibility-options {
    padding: 10px 0;
    margin-bottom: 20px;
}
#share-modal .modal-header {
    margin-bottom: 20px;
}
#share-modal .social-icons {
    margin: 10px 0 20px;
}

.social-icon {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background-size: 100%;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.2s ease;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.social-icon:hover {
    opacity: 0.7;
}
.social-icon.facebook {
    background-image: url(../../../images/social-icons/facebook.png);
}
.social-icon.twitter {
    background-image: url(../../../images/social-icons/twitter.png);
}
.social-icon.googleplus {
    background-image: url(../../../images/social-icons/google-plus.png);
}
.social-icon.pinterest {
    background-image: url(../../../images/social-icons/pinterest.png);
}
.social-icon.tumblr {
    background-image: url(../../../images/social-icons/tumblr.png);
}
.social-icon.stumbleupon {
    background-image: url(../../../images/social-icons/stumbleupon.png);
}
.social-icon.blogger {
    background-image: url(../../../images/social-icons/bloggr.png);
}

#home {
    position: relative;
    overflow: auto;
    height: 100%;
}
#home > .top-ad {
    margin: 10px 0 5px;
}
#home > .bottom-ad {
    margin: 15px 0 5px;
}
#home .genre {
    padding: 15px;
    background-color: #2e2e3a;
    text-transform: capitalize;
    margin: 0 13px;
    border-radius: 3px;
    display: flex;
    font-size: 1.1rem;
    font-weight: 400;
}
#home .genre > .name,
#home .genre > .more {
    width: 50%;
    cursor: pointer;
}
#home .genre > .name:hover,
#home .genre > .more:hover {
    text-decoration: underline;
}
#home .genre > .more {
    text-align: right;
}
#home .artists .artist {
    position: relative;
}
#home .artists .artist figcaption {
    min-height: 35px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 14px 14px 14px;
    max-width: calc(100% - 28px);
    background-color: rgba(0, 0, 0, 0.7);
}
#home .artists .artist figcaption > .artist-name {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.radio-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.9);
}
.radio-loading > #splash {
    display: block;
}
.radio-loading > #splash > #splash-inner {
    margin: 0 30px 30px 0;
}

#radio-page {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: 0 30%;
    background-size: cover;
    background-repeat: no-repeat;
}
#radio-page > .overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.85);
}
#radio-page .radio-queue-item {
    max-width: 300px;
}
#radio-page .radio-queue-item .image {
    width: 300px;
    height: 300px;
}
#radio-page .radio-queue-item .image .overlay {
    padding-top: 68px;
    display: flex;
    background-color: transparent;
}
#radio-page .radio-queue-item .image .overlay > .add-remove-track,
#radio-page .radio-queue-item .image .overlay .play,
#radio-page .radio-queue-item .image .overlay .options {
    display: none;
}
#radio-page .radio-queue-item .image .overlay > .playing-icon-container {
    display: none;
    position: static;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    margin-right: 10px;
}
#radio-page .radio-queue-item .image .overlay > .playing-icon-container > .playing-icon {
    width: 25px;
    height: 25px;
    margin-left: 6px;
}
#radio-page .radio-queue-item .image .overlay.playing > .playing-icon-container {
    display: flex;
}
#radio-page .radio-queue-item .image .overlay:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
#radio-page .radio-queue-item .image .overlay:hover > .playing-icon-container {
    display: none;
}
#radio-page .radio-queue-item .image .overlay:hover > .add-remove-track,
#radio-page .radio-queue-item .image .overlay:hover .options {
    display: block;
}
#radio-page .radio-queue-item .image .overlay:hover > .play {
    display: flex;
}
#radio-page .radio-queue-item .image > img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
#radio-page .radio-queue-item .info {
    background-color: #2a2a35;
    padding: 15px 10px;
    max-width: 100%;
    display: flex;
}
#radio-page .radio-queue-item .info > .rate {
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    width: 90px;
}
#radio-page .radio-queue-item .info > .rate > .icon-button {
    border: 1px solid #c2c2ca;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#radio-page .radio-queue-item .info > .rate > .icon-button.liked {
    color: #4caf50;
    border-color: #4caf50;
    pointer-events: none;
}
#radio-page .radio-queue-item .info > .rate > .icon-button:hover {
    color: #fff;
    border-color: #fff;
}
#radio-page .radio-queue-item .info > .rate > .icon-button:first-of-type {
    margin-right: 5px;
}
#radio-page .radio-queue-item .info > .rate > .icon-button > .icon-thumbs-up {
    position: relative;
    top: 3px;
    left: -5px;
}
#radio-page .radio-queue-item .info > .rate > .icon-button > .icon-thumbs-down {
    position: relative;
    top: 6px;
    left: -5px;
}
#radio-page .radio-queue-item .info > .radio-item-info {
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
}
#radio-page .radio-queue-item .info > .radio-item-info > .artist {
    display: block;
    color: #c2c2ca;
}
#radio-page .radio-queue-item .info > .radio-item-info > .track {
    display: block;
    color: #898b8c;
}
#radio-page .next,
#radio-page .prev {
    font-size: 2rem;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #c2c2ca;
    width: 50px;
    height: 50px;
}
#radio-page .next.disabled,
#radio-page .prev.disabled {
    color: #898b8c;
    cursor: not-allowed;
    border-color: #898b8c;
}
#radio-page .next > .icon,
#radio-page .prev > .icon {
    position: relative;
    top: 3px;
}
#radio-page .next {
    margin-left: 20px;
}
#radio-page .next > .icon {
    left: 4px;
}
#radio-page .prev {
    margin-right: 20px;
}
#radio-page .prev > .icon {
    right: -1px;
}

#public-user-profile {
    position: relative;
    height: 100%;
}
#public-user-profile .follow-button {
    flex: 0 0 auto;
    height: 30px;
    padding: 0 30px;
    border-radius: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 2px;
}
#public-user-profile .follow-button.active {
    border-color: #40b3ca;
}
#public-user-profile .header {
    margin-bottom: 15px;
    background-position: 0 85%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 200px;
}
#public-user-profile .header > .header-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent -80%, #1e1e26 100%);
    padding: 30px 30px 10px;
}
#public-user-profile .header > .header-overlay > .inner-header {
    max-width: 600px;
    display: flex;
    align-items: center;
}
#public-user-profile .header .avatar {
    margin-right: 25px;
    width: 23%;
    flex: 0 0 auto;
}
#public-user-profile .header .avatar > img {
    width: 100%;
    height: auto;
    display: block;
}
#public-user-profile .header .info {
    flex: 1 1 auto;
    margin-top: 25px;
}
#public-user-profile .header .info > .actions {
    display: flex;
}
#public-user-profile .header .info > .actions .follow-button {
    margin-top: 10px;
}
#public-user-profile .header .info > .actions > .follow-info {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}
#public-user-profile .header .info > .actions > .follow-info > .following,
#public-user-profile .header .info > .actions > .follow-info > .followers {
    padding: 0 10px;
}
#public-user-profile .header .info > .actions > .follow-info > .following > .number,
#public-user-profile .header .info > .actions > .follow-info > .followers > .number {
    text-align: center;
}
#public-user-profile .header .info > .actions > .follow-info > .following {
    border-right: 1px solid #666974;
}
#public-user-profile .header .info > .username {
    font-size: 1.8rem;
    font-weight: 100;
    margin-bottom: 10px;
    border-bottom: 1px solid #666974;
    padding-bottom: 5px;
}
#public-user-profile .content .navigation {
    display: flex;
    margin: 0 35px;
    font-size: 1rem;
    color: #898b8c;
    text-transform: uppercase;
    border-bottom: 1px solid #2a2b30;
}
#public-user-profile .content .navigation > .nav-item {
    border-bottom: 3px solid transparent;
    transition: border-color 0.2s ease;
    margin: 0 10px;
    padding: 5px 8px;
    cursor: pointer;
}
#public-user-profile .content .navigation > .nav-item:first-of-type {
    margin-left: 0;
}
#public-user-profile .content .navigation > .nav-item.active {
    border-color: #40b3ca;
    color: #fff;
}
#public-user-profile .content .navigation > .nav-item:hover {
    color: #fff;
}
#public-user-profile .content .tabs {
    padding: 20px 35px;
}
#public-user-profile .content .tabs > .tab {
    display: none;
}
#public-user-profile .content .tabs > .tab.open {
    display: block;
}
#public-user-profile .content .playlists {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#public-user-profile .content .playlists .no-playlists {
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
    margin-top: 40px;
    font-weight: 100;
    background-color: #2a2a35;
    padding: 80px 0;
}
#public-user-profile .content .playlists .playlist {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin: 0;
    padding: 14px;
}
#public-user-profile .content .playlists .playlist > .info {
    background-color: #2a2a35;
    padding: 10px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#public-user-profile .content .playlists .playlist > .info > .name {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 1.1rem;
    display: block;
    color: #c2c2ca;
}
#public-user-profile .content .playlists .playlist > .info > .tracks-number {
    color: #898b8c;
    font-size: 0.9rem;
}
#public-user-profile .content .playlists .playlist > .image {
    line-height: 0;
}
#public-user-profile .content .playlists .playlist > .image > img {
    width: 100%;
    height: auto;
}
#public-user-profile .content #following > .follow-item,
#public-user-profile .content #followers > .follow-item {
    display: flex;
    height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #2a2b30;
    padding: 18px;
    font-size: 1.1rem;
    align-items: center;
}
#public-user-profile .content #following > .follow-item:first-of-type,
#public-user-profile .content #followers > .follow-item:first-of-type {
    padding-top: 0;
}
#public-user-profile .content #following > .follow-item > .content,
#public-user-profile .content #followers > .follow-item > .content {
    display: flex;
    flex: 1 1 auto;
}
#public-user-profile .content #following > .follow-item > .content > .info,
#public-user-profile .content #followers > .follow-item > .content > .info {
    flex: 1 1 auto;
}
#public-user-profile .content #following > .follow-item > .content > .info > .name,
#public-user-profile .content #followers > .follow-item > .content > .info > .name {
    color: #c2c2ca;
    display: block;
}
#public-user-profile .content #following > .follow-item .followers,
#public-user-profile .content #followers > .follow-item .followers {
    color: #898b8c;
    margin-top: 5px;
}
#public-user-profile .content #following > .follow-item > .image,
#public-user-profile .content #followers > .follow-item > .image {
    height: 63px;
    width: 63px;
    margin-right: 20px;
}
#public-user-profile .content #following > .follow-item > .image > img,
#public-user-profile .content #followers > .follow-item > .image > img {
    height: 63px;
    width: 63px;
    object-fit: cover;
    border-radius: 50%;
}

.current-user-widget {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 25px 15px 0;
    box-sizing: border-box;
    flex: 0 0 auto;
}
.current-user-widget .dropdown-menu {
    position: fixed;
    z-index: 10;
}
.current-user-widget > img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.current-user-widget .user-email {
    flex-grow: 1;
    color: #c2c2ca;
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.current-user-widget .edit-profile {
    cursor: pointer;
}

#account-settings-modal .modal-content {
    padding: 0;
    overflow: auto;
}

@media screen and (max-height: 720px) {
    #account-settings-modal .md-modal-header {
        display: none !important;
    }
    #account-settings-modal .md-modal-nav-item {
        font-size: 25px !important;
    }
}

#account-settings-modal .modal-header {
    display: flex;
    flex-direction: column;
    background-color: #1e1e26;
    padding-bottom: 20px;
    flex: 0 0 auto;
}
#account-settings-modal .modal-header > .name {
    text-align: center;
    color: #c2c2ca;
    font-size: 25px;
    font-weight: 100;
}
#account-settings-modal .modal-header > .email {
    padding-top: 5px;
    text-align: center;
    color: #c2c2ca;
}

#account-settings-modal .md-modal-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 10px auto 0;
}
#account-settings-modal .md-modal-avatar > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#account-settings-modal .md-modal-nav {
    background-color: #40b3ca;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
}
#account-settings-modal .md-modal-nav > .md-modal-nav-item {
    font-size: 2rem;
    padding: 15px;
    flex: 1 1 auto;
    text-align: center;
    cursor: pointer;
}
#account-settings-modal .md-modal-nav > .md-modal-nav-item.active {
    background-color: #fff;
    color: #22322f;
}

#account-settings-modal .md-modal-tab {
    display: none;
    flex-direction: column;
    padding: 35px 25px 20px 25px;
    flex: 0 0 auto;
}
#account-settings-modal .md-modal-tab .errors {
    color: #e74c3c;
}
#account-settings-modal .md-modal-tab .errors > .error {
    margin: 5px 0;
}
#account-settings-modal .md-modal-tab .errors:empty {
    display: none;
}
#account-settings-modal .md-modal-tab .input-container {
    margin-bottom: 20px;
}
#account-settings-modal .md-modal-tab .input-container > label {
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.36);
}
#account-settings-modal .md-modal-tab .input-container select,
#account-settings-modal .md-modal-tab .input-container input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e7eaec;
}
#account-settings-modal .md-modal-tab.open {
    display: flex;
}

#account-settings-modal .avatar-tab .img-responsive {
    width: 50%;
    max-width: 120px;
    margin: 15px auto;
}

#account-settings-modal .avatar-tab p {
    text-align: center;
}

#account-settings-modal .buttons {
    margin-top: 30px;
}
#account-settings-modal .buttons md-select {
    padding-left: 2px;
}

#account-settings-modal md-input-container {
    padding-bottom: 10px;
}
#account-settings-modal md-input-container label {
    color: rgba(0, 0, 0, 0.36) !important;
}

.artist-modify,
.album-modify {
    background-color: #f7f7f7;
    border: 1px solid #e7eaec;
    border-radius: 3px;
    padding: 20px;
}
.artist-modify .artist-image > button,
.album-modify .artist-image > button {
    width: 200px;
    height: 47px;
    margin-top: 6px;
}
.artist-modify .artist-image > .danger,
.album-modify .artist-image > .danger {
    display: block;
    width: initial;
    height: initial;
    margin-top: 22px;
}
.artist-modify .albums-page,
.album-modify .albums-page {
    padding: 0;
    margin: 0 -15px;
    max-width: initial;
}
.artist-modify .albums-page .album,
.album-modify .albums-page .album {
    width: 16.666%;
}
.artist-modify .albums-page .album .image,
.album-modify .albums-page .album .image {
    border: 2px solid #bcc5ca;
}
.artist-modify .albums-page .album .icon,
.album-modify .albums-page .album .icon {
    font-size: 1.7rem;
    width: 55px;
    height: 55px;
    color: #c2c2ca;
    margin: 0 6px;
}
.artist-modify .albums-page .album figcaption,
.album-modify .albums-page .album figcaption {
    background-color: #fff;
    color: #676a6c;
    text-align: center;
    border: 2px solid #bcc5ca;
    border-top: none;
}
.artist-modify .artist-main-info,
.album-modify .artist-main-info {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.artist-modify .artist-main-info > .artist-image > a,
.album-modify .artist-main-info > .artist-image > a {
    height: 200px;
    width: 200px;
    display: block;
}
.artist-modify .artist-main-info > .artist-image img,
.album-modify .artist-main-info > .artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artist-modify .artist-main-info > .inputs,
.album-modify .artist-main-info > .inputs {
    flex: 1 1 auto;
    margin-left: 30px;
    text-align: right;
}
.artist-modify .artist-main-info > .inputs .input-container,
.album-modify .artist-main-info > .inputs .input-container {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.artist-modify .artist-main-info > .inputs input,
.artist-modify .artist-main-info > .inputs textarea,
.album-modify .artist-main-info > .inputs input,
.album-modify .artist-main-info > .inputs textarea {
    width: calc(100% - 100px);
    height: 43px;
    outline: none;
    padding: 6px 12px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #d9dee1;
}
.artist-modify .artist-main-info > .inputs textarea,
.album-modify .artist-main-info > .inputs textarea {
    height: initial;
}
.artist-modify .artist-main-info > .inputs label,
.album-modify .artist-main-info > .inputs label {
    width: 100px;
    text-align: left;
    font-weight: 500;
    margin-right: 5px;
}

.ad-container {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
}

.page-shadow > .bottom-ad {
    margin-top: 20px;
}

#install {
    background: #f6f5f2;
    overflow-y: auto;
    height: 100%;
}
#install > .container {
    max-width: 1170px;
    margin: 0 auto 20px;
}
#install .center-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
#install .center-buttons > .primary:first-of-type {
    margin-right: 10px;
}
#install .input-container {
    margin-bottom: 20px;
}
#install .input-container > label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
#install .input-container > input,
#install .input-container > select,
#install .input-container > textarea {
    display: block;
    height: 35px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 6px 12px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#install .input-container > .help-block {
    font-size: 0.9rem;
    margin-top: 5px;
}
#install #error {
    background-color: #ea6153;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin: 20px 0;
    border-radius: 3px;
}
#install .update-container {
    text-align: center;
}
#install .update-container .btn {
    width: 30%;
    border-bottom: 3px solid #2f94a8;
}
#install .update-container p {
    margin: 20px 0;
}
#install .update-container h2 {
    color: #c2c2ca;
}
#install .logo {
    margin: 30px auto 30px;
    width: 322px;
    height: auto;
}
#install .admin-account .btn-success {
    margin-top: 10px;
    border-radius: 4px;
    border-color: #40b3ca;
    border-bottom: 4px solid #2f94a8;
}
#install #loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 120px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    z-index: 10000;
}
#install #loader > md-progress-circular {
    top: 50%;
    left: 47%;
}
#install .step-panel {
    background: #fff;
    box-shadow: 1px 1px 2px 0 #d0d0d0;
    padding: 20px 30px;
    margin-top: 50px;
}
#install .step-panel .form-control {
    border-radius: 0;
}
#install h2 {
    text-align: center;
}
#install .manual-fill {
    margin-top: 30px;
    display: flex;
}
#install .manual-fill .button-container {
    width: 30%;
    flex: 0 0 auto;
    margin-left: 30px;
}
#install .manual-fill .button-container > button {
    width: 100%;
}
#install .manual-fill input {
    margin-left: -2px;
    margin-right: 8px;
}
#install .manual-fill .btn-success {
    border-radius: 0;
    border-bottom: 4px solid #2f94a8;
}
#install .manual-fill .col-sm-6 {
    padding: 0;
}
#install #site_description {
    padding-bottom: 10px;
}
#install #configuration .btn {
    margin-top: 20px;
}
#install #compat-check h4 {
    margin-top: 30px;
    text-align: center;
}
#install #compat-check .btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px;
    border-radius: 0;
}
#install #compat-check p {
    margin: 15px 0 25px 0;
    text-align: center;
}
#install .table td,
#install .table th {
    text-align: center;
}
#install .danger {
    background: #ea6153;
    color: #fff;
    padding: 5px;
}
#install .success {
    background: #40b3ca;
    color: #fff;
    padding: 5px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}
.table > thead > tr:nth-child(odd),
.table > tbody > tr:nth-child(odd),
.table > tfoot > tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #e7eaec;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e7eaec;
    background-color: #fff;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #e7eaec;
}

.alert {
    color: #fff;
    text-align: center;
}

.wizard {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0;
}
.wizard li {
    display: block;
    width: 33%;
    flex: 0 0 auto;
    text-align: center;
    padding-left: 0;
}
.wizard li a:hover {
    text-decoration: none;
}
.wizard li:before {
    display: block;
    border-top: 3px solid #55606e;
    content: "";
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 11px;
    right: 1px;
    width: 100%;
    z-index: 1;
}
.wizard li:first-child:before {
    left: 50%;
    max-width: 50%;
}
.wizard li:last-child:before {
    max-width: 50%;
    width: 50%;
}
.wizard li .title {
    color: #898b8c;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104;
}
.wizard li .step {
    background: #7b909c;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 13.5px;
    border: 3px solid transparent;
    border-radius: 10%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
}
.wizard li.active .step {
    background: #40b3ca;
    color: #fff;
}
.wizard li.active .title {
    color: #55606e;
}

#admin {
    height: 100%;
    width: 100%;
    display: flex;
    color: #676a6c;
}
#admin > aside {
    width: 220px;
    color: #eee;
    background-color: #2e2e3a;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    flex: 0 0 auto;
}
#admin > aside.closed {
    transform: translateX(-300px);
    width: 0;
}
#admin > aside > .current-user-widget {
    margin-bottom: 25px;
}
#admin > aside > .logo {
    width: 220px;
    height: auto;
    display: block;
    margin: 15px 0 0;
    border-bottom: 1px solid #36383e;
    padding-bottom: 10px;
}
#admin > aside > .logo > img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}
#admin > aside > .version {
    position: absolute;
    bottom: 0;
    padding: 5px 15px;
    font-size: 0.8rem;
    color: #72728f;
}
#admin > aside > .nav > .nav-item {
    padding: 15px 10px 15px 25px;
    font-size: 1.1rem;
    cursor: pointer;
    border-right: 5px solid transparent;
    border-bottom: 1px solid #353543;
}
#admin > aside > .nav > .nav-item > .icon {
    width: 22px;
    display: inline-block;
    margin-right: 5px;
}
#admin > aside > .nav > .nav-item:hover {
    background-color: #3a3a48;
}
#admin > aside > .nav > .nav-item.open {
    background-color: #3a3a48;
    border-right-color: #40b3ca;
}
#admin > .admin-page {
    flex: 1 1 auto;
    background-color: #f3f3f4;
    height: 100%;
    overflow: hidden;
}
#admin > .admin-page > nav {
    height: 80px;
    border-bottom: 1px solid #e7eaec;
    padding: 0 30px 0 10px;
    display: flex;
    align-items: center;
    color: #777;
    background-color: #f7f7f7;
}
#admin > .admin-page > nav > .toggle-icon {
    font-size: 2.2rem;
    cursor: pointer;
}
#admin > .admin-page > nav > a {
    width: 170px;
    height: auto;
    display: block;
}
#admin > .admin-page > nav > a > img {
    max-width: 100%;
    height: auto;
}
#admin > .admin-page > nav > .nav-items {
    flex: 1 1 auto;
    text-align: right;
}
#admin > .admin-page > nav > .nav-items > .logout > .icon {
    color: #ff5722;
    font-size: 25px;
}
#admin > .admin-page > nav > .nav-items > .logout > .text {
    display: inline-block;
    height: 35px;
    line-height: 1;
    vertical-align: middle;
    padding-top: 7px;
}
#admin > .admin-page > #admin-content {
    width: 100%;
    height: calc(100% - 80px);
    padding: 30px;
    overflow: auto;
}

.admin-panel {
    background-color: #fff;
    border: 1px solid #e7eaec;
    border-top: none;
    margin-bottom: 15px;
}
.admin-panel > .panel-header {
    font-size: 1.02rem;
    font-weight: 500;
    border-bottom: 1px solid #e7eaec;
    border-top: 3px solid #e7eaec;
    margin-bottom: 20px;
    color: #676a6c;
    background-color: #f7f7f7;
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.admin-panel > .panel-header p {
    font-size: 0.88rem;
    margin: 0;
    font-weight: 300;
}
.admin-panel > .panel-header.flex {
    display: flex;
}
.admin-panel > .panel-header.flex > .name {
    flex: 1 1 auto;
    max-width: 80%;
}
.admin-panel > .panel-header.flex > .actions {
    flex: 1 1 auto;
    max-width: 70px;
    text-align: right;
    color: #adadad;
}
.admin-panel > .panel-header.flex > .actions.full-width {
    max-width: 20%;
}
.admin-panel > .panel-header.flex > .actions > .icon {
    cursor: pointer;
}
.admin-panel > .panel-header.flex > .actions > .icon:hover {
    color: #949494;
}
.admin-panel .panel-body {
    padding: 0 10px 10px;
}
.admin-panel .panel-body > select,
.admin-panel .panel-body > input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #e7eaec;
}
.admin-panel .panel-body > textarea {
    width: 100%;
    height: 120px;
    padding: 8px;
    border: 1px solid #e7eaec;
    margin-bottom: 10px;
}

#appearance .options-panel {
    position: fixed;
    width: 300px;
    top: 110px;
    right: 40px;
}
#appearance .options-panel > .available-stylesheets .stylesheets {
    max-height: 400px;
    overflow: auto;
    position: relative;
    margin-bottom: 5px;
}
#appearance .options-panel > .available-stylesheets .stylesheets > .stylesheet {
    padding: 10px;
    text-transform: capitalize;
    border: 1px solid #e7eaec;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
#appearance .options-panel > .available-stylesheets .stylesheets > .stylesheet > .name {
    flex: 1 1 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#appearance .options-panel > .available-stylesheets .stylesheets > .stylesheet > .colors {
    width: 90px;
    height: 15px;
    flex: 0 0 90px;
}
#appearance .options-panel > .available-stylesheets .stylesheets > .stylesheet > .colors > .color {
    width: 15px;
    height: 100%;
    display: inline-block;
}
#appearance .options-panel > .available-stylesheets .stylesheets > .stylesheet:hover {
    background-color: #f2f2f2;
}
#appearance .options-panel > .available-stylesheets .stylesheets > .stylesheet.selected {
    background-color: #ebebeb;
}

#appearance .variables-panel {
    margin: 0 30px 0 230px;
    width: calc(100% - 230px - 320px);
    padding-bottom: 300px;
}
#appearance .variables-panel .group {
    background-color: #fff;
    border: 1px solid #e7eaec;
    border-top: none;
    margin-bottom: 20px;
}
#appearance .variables-panel .group > header {
    padding: 10px;
    background-color: #f7f7f7;
    color: #676a6c;
    border-bottom: 1px solid #e7eaec;
    border-top: 3px solid #e7eaec;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#appearance .variables-panel .group > header > .name {
    font-size: 1.02rem;
    font-weight: 500;
}
#appearance .variables-panel .group > header > .description {
    font-size: 0.88rem;
    font-weight: 400;
}
#appearance .variables-panel .group-variables {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 8px;
}
#appearance .variables-panel .group-variables > .variable {
    width: 33.333%;
    max-width: 33.333%;
    flex: 1 1 auto;
    padding: 0 10px;
    margin: 10px 0;
}
#appearance .variables-panel .input-container > .input-inner {
    display: flex;
    height: 35px;
    width: 100%;
}
#appearance .variables-panel .input-container > .input-inner > input,
#appearance .variables-panel .input-container > .input-inner > select {
    height: 100%;
    border: 1px solid #e7eaec;
    width: 100%;
    outline: none !important;
}
#appearance .variables-panel .input-container > .input-inner > input {
    padding: 10px;
}
#appearance .variables-panel .input-container > .input-inner > select {
    padding: 0 7px;
}
#appearance .variables-panel .input-container > .input-inner > .color-preview {
    width: 40px;
    height: 100%;
    cursor: pointer;
    border: 1px solid #e7eaec;
    border-left: none;
}
#appearance .variables-panel .input-container > .description {
    font-size: 0.88rem;
    font-weight: 400;
    margin-top: 5px;
    padding: 0 1px;
}
#appearance .variables-panel .input-container > .description:empty {
    display: none;
}
#appearance .variables-panel .input-container > label {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}

#translations {
    display: flex;
}
#translations .flex-table {
    flex: 1 1 auto;
}
#translations .flex-table .flex-table-header {
    background-color: #f7f7f7;
    color: #676a6c;
    border-top: 3px solid #e7eaec;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
#translations .flex-table .trans-header {
    padding: 0.5em 0;
    text-indent: 0.5em;
}
#translations .flex-table .flex-table-row:hover input {
    background-color: #f7f7f7;
}
#translations .flex-table .index-col {
    max-width: 50px;
    justify-content: center;
}
#translations .flex-table .with-input {
    padding: 0;
}
#translations .flex-table .with-input > input {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    padding: 0.5em;
    line-height: inherit;
    background-color: transparent;
}
#translations .flex-table .with-input > input:focus {
    outline: none;
    border-color: #40b3ca;
}
#translations .right-col {
    width: 30%;
    padding: 0 20px;
}

.settings-container.full-width > form {
    width: 100%;
    padding: 0;
    margin: 0;
}
.settings-container.full-width > form .input-container > textarea {
    max-width: 750px;
    height: 160px;
}

.settings-container > form {
    width: calc(100% - 200px);
    margin-left: 230px;
    padding: 0 30px 0 0;
}
.settings-container > form .input-container {
    margin-bottom: 20px;
}
.settings-container > form .input-container > input,
.settings-container > form .input-container > select,
.settings-container > form .input-container > textarea {
    height: 35px;
    border: 1px solid #e7eaec;
    width: 100%;
    outline: none !important;
    max-width: 350px;
}
.settings-container > form .input-container > textarea {
    height: 85px;
}
.settings-container > form .input-container > input {
    padding: 10px;
}
.settings-container > form .input-container > select {
    padding: 0 7px;
}
.settings-container > form .input-container > p {
    font-size: 0.88rem;
    font-weight: 400;
    margin-top: 5px;
    padding: 0 1px;
    max-width: 600px;
}
.settings-container > form .input-container > p:empty {
    display: none;
}
.settings-container > form .input-container > label {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.settings-container > form .logo-container {
    margin-bottom: 20px;
}
.settings-container > form .logo-container .label {
    margin-bottom: 10px;
}
.settings-container > form .logo-container .image {
    background-color: #2e2e3a;
    margin-bottom: 20px;
    max-width: 220px;
    border-radius: 3px;
}
.settings-container > form .logo-container .image > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.admin-mail-container {
    height: 100%;
}
.admin-mail-container form,
.admin-mail-container .admin-panel,
.admin-mail-container .settings-container {
    height: 100%;
    width: 100%;
    margin: 0;
}
.admin-mail-container .panel-body {
    height: calc(100% - 44px);
}
.admin-mail-container .panel-body .editor-container {
    height: calc(100% - 62px);
}
.admin-mail-container .templates-nav {
    display: flex;
}
.admin-mail-container .templates-nav > .nav-items {
    flex: 1 1 auto;
}
.admin-mail-container .templates-nav > .nav-items > .nav-item {
    padding: 10px;
    border: 1px solid #e7eaec;
    margin: 0 15px 20px 0;
    width: 250px;
    flex: 0 0 auto;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}
.admin-mail-container .templates-nav > .nav-items > .nav-item.active {
    background-color: #40b3ca;
    color: #fff;
    border-color: transparent;
}
.admin-mail-container .templates-nav > .save {
    flex: 1 1 auto;
    text-align: right;
}

.scrollspy-navigation {
    width: 200px;
    position: fixed;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
}
.scrollspy-navigation .nav-item {
    padding: 10px 15px;
    cursor: pointer;
}
.scrollspy-navigation .nav-item.active {
    background-color: #40b3ca;
    color: #fff;
    border-radius: 3px;
}

.material-table {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border: 1px solid #e7eaec;
    text-rendering: optimizeLegibility;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    background-color: #f7f7f7;
    min-height: 100%;
}
.material-table .admin-table .flex-table-header {
    border-bottom: 1px solid #e7eaec;
    text-transform: capitalize;
}
.material-table .admin-table .flex-table-header:hover {
    background-color: #f7f7f7 !important;
}
.material-table .admin-table .flex-table-row {
    padding: 0 25px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e7eaec;
}
.material-table .admin-table .flex-table-row .icon {
    cursor: pointer;
}
.material-table .admin-table .flex-table-row .icon:hover {
    color: #40b3ca;
}
.material-table .admin-table .flex-table-row:nth-child(even) {
    background-color: #fafafa;
}
.material-table .admin-table .flex-table-row.selected {
    background-color: #eaeaea;
}
.material-table .admin-table .flex-table-row-item {
    height: 57px;
    border: none;
    align-items: center;
}
.material-table .admin-table .flex-table-row-item a {
    color: rgba(0, 0, 0, 0.87);
}
.material-table .admin-table .flex-table-row-item.small-col {
    max-width: 50px;
}
.material-table .admin-table .flex-table-row-item.name-col {
    flex-grow: 1.3;
}
.material-table .admin-table .flex-table-row-item.image {
    max-width: 60px;
    margin: 0 35px 0 25px;
}
.material-table .admin-table .flex-table-row-item img {
    width: 100%;
    height: auto;
}
.material-table .header,
.material-table .selected-header {
    padding: 20px;
    height: 68px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}
.material-table .header > .caption,
.material-table .selected-header > .caption {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    width: 30%;
}
.material-table .header > .caption > .btn:first-of-type,
.material-table .selected-header > .caption > .btn:first-of-type {
    margin-right: 10px;
}
.material-table .header > .controls,
.material-table .selected-header > .controls {
    font-size: 20px;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    width: 70%;
}
.material-table .header > .controls > i,
.material-table .selected-header > .controls > i {
    cursor: pointer;
    transition: color 0.2s ease;
    color: #ff5722;
}
.material-table .header > .controls > i:hover,
.material-table .selected-header > .controls > i:hover {
    color: #ff7e55;
}
.material-table .selected-header {
    background-color: rgba(255, 87, 34, 0.3);
    color: #fff;
}
.material-table .selected-header .caption {
    color: #ff5722;
    font-weight: 500;
    font-size: 16px;
}
.material-table .search {
    height: 40px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #e7eaec;
}
.material-table .search > input {
    border: none;
    height: 100%;
    padding: 0 10px 0 35px;
    border-radius: 3px;
    font-size: 1.1rem;
    line-height: normal;
}
.material-table .search > input:focus,
.material-table .search > input:active {
    outline: none;
}
.material-table .search > i {
    position: absolute;
    top: 12px;
    left: 5px;
    font-size: 1.1rem;
}
.material-table .footer {
    margin-top: 25px;
    margin-left: auto;
    padding-bottom: 15px;
    flex: 0 0 auto;
    width: 100%;
}
.material-table .footer dir-pagination-controls,
.material-table .footer .per-page,
.material-table .footer .meta {
    display: inline-block;
    color: #737373;
    font-weight: 500;
}
.material-table .footer select {
    margin: 0 30px 0 5px;
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
    border: 1px solid #e7eaec;
}
.material-table .footer .controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media (max-width: 1024px) {
    .material-table .footer .controls {
        padding-left: 25px;
        display: flex;
    }
    .material-table .footer .controls > .per-page {
        display: none;
    }
}
.material-table .footer .meta {
    margin-right: 30px;
}
.material-table .footer .pagination {
    list-style: none;
    margin-right: 25px;
    padding: 0;
}
.material-table .footer .pagination > li {
    display: inline-block;
}
.material-table .footer .pagination > li:first-of-type > a {
    border-right: none;
}
.material-table .footer .pagination > li.active a {
    color: #40b3ca;
}
.material-table .footer .pagination > li > a {
    color: inherit;
    padding: 8px 15px;
    background-color: #fafafa;
    border: 1px solid #e7eaec;
    margin-left: -1px;
}
.material-table .footer .pagination > li > a:focus,
.material-table .footer .pagination > li > a:active {
    outline: none;
}
@media (max-width: 1024px) {
    .material-table .footer .pagination {
        margin: 0;
    }
    .material-table .footer .pagination > li {
        display: none;
    }
    .material-table .footer .pagination > li:first-of-type,
    .material-table .footer .pagination > li:last-of-type {
        display: inline-block;
        font-size: 1rem;
        line-height: 1;
    }
}
.material-table .ajax-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

#analytics-page #embed-api-auth-container {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

#analytics-page .unauthorized-container {
    opacity: 0.4;
}
#analytics-page .unauthorized-container > img {
    max-width: 100%;
    height: auto;
}

#analytics-page .stats-row {
    margin: 0 2px 25px;
    display: flex;
}
#analytics-page .stats-row > .stats-container {
    flex: 1 1 auto;
    margin: 0 10px;
    border-radius: 4px;
    position: relative;
    height: 100px;
    color: #fbffff;
}
#analytics-page .stats-row > .stats-container > .stats-icon {
    font-size: 60px;
    position: absolute;
    opacity: 0.2;
    top: 5px;
    left: 5px;
}
#analytics-page .stats-row > .stats-container > .details {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
}
#analytics-page .stats-row > .stats-container > .details > .number,
#analytics-page .stats-row > .stats-container > .details .ActiveUsers-value {
    font-size: 30px;
}
#analytics-page .stats-row > .stats-container > .details > .text,
#analytics-page .stats-row > .stats-container > .details .ActiveUsers {
    font-size: 16px;
}
#analytics-page .stats-row > .stats-container > .details .ActiveUsers {
    display: flex;
    flex-direction: column-reverse;
}
#analytics-page .stats-row > .stats-container > .details .ActiveUsers-value {
    display: block;
}
#analytics-page .stats-row > .stats-container:nth-child(1) {
    background-color: #3f51b5;
    border: 2px solid #3c4ead;
}
#analytics-page .stats-row > .stats-container:nth-child(2) {
    background-color: #f44336;
    border: 2px solid #f33a2c;
}
#analytics-page .stats-row > .stats-container:nth-child(3) {
    background-color: #009688;
    border: 2px solid #008c7f;
}
#analytics-page .stats-row > .stats-container:nth-child(4) {
    background-color: #607d8b;
    border: 2px solid #5c7885;
}
#analytics-page .stats-row > .stats-container:nth-child(5) {
    background-color: #607d8b;
    border: 2px solid #5c7885;
}

#analytics-page .ViewSelector2 {
    display: block;
}

#analytics-page .ViewSelector2-item {
    display: block;
    margin-bottom: 1em;
    width: 100%;
    max-width: 150px;
}

#analytics-page .ViewSelector2-item > label {
    font-weight: 700;
    margin: 0 0.25em 0.25em 0;
    display: block;
}

#analytics-page .ViewSelector2-item > select {
    width: 100%;
    border: 1px solid #e7eaec;
    border-radius: 3px;
    padding: 5px;
}

@media (min-width: 570px) {
    #analytics-page .ViewSelector,
    #analytics-page .ViewSelector2 {
        display: flex;
        margin: 0 0 -1em -1em;
        width: calc(100% + 1em);
    }
    #analytics-page .ViewSelector2-item {
        flex: 1 1 calc(100% / 3 - 1em);
        margin-left: 1em;
    }
}

#analytics-page .ViewSelector2--stacked {
    display: block;
    margin: 0;
    width: auto;
}

#analytics-page .ViewSelector2--stacked .ViewSelector2-item {
    margin-left: 0;
}

#analytics-page .charts-row {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
}
#analytics-page .charts-row > .chart-panel {
    background-color: #f7f7f7;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin: 0 10px 20px;
}
#analytics-page .charts-row > .chart-panel.small {
    flex: 1 1 33.33%;
}
#analytics-page .charts-row > .chart-panel.large {
    flex: 0 1 66.33%;
}

#analytics-page .chart-panel-body {
    padding: 15px 20px;
}

#analytics-page .chart-panel-header {
    border-bottom: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 15px;
}
#analytics-page .chart-panel-header > .sub-title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}

#analytics-page .chart-container {
    height: 250px;
}

#analytics-page .chart-legend {
    list-style: none;
    margin: 0;
    padding: 1em 0 0;
    text-align: center;
}

#analytics-page .chart-legend > li {
    display: inline-block;
    padding: 0.25em 0.5em;
}

#analytics-page .chart-legend > li > i {
    display: inline-block;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: -0.1em;
    width: 1em;
}

.home-page {
    padding: 10px 15px !important;
}
.home-page > .artists-page {
    padding: 0;
}

.genres-container {
    width: 100%;
}
.genres-container .genres-inner-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.genres-container .genres-inner-container .genre-item {
    display: flex;
    flex-direction: column;
    width: 16.6%;
    margin: 0;
    padding: 8px;
    position: relative;
    height: 218px;
}
@media only screen and (max-width: 1024px) {
    .genres-container .genres-inner-container .genre-item {
        width: 33.33%;
    }
}
@media only screen and (max-width: 768px) {
    .genres-container .genres-inner-container .genre-item {
        width: 50%;
    }
}
@media only screen and (max-width: 320px) {
    .genres-container .genres-inner-container .genre-item {
        width: 100%;
    }
}
.genres-container .genres-inner-container .genre-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* INICIO AÑADIDO 27/01/2023 */
    border-radius: 8px;
    /* FIN AÑADIDO 27/01/2023 */
}
.genres-container .genres-inner-container .genre-item > .name {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
    text-transform: capitalize;
    color: #ebebee;
    background-color: rgba(0, 0, 0, 0.65);
    font-size: 1.5rem;
    /* INICIO AÑADIDO 27/01/2023 */
    border-radius: 8px;
    font-family: "Circular Spotify bOLD", Montserrat, Calibri, Tahoma, sans-serif;
    font-weight: 700;
    /* FIN AÑADIDO 27/01/2023 */
}

.input-group {
    width: calc(100% - 100px);
    display: inline-flex;
    align-items: center;
    height: 43px;
}
.input-group > .icon {
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #40b3ca;
    color: #fff;
    padding-bottom: 2px;
    cursor: pointer;
}
.input-group > .icon.disabled {
    cursor: not-allowed;
    background-color: #e1e1e1;
    box-shadow: none;
    color: #b7b7b7;
}
.input-group > .icon.disabled:hover {
    background-color: #e1e1e1;
}
.input-group > .icon:hover {
    background-color: #34a6bc;
}
.input-group > input {
    border-left: none;
    flex: 1 1 auto;
}

.playing-icon-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
}
.playing-icon-container > .playing-icon {
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
}
.playing-icon-container > .playing-icon > .one,
.playing-icon-container > .playing-icon .two,
.playing-icon-container > .playing-icon .three {
    position: absolute;
    bottom: 0;
    width: 2px;
    padding: 0 1px;
    height: 0;
    background-color: #fff;
    margin-right: 3px;
    transition: height 0.3s linear;
    animation: bar 0.33s 0s both alternate ease infinite;
}
.playing-icon-container > .playing-icon > .one {
    left: 0;
}
.playing-icon-container > .playing-icon > .two {
    animation-delay: 0.2s;
    left: 33%;
}
.playing-icon-container > .playing-icon > .three {
    left: 66%;
    animation-delay: 0.4s;
}

@keyframes bar {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.dropdown-menu {
    position: absolute;
    background-color: #fff;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.04rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
}
.dropdown-menu > .dropdown-item {
    padding: 5px 25px 5px 10px;
    cursor: pointer;
    border-left: 5px solid transparent;
}
.dropdown-menu > .dropdown-item > i {
    font-size: 1.4rem;
    color: #9aacb5;
    margin: 0 10px 0 5px;
}
.dropdown-menu > .dropdown-item:first-of-type {
    padding-top: 10px;
}
.dropdown-menu > .dropdown-item:last-of-type {
    padding-bottom: 10px;
}
.dropdown-menu > .dropdown-item.active {
    background-color: #e6e6e6;
}
.dropdown-menu > .dropdown-item:hover {
    background-color: #ededed;
}

.player-container,
.lyrics-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 7;
}
.player-container > .backdrop,
.lyrics-container > .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.player-container > .modal-inner-container,
.lyrics-container > .modal-inner-container {
    width: 60%;
    height: 80%;
    max-width: 1200px;
    max-height: 620px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 8;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translate3d(0, 100%, 0) scale(0.2);
    opacity: 0;
}
@media only screen and (max-width: 627px) {
    .player-container > .modal-inner-container,
    .lyrics-container > .modal-inner-container {
        width: 93%;
    }
}
.player-container > .modal-inner-container.out,
.lyrics-container > .modal-inner-container.out {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}
.player-container > .modal-inner-container > .close-lyrics-icon,
.player-container > .modal-inner-container .toggle-fullscreen,
.lyrics-container > .modal-inner-container > .close-lyrics-icon,
.lyrics-container > .modal-inner-container .toggle-fullscreen {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    background-color: #40b3ca;
    font-size: 1.3rem;
    color: #fff;
    width: 32px;
    height: 32px;
    padding: 4px 0 0 3.1px;
    cursor: pointer;
    z-index: 9;
}
.player-container > .modal-inner-container > .close-lyrics-icon:hover,
.player-container > .modal-inner-container .toggle-fullscreen:hover,
.lyrics-container > .modal-inner-container > .close-lyrics-icon:hover,
.lyrics-container > .modal-inner-container .toggle-fullscreen:hover {
    background-color: #34a6bc;
}
.player-container > .modal-inner-container > .toggle-fullscreen,
.lyrics-container > .modal-inner-container > .toggle-fullscreen {
    right: 32px;
}
.player-container > .modal-inner-container > #player,
.player-container > .modal-inner-container #html5-player,
.lyrics-container > .modal-inner-container > #player,
.lyrics-container > .modal-inner-container #html5-player {
    width: 100%;
    height: 100%;
    background-color: #000;
}
.player-container > .modal-inner-container > .yt-overlay,
.lyrics-container > .modal-inner-container > .yt-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.player-container.show.hidden {
    display: flex !important;
    visibility: visible !important;
    width: 250px;
    height: 207px;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
}
.player-container.show.hidden .toggle-fullscreen {
    right: 5px;
    top: -15px;
}
.player-container.show.hidden .close-lyrics-icon {
    display: none;
}
.player-container.show.hidden > .modal-inner-container {
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}

.lyrics-container > .modal-inner-container {
    height: 95%;
    flex: 0 0 auto;
    max-height: none;
}
.lyrics-container > .modal-inner-container #lyrics-panel {
    width: 100%;
    height: 100%;
    border: none;
    overflow: auto;
    background-color: #1e1e26;
    font-size: 1.4rem;
    padding: 10px;
    color: #c2c2ca;
    text-align: center;
}

#soundcloud-iframe {
    position: absolute;
    bottom: -3000px;
    right: -3000px;
    visibility: hidden;
}
