.expanded {
  padding-top: 20px;
  /* Adjust as needed */
  padding-bottom: 20px;
  /* Adjust as needed */
  transition: padding-top 0.3s ease, padding-bottom 0.3s ease;
}

/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: SpotifyMixUI;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: SpotifyMixUI;

  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role='button'] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.m-2 {
  margin: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-1 {
  height: 0.25rem;
}

.h-1\/4 {
  height: 25%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-48 {
  height: 12rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-full {
  max-height: 100%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-2\/5 {
  width: 40%;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.min-w-48 {
  min-width: 12rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate))
    skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
    scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate))
    skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
    scaleY(var(--tw-scale-y));
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-items-start {
  justify-items: start;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-clip {
  overflow-y: clip;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-spotify-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}

.bg-spotify-gray-light {
  --tw-bg-opacity: 0.3;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.bg-spotify-gray-lightest {
  --tw-bg-opacity: 0.3;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.fill-white {
  fill: #fff;
}

.stroke-white {
  stroke: #fff;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: -webkit-right;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-md {
  font-size: 1rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

body {
  margin: 0;
  font-family: SpotifyMixUI !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: black;
}

/* Width of the scrollbar */

::-webkit-scrollbar {
  width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */

::-webkit-scrollbar-thumb {
  /* The scrollbar should be white/grayish a little bit transparent*/
  background: rgba(255, 255, 255, 0.3);
  /* Color of the scrollbar handle */
  border-radius: 4px;
  /* Roundness of the scrollbar handle */
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
  /* Color of the scrollbar handle on hover */
}

.hover\:bg-spotify-gray-lighter:hover {
  --tw-bg-opacity: 0.2;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.hover\:bg-spotify-gray-lightest:hover {
  --tw-bg-opacity: 0.5;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.hover\:fill-gray-300:hover {
  fill: #d1d5db;
}

.hover\:stroke-gray-300:hover {
  stroke: #d1d5db;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 100px) {
  .xxs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xxs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 400px) {
  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.horizontal-playlist {
  cursor: pointer;
  --item-height: 48px;
  display: flex;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  container-type: size;
  height: var(--item-height);
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 1000px) {
  .horizontal-playlist {
    --item-height: 64px;
  }
}
.horizontal-playlist .img-container {
  height: var(--item-height);
  width: var(--item-height);
}
.horizontal-playlist .img-container .img-section {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  justify-content: center;
}
.horizontal-playlist .img-container .img-section img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.horizontal-playlist:hover .button-container img {
  display: none;
}
.horizontal-playlist .text-container {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-padding-start: 8px;
  color: #fff;
  padding-inline-start: 8px;
}
.horizontal-playlist .text-container .text-section {
  gap: 2px;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.horizontal-playlist .text-container .text-section a {
  color: #fff;
  text-decoration: none;
}
.horizontal-playlist .text-container .text-section a p {
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}
@media (min-width: 1000px) {
  .horizontal-playlist .text-container .text-section a p {
    font-size: 0.9rem;
  }
}
.horizontal-playlist .text-container .button-container img {
  height: 15px;
}
.horizontal-playlist .text-container .button-container {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.horizontal-playlist .text-container .button-container .circle-play {
  margin-right: 5px !important;
}
.horizontal-playlist .circle-play {
  display: none;
}
.horizontal-playlist:hover {
  background-color: rgba(255, 255, 255, 0.2196078431);
}
.horizontal-playlist:hover .circle-play {
  display: inherit;
}
@media (max-width: 768px) {
  .horizontal-playlist .circle-play {
    display: none !important;
  }
  .horizontal-playlist h3 {
    font-size: 13px;
  }
  .horizontal-playlist:hover img {
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
  }
  .horizontal-playlist:active {
    transform: scale(0.99);
    transition: transform 0.2s ease-in-out;
  }
}

.song-title {
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 600;
}
@media (max-width: 800px) {
  .song-title {
    font-size: 0.8rem;
  }
}

.song-artist {
  margin-top: -2px;
  font-size: 0.8rem;
  opacity: 0.6;
  cursor: pointer;
}
@media (max-width: 800px) {
  .song-artist {
    font-size: 0.7rem;
  }
}

.playlist-card .circle-play-div {
  position: absolute;
  right: 10px;
  bottom: 25px;
  opacity: 0;
}
.playlist-card .circle-play-div.translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.playlist-card .circle-play-div.active, .playlist-card:hover .circle-play-div {
  opacity: 1;
  --tw-translate-y: 0px !important;
  --tw-translate-x: 0px;
  --tw-rotate: 0deg;
  --tw-skew-x: 0deg;
  --tw-skew-y: 0deg;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.playlist-card .playlist-card-info {
  padding-left: 20px;
  padding-bottom: 20px;
}
.playlist-card .playlist-card-info p {
  color: #b3b3b3;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 90%;
}
.playlist-card .playlist-card-info h3 {
  width: 94%;
}
@media (max-width: 768px) {
  .playlist-card:hover {
    background-color: transparent !important;
  }
  .playlist-card:active {
    transform: scale(0.99);
  }
  .playlist-card .circle-play-div {
    display: none !important;
  }
  .playlist-card .playlist-card-info h3 {
    font-size: 12px;
    margin-top: -10px;
  }
  .playlist-card .playlist-card-info p {
    display: none;
  }
}

.playlist-header {
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 1rem;
  color: white;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .playlist-header {
    font-size: 1.5rem;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .playlist-header {
    font-size: 1rem;
    margin-top: -5px;
    margin-bottom: 0px;
  }
}

.playlist-subheader {
  color: #b3b3b3;
  font-size: 0.875rem;
  margin-left: 15px;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .playlist-subheader {
    font-size: 0.75rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
    margin-left: 0px;
  }
}

.artist-discrography-page .playlist-header {
  margin-top: 0px;
  margin-bottom: 10px;
}

.p-4 {
  padding: 0.7rem !important;
}

.guest .playlist-card-info {
  padding-left: 10px;
  padding-bottom: 10px;
}
.guest .playlist-header {
  font-size: 1.5rem !important;
  margin-bottom: 0px !important;
}
.guest .playlist-grid {
  --min-column-width: 170px;
  --row-count: 1;
}
@media (max-width: 900px) {
  .guest .playlist-grid {
    --min-column-width: 160px;
  }
}
@media (max-width: 768px) {
  .guest .playlist-grid {
    --min-column-width: 100px;
  }
}

.playlist-grid {
  --min-column-width: 200px;
  --row-count: 1;
  margin-inline: -12px;
  grid-gap: var(--grid-gap);
  content-visibility: auto;
  grid-template-rows: repeat(var(--row-count), minmax(0, 1fr));
  grid-template-rows: repeat(var(--row-count), minmax(0, 1fr));
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(auto-fill, minmax(var(--min-column-width), 1fr));
  grid-template-rows: 1fr 0 0 0 0 0;
  overflow: hidden;
}
.playlist-grid.playlist-grid-multi {
  grid-template-rows: unset;
  overflow: visible;
}
@media (max-width: 1200px) {
  .playlist-grid {
    --min-column-width: 170px;
  }
}
@media (max-width: 900px) {
  .playlist-grid {
    --min-column-width: 160px;
  }
}
@media (max-width: 768px) {
  .playlist-grid {
    --min-column-width: 140px;
  }
}

.Main-section-col {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  padding: 0px;
}
@media (max-width: 768px) {
  .Main-section-col .Main-section-col {
    border-radius: 0px;
  }
  .Main-section-col .Home-seccion {
    border-radius: 0px;
  }
}

@media (max-width: 768px) {
  .Main-section {
    border-radius: 0px !important;
    width: 104%;
    margin-top: -10px;
  }
  .Main-section .home .grid {
    gap: 0px;
  }
}
.playlist-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.playlist-card img.rounded {
  border-radius: 50% !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.ant-modal.login-modal .ant-modal-content {
  background-color: var(--background-color) !important;
  border-radius: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(#282828));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.4), #282828);
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-animation: UpsellContainerAnimation 0.4s ease-in-out 1;
  animation: UpsellContainerAnimation 0.4s ease-in-out 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -ms-flex-flow: column;
  flex-flow: column;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
  min-height: 400px;
}
.ant-modal.login-modal .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  margin-right: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ant-modal.login-modal .img-container img {
  max-width: 300px;
  border-radius: 8px;
  display: block;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media (max-width: 768px) {
  .ant-modal.login-modal .img-container img {
    max-width: 200px;
    margin-top: 20px;
  }
}
.ant-modal.login-modal .content-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 auto;
  max-width: 304px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ant-modal.login-modal .content-container h2 {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: -10px;
  }
}

.avatar-container {
  border-radius: 50%;
  background-color: #1f1f1f;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.avatar-container .avatar {
  border-radius: 50%;
  width: 30px;
  padding-top: 1px;
}
.avatar-container:hover,
.avatar-container .hoverable-icon:hover {
  fill: white !important;
  cursor: pointer;
}
.avatar-container:hover:hover,
.avatar-container .hoverable-icon:hover:hover {
  transform: scale(1.1);
}
.avatar-container:hover:active,
.avatar-container .hoverable-icon:hover:active {
  transform: scale(1);
}

.news {
  padding: 5px;
  border-radius: 50%;
  background: #121212;
  border: 2px solid #121212;
}

.contact-me {
  font-size: 0.875rem;
  font-weight: 700;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  background-color: var(--background-base, rgba(0, 0, 0, 0.54));
  color: var(--text-base, #ffffff) !important;
  display: flex;
  border-radius: var(--encore-button-corner-radius, 9999px);
  font-size: inherit;
  min-block-size: var(--encore-control-size-smaller, 30px);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-block-start: var(--encore-spacing-tighter-4, 3px);
  padding-block-end: var(--encore-spacing-tighter-4, 3px);
  padding-inline-start: 16px;
  padding-inline-end: var(--encore-spacing-base, 16px);
}
.contact-me:hover {
  transform: scale(1.05);
}
.contact-me:active {
  transform: scale(1);
}

@media (max-width: 768px) {
  .navbar {
    padding: 10px;
  }
}
.Navigation-section {
  padding: 20px 0px;
  padding-bottom: 0px !important;
  border-radius: 10px;
  background-color: #121212;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 950px) {
  .Navigation-section {
    padding: 20px 10px;
  }
}
@media (max-width: 800px) {
  .Navigation-section {
    padding: 20px 5px;
  }
}
.Navigation-section.open {
  min-width: 270px;
  padding: 20px 20px;
}

#playlist-song-and-artist-name {
  width: 100%;
}
#playlist-song-and-artist-name h3,
#playlist-song-and-artist-name p {
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
}
@media (max-width: 1110px) {
  #playlist-song-and-artist-name h3,
  #playlist-song-and-artist-name p {
    width: 80%;
  }
}

.search-input {
  color: #b3b3b3;
  min-width: 100%;
  padding: 11px 16px;
  background: #1f1f1f !important;
  border-radius: 30px;
  cursor: unset;
  text-overflow: ellipsis;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  appearance: none;
  background-image: none;
  border: 0px;
  transition: box-shadow 100ms ease-in-out, color 100ms ease-in-out;
  inline-size: 100%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  margin-block: 0px;
}
.search-input:hover {
  box-shadow: 0 0 0 1px #858383;
}
.search-input:focus, .search-input:active, .search-input:focus-within {
  color: #fff !important;
  box-shadow: 0 0 0 2px #fff;
}
.search-input:focus svg, .search-input:active svg, .search-input:focus-within svg {
  fill: #fff;
}
@media (min-width: 750px) {
  .search-input {
    min-width: 310px !important;
  }
}
@media (min-width: 950px) {
  .search-input {
    min-width: 420px !important;
  }
}
@media (min-width: 1100px) {
  .search-input {
    min-width: 500px !important;
  }
}
.search-input .ant-input-prefix {
  margin-inline-start: -5px !important;
  margin-inline-end: 10px !important;
}
.search-input input::placeholder {
  color: #b3b3b3;
  margin-left: 5px;
}
.search-input .ant-input-suffix {
  border-left: 1px solid #b3b3b3;
  padding-left: 10px;
}

.navigation-button {
  padding: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  justify-content: center;
  background-color: #1f1f1f;
  color: white;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: background-color 0.1s ease;
}
.navigation-button:hover {
  background-color: #2a2a2a;
  transform: scale(1.05);
}

.playlist-avatar {
  border-radius: 50%;
  width: 25px;
  cursor: pointer;
}
.playlist-avatar:hover,
.playlist-avatar .hoverable-icon:hover {
  fill: white !important;
  cursor: pointer;
}
.playlist-avatar:hover:hover,
.playlist-avatar .hoverable-icon:hover:hover {
  transform: scale(1.1);
}
.playlist-avatar:hover:active,
.playlist-avatar .hoverable-icon:hover:active {
  transform: scale(1);
}

.hoverable-icon:hover {
  fill: white !important;
  cursor: pointer;
}

.ant-input-suffix svg.tabler-icon {
  fill: none !important;
}

.addButton {
  margin-top: -5px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.addButton:hover {
  background-color: rgba(95, 95, 95, 0.292);
}
.addButton:active {
  background-color: rgba(16, 16, 16, 0.645);
}

.Profile-section .playlist-grid {
  --min-column-width: 190px;
}
@media (max-width: 768px) {
  .Profile-section .playlist-grid {
    --min-column-width: 150px;
  }
}
.Profile-section .playlist-header {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .Profile-section .playlist-header {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.Profile-section .profile-header {
  min-height: 340px;
  max-height: 400px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .Profile-section .profile-header {
    min-height: 230px;
  }
}
.Profile-section .profile-header .profile-header-cover {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.Profile-section .profile-header .profile-header-background {
  background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.5) 100%), var(--background-noise);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.Profile-section .profile-header .profile-header-content {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: end;
  margin-bottom: 30px;
  gap: 24px;
}
@media (max-width: 768px) {
  .Profile-section .profile-header .profile-header-content {
    flex-direction: column;
    align-items: center;
  }
}
.Profile-section .profile-header .profile-header-content .profile-img-container {
  border-radius: 4px;
  height: clamp(128px, 128px + (100vw - var(--left-sidebar-width, 0) * 1px - var(--panel-width, 0) * 1px - 600px) / 424 * 104, 232px);
  width: clamp(128px, 128px + (100vw - var(--left-sidebar-width, 0) * 1px - var(--panel-width, 0) * 1px - 600px) / 424 * 104, 232px);
}
.Profile-section .profile-header .profile-header-content .profile-img-container .profile-img {
  display: flex;
  height: inherit;
  position: relative;
  width: inherit;
}
.Profile-section .profile-header .profile-header-content .profile-img-container .profile-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  user-select: none;
}
.Profile-section .profile-header .profile-header-content .profile-header-text {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 0;
}
@media (max-width: 768px) {
  .Profile-section .profile-header .profile-header-content .profile-header-text {
    width: 100%;
    padding-left: 20px;
  }
}
.Profile-section .profile-header .profile-header-content .profile-header-text .type {
  font-weight: 400;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  color: inherit;
  margin-block-end: 0;
}
.Profile-section .profile-header .profile-header-content .profile-header-text .profile-header-name-container {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: normal;
  overflow: hidden;
  text-align: left;
  width: 100%;
  word-break: break-word;
  text-overflow: ellipsis;
}
.Profile-section .profile-header .profile-header-content .profile-header-text .profile-header-name-container h1 {
  visibility: visible;
  width: 100%;
  font-size: 6rem;
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  color: inherit;
  margin-block-end: 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
@media (max-width: 1100px) {
  .Profile-section .profile-header .profile-header-content .profile-header-text .profile-header-name-container h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1000px) {
  .Profile-section .profile-header .profile-header-content .profile-header-text .profile-header-name-container h1 {
    font-size: 3rem;
  }
}
@media (max-width: 900px) {
  .Profile-section .profile-header .profile-header-content .profile-header-text .profile-header-name-container h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .Profile-section .profile-header .profile-header-content .profile-header-text .profile-header-name-container h1 {
    font-size: 2rem;
  }
}
.Profile-section .profile-header .profile-header-content .profile-header-text .profile-header-details-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}
.Profile-section .profile-body {
  height: 100%;
  padding: 40px;
  background: linear-gradient(#222833 -10%, rgb(18, 18, 18) 35%);
}
.Profile-section .profile-body .social-networks {
  margin-bottom: 20px;
}
.Profile-section .profile-body .about-me-title {
  font-size: 1.3rem;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 20px;
}
.Profile-section .profile-body .about-me-text p {
  color: #b7b7b7;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
}

.language-button {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-size: 0.8125rem;
  font-weight: 700;
  background-color: transparent;
  border-radius: var(--encore-button-corner-radius, 9999px);
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  touch-action: manipulation;
  transition-duration: 33ms;
  transition-property: background-color, border-color, color, box-shadow, filter, transform;
  user-select: none;
  vertical-align: middle;
  transform: translate3d(0px, 0px, 0px);
  padding-block-start: calc(var(4px, 4px) - 1px);
  padding-block-end: calc(var(4px, 4px) - 1px);
  padding-inline-start: 15px;
  padding-inline-end: calc(var(--encore-spacing-base, 16px) - 1px);
  border: 1px solid var(--essential-subdued, #878787);
  color: var(--text-base, white);
  min-inline-size: 0px;
  min-block-size: var(--encore-control-size-smaller, 32px);
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.language-button.collapsed {
  border: none;
  padding: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.language-button:hover {
  transform: scale(1.05);
  border: 2px solid var(--essential-subdued, white);
}
.language-button:hover.collapsed {
  border: none;
}
.language-button:active {
  transform: scale(1);
}

.language-modal .ant-modal-header {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1) !important;
}

.ant-modal {
  padding-bottom: 0 !important;
  border-radius: 10px;
  background-color: rgb(40, 40, 40) !important;
}
.ant-modal .ant-modal-header,
.ant-modal .ant-modal-content {
  background-color: rgb(40, 40, 40) !important;
}
.ant-modal .ant-modal-content {
  border-radius: 10px;
}
.ant-modal .ant-modal-close-x {
  align-self: flex-start;
}
.ant-modal .ant-modal-close-x:hover {
  background-color: rgba(0, 0, 0, 0.17);
}
.ant-modal .ant-modal-close-x:active {
  background-color: rgba(0, 0, 0, 0.25);
}
.ant-modal .ant-modal-close-x {
  border: 0;
  border-radius: 50% !important;
  color: hsla(0, 0%, 100%, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: close-button;
  height: 32px;
  width: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ant-divider {
  border-color: rgba(255, 255, 255, 0.1);
}

.language-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: calc(100% - var(--header-height));
  overflow-y: scroll;
  padding-block: 16px;
  padding-inline: 24px;
}
.language-grid button {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
}
.language-grid button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.language-grid button .title {
  font-size: 1rem;
  font-weight: 400;
  color: white;
}
.language-grid button .subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #b3b3b3;
}

@keyframes move {
  25% {
    transform: translate(0, 0);
    left: 0%;
  }
  75%, 100% {
    transform: translate(-100%, 0);
    left: 100%;
  }
}
.playing-section {
  overflow: hidden;
  border-radius: 10px;
  background-color: #121212;
  height: calc(100vh - 150px);
  width: 100%;
}
.playing-section .playlist-section-content {
  -ms-overflow-style: none !important; /* for Internet Explorer, Edge */
  scrollbar-width: none !important; /* for Firefox */
  overflow-y: scroll !important;
  padding-bottom: 70px;
}
.playing-section .title-link:hover,
.playing-section .title-link:hover p {
  text-decoration: underline !important;
}
.playing-section {
  padding: 5px;
}
@media (max-width: 900px) {
  .playing-section {
    min-width: 100%;
    max-width: 100%;
  }
}
.playing-section .playing-section-title-container {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  display: inline;
}
.playing-section .playing-section-title-container p {
  display: inline-block;
  position: relative;
}
.playing-section .playing-section-title {
  color: white;
  font-weight: 700;
  margin: 10px;
  margin-left: 15px;
  font-size: 1rem;
}

.artist-playing-now-card img,
.playing-now-card img {
  border-radius: 50%;
}
.artist-playing-now-card,
.playing-now-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  z-index: 1;
}
.artist-playing-now-card .playing-now-card-title,
.playing-now-card .playing-now-card-title {
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
}
.artist-playing-now-card .playing-now-card-title:hover,
.playing-now-card .playing-now-card-title:hover {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}
.artist-playing-now-card .playing-now-card-subtitle,
.playing-now-card .playing-now-card-subtitle {
  color: #b3b3b3;
  margin-top: 0px;
  font-size: 1rem;
}
.artist-playing-now-card .playing-now-card-body,
.playing-now-card .playing-now-card-body {
  margin-top: 10px;
  color: #b3b3b3;
}
.artist-playing-now-card .playing-now-card-text,
.playing-now-card .playing-now-card-text {
  padding: 16px;
  padding-top: 0px;
  padding-left: 0px;
}
.artist-playing-now-card .playing-now-card-image,
.playing-now-card .playing-now-card-image {
  height: 50%;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 8px;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.artist-playing-now-card .playing-now-card-image .playing-now-card-image-text,
.playing-now-card .playing-now-card-image .playing-now-card-image-text {
  left: 0;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  padding: 16px;
  font-weight: 700;
}
.artist-playing-now-card .ant-avatar,
.playing-now-card .ant-avatar {
  margin: 5px;
}

.artist-playing-now-card {
  margin: 5px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #1f1f1f;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
}
.artist-playing-now-card .playing-now-card-image {
  min-height: 200px;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 8px 8px 0 0;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
}
.artist-playing-now-card .playing-now-card-text {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px;
  padding-top: 0px;
}
.artist-playing-now-card .playing-now-card-title {
  color: white;
  font-weight: 700;
  font-size: 1rem;
}

.playing-section-close-button {
  border: none;
  color: white;
  cursor: pointer;
  font-size: 20px;
  margin: 10px;
  right: 0;
  top: 0;
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.playing-section-close-button button {
  padding: 6px;
  border-radius: 50%;
}
.playing-section-close-button button:hover {
  background-color: rgba(98, 98, 98, 0.23);
}

.queue-song {
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
}
.queue-song .queue-song-image-container {
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.queue-song .queue-song-image-container .queue-song-overlay {
  display: none;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  border-radius: 4px;
  color: white;
}
.queue-song .queue-song-image-container .queue-song-overlay svg {
  fill: white !important;
}
.queue-song:hover {
  background-color: rgba(52, 52, 52, 0.2196078431);
}
.queue-song:hover .queue-song-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.queue-song #song-and-artist-name {
  overflow: hidden;
}
.queue-song #song-and-artist-name h3,
.queue-song #song-and-artist-name p {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ant-drawer .ant-drawer-content-wrapper {
  width: 100% !important;
}
.ant-drawer .ant-drawer-header {
  display: none !important;
}
.ant-drawer .ant-drawer-body {
  padding: 0;
}
.ant-drawer .ant-drawer-body .playing-section {
  height: 100%;
  border-radius: 0px;
}

.ant-image {
  border-radius: 5px;
  overflow: hidden;
  max-height: 250px;
}
.ant-image img {
  max-height: 250px;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.4);
}

.ant-image-preview-wrap {
  background: rgba(0, 0, 0, 0.8784313725);
}

.device-list-title {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}

.circle-play {
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  background-color: #1ed760;
  color: var(--text-base, #000000);
  display: flex;
  border-radius: var(--encore-button-corner-radius, 9999px);
  font-size: inherit;
  min-block-size: var(--encore-control-size-smaller, 40px);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 15px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  inline-size: var(--encore-control-size-smaller, 40px);
  block-size: var(--encore-control-size-smaller, 40px);
}
.circle-play.big {
  min-block-size: var(--encore-control-size-smaller, 60px);
  inline-size: var(--encore-control-size-smaller, 60px);
  block-size: var(--encore-control-size-smaller, 60px);
}
.circle-play:hover {
  transform: scale(1.1);
}
.circle-play:active {
  transform: scale(1);
}

.player-pause-button {
  margin-bottom: 5px;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  min-width: 32px;
  position: relative;
  -webkit-transition: none 33ms cubic-bezier(0.3, 0, 0.7, 1);
  transition: none 33ms cubic-bezier(0.3, 0, 0.7, 1);
  -webkit-transition-property: all;
  transition-property: all;
  width: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  justify-content: center;
}
.player-pause-button:hover {
  transform: scale(1.1);
}
.player-pause-button:active {
  transform: scale(1);
}
.player-pause-button.disabled {
  cursor: not-allowed;
}
.player-pause-button.disabled svg {
  cursor: not-allowed !important;
}
.player-pause-button.disabled {
  opacity: 0.5;
  transform: none !important;
}

/* heart animation */
.heart-like {
  cursor: pointer;
  position: relative;
  display: grid;
  place-content: center;
}
.heart-like #center-heart #inner {
  fill: transparent;
  transition: 0.2s ease;
}
.heart-like #center-heart #outer {
  fill: white;
  transition: 0.2s ease;
}
.heart-like #left-hearts > *,
.heart-like #right-hearts > * {
  opacity: 0;
  transition: 0.2s ease;
}
@media (max-width: 980px) {
  .heart-like {
    display: none;
  }
}

.heart-liked {
  cursor: pointer;
}
.heart-liked ::before {
  content: "";
  display: grid;
  border-radius: 100%;
  position: absolute;
  outline: 25px solid #64d26d;
  height: 300px;
  width: 300px;
  animation: scalePulse 0.5s cubic-bezier(0.12, 0.84, 0.5, 0.44) forwards;
}
.heart-liked ::after {
  content: "";
  display: grid;
  border-radius: 100%;
  position: absolute;
  outline: 25px solid #64d26d;
  height: 300px;
  width: 300px;
  animation: scalePulse 0.5s cubic-bezier(0.12, 0.84, 0.5, 0.44) forwards;
  opacity: 1;
  transform: scale(0);
  animation-delay: 0.2s;
}
.heart-liked #center-heart #inner,
.heart-liked #center-heart #outer {
  fill: #64d26d;
}
.heart-liked #left-hearts > * {
  transform-origin: center center;
  animation: floatingHearts 0.65s cubic-bezier(0.12, 0.84, 0.5, 0.44) forwards;
}
.heart-liked #right-hearts > * {
  transform-origin: center center;
  animation: floatingHearts 0.65s cubic-bezier(0.12, 0.84, 0.5, 0.44) forwards;
}
.heart-liked #right-hearts g:first-child {
  animation-delay: 0.3s;
}
.heart-liked #right-hearts g:last-child {
  animation-delay: 0.1s;
}
.heart-liked #left-hearts g:first-child {
  animation-delay: 0.2s;
}
.heart-liked #left-hearts g:last-child {
  animation-delay: 0.5s;
}

@keyframes floatingHearts {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(-50px);
  }
}
@keyframes scalePulse {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
    opacity: 0;
  }
}
.volume-sider-container {
  width: 100%;
}
.volume-sider-container .volumen {
  padding-right: 2px;
}
.volume-sider-container .volume-sider {
  margin-bottom: 4px;
  padding-left: 10px;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #696969;
  transition: width 0.1s;
  border-radius: 4px;
}
.volume-sider-container .volume-sider .position-sider {
  background-color: white;
}
.volume-sider-container .volume-sider .handler-sider {
  display: inline;
}
.volume-sider-container .volume-sider:hover .position-sider {
  background-color: #21cc44 !important;
}
.volume-sider-container .volume-sider:hover .handler-sider {
  display: block;
  background: white;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin-top: -7px;
}

.queue-song-image-container .album-cover,
.mobile-player .album-cover {
  width: 47px;
  height: 47px;
}

#song-and-artist-name {
  margin-right: 15px;
}
#song-and-artist-name h3,
#song-and-artist-name p {
  font-size: 0.9rem;
  max-width: 200px;
  font-weight: 100;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 600px) {
  #song-and-artist-name h3,
  #song-and-artist-name p {
    font-size: 0.8rem;
    max-width: 200px;
  }
  #song-and-artist-name {
    margin-right: 10px;
  }
}
#song-and-artist-name .song-artist {
  color: #bababa;
  font-size: 0.75rem;
  opacity: 1;
}
#song-and-artist-name .active {
  color: #1db954;
  font-weight: 100 !important;
}

.replay:after {
  background-color: currentcolor;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
  color: #1db954;
}
.replay.active:hover:after {
  fill: #38ec77 !important;
}
.replay.active {
  fill: #1db954 !important;
}

@media (max-width: 980px) {
  .hiddable-icon {
    display: none;
  }
}

.mobile-bar {
  position: fixed;
  bottom: 5px;
  width: 100%;
  background: linear-gradient(transparent 0%, rgb(0, 0, 0) 40%);
}
.mobile-bar .mobile-player {
  border-radius: 5px;
  margin: 20px 10px;
  padding: 10px;
  width: calc(100vw - 20px);
}
.mobile-bar .mobile-player svg {
  fill: white !important;
}
.mobile-bar .mobile-player .time-line {
  height: 3px;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: -10px;
  background: rgba(0, 0, 0, 0.24);
}
.mobile-bar .mobile-player .time-line .current-time {
  height: 3px;
  background: white;
}
.mobile-bar .mobile-menu {
  display: flex;
  justify-content: center;
  font-weight: 400;
  background: transparent;
  align-items: baseline;
}
.mobile-bar .mobile-menu a,
.mobile-bar .mobile-menu button {
  all: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  gap: 4px;
  cursor: pointer;
  color: #b3b3b3;
}
.mobile-bar .mobile-menu a p,
.mobile-bar .mobile-menu button p {
  font-size: 0.7em;
  font-weight: 400;
}
.mobile-bar .mobile-menu svg {
  font-size: 1em;
}
@media (min-width: 768px) {
  .mobile-bar {
    display: none;
  }
}

@media (max-width: 768px) {
  .Main-section {
    padding-bottom: 50px !important;
  }
}
.album-cover {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 5px;
}

.playing-cover-container {
  position: relative;
}
.playing-cover-container .playing-cover-details-button {
  right: 5px;
  display: flex;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  z-index: 999;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 500px;
  border-width: 0;
  color: #b3b3b3;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.playing-cover-container .playing-cover-details-button svg {
  fill: #b3b3b3;
}
.playing-cover-container:hover .playing-cover-details-button {
  opacity: 1;
}
.playing-cover-container:hover .playing-cover-details-button:hover {
  transform: scale(1.1);
}
.playing-cover-container:hover .playing-cover-details-button:hover svg {
  fill: #fff;
}

button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button.disabled svg {
  cursor: not-allowed !important;
}

.other-device-alert-container {
  background-color: #1ed760;
  color: rgb(0, 0, 0);
  height: 24px;
  background-color: #1ed760;
  color: rgb(0, 0, 0);
  height: 24px;
  border-radius: 5px;
  margin: 10px;
  margin-top: 0px;
}
.other-device-alert-container button {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  line-height: 1;
  letter-spacing: inherit;
  padding: 0px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  float: right;
  margin-top: 3px;
  margin-right: 10px;
}
.other-device-alert-container button span {
  font-size: 0.875rem;
  font-weight: 700;
}
.other-device-alert-container svg {
  fill: #000000;
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  #root {
    overflow: hidden;
  }
}

.Full-screen-page {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  background: linear-gradient(-45deg, #541d0c, #40081e, #084359, #054233);
  background-size: 400% 400%;
  animation: gradient 25s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.Full-screen-page .player-pause-button {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.Full-screen-page button svg {
  height: 18px !important;
}
.Full-screen-page .album-cover {
  height: 70px;
  width: 70px;
}
.Full-screen-page #song-and-artist-name {
  margin-left: 20px;
}
.Full-screen-page #song-and-artist-name p,
.Full-screen-page #song-and-artist-name h1 {
  width: 100% !important;
  max-width: none !important;
  text-decoration: none;
}
.Full-screen-page #song-and-artist-name .song-title {
  display: -webkit-box;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.25em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Full-screen-page #song-and-artist-name .song-artist {
  font-size: 0.875rem;
  line-height: 1.6666666667em;
  opacity: 0.7;
}
.Full-screen-page .volume-control-container {
  float: right;
}
.Full-screen-page .song-title {
  display: -webkit-box;
  font-size: 2em;
  line-height: 1.25em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.Search-Page {
  padding: 20px;
  margin-top: 80px;
}
.Search-Page .section-title {
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.Search-Page .top-result-container {
  width: 100%;
}
.Search-Page .top-result-container .playlist-card {
  padding: 5px;
  --tw-bg-opacity: 0.5;
  background-color: rgb(40, 40, 40, var(--tw-bg-opacity));
}
.Search-Page .top-result-container .playlist-card:hover {
  background-color: #282828 !important;
}
.Search-Page .top-result-container .playlist-card img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 0.375rem;
}
.Search-Page .top-result-container .playlist-card img.rounded {
  border-radius: 50%;
}
.Search-Page .top-result-container .playlist-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.Search-Page .song-details {
  color: #b3b3b3;
  font-size: 0.8rem;
}
.Search-Page .song-details .title {
  color: white;
  font-size: 1rem;
}
.Search-Page .song-details a:hover {
  color: white;
  text-decoration: underline;
}

.recent-searches-list .playlist-header {
  font-size: 1.5rem;
}

.mobile-visible {
  display: none;
}

.playlist-img {
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  max-width: 350px;
}
@media (max-width: 768px) {
  .playlist-img {
    max-width: 150px;
  }
}
@media (max-width: 600px) {
  .playlist-img {
    max-width: 300px;
    margin: 0 auto;
  }
}

.songs-number {
  font-weight: 400;
}

.playlist-list {
  min-height: 60%;
  padding: 30px;
  transition: "background: 0.5s";
}
.playlist-list .column-name {
  color: rgb(186, 186, 186);
}
@media (max-width: 768px) {
  .playlist-list {
    padding: 12px;
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .playlist-list button:not(.circle-play) {
    margin-bottom: 7px;
    background-color: transparent !important;
  }
  .playlist-list button:not(.circle-play):active {
    transform: scale(0.99);
  }
}

.song-details {
  cursor: pointer !important;
}
.song-details .drawer-icon {
  visibility: hidden;
}
.song-details:hover .actions {
  opacity: 1;
}
.song-details .actions {
  opacity: 0;
}
.song-details .title {
  font-size: 15px;
  color: white;
}
.song-details .title.active {
  color: #1db954;
}
.song-details .title span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: unset;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.song-details .artist .artists-block {
  display: block;
}
.song-details .artist .artists-block a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.song-details .artist > div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: unset;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.song-details p {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 74px;
  overflow: hidden;
  word-break: break-word;
  color: hsla(0, 0%, 100%, 0.7);
  display: flex;
  gap: 5px;
  align-items: center;
}
.song-details .song-details-play {
  display: none;
  margin: 0 auto;
  font-size: 10px;
  justify-content: center;
}
.song-details .song-details-play svg {
  fill: white !important;
}
.song-details:hover .song-details-index {
  display: none;
}
.song-details:hover .song-details-play {
  display: flex;
}
@media (max-width: 768px) {
  .song-details img {
    border-radius: 1px;
  }
  .song-details .title {
    font-size: 13px;
  }
  .song-details p {
    font-size: 11px;
  }
}

.playlist-controls {
  margin-bottom: 20px;
}

.playlist-table {
  border-bottom: 1px solid rgba(179, 179, 179, 0.1294117647);
}

.playlist-description {
  font-size: 0.9rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 74px;
  overflow: hidden;
  word-break: break-word;
  color: hsla(0, 0%, 100%, 0.7);
}

.owner {
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
}

.playlist-title {
  visibility: visible;
  width: 100%;
  font-size: 4rem;
  white-space: nowrap;
  margin-block: 0px;
  font-weight: 600;
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1230px) {
  .playlist-title {
    font-size: 3rem;
  }
}
@media (max-width: 1130px) {
  .playlist-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .playlist-title {
    font-size: 2rem;
  }
  .mobile-hidden {
    display: none;
    overflow: hidden;
  }
  .mobile-visible {
    display: block;
  }
}
@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}
@media (max-width: 900px) {
  .tablet-hidden {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .playlist-title {
    margin-top: 10px;
    font-size: 1.75rem;
  }
}
.library-list-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
  width: 109%;
  margin-left: -15px;
}

.ant-avatar-group .ant-avatar {
  border-color: rgba(0, 0, 0, 0.3607843137);
}

.ant-avatar-group > *:not(:first-child) {
  margin-inline-start: 1px;
}

.ant-avatar-group-popover .ant-popover-arrow {
  display: none;
}
.ant-avatar-group-popover .ant-popover-inner {
  background-color: #242424 !important;
}

.order-button {
  color: #bababa;
  font-weight: 400;
  font-size: 0.8rem;
}
.order-button:hover {
  color: white;
}

.nav-bar-header-table-container {
  display: none;
  visibility: hidden;
  color: #bababa;
  margin-top: 10px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -10px;
  background: #1f1f1f;
  -webkit-box-shadow: 0 -1px 0 0 #181818;
  box-shadow: 0 -1px 0 0 #181818;
}
.nav-bar-header-table-container.active {
  display: block !important;
  visibility: visible !important;
}

.explicit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 2px;
  color: #121212;
  font-size: 9px;
  height: 16px;
  line-height: 10px;
  padding: 3px 5px;
  text-transform: uppercase;
}

.playlist-img-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 12px;
}
.playlist-img-overlay .playlist-img-overlay-container {
  height: 100%;
  width: 100%;
}
.playlist-img-overlay .playlist-img-overlay-container:hover button {
  opacity: 1;
}
.playlist-img-overlay .playlist-img-overlay-container button {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: none;
  border-radius: 4px;
  justify-content: center;
  opacity: 0;
  padding: 0;
}
.playlist-img-overlay .playlist-img-overlay-container button .icon {
  fill: #fff;
  margin-top: 16px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.playlist-img-overlay .playlist-img-overlay-container button span {
  font-weight: 400;
}

.disk-section {
  display: flex;
  padding: 15px 50px;
  font-size: 15px;
  font-weight: 700;
  color: white;
  color: #bababa;
  align-items: center;
}
@media (max-width: 768px) {
  .disk-section {
    padding: 15px 20px;
  }
}
.disk-section svg {
  margin-right: 10px;
  fill: #bababa;
}

.playlist-recommendations {
  padding-bottom: 40px;
}
.playlist-recommendations h1 {
  font-size: 1.5rem;
  margin-bottom: 0px;
}
.playlist-recommendations > span {
  font-size: 0.85rem;
  color: #bababa;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .playlist-recommendations .song-details .title {
    font-size: 0.875rem;
  }
  .playlist-recommendations .song-details p {
    font-size: 0.8rem;
  }
}

.image:hover .image-button {
  opacity: 1;
  visibility: visible;
}
.image:hover .image-button svg {
  fill: #fff !important;
}

.now-playing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 0;
  background-color: #1f1f1f;
  border-radius: 8px;
  z-index: 1;
  margin: 5px;
}
.now-playing-card .title-section {
  display: flex;
  justify-content: space-between;
}
.now-playing-card .title-section .title {
  font-weight: 700;
  color: white;
  font-size: 1rem;
}
.now-playing-card .queue-song {
  margin: -5px;
  margin-bottom: 15px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .queue-song {
    background-color: transparent !important;
  }
  .queue-song img {
    border-radius: 0px !important;
  }
  .queue-song:active {
    transform: scale(0.99);
  }
}

.link-button {
  font-weight: 700;
  color: #fff;
}
.link-button:hover {
  text-decoration: underline;
}

.ant-modal .ant-input-affix-wrapper,
.ant-modal textarea {
  background: hsla(0, 0%, 100%, 0.1) !important;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff !important;
  font-family: inherit;
  font-size: 14px;
  height: 40px;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #333 !important;
}
.ant-modal .ant-input-affix-wrapper:focus, .ant-modal .ant-input-affix-wrapper:hover,
.ant-modal textarea:focus,
.ant-modal textarea:hover {
  background-color: #333 !important;
  border: 1px solid #535353 !important;
  outline: none !important;
  box-shadow: none !important;
}
.ant-modal .ant-input-affix-wrapper input,
.ant-modal textarea input {
  border: 0px !important;
}
.ant-modal .ant-input-affix-wrapper input::placeholder,
.ant-modal textarea input::placeholder {
  color: #747474 !important;
}
.ant-modal .ant-input-affix-wrapper.ant-input-status-error,
.ant-modal textarea.ant-input-status-error {
  box-shadow: inset 0 -2px 0 0 #e91429 !important;
}

textarea::placeholder {
  color: #747474 !important;
}

.playlist-img-overlay-container {
  position: relative;
}
.playlist-img-overlay-container input[type=file] {
  top: 0;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100000;
}

.image-input {
  grid-area: album-image;
  height: 180px;
  margin: 0;
  position: relative;
  width: 180px;
}
.image-input .image-input-container {
  border-radius: 4px;
  height: 100%;
  width: 100%;
}

.ant-modal .playlist-img-container {
  grid-area: album-image;
  margin: 0;
  position: relative;
  width: 100%;
}
.ant-modal .playlist-img-overlay {
  padding: 0;
}

.edit-playlist-submit-button {
  font-weight: 700;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: 0px;
  border-radius: var(--encore-button-corner-radius, 9999px);
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  touch-action: manipulation;
  transition-duration: 33ms;
  transition-property: background-color, border-color, color, box-shadow, filter, transform;
  user-select: none;
  vertical-align: middle;
  transform: translate3d(0px, 0px, 0px);
  padding: 0px;
  min-inline-size: 0px;
  align-self: center;
}
.edit-playlist-submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
.edit-playlist-submit-button span {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  background-color: var(--background-base, #ffffff);
  color: var(--text-base, #000000);
  display: flex;
  border-radius: var(--encore-button-corner-radius, 9999px);
  font-size: 0.9rem;
  min-block-size: var(--encore-control-size-base, 48px);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-block-start: var(--encore-spacing-tighter-2, 8px);
  padding-block-end: var(--encore-spacing-tighter-2, 8px);
  padding-inline-start: var(--encore-spacing-looser-2, 32px);
  padding-inline-end: var(--encore-spacing-looser-2, 32px);
  transition-property: background-color, transform;
  transition-duration: 33ms;
}
.edit-playlist-submit-button:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.edit-playlist-submit-button:active {
  opacity: 0.85;
  transform: scale(1);
}

.browse-page .playlist-header {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .browse-page .playlist-header {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.browse-card {
  width: 100%;
  height: 100%;
  position: relative;
}
.browse-card .browse-card-container {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.browse-card .browse-card-container img {
  right: 0;
  -webkit-transform: rotate(25deg) translate(18%, -2%);
  transform: rotate(25deg) translate(18%, -2%);
  border-radius: 4px;
  bottom: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 45%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  user-select: none;
}
.browse-card .browse-card-container span {
  color: #fff !important;
  font-weight: 700;
  text-wrap: balance;
  font-size: 1.5rem;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 16px;
  position: absolute;
  -webkit-padding-end: 30%;
  padding-inline-end: 30%;
}
@media (max-width: 768px) {
  .browse-card .browse-card-container span {
    font-size: 1rem;
    -webkit-padding-end: 20%;
    padding-inline-end: 20%;
  }
}
@media (max-width: 900px) {
  .browse-card .browse-card-container span {
    font-size: 1.2rem;
    -webkit-padding-end: 20%;
    padding-inline-end: 20%;
  }
}

.item-delete-button:hover {
  transform: scale(1.1);
}
.item-delete-button {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0px;
  border-radius: 500px;
  color: rgb(255, 255, 255);
  height: 28px;
  justify-content: center;
  transform: scale(1);
  transform-origin: center center;
  width: 28px;
}
.item-delete-button svg {
  fill: #fff;
  height: 14px;
}

.genre-page-header {
  max-height: 300px;
  min-height: 200px;
  color: #fff;
  width: 100%;
  position: relative;
  display: flex;
}
.genre-page-header .container {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.genre-page-header .container .content {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.genre-page-header .contentSpacing {
  margin-inline: auto;
  display: flex;
  width: 100%;
}
.genre-page-header .textContainer {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 0;
  padding: 20px 40px;
}
.genre-page-header .textContainer span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: normal;
  overflow: hidden;
  text-align: left;
  width: 100%;
  word-break: break-word;
}
.genre-page-header .textContainer span h1 {
  visibility: visible;
  width: 100%;
  font-size: 5rem;
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 900px) {
  .genre-page-header {
    max-height: 200px;
    min-height: 150px;
  }
  .genre-page-header .textContainer {
    padding: 20px 20px;
  }
  .genre-page-header .textContainer h1 {
    font-size: 4rem !important;
  }
}
@media (max-width: 768px) {
  .genre-page-header {
    max-height: 150px;
    min-height: 150px;
  }
  .genre-page-header .textContainer {
    padding: 20px 20px;
  }
  .genre-page-header .textContainer h1 {
    font-size: 3rem !important;
  }
}

.genre-list .playlist-grid {
  grid-template-rows: unset;
}

body {
  --background-noise: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJhIiB4PSIwIiB5PSIwIj48ZmVUdXJidWxlbmNlIGJhc2VGcmVxdWVuY3k9Ii43NSIgc3RpdGNoVGlsZXM9InN0aXRjaCIgdHlwZT0iZnJhY3RhbE5vaXNlIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxwYXRoIGQ9Ik0wIDBoMzAwdjMwMEgweiIgZmlsdGVyPSJ1cmwoI2EpIiBvcGFjaXR5PSIuMDUiLz48L3N2Zz4=');
}

.artist-page .nav-header {
  visibility: hidden;
}
.artist-page .nav-header.active {
  visibility: visible;
}
.artist-page .nav-header .circle-play {
  margin-right: 5px;
}
.artist-page .nav-header h1 {
  padding: 0px;
  margin: 0px;
}

.artist-page-header {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.artist-page-header .background {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.artist-page-header .background-image {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-animation: background-animation 1s linear;
  animation: background-animation 1s linear;
  -webkit-animation-delay: calc(var(--scroll) * -1s);
  animation-delay: calc(var(--scroll) * -1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 1;
  -webkit-transform: scale(calc(1.3 - var(--scroll) * 0.1));
  transform: scale(calc(1.3 - var(--scroll) * 0.1));
  background-attachment: scroll;
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  min-height: var(--min-fluid-height);
  content-visibility: auto;
  contain: strict;
}
.artist-page-header .background-gradient {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 42vh;
  min-height: var(--min-fluid-height);
  content-visibility: auto;
  contain: strict;
  background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.5) 100%), var(--background-noise);
}
.artist-page-header .background-gradient::after {
  -webkit-animation: overlay-animation 1s linear;
  animation: overlay-animation 1s linear;
  -webkit-animation-delay: calc(var(--scroll) * -1s);
  animation-delay: calc(var(--scroll) * -1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left top, left bottom, from(var(--bgColor)), to(var(--bgColor)));
  background-image: linear-gradient(#121212 0, var(--bgColor) 90%), var(--background-noise);
  content: "";
  height: 40vh;
  left: 0;
  min-height: 340px;
  opacity: calc(var(--scroll) * 0.5);
  position: absolute;
  right: 0;
}
.artist-page-header .text-section {
  --left-sidebar-width: 72;
  --panel-width: 396;
  height: 40vh;
  max-height: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 20px;
  padding-bottom: 15px;
  --fluid-height: clamp(
    250px,
    250px + (100vw - var(--left-sidebar-width, 0) * 1px - var(--panel-width, 0) * 1px - 600px) /
      424 * 150,
    400px
  );
  --min-fluid-height: clamp(
    250px,
    250px + (100vw - var(--left-sidebar-width, 0) * 1px - var(--panel-width, 0) * 1px - 600px) /
      424 * 90,
    340px
  );
  --min-fluid-height-large-header: clamp(
    280px,
    280px + (100vw - var(--left-sidebar-width, 0) * 1px - var(--panel-width, 0) * 1px - 600px) /
      424 * 60,
    340px
  );
  --min-fluid-height-xlarge-header: clamp(
    350px,
    350px + (100vw - var(--left-sidebar-width, 0) * 1px - var(--panel-width, 0) * 1px - 600px) /
      424 * 50,
    400px
  );
}
.artist-page-header .text-section .contentSpacing {
  --content-max-width: 1955px;
  margin-inline: auto;
  display: flex;
  max-width: var(--content-max-width);
  padding: 0 var(--content-spacing);
  width: 100%;
}
.artist-page-header .text-section .textContainer {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 0;
}
.artist-page-header .text-section .textContainer .verifyContainer {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.artist-page-header .text-section .textContainer .verifyContainer .verifyDiv {
  background-color: #fff;
  border-radius: 50%;
  height: 60%;
  justify-self: center;
  width: 60%;
  grid-area: 1/1/2/2;
}
.artist-page-header .text-section .textContainer .verifyContainer svg {
  height: 23px;
  width: 23px;
  grid-area: 1/1/2/2;
  fill: #4cb3ff;
}
.artist-page-header .text-section .textContainer .verifyContainer span {
  font-weight: 400;
  font-size: 0.9rem;
}
.artist-page-header .text-section .textContainer .artistName {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: normal;
  overflow: hidden;
  text-align: left;
  width: 100%;
  word-break: break-word;
}
.artist-page-header .text-section .textContainer .artistName h1 {
  color: #fff;
  visibility: visible;
  width: 100%;
  font-size: 4rem;
  white-space: balance;
  font-weight: 800;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.artist-page-header .text-section .textContainer .listeners {
  font-size: 1rem;
  line-height: 2;
  margin-top: 4px;
}
@media (max-width: 900px) {
  .artist-page-header .text-section .textContainer .artistName h1 {
    font-size: 2rem;
  }
  .artist-page-header .text-section .textContainer .listeners {
    font-size: 1rem;
  }
  .artist-page-header .text-section .textContainer .verifyContainer {
    gap: 4px;
  }
  .artist-page-header .text-section .textContainer .verifyContainer svg {
    height: 16px;
    width: 16px;
  }
  .artist-page-header .text-section .textContainer .verifyContainer span {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .artist-page-header .text-section .textContainer .artistName h1 {
    font-size: 1.8rem;
  }
  .artist-page-header .text-section .textContainer .listeners {
    font-size: 0.875rem;
  }
  .artist-page-header .text-section .textContainer .verifyContainer {
    gap: 8px;
  }
  .artist-page-header .text-section .textContainer .verifyContainer svg {
    height: 20px;
    width: 20px;
  }
  .artist-page-header .text-section .textContainer .verifyContainer span {
    font-size: 0.75rem;
  }
}

.artist-page-content {
  --background-base: $background-color;
  height: 150px;
  width: 100%;
  background-image: linear-gradient(var(--background-base) 0, #121212 100%), var(--background-noise);
}

.showMore {
  background: none;
  border: none;
  color: hsla(0, 0%, 100%, 0.7);
  padding: 16px;
}
.showMore span {
  font-weight: 700;
  font-size: 0.875rem;
}
.showMore:hover {
  color: #fff;
}

.clearRecentSearches {
  background: none;
  border: none;
  text-decoration: none !important;
  color: hsla(0, 0%, 100%, 0.7);
  padding: 16px;
}
.clearRecentSearches span {
  font-weight: 700;
  font-size: 1rem;
}
.clearRecentSearches:hover {
  color: #fff;
  transform: scale(1.04);
}

.current-device-container {
  background: radial-gradient(82.95% 283.44% at 50% -160.29%, rgba(30, 215, 96, 0.3) 0, #181818 100%);
  background-color: transparent;
  border-radius: 8px;
  min-height: 100px;
  padding: 16px 12px;
  transition: --gradient-color-bottom 0.2s ease-out;
  display: grid;
  gap: 8px 12px;
  grid-template-columns: 1fr;
  grid-auto-rows: auto 1fr auto;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  border-radius: 6px;
  min-block-size: 56px;
  z-index: 0;
  color: #fff;
  padding-block: 8px;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
}
.current-device-container .area-header {
  grid-column-end: -1;
  gap: 12px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.current-device-container .area-header-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}
.current-device-container .area-header-content .area-header-content-first {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.current-device-container .area-header-content .area-header-content-first svg {
  margin-top: -8px;
  fill: #1ed760 !important;
  max-width: unset !important;
}
.current-device-container .area-header-content .area-header-content-first p {
  font-size: 1.5rem;
  font-weight: 700;
  text-wrap: balance;
}
.current-device-container .area-header-content .area-header-content-second {
  flex-direction: column;
  gap: 8px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.current-device-container .area-header-content .area-header-content-second p {
  color: #b3b3b3;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 5px;
}

.device-list .device-item-container {
  display: grid;
  gap: 8px 18px;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto 1fr auto;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  border-radius: 6px;
  min-block-size: 56px;
  z-index: 0;
  color: #fff;
  padding-block: 8px;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
  --animation-speed: 300ms;
  --animation-ease: ease;
  --bg-inset-change-press: -4px;
  cursor: pointer;
}
.device-list .device-item-container:focus, .device-list .device-item-container:active {
  background-color: rgba(6, 6, 6, 0.7882352941) !important;
  transition: inset var(--animation-speed) var(--animation-ease);
}
.device-list .device-item-container:hover {
  background-color: #1f1f1f;
  inset: 0px;
}
.device-list .device-item-container.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  background-color: transparent !important;
}
.device-list .device-item-container .device-icon-container {
  grid-column: 1;
}
.device-list .device-item-container .device-icon-container .item {
  display: flex;
  gap: 12px;
  margin-top: -5px;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}
.device-list .device-item-container .device-icon-container .item svg {
  height: 24px;
  width: 24px;
}
.device-list .device-item-container .device-text-container {
  grid-column-end: -1;
  gap: var(--encore-spacing-tighter, 12px);
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.device-list .device-item-container .device-text-container .text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}
.device-list .device-item-container .device-text-container .text p {
  font-weight: 400;
  font-size: 1rem;
}
.device-list .device-item-container .device-text-container .text p span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dark-select .ant-select-selector {
  background-color: #1f1f1f !important;
  border: none !important;
  border-radius: 20px !important;
  color: #b3b3b3 !important;
  box-shadow: none !important;
}
.dark-select .ant-select-selection-placeholder {
  color: #b3b3b3 !important;
}
.dark-select .ant-select-selection-item {
  color: white !important;
}
.dark-select .ant-select-arrow {
  color: #b3b3b3 !important;
}
.dark-select .ant-select-clear {
  background: #1f1f1f !important;
  color: #b3b3b3 !important;
}
.dark-select:hover .ant-select-selector {
  box-shadow: 0 0 0 1px #858383 !important;
}

.releases-search-input {
  background: #1f1f1f !important;
  border: none !important;
  border-radius: 20px !important;
  height: 32px !important;
  box-shadow: none !important;
}
.releases-search-input input {
  background: #1f1f1f !important;
  color: #b3b3b3 !important;
}
.releases-search-input input::placeholder {
  color: #b3b3b3 !important;
}
.releases-search-input .ant-input-suffix {
  display: none !important;
}
.releases-search-input:hover {
  box-shadow: 0 0 0 1px #858383 !important;
}
.releases-search-input:focus-within {
  box-shadow: 0 0 0 2px #fff !important;
}
.releases-search-input:focus-within input {
  color: white !important;
}

.dark-select-dropdown {
  background-color: #282828 !important;
  border-radius: 4px !important;
}
.dark-select-dropdown .ant-select-item {
  color: white !important;
  background-color: #282828 !important;
}
.dark-select-dropdown .ant-select-item:hover, .dark-select-dropdown .ant-select-item.ant-select-item-option-active {
  background-color: rgba(255, 255, 255, 0.0901960784) !important;
}
.dark-select-dropdown .ant-select-item.ant-select-item-option-selected {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
  color: #1db954 !important;
}

.ant-drawer-body {
  background-color: #121212;
}

body {
  overscroll-behavior: none !important;
}

@font-face {
  font-family: SpotifyMixUITitle;
  src: url(https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2);
}
@font-face {
  font-family: SpotifyMixUITitle;
  font-weight: bold;
  src: url(https://encore.scdn.co/fonts/SpotifyMixUITitle-Bold-37290f1de77f297fcc26d71e9afcf43f.woff2);
}
@font-face {
  font-family: SpotifyMixUITitle;
  font-weight: bolder;
  src: url(https://encore.scdn.co/fonts/SpotifyMixUITitle-Extrabold-ba6c73cd7f82c81e49cf2204017803ed.woff2);
}
@font-face {
  font-family: SpotifyMixUI;
  src: url(https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2);
}
@font-face {
  font-family: SpotifyMixUI;
  font-weight: bold;
  src: url(https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2);
}
html,
body {
  font-family: SpotifyMixUI, CircularSp-Arab, CircularSp-Hebr, CircularSp-Cyrl, CircularSp-Grek, CircularSp-Deva, var(sans-serif) !important;
}

/* hide scrollbar but allow scrolling */
.Main-section,
.Navigation-section,
.ant-dropdown-menu-submenu,
.ant-dropdown-menu-root,
.library-list {
  -ms-overflow-style: none !important; /* for Internet Explorer, Edge */
  scrollbar-width: none !important; /* for Firefox */
  overflow-y: scroll !important;
}

body::-webkit-scrollbar {
  display: none !important;
}

.App {
  text-align: center;
}

h3 {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Main-section {
  border-radius: 10px;
  background-color: #121212;
  height: calc(100vh - 150px);
  width: 100%;
  overflow: scroll;
}
@media (max-width: 768px) {
  .Main-section .infinite-scroll-component {
    padding-bottom: 30px;
  }
}

.Playlist-section,
.Profile-section {
  width: 100%;
  height: 100%;
}

.Home-seccion {
  padding: 20px;
  height: 100%;
  min-height: 400px;
  border-radius: 10px;
}

.Navigation-button {
  font-size: 17px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(179, 179, 179);
}

.library {
  height: 100%;
  overflow: hidden;
  justify-content: flex-start;
}
.library:not(.open) {
  align-items: center;
}

.library-card {
  all: unset;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9em;
  cursor: pointer;
  border-radius: 4px;
  padding: 2px;
  width: 98%;
  overflow-x: hidden;
  transition: background-color 0.2s ease-in-out;
}
.library-card.collapsed {
  width: 100%;
}
.library-card.collapsed:hover .image-container {
  border-radius: 10%;
  background-color: rgba(255, 255, 255, 0.0509803922);
}
.library-card.collapsed .image-container {
  padding: 8px;
}
.library-card img {
  border-radius: 4px;
}
.library-card:not(.collapsed):hover {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.library-card .rounded img {
  border-radius: 50%;
}
.library-card .artist {
  opacity: 0.7;
  font-weight: 400;
  font-size: 0.93em;
}
.library-card[data-active=true] {
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.hoverable-icon.active:hover {
  fill: #38ec77 !important;
}

.ant-dropdown-menu-sub,
.ant-dropdown-menu-root {
  -webkit-app-region: no-drag !important;
  background-color: #282828 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.3), 0 6px 8px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.3), 0 6px 8px rgba(0, 0, 0, 0.2) !important;
  max-height: calc(100vh - 24px) !important;
  max-width: 350px !important;
  min-width: 160px !important;
  overflow-y: auto !important;
  padding: 4px !important;
}
.ant-dropdown-menu-sub li,
.ant-dropdown-menu-root li {
  color: white !important;
}
.ant-dropdown-menu-sub li.active,
.ant-dropdown-menu-root li.active {
  color: #1ed760 !important;
}
.ant-dropdown-menu-sub .ant-dropdown-menu-submenu,
.ant-dropdown-menu-sub .ant-dropdown-menu-item,
.ant-dropdown-menu-root .ant-dropdown-menu-submenu,
.ant-dropdown-menu-root .ant-dropdown-menu-item {
  border: 0;
  border-radius: 2px;
  color: hsla(0, 0%, 100%, 0.9);
  cursor: default;
  gap: 12px;
  text-decoration: none;
  padding: 12px;
  -webkit-padding-end: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-inline-end: 8px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.ant-dropdown-menu-sub .ant-dropdown-menu-submenu .ant-dropdown-menu-title-content,
.ant-dropdown-menu-sub .ant-dropdown-menu-item .ant-dropdown-menu-title-content,
.ant-dropdown-menu-root .ant-dropdown-menu-submenu .ant-dropdown-menu-title-content,
.ant-dropdown-menu-root .ant-dropdown-menu-item .ant-dropdown-menu-title-content {
  font-weight: 500;
  font-size: 0.875rem;
  color: hsla(0, 0%, 100%, 0.9);
}

.ant-dropdown-menu-item-selected {
  background-color: #282828 !important;
}
.ant-dropdown-menu-item-selected span {
  color: #1db954 !important;
}

.ant-dropdown-menu-submenu {
  min-width: 170px;
}
.ant-dropdown-menu-submenu .ant-dropdown-menu-title-content {
  margin-left: 10px;
}

.ant-dropdown-menu-sub {
  max-height: 300px !important;
}

.ant-dropdown-menu-submenu {
  padding: 0 !important;
}
.ant-dropdown-menu-submenu svg {
  fill: hsla(0, 0%, 100%, 0.9);
}
.ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title {
  width: 100%;
  display: flex;
  align-items: center;
}

.ant-dropdown-menu-title-content {
  font-size: 0.8rem;
  font-weight: 400;
}

.ant-dropdown-menu-submenu:hover,
.ant-dropdown-menu-item:hover {
  background: rgba(255, 255, 255, 0.0901960784) !important;
}

@media (max-width: 768px) {
  #root > div:first-child {
    padding: 0px !important;
  }
}
.link-social-button {
  display: block;
  padding: 6px;
  border-radius: 43px;
  color: white !important;
  background: #2d2d2d;
  font-size: 20px;
}
.link-social-button:hover {
  transform: scale(1.1);
}
.link-social-button:active {
  transform: scale(1);
}

.link-text {
  color: white !important;
}
.link-text:hover {
  text-decoration: underline;
}

.fullscreen {
  display: none !important;
}

.fullscreen-enabled {
  display: block !important;
}

.active-icon-button {
  position: relative;
}
.active-icon-button::after {
  background-color: #1db954;
  border-radius: 50%;
  bottom: -10px;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4px;
  inline-size: 4px !important;
}

.nav-header.invisible {
  visibility: hidden;
}
.nav-header {
  z-index: 1000;
  position: fixed;
  margin-top: -1px;
  padding: 10px 20px;
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overscroll-behavior: contain;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  transition: background-color 0.6s ease-in-out, visibility 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .nav-header {
    visibility: hidden !important;
    opacity: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .nav-header .header-title {
    display: none !important;
  }
}
.nav-header .nav-header-content {
  transition: opacity 0.3s ease-in-out;
}
.nav-header.active {
  visibility: visible;
}
.nav-header.active .header-title {
  display: block;
}
.nav-header.active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.nav-header .nav-header-playlist-title {
  font-size: 1.6rem;
  white-space: nowrap;
  margin-block: 0px;
  font-weight: 600;
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ant-avatar svg {
  width: 1.3rem !important;
  height: 1.3rem !important;
}

.avatar-tag svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.main-container {
  padding: 7px;
  color: white;
}
@media (max-width: 768px) {
  .main-container {
    padding: 0;
  }
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.25s;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.chip {
  font-weight: 400;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: 0px;
  color: inherit;
  cursor: pointer;
  line-height: 1;
  letter-spacing: inherit;
  padding: 0px;
  border-radius: 9999px;
  display: inline-flex;
  vertical-align: middle;
  max-inline-size: 100%;
  margin-block-end: var(--encore-spacing-tighter-2, 8px);
  text-decoration: none;
  overflow-wrap: break-word;
  position: relative;
}
.chip span {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  border-radius: 9999px;
  color: var(--text-base, #fff);
  transition: background-color 200ms, color 200ms;
  display: inline-flex;
  min-inline-size: 0px;
  min-block-size: var(--encore-control-size-smaller, 32px);
  -webkit-box-align: center;
  align-items: center;
  padding-block-start: var(--encore-spacing-tighter-4, 4px);
  padding-block-end: var(--encore-spacing-tighter-4, 4px);
  padding-inline-start: var(--encore-spacing-tighter, 12px);
  padding-inline-end: var(--encore-spacing-tighter, 12px);
  background-color: hsla(0, 0%, 100%, 0.1);
}
.chip:hover span {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.chip:active span {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.chip.active span {
  color: #2a2929;
  background-color: white;
}

.image-button {
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  border: 0;
  color: #fff;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.library-card:hover img,
.image-button:hover img {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.library-card:hover .image-button,
.image-button:hover .image-button {
  opacity: 1;
  visibility: visible;
}

.drag-line {
  color: #1db954;
  border: 1px solid #1db954 !important;
  background-color: #1db954;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  cursor: pointer;
}

.ant-dropdown-menu-item-divider {
  background: hsla(0, 0%, 100%, 0.11) !important;
  margin: 1px 0 !important;
}

.ant-message {
  bottom: 100px !important;
  top: initial !important;
  font-size: 1rem !important;
}
.ant-message svg {
  display: none !important;
}

.scale:hover {
  transform: scale(1.1);
}

.scale:active {
  transform: scale(1);
  opacity: 0.9;
}

.pointer {
  cursor: pointer;
}

img {
  pointer-events: none !important;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.resize-handler {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1px;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: grab !important;
}
.resize-handler:hover, .resize-handler:active {
  opacity: 1;
  background-color: #626262;
}

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

.transparent-button {
  --encore-spacing-tighter-5: 2px;
  --encore-spacing-tighter-4: 4px;
  --encore-spacing-tighter-3: 6px;
  --encore-spacing-tighter-2: 8px;
  --encore-spacing-base: 16px;
  --encore-control-size-smaller: 32px;
  --encore-control-size-base: 48px;
  --encore-control-size-larger: 56px;
  font-weight: 700;
  font-size: 0.875rem;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: var(--encore-button-corner-radius, 9999px);
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  touch-action: manipulation;
  transition-duration: 33ms;
  transition-property: background-color, border-color, color, box-shadow, filter, transform;
  user-select: none;
  vertical-align: middle;
  transform: translate3d(0px, 0px, 0px);
  padding-block-start: calc(var(--encore-spacing-tighter-4, 4px) - 1px);
  padding-block-end: calc(var(--encore-spacing-tighter-4, 4px) - 1px);
  padding-inline-start: calc(var(--encore-spacing-base, 16px) - 1px);
  padding-inline-end: calc(var(--encore-spacing-base, 16px) - 1px);
  border: 1px solid var(--essential-subdued, #818181);
  color: var(--text-base, #000000);
  min-inline-size: 0px;
  min-block-size: var(--encore-control-size-smaller, 32px);
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 5px 20px;
  color: #fff;
}
.transparent-button:hover {
  transform: scale(1.04);
  border: 1px solid #fff;
}
.transparent-button:active {
  opacity: 0.7;
  outline: none;
  transform: scale(1);
  border: 1px solid #7c7c7c;
}

.viewSelector:hover {
  color: #fff;
}
.viewSelector:hover svg {
  fill: #fff !important;
}
.viewSelector:hover {
  transform: scale(1.04);
}

.library-list .collapsed {
  padding-left: 6px;
}
.library-list .grid-view {
  display: grid;
  grid-gap: var(--grid-gap);
  grid-auto-rows: 3;
  grid-template-columns: repeat(auto-fill, minmax(var(--min-column-width), 1fr));
  grid-auto-rows: 1fr;
  --min-column-width: 120px;
}

.activable-song:focus {
  background-color: hsla(0, 0%, 100%, 0.3) !important;
}

.ant-skeleton-title {
  min-height: 30px !important;
  background: linear-gradient(90deg, rgba(206, 206, 206, 0.06) 25%, rgba(79, 79, 79, 0.15) 37%, rgba(0, 0, 0, 0.06) 63%) !important;
}

.ant-drawer-body .library {
  border-radius: 0px;
}
.ant-drawer-body .library .library-list {
  height: 100% !important;
  margin-right: 25px;
}

.ant-affix {
  background: #1f1f1f;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  -webkit-box-shadow: 0 -1px 0 0 #181818;
  box-shadow: 0 -1px 0 0 #181818;
}

.playing-container {
  min-width: 295px;
}
@media (max-width: 1000px) {
  .playing-container #song-and-artist-name {
    max-width: 250px;
  }
}
@media (max-width: 900px) {
  .playing-container {
    min-width: 200px;
  }
  .playing-container #song-and-artist-name {
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  .playing-container {
    min-width: 140px;
  }
  .playing-container #song-and-artist-name {
    max-width: 120px;
  }
}

.login-footer {
  padding-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-direction: row;
}
.login-footer .login-container {
  border-radius: 2px;
  padding: 12px 24px 10px 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af2896), to(#509bf5));
  background-image: linear-gradient(90deg, #af2896, #509bf5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 24px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.login-footer .login-container .title {
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
}
.login-footer .login-container .description {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}

.white-button {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  touch-action: manipulation;
  transition-duration: 33ms;
  user-select: none;
  vertical-align: middle;
  transform: translate3d(0px, 0px, 0px);
  padding: 0px;
  min-inline-size: 0px;
  align-self: center;
  color: #b3b3b3;
}
.white-button:hover, .white-button:hover span {
  transform: scale(1.04);
}
.white-button:active span {
  background-color: #c7c7c7;
  box-shadow: none;
  transform: scale(1);
}
.white-button span {
  color: black;
  font-weight: 700;
  font-size: 1rem;
  background-color: #f0f0f0;
  padding: 10px 20px;
  border-radius: var(--encore-button-corner-radius, 9999px);
}
.white-button.small span {
  padding: 5px 20px;
  font-size: 0.875rem;
}

.ant-popover {
  max-width: 336px;
  transition-duration: 300ms;
  background-color: #0074e0;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  position: relative;
  text-align: start;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}
.ant-popover.login-tooltip .ant-popover-inner {
  padding: 10px;
  padding-left: 16px;
  padding-bottom: 5px;
}
.ant-popover.login-tooltip .ant-popconfirm-inner-content {
  display: flex;
  flex-direction: row;
}
.ant-popover.login-tooltip button svg {
  fill: #fff !important;
  height: 0.875rem !important;
}
.ant-popover.login-tooltip .white-button {
  display: none !important;
}
.ant-popover.login-tooltip .ant-popconfirm-buttons {
  margin-top: 0px;
}
.ant-popover .ant-popover-inner,
.ant-popover .ant-popover-arrow::before {
  background-color: #0074e0;
}
.ant-popover .ant-popover-inner {
  padding: 16px;
  position: relative;
  transition-duration: 300ms;
}
.ant-popover .ant-popconfirm-title {
  font-weight: 700;
  color: #fff !important;
  font-size: 1rem;
}
.ant-popover .ant-popconfirm-description {
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 400;
}
.ant-popover .ant-popconfirm-buttons {
  margin-top: 25px;
}
.ant-popover .ant-btn-text {
  font-weight: 700;
  font-size: 0.875rem;
  color: #b3b3b3;
}
.ant-popover .ant-btn-text:hover {
  transform: scale(1.04);
  color: #fff !important;
  background: none !important;
}
.ant-popover .white-button {
  height: auto !important;
}
.ant-popover .white-button:hover {
  background: none !important;
}.spinner-container {
  width: 100%;
  height: 100%;
  display: table;
}
.spinner-container.section .sk-circle {
  top: -90px;
}
.spinner-container.section .sk-circle .sk-child:before {
  background-color: #b6b7b6;
}
@media (max-width: 1100px) and (min-width: 600px) {
  .spinner-container.section .sk-circle {
    left: 23%;
  }
}

.sk-circle {
  width: 80px;
  height: 80px;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #1cd760;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}