/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.pb-8em {
  padding-bottom: 8em !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

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

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

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

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

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

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

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

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pointer {
  cursor: pointer;
}

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

.align-end {
  display: flex;
  align-items: flex-end;
}

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

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

.justify-end {
  display: flex;
  justify-content: flex-end;
}

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

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

.align-justify-center,
.justify-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-100 {
  width: 100%;
}

.info-badge {
  background: var(--color-primary);
  color: white;
  display: inline;
  text-transform: uppercase;
  border-radius: 0.2rem;
  font-weight: 500;
  font-size: 0.6em;
  padding: 0.2em 0.3em;
}

.card-title {
  font-weight: 500;
  color: var(--light-theme-text-color);
}

.card-title-medium {
  font-size: 1.4em;
}

.card-title-small {
  font-size: 1.16em;
}

.router-link {
  color: var(--light-theme-text-color) !important;
  cursor: pointer;
  text-decoration: none;
}

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

.router-link__white {
  color: white !important;
}

.force-appearence {
  opacity: 1 !important;
}

.more-or-less {
  cursor: pointer;
}

.more-or-less > * {
  text-align: center;
  margin: 0 0.2rem;
  color: var(--light-theme-text-color);
  opacity: 0.8;
}

.more-or-less > *::before,
.more-or-less > *::after {
  content: "";
  width: 25%;
  display: inline-block;
  margin: 0 0.4rem;
  margin-bottom: 0.25rem;
  height: 1px;
  background-color: var(--light-theme-text-color);
  opacity: 0.8;
}

.divider {
  border-top: 1px solid #d9dadc;
  display: block;
  line-height: 1px;
  margin: 15px 0;
  position: relative;
  text-align: center;
}

.divider__text {
  background: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 20px;
  text-transform: uppercase;
}

.divider__small {
  width: 80%;
}

.divider__small .divider__text {
  font-size: 10px;
}

.small {
  font-size: 0.8em;
}

.dark-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute !important;
}

.absolute.fill {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.absolute.top {
  top: 0;
}

.absolute.right {
  right: 0;
}

.absolute.bottom {
  bottom: 0;
}

.absolute.left {
  left: 0;
}

.display-none {
  display: none;
}

.opacity-high {
  opacity: 0.8;
}

.opacity-medium {
  opacity: 0.5;
}

.opacity-low {
  opacity: 0.25;
}

.max-1-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
  white-space: nowrap;
}

.max-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  white-space: nowrap;
}

.large-icon-text {
  font-size: 1.7em;
  font-weight: 600;
}

.full-height {
  height: 100%;
}

.sub {
  font-size: 0.9em;
  font-weight: 400;
  color: var(--light-theme-text-color);
  opacity: 0.8;
}

.sub a {
  text-decoration: none !important;
  color: var(--light-theme-text-color) !important;
  opacity: 0.8;
}

.sub a:hover {
  text-decoration: underline !important;
}

.no-wrap {
  white-space: nowrap;
}

.table-cover {
  border-radius: 5px;
}

.hidden {
  visibility: hidden !important;
}

.content-container {
  max-width: 1280px;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.elevate-page {
  padding-bottom: 8em !important;
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 92% !important;
  }
}

html,
body {
  font-family: "All Genders v4 Regular", sans-serif, sans-serif;
  height: 100%;
  font-size: 97.5% !important;
  overflow-y: auto !important;
  width: 100%;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.v-application {
  font-family: "All Genders v4 Regular", sans-serif, sans-serif !important;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

img,
svg {
  display: block;
}

input {
  color: #333;
}

.loader {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 175px;
  height: 100px;
}

.loader span {
  display: block;
  background: var(--color-primary);
  width: 7px;
  height: 10%;
  border-radius: 14px;
  margin-right: 5px;
  float: left;
  margin-top: 25%;
}

.loader span:last-child {
  margin-right: 0px;
}

.loader span:nth-child(1) {
  -webkit-animation: load 1.3s 1.4s infinite linear;
          animation: load 1.3s 1.4s infinite linear;
}

.loader span:nth-child(2) {
  -webkit-animation: load 1.3s 1.2s infinite linear;
          animation: load 1.3s 1.2s infinite linear;
}

.loader span:nth-child(3) {
  -webkit-animation: load 1.3s 1s infinite linear;
          animation: load 1.3s 1s infinite linear;
}

.loader span:nth-child(4) {
  -webkit-animation: load 1.3s 0.8s infinite linear;
          animation: load 1.3s 0.8s infinite linear;
}

.loader span:nth-child(5) {
  -webkit-animation: load 1.3s 0.6s infinite linear;
          animation: load 1.3s 0.6s infinite linear;
}

.loader span:nth-child(6) {
  -webkit-animation: load 1.3s 0.4s infinite linear;
          animation: load 1.3s 0.4s infinite linear;
}

.loader span:nth-child(7) {
  -webkit-animation: load 1.3s 0.2s infinite linear;
          animation: load 1.3s 0.2s infinite linear;
}

.loader span:nth-child(8) {
  -webkit-animation: load 1.3s 0s infinite linear;
          animation: load 1.3s 0s infinite linear;
}

.loader span:nth-child(9) {
  -webkit-animation: load 1.3s 0.2s infinite linear;
          animation: load 1.3s 0.2s infinite linear;
}

.loader span:nth-child(10) {
  -webkit-animation: load 1.3s 0.4s infinite linear;
          animation: load 1.3s 0.4s infinite linear;
}

.loader span:nth-child(11) {
  -webkit-animation: load 1.3s 0.6s infinite linear;
          animation: load 1.3s 0.6s infinite linear;
}

.loader span:nth-child(12) {
  -webkit-animation: load 1.3s 0.8s infinite linear;
          animation: load 1.3s 0.8s infinite linear;
}

.loader span:nth-child(13) {
  -webkit-animation: load 1.3s 1s infinite linear;
          animation: load 1.3s 1s infinite linear;
}

.loader span:nth-child(14) {
  -webkit-animation: load 1.3s 1.2s infinite linear;
          animation: load 1.3s 1.2s infinite linear;
}

.loader span:nth-child(15) {
  -webkit-animation: load 1.3s 1.4s infinite linear;
          animation: load 1.3s 1.4s infinite linear;
}

@-webkit-keyframes load {
  0% {
    background: #ffffff;
    margin-top: 25%;
    height: 10%;
  }

  50% {
    background: var(--color-primary);
    height: 100%;
    margin-top: 0%;
  }

  100% {
    background: #ffffff;
    height: 10%;
    margin-top: 25%;
  }
}

@keyframes load {
  0% {
    background: #ffffff;
    margin-top: 25%;
    height: 10%;
  }

  50% {
    background: var(--color-primary);
    height: 100%;
    margin-top: 0%;
  }

  100% {
    background: #ffffff;
    height: 10%;
    margin-top: 25%;
  }
}

.content-item {
  position: relative;
  padding: 0.2rem;
  min-width: 8em;
  max-width: 15.5em;
}

.content-item__header {
  position: relative;
}

.content-item__header > * {
  border-radius: 8px;
}

.content-item__header:hover .control-layer {
  opacity: 1;
}

.content-item__header:hover .cover-layer .img {
  transform: scale(1.08) !important;
  width: 100%;
  height: 100%;
}

.content-item__header .button {
  background: transparent;
  border: none;
}

.content-item__header .button img {
  width: 100%;
}

.content-item__header .button-play {
  width: 30%;
  margin: 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-item__header .button-play img {
  width: 70px;
  height: 70px;
}

@media (max-width: 1600px) {
  .content-item__header .button-play img {
    width: 50px;
    height: 50px;
  }
}

.content-item__header .button-dots {
  width: 10%;
  position: relative;
}

.content-item__header .button-heart {
  width: 14%;
}

.content-item__header .control-layer {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s;
}

.content-item__header .control-layer .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-item__header .infos-layer {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  color: var(--light-theme-text-color);
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 60%;
  margin-top: auto;
  z-index: 2;
}

.content-item__header .infos-layer .overlay {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #584f42 100%);
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 0em;
  height: 100%;
  z-index: 0;
  border-radius: 0.3em;
}

.content-item__header .infos-layer .info-badge {
  z-index: 1;
}

.content-item__header .infos-layer .info-badge span {
  background: #fff;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0.2rem;
  font-weight: 500;
  font-size: 0.8em;
  padding: 0 0.3rem;
}

.content-item__header .cover-layer {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.content-item__header .cover-layer .img {
  transition: transform 0.5s;
  transform: scale(1.02);
}

.content-item__header .badges-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  bottom: 0;
}

.content-item__header .badges-layer .exclusive {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8em;
  padding: 0.5em 0 0 0.5em;
}

.content-item__header .badges-layer .premium {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em 0.5em 0 0;
}

.content-item__header .badges-layer .explicit {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0em 0.5em 0.5em 0;
}

.content-item__header .layer-content {
  background-color: rgba(82, 0, 214, 0.26);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  transition: all 0.5s;
}

.content-item__body {
  z-index: 1;
  padding: 0.6em 0rem;
}

.content-item__body__type {
  font-size: 0.7em;
  color: #727272;
  text-transform: uppercase;
}

.content-item__body__title__container {
  display: block;
  text-decoration: none;
  padding: 0.1em 0em 0.1em 0;
}

.content-item__body__title__container:hover {
  text-decoration: underline !important;
}

.content-item__body__title {
  font-size: 1em;
  line-height: 1.1;
  font-weight: 500;
  color: var(--light-theme-text-color);
  text-align: start;
}

.content-item__body .artist {
  font-size: 0.9em;
  font-weight: 400;
  color: #727272;
}

.content-item__body .artist a {
  text-decoration: none;
  color: #727272;
}

.content-item__body .artist a:hover {
  text-decoration: underline;
}

.badges .explicit__sign {
  background-color: black;
  color: white;
  border-radius: 3px;
  width: 1.3em;
  height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  border: 1px solid white;
  line-height: 2;
}

.section-container {
  width: 100%;
  position: relative;
  margin-bottom: 2.5em;
}

.section-header {
  border-bottom: 1px solid rgba(var(--color-primary), 0.3);
  display: flex;
  width: 97.5%;
  font-size: 1.15rem;
  align-items: center;
  padding: 0.3em 0;
  justify-content: space-between;
}

.section-header__title {
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1em;
  color: var(--light-theme-text-color);
  margin-bottom: 0.4em;
}

.section-header-small-screen {
  border-bottom: none;
}

.section-header-small-screen .section-header__title {
  font-size: 1.3em;
  color: var(--light-theme-text-color);
}

@media screen and (min-width: 600px) {
  .section-header-small-screen {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .section-header {
    display: none;
  }
}

.player--dark .section-header__title,
.theme--dark.v-application .section-header__title {
  color: var(--dark-theme-text-color);
}

.player--dark .section-header-small-screen .section-header__title,
.theme--dark.v-application .section-header-small-screen .section-header__title {
  color: var(--dark-theme-text-color);
}

.vue-content-placeholders-img,
.vue-content-placeholders-text__line {
  background: #b6b6b6 !important;
  opacity: 0.4;
}

.vue-content-placeholders-img::before,
.vue-content-placeholders-text__line::before {
  background: linear-gradient(to right, transparent 0%, rgba(209, 209, 230, 0.699) 15%, transparent 30%) !important;
}

.v-list--rounded .v-list-item,
.v-list--rounded .v-list-item:before {
  border-radius: 22px !important;
}

button .v-icon {
  opacity: 0.84;
  cursor: pointer !important;
}

button[disabled] .v-icon {
  opacity: 0.35;
  cursor: default !important;
}

.v-stepper__wrapper,
.v-stepper__items {
  overflow: auto !important;
}

.theme--light.v-label {
  color: inherit !important;
}

.v-input--selection-controls {
  margin-top: 0 !important;
}

.muzzie-notification {
  margin: 0 5px 5px 5px;
  padding: 10px;
  font-size: 13px;
  border-radius: 5px;
  margin: 0.5em 0.2em;
  color: #ffffff;
  background: #44A4FC;
  border-left: 5px solid #187FE7;
}

.muzzie-notification.success {
  background: #68CD86;
  border-left-color: #42A85F;
}

.muzzie-notification.warn {
  background: #ffb648;
  border-left-color: #f48a06;
}

.muzzie-notification.error {
  background: #E54D42;
  border-left-color: #B82E24;
}

.list-container > .v-data-table {
  background-color: transparent !important;
}

.dark-background {
  background-color: var(--dark-theme-panel-bg-color) !important;
}

.vue-notification-group {
  top: 55px !important;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

::-webkit-scrollbar {
  width: 7px;
  height: 10px;
  transform: translateX(-50px);
  background-color: rgba(107, 107, 107, 0.116);
}

::-webkit-scrollbar-thumb {
  border-radius: 25px;
  height: 4px;
  border: 1px solid rgba(0, 0, 0, 0.308);
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  background-color: rgba(151, 151, 151, 0.312);
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}

.plan__price {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.plan__price__currency {
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  margin-top: -0.5em;
}

.plan__price__amount {
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1;
}

.plan__price__interval {
  font-size: 1.1em;
  display: flex;
  align-items: flex-end;
  margin-left: 0.2em;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000000000000100;
}

.dialog .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0001039d;
  opacity: 0.4;
}

.dialog__box {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  border-radius: 5px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.player--dark .dialog__box {
  background-color: #1d222b;
}

.create-playlist-wrapper,
.add-playlist-wrapper {
  border-radius: 5px;
  width: 100%;
}

.create-playlist-wrapper__header,
.add-playlist-wrapper__header {
  display: flex;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  margin: 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(128, 128, 128, 0.219);
}

.create-playlist-wrapper__header .buttons,
.add-playlist-wrapper__header .buttons {
  display: flex;
  align-items: center;
}

.create-playlist-wrapper__header .buttons .create,
.add-playlist-wrapper__header .buttons .create {
  margin-right: 0.5rem;
}

.create-playlist-wrapper__header .buttons > *,
.add-playlist-wrapper__header .buttons > * {
  font-size: 0.8rem;
}

.create-playlist-wrapper__body,
.add-playlist-wrapper__body {
  display: flex;
}

.create-playlist-wrapper__body .upload-cover,
.add-playlist-wrapper__body .upload-cover {
  padding: 0.5rem;
  max-width: 10em;
}

.create-playlist-wrapper__body .infos,
.add-playlist-wrapper__body .infos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0.5em;
  padding-top: 0.7em;
  flex-grow: 2;
}

.create-playlist-wrapper__body .form__group,
.add-playlist-wrapper__body .form__group {
  margin-bottom: 1.5em;
}

.dialog__box {
  min-width: 500px;
}

@media screen and (max-width: 500px) {
  .dialog__box {
    min-width: 90%;
    max-width: 90%;
  }
}

.edit-album-dialog-wrapper {
  padding-bottom: 3em;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
}

.container {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.img-container .upload-percentage {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(32, 32, 32, 0.514);
  position: absolute;
  font-family: "All Genders v4 Regular";
  font-size: 1.1em;
  font-weight: bold;
}

.img-container .upload-percentage .content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.empty-songs {
  width: 100%;
  position: absolute;
  margin-top: 2em;
}

.edit-song-dialog-wrapper .v-input--selection-controls {
  margin-top: 0 !important;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
}

.container {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.button-upload:hover .uploading {
  display: none;
}

.button-upload:hover .cancel {
  display: block;
}

.button-upload .uploading {
  position: relative;
  overflow: hidden;
}

.button-upload .uploading .percentage {
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.3s;
  z-index: 0;
  height: 100%;
}

.button-upload .uploading .content-text {
  z-index: 1;
}

.button-upload .cancel {
  display: none;
}

.edit-podcast-dialog-wrapper {
  min-height: 100%;
  padding-bottom: 3em;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
}

.container {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.img-container .upload-percentage {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(32, 32, 32, 0.514);
  position: absolute;
  font-family: "Lobster", cursive;
  font-size: 1.1em;
  font-weight: bold;
}

.img-container .upload-percentage .content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.empty-episodes {
  width: 100%;
  position: absolute;
  margin-top: 2em;
}

.items {
  border-bottom: 1px solid grey;
  padding: 0.5em 0;
}

.items > td {
  text-align: center;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
}

.container {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.button-upload:hover .uploading {
  display: none;
}

.button-upload:hover .cancel {
  display: block;
}

.button-upload .uploading {
  position: relative;
  overflow: hidden;
}

.button-upload .uploading .percentage {
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.3s;
  z-index: 0;
  height: 100%;
}

.button-upload .uploading .content-text {
  z-index: 1;
}

.button-upload .cancel {
  display: none;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
}

.container {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
  padding: 1em 0.5em;
}

.container {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.content-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: 1px solid rgba(128, 128, 128, 0.253);
  border-radius: 25px;
  position: absolute;
}

.content-wrapper .genre-dark-layer {
  display: flex;
  align-items: center;
  z-index: 0;
  justify-content: center;
}

.content-wrapper .content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.3em 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-wrapper .content .icon {
  width: 3rem;
  z-index: 5;
  margin-bottom: 0.3rem;
}

.content-wrapper .content .content-text {
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 5;
  color: white;
  text-align: center;
}

.content-wrapper__edit {
  border-radius: 0px;
  z-index: 1;
}

.section-skeleton {
  margin: 1em 0;
  position: relative;
  background-color: var(--light-theme-panel-bg-color) !important;
}

.section-skeleton .section-header {
  display: flex;
  position: relative;
  background-color: var(--light-theme-panel-bg-color) !important;
  z-index: 2;
  padding: 0.2em 0.2em 0.2em 1em;
  justify-content: space-between;
}

.section-skeleton .section-option {
  position: absolute;
  bottom: 96%;
  padding: 0.3em;
  border-radius: 5px;
  cursor: pointer;
  padding-bottom: 1em;
  background-color: var(--light-theme-panel-bg-color) !important;
  z-index: 1;
}

.section-skeleton .section-option__drag {
  left: 10px;
}

.section-skeleton .section-option__edit {
  right: 60px;
}

.section-skeleton .section-option__delete {
  right: 20px;
}

.section-skeleton .section-body {
  padding: 0.8em 1em;
  background-color: var(--light-theme-panel-bg-color) !important;
}

.section-skeleton .section-body .section-item {
  width: 12em !important;
  height: 12em !important;
  padding: 0.8em;
  margin-right: 1em;
  border-radius: 10px;
  background-color: #8d8d8d;
  opacity: 0.4;
}

@media (max-width: 900px) {
  .section-skeleton .section-body .section-item {
    width: 9em !important;
    height: 9em !important;
  }
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
}

.container {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
  padding: 1em 0.5em;
}

.container {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.icon-svg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 3;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
}

.icon-svg-wrapper .icon {
  max-width: 25% !important;
  min-width: 50px;
}

.edit-playlist-dialog-wrapper {
  padding-bottom: 3em;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
}

.container {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.img-container .upload-percentage {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(32, 32, 32, 0.514);
  position: absolute;
  font-family: "Lobster", cursive;
  font-size: 1.1em;
  font-weight: bold;
}

.img-container .upload-percentage .content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.empty-songs {
  width: 100%;
  position: absolute;
  margin-top: 2em;
}

.items {
  border-bottom: 1px solid grey;
  padding: 0.5em 0;
}

.items > td {
  text-align: center;
}

.private-field {
  transform: translateY(-22px);
}

.switch-container #switch {
  display: none;
}

.switch-container .switch-label {
  position: relative;
  cursor: pointer;
  margin: 0;
}

.switch-container .switch-label .switch-rail {
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 2.5em;
  height: 1.25em;
  top: -17px;
  left: 3px;
  background: #acacac;
  border-radius: 50px;
  overflow: hidden;
}

.switch-container .switch-label .switch-rail .switch-slider {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
}

.switch-container #switch:checked ~ .switch-label .switch-rail {
  transition: all 0.2s ease-in-out;
  background: #4245a8;
}

.switch-container #switch:checked ~ .switch-label .switch-rail .switch-slider {
  transition: all 0.2s ease-in-out;
  transform: translateX(20px);
}

.cropper-wrapper {
  height: 23em;
  padding: 1rem 0;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cropper-wrapper .header .cancel {
  position: absolute;
  top: 0.9em;
  right: 1em;
}

.cropper-wrapper .cropper {
  max-width: 15em;
  max-height: 15em;
}

.cropper-wrapper .pick {
  margin-top: 1em;
}

.edit-song-dialog-wrapper {
  background-color: #212121;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
}

.container {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.theme--dark.v-application .section-skeleton {
  background-color: var(--dark-theme-panel-bg-color) !important;
}

.theme--dark.v-application .section-skeleton .section-header {
  background-color: var(--dark-theme-panel-bg-color) !important;
}

.theme--dark.v-application .section-skeleton .section-option {
  background-color: var(--dark-theme-panel-bg-color) !important;
}

.theme--dark.v-application .section-skeleton .section-body {
  background-color: var(--dark-theme-panel-bg-color) !important;
}

.player--dark .content-item__header .control-layer,
.v-application.theme--dark .content-item__header .control-layer {
  background-color: rgba(0, 0, 0, 0.4);
}

.player--dark .content-item__header .infos-layer,
.v-application.theme--dark .content-item__header .infos-layer {
  color: var(--dark-theme-text-color);
}

.player--dark .content-item__header .infos-layer .overlay,
.v-application.theme--dark .content-item__header .infos-layer .overlay {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #584f42 100%);
}

.player--dark .content-item__header .infos-layer .info-badge span,
.v-application.theme--dark .content-item__header .infos-layer .info-badge span {
  background: #fff;
  color: #000;
}

.player--dark .content-item__header .layer-content,
.v-application.theme--dark .content-item__header .layer-content {
  background-color: rgba(82, 0, 214, 0.26);
}

.player--dark .content-item__body__type,
.v-application.theme--dark .content-item__body__type {
  color: #727272;
}

.player--dark .content-item__body__title,
.v-application.theme--dark .content-item__body__title {
  color: var(--dark-theme-text-color);
}

.player--dark .router-link,
.v-application.theme--dark .router-link {
  color: var(--dark-theme-text-color) !important;
}

.player--dark .router-link__white,
.v-application.theme--dark .router-link__white {
  color: white !important;
}

.player--dark .page-title-medium,
.v-application.theme--dark .page-title-medium {
  color: var(--dark-theme-text-color);
}

.player--dark .vue-content-placeholders-img,
.player--dark .vue-content-placeholders-text__line,
.v-application.theme--dark .vue-content-placeholders-img,
.v-application.theme--dark .vue-content-placeholders-text__line {
  background: #383b41 !important;
}

.player--dark .vue-content-placeholders-img::before,
.player--dark .vue-content-placeholders-text__line::before,
.v-application.theme--dark .vue-content-placeholders-img::before,
.v-application.theme--dark .vue-content-placeholders-text__line::before {
  background: linear-gradient(to right, transparent 0%, rgba(141, 141, 155, 0.699) 15%, transparent 30%) !important;
}

.player--dark .absolute-panel,
.v-application.theme--dark .absolute-panel {
  background-color: var(--dark-theme-panel-bg-color);
  color: var(--dark-theme-text-color);
  border: 1px solid rgba(var(--dark-theme-text-color), 0.5);
  box-shadow: none;
}

.player--dark .card-title,
.v-application.theme--dark .card-title {
  color: var(--dark-theme-text-color);
}

.player--dark .m_input,
.player--dark .theme--light.v-application .m_input,
.v-application.theme--dark .m_input,
.v-application.theme--dark .theme--light.v-application .m_input {
  color: black;
  background-color: #eee;
}

.player--dark .sub,
.v-application.theme--dark .sub {
  color: var(--dark-theme-text-color);
  opacity: 0.8;
}

.player--dark .sub a,
.v-application.theme--dark .sub a {
  color: var(--dark-theme-text-color) !important;
  opacity: 0.8;
}

.player--dark input,
.v-application.theme--dark input {
  color: #f5f5f5;
}

.player--dark .panel,
.v-application.theme--dark .panel {
  background-color: var(--dark-theme-panel-bg-color) !important;
}

.player--dark .content-page .icon-header,
.v-application.theme--dark .content-page .icon-header {
  color: var(--dark-theme-text-color);
}

.player--dark .content-page .icon-header .title .sub,
.v-application.theme--dark .content-page .icon-header .title .sub {
  color: var(--dark-theme-text-color);
}

.player--dark .vc-container,
.player--dark .vc-btn,
.v-application.theme--dark .vc-container,
.v-application.theme--dark .vc-btn {
  background-color: var(--dark-theme-panel-bg-color) !important;
}

.player--dark .vc-container .vc-text,
.player--dark .vc-btn .vc-text,
.v-application.theme--dark .vc-container .vc-text,
.v-application.theme--dark .vc-btn .vc-text {
  color: var(--dark-theme-text-color) !important;
}

.player--dark .theme--dark.v-card,
.player--dark .theme--dark.v-sheet,
.player--dark .theme--dark.v-list,
.player--dark .v-list .v-select-list,
.player--dark .theme--dark.v-bottom-navigation {
  background-color: var(--dark-theme-panel-bg-color) !important;
}

.dark-backround {
  background-color: var(--dark-theme-panel-bg-color) !important;
}

.analytic-info-card .v-card__title {
  padding: 0.5em 0.8em !important;
}

.analytic-info-card__headline {
  font-family: "All Genders v4 Regular";
  color: #8898aa !important;
  text-transform: uppercase !important;
  font-weight: bold;
}

.content-page {
  padding-top: 3em;
  padding-bottom: 7.5em;
}

.content-page .icon-header {
  color: var(--light-theme-text-color);
  display: flex;
  padding-bottom: 3em;
}

.content-page .icon-header .cover {
  height: 4em;
  width: 4em;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
}

.content-page .icon-header .cover img {
  width: 2em;
}

.content-page .icon-header .title .headline {
  font-size: 2.5em;
  line-height: 1.1;
  margin-bottom: 0.15em;
}

.content-page .icon-header .title .sub {
  opacity: 0.9;
  font-size: 0.85em;
  color: var(--light-theme-text-color);
}

.content-page .icon-footer {
  color: var(--light-theme-text-color);
  display: flex;
  padding-bottom: 3em;
}

.content-page .icon-footer .cover {
  height: 4em;
  width: 4em;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
}

.content-page .icon-footer .cover img {
  width: 2em;
}

.absolute-panel {
  background-color: var(--light-theme-panel-bg-color);
  color: var(--light-theme-text-color);
  box-shadow: 2px 0 0 rgba(116, 101, 255, 0.25), 2px 0 0 rgba(116, 101, 255, 0.25), 0px 2px 0 rgba(116, 101, 255, 0.25), 0px 2px 0 rgba(116, 101, 255, 0.25), 1px 0px 0 rgba(116, 101, 255, 0.25), 0px 1px 0 rgba(116, 101, 255, 0.25);
}

.upload-bar {
  width: 100%;
  padding: 1em 0.4em;
  color: white;
  height: 8em;
  transition: maxHeight 0.3s;
}

.upload-bar .content {
  position: relative;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
  background-color: rgba(119, 119, 119, 0.514);
}

.upload-bar .content .content-text {
  position: absolute;
  top: 0;
  left: 0;
  flex-basis: z;
  line-height: 1.3;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
}

.upload-bar .content .progress {
  height: 100%;
  background-color: #38c172;
}

.page-title-medium {
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
  font-weight: bold;
  color: var(--light-theme-text-color);
}

.vue-content-placeholders-img,
.vue-content-placeholders {
  height: 100% !important;
}

.loading-circle-button {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.loading-circle-button .loading-circle-wrapper {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.custom-loader {
  -webkit-animation: loader 1s infinite;
          animation: loader 1s infinite;
  display: flex;
}

@-webkit-keyframes loader {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.skeleton-list {
  list-style: none;
  padding: 0;
}

.skeleton-list .skeleton {
  display: flex;
  width: 100%;
  padding: 0.5rem 1rem;
  align-items: center;
}

.skeleton-list .skeleton > *:first-child {
  width: 4em;
  height: 4em;
  padding-right: 1em;
}

.skeleton-list .skeleton > *:nth-child(2) {
  width: 95%;
}

.skeleton-list .vue-content-placeholders-img {
  height: 50px !important;
  margin-top: 0;
}

.data-table-tr .play-icon,
.list-li .play-icon {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.data-table-tr .play-icon .i,
.list-li .play-icon .i {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}

.data-table-tr .like-button,
.data-table-tr .menu-button,
.list-li .like-button,
.list-li .menu-button {
  opacity: 0;
  margin: 0 0.2em;
}

@media (max-width: 600px) {
  .data-table-tr .like-button,
  .data-table-tr .menu-button,
  .list-li .like-button,
  .list-li .menu-button {
    opacity: 1;
  }
}

.data-table-tr:hover .play-icon,
.data-table-tr:hover .like-button,
.data-table-tr:hover .menu-button,
.list-li:hover .play-icon,
.list-li:hover .like-button,
.list-li:hover .menu-button {
  opacity: 1;
}

.v-select {
  position: relative;
  font-family: inherit;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

/* KeyFrames */

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Dropdown Default Transition */

.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

/** Component States */

/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */

.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */

.vs__dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

/* Dropdown Toggle States */

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

/* Clear Button */

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */

.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

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

/* List Items */

.vs__dropdown-option {
  line-height: 1.42857143;
  /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
}

.vs__dropdown-option:hover {
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff;
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
}

.vs__dropdown-option--disabled:hover {
  cursor: inherit;
}

/* Selected Tags */

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0px 2px;
  padding: 0 0.25em;
  z-index: 0;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: 0.4;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

/* Search Input */

/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */

.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.vs__search::-moz-placeholder {
  color: inherit;
}

.vs__search:-ms-input-placeholder {
  color: inherit;
}

.vs__search::placeholder {
  color: inherit;
}

/**
    States
 */

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}

/* Loading Spinner */

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s infinite linear;
          animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity 0.1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */

.vs--loading .vs__spinner {
  opacity: 1;
}

