body {
  font-family: 'Mada', sans-serif;
  font-display: swap;
  color: var(--primary-text-color);
  background-color: var(--primary-bg-color); }

h1,
h2,
h3,
h4,
h5,
figure {
  margin: 0; }

button:disabled {
  color: var(--trans-50);
  cursor: default; }

a {
  text-decoration: none; }

a,
button,
figcaption {
  color: inherit; }

input,
textarea {
  font-family: 'Mada', sans-serif; }

:root {
  --primary-border-color: #cad1d7;
  --warning: #b9b900; }

.max-w-view {
  max-width: 970px; }

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

.clip-circle {
  clip-path: circle(50% at 50% 50%); }

.white {
  color: #fff; }

.ta-r {
  text-align: right; }

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

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

.h-100-pct {
  height: 100%; }

.w-100-pct {
  width: 100%; }

.w-auto {
  width: auto; }

.w-250 {
  width: 250px; }

.h-40 {
  height: 40px; }

.h-50 {
  height: 50px; }

.h-100 {
  height: 100px; }

.w-40 {
  width: 40px; }

.w-50 {
  width: 50px; }

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

.p-5 {
  padding: 5px; }

.p-10 {
  padding: 10px; }

.p-20 {
  padding: 20px !important; }

.p-40 {
  padding: 40px; }

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.prl-5 {
  padding-right: 5px;
  padding-left: 5px; }

.prl-6 {
  padding-right: 6px;
  padding-left: 6px; }

.prl-10 {
  padding-right: 10px;
  padding-left: 10px; }

.prl-15 {
  padding-right: 15px;
  padding-left: 15px; }

.prl-20 {
  padding-right: 20px;
  padding-left: 20px; }

.prl-40 {
  padding-right: 40px;
  padding-left: 40px; }

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

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

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-50 {
  padding-bottom: 50px; }

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

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

.pt-20 {
  padding-top: 20px !important; }

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

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

.m-10 {
  margin: 10px; }

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

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

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

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

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px !important; }

.b-lightest {
  border: 1px solid var(--trans-05); }

.br-2 {
  border-radius: 2px; }

.min-h-screen {
  min-height: 100vh; }

.min-w-400 {
  min-width: 400px; }

.max-w-50 {
  max-width: 50px; }

.max-w-150 {
  max-width: 150px; }

.max-w-200 {
  max-width: 200px; }

.max-w-250 {
  max-width: 250px; }

.max-w-100-pct {
  max-width: 100%; }

.max-h-200 {
  max-height: 200px; }

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

.truncate-left {
  direction: rtl; }

.capitalize {
  text-transform: capitalize; }

.lightest {
  font-weight: 100; }

.bold {
  font-weight: bold; }

.bolder {
  font-weight: 600; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.lowercase {
  text-transform: lowercase; }

.fs-12 {
  font-size: 12px !important; }

.fs-16 {
  font-size: 16px !important; }

.fs-18 {
  font-size: 18px !important; }

.fs-20 {
  font-size: 20px; }

.fs-30 {
  font-size: 30px; }

.fs-50 {
  font-size: 50px; }

.fs-150 {
  font-size: 150px; }

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

.color-trans-50-rev {
  color: var(--trans-50-rev); }

.text-shadow-stark {
  text-shadow: 0 1px 1px #000; }

.text-shadow-light {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }

.box-shadow-main {
  box-shadow: 0 1px 1px rgba(16, 27, 30, 0.15), 0 2px 2px rgba(16, 27, 30, 0.15), 0 4px 4px rgba(16, 27, 30, 0.15), 0 8px 8px rgba(16, 27, 30, 0.15), 0 16px 16px rgba(16, 27, 30, 0.15); }

.box-shadow-light {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.box-shadow-medium {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); }

.box-shadow-large {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11); }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.fixed {
  position: fixed; }

.top-25 {
  top: 25px; }

.right-25 {
  right: 25px; }

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

.bottom-20 {
  bottom: 20px; }

.right-20 {
  right: 20px; }

.left-20 {
  left: 20px; }

.full-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.backdrop {
  z-index: 100;
  cursor: pointer;
  margin: 0 !important; }

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

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-80 {
  margin-top: 80px !important; }

.min-h-full {
  min-height: calc(100vh - 50px); }

@media (max-width: 600px) {
  .min-h-full {
    min-height: calc(100vh - 80px); }
  .sm-mt-0 {
    margin-top: 0 !important; }
  .sm-mt-20 {
    margin-top: 20px !important; }
  .sm-mt-30 {
    margin-top: 30px !important; }
  .sm-mt-50 {
    margin-top: 50px !important; }
  .sm-mt-80 {
    margin-top: 80px !important; }
  .fs-18--mobile {
    font-size: 18px; }
  .w-100-pct--mobile {
    width: 100%; }
  .mh-100--mobile {
    min-height: 100px; }
  .hide-mobile {
    display: none !important; } }

@media (min-width: 600px) {
  .hide-desktop {
    display: none !important; } }

.hide {
  display: none !important; }

.space-children-3 > * {
  margin: 0 3px 3px 0px; }

.space-children-5 > * {
  margin: 0 5px 5px 0px; }

.loading-wave {
  background: linear-gradient(270deg, var(--primary-accent-color), var(--primary-bg-color));
  background-size: 400% 400%;
  -webkit-animation: LoadingWave 3s ease infinite;
  -moz-animation: LoadingWave 3s ease infinite;
  animation: LoadingWave 3s ease infinite; }

.rotate-45 {
  transform: rotate(45deg); }

.rotating {
  animation: Rotating 2s linear infinite; }

@-webkit-keyframes LoadingWave {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes LoadingWave {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes LoadingWave {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.ct-group {
  flex: initial !important; }

.rc-slider .rc-slider-track {
  background-color: #4bd2b9; }

.rc-slider .rc-slider-handle {
  border: none;
  background-color: #4bd2b9;
  width: 20px;
  height: 20px;
  margin-top: -8px; }

figure > .lazy-load-image-background {
  display: block !important; }

.lazy-load-image-background.blur {
  filter: blur(15px); }

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter 0.3s; }

.lazy-load-image-background.blur > img {
  opacity: 0; }

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity 0.3s; }

.lazy-load-image-background.opacity {
  opacity: 0; }

.lazy-load-image-background.opacity.lazy-load-image-loaded {
  opacity: 1;
  transition: opacity 0.3s; }

.lazy-load-image-background.black-and-white {
  filter: grayscale(1); }

.lazy-load-image-background.black-and-white.lazy-load-image-loaded {
  filter: grayscale(0);
  transition: filter 0.3s; }

.lazy-load-image-background.black-and-white > img {
  opacity: 0; }

.lazy-load-image-background.black-and-white.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity 0.3s; }

.main-header {
  background-color: var(--trans-50);
  border-bottom: 1px solid var(--trans-25-rev);
  z-index: 101; }
  .main-header img {
    height: 34px;
    width: auto; }
  .main-header:focus input {
    border-color: var(--secondary-bg-color);
    background-color: #fff; }
  .main-header .sub-header {
    height: 30px;
    line-height: 30px; }
    .main-header .sub-header > a {
      padding: 0 5px; }

main {
  min-height: 100vh; }
  main .page-padding-top {
    padding-top: 50px; }
  main .page-padding-bottom {
    padding-bottom: 40px; }

@media (max-width: 600px) {
  main .page-padding-top {
    padding-top: 80px; } }

.main-footer {
  background-color: var(--trans-50);
  border-top: 1px solid var(--trans-10);
  width: 100%;
  z-index: 50;
  height: 40px;
  margin-top: -40px;
  line-height: 40px;
  font-size: 16px; }

.page-header h1 {
  line-height: 0.9em; }

.page-header .play-button {
  position: absolute;
  top: 10px;
  right: 10px; }

.artist-link-holder {
  border-radius: 20px;
  border: 1px solid var(--trans-25-rev);
  display: inline-block;
  white-space: nowrap; }
  .artist-link-holder .artist-name {
    vertical-align: middle;
    max-width: 250px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 24px;
    line-height: 24px; }
  .artist-link-holder img,
  .artist-link-holder .fake-img {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 20px;
    text-align: center;
    object-fit: cover;
    background: linear-gradient(30deg, var(--primary-bg-color-trans) 40%, var(--trans-25) 100%);
    color: var(--trans-50-rev); }
  .artist-link-holder .heat-index {
    margin-right: 6px; }

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.5;
  /*make it as your requirement*/
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.play-button {
  border-radius: 50%;
  border: none;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background: #4bd2b9; }
  .play-button:active {
    box-shadow: none; }

a.artist, a.album {
  font-weight: inherit; }

.heat-index {
  background-color: var(--trans-10-rev);
  border-radius: 4px;
  margin-left: 8px;
  width: 4px;
  height: 20px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block; }
  .heat-index > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.album-cover {
  background-color: var(--trans-50-rev);
  position: relative;
  height: 100%; }
  .album-cover.show-label-on-hover:hover figcaption {
    opacity: 1; }
  .album-cover.show-label-on-hover figcaption {
    opacity: 0;
    transition: opacity 300ms; }
  .album-cover img,
  .album-cover .fake-img {
    display: block;
    background-color: var(--primary-bg-color-trans);
    text-align: center;
    border: 5px solid var(--trans-0); }
  .album-cover figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: var(--trans-0);
    color: var(--trans-0-rev);
    font-size: 14px;
    font-weight: bold; }

.post-body img {
  max-width: 200px; }

#lyrics {
  font-weight: 600;
  font-size: 18px; }

.alert-banner {
  position: fixed;
  padding: 10px;
  color: var(--secondary-text-color);
  background-color: var(--warning);
  width: 100%;
  text-align: center; }

article.playlist h1 {
  font-size: 26px;
  margin-top: 20px; }

article.playlist h4 {
  font-weight: 300; }

.post-preview p {
  max-height: 150px;
  overflow: hidden; }

.post-preview a {
  padding: 10px;
  text-align: right;
  width: 100%;
  display: block; }

.album-cover-holder {
  position: relative;
  max-width: 250px; }

.leaderboard .top-3 {
  padding-top: 50px !important;
  padding-bottom: 20px !important; }
  .leaderboard .top-3 .img-holder,
  .leaderboard .top-3 .img-holder img {
    height: 150px;
    width: 150px; }
  .leaderboard .top-3 .sub-label {
    max-width: 150px; }
  .leaderboard .top-3 .number-1 .img-holder,
  .leaderboard .top-3 .number-1 .img-holder img {
    height: 190px;
    width: 190px; }
  @media (max-width: 600px) {
    .leaderboard .top-3 .img-holder,
    .leaderboard .top-3 .img-holder img {
      height: 125px;
      width: 125px; }
    .leaderboard .top-3 .sub-label {
      max-width: 125px; }
    .leaderboard .top-3 .number-1 .img-holder {
      margin-top: -10px !important;
      margin-left: -20px !important; }
    .leaderboard .top-3 .number-1 .img-holder,
    .leaderboard .top-3 .number-1 .img-holder img {
      height: 140px;
      width: 140px; } }
  .leaderboard .top-3 .img-holder {
    position: relative;
    background-color: var(--trans-50-rev);
    border-radius: 50%; }
    .leaderboard .top-3 .img-holder.is-isPlaying img {
      border: 3px solid var(--primary-accent-color); }
    .leaderboard .top-3 .img-holder .play-count {
      position: absolute;
      top: -5px;
      left: 10px;
      min-width: 30px;
      height: 30px;
      line-height: 30px;
      font-weight: bold;
      padding: 0 10px;
      background-color: #fff;
      text-align: center;
      z-index: 10;
      border-radius: 22px;
      color: #000;
      font-size: 14px; }
      .leaderboard .top-3 .img-holder .play-count small {
        font-weight: lighter; }
    .leaderboard .top-3 .img-holder img {
      border-radius: 50%;
      object-fit: cover;
      object-position: top; }
    .leaderboard .top-3 .img-holder .artist-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      color: #fff;
      background-image: radial-gradient(rgba(0, 0, 0, 0.75), transparent);
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0 1px 1px rgba(16, 27, 30, 0.15), 0 2px 2px rgba(16, 27, 30, 0.15), 0 4px 4px rgba(16, 27, 30, 0.15), 0 8px 8px rgba(16, 27, 30, 0.15), 0 16px 16px rgba(16, 27, 30, 0.15); }
      .leaderboard .top-3 .img-holder .artist-overlay label {
        padding: 10px;
        font-size: 14px;
        font-weight: bold; }
  .leaderboard .top-3 .number-1 {
    position: relative;
    z-index: 1; }
    .leaderboard .top-3 .number-1 .img-holder {
      margin: -20px -20px 0; }
    .leaderboard .top-3 .number-1 .artist-overlay {
      border-color: var(--trans-75);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11); }

.about-container {
  background: linear-gradient(to bottom, var(--trans-05-rev), var(--trans-25)); }
  .about-container .about-item label {
    font-weight: 100;
    font-size: 40px; }
  .about-container .about-item a {
    font-weight: bold;
    font-size: 50px; }
    .about-container .about-item a svg {
      font-size: 66px; }
    .about-container .about-item a img {
      height: 66px;
      width: 66px;
      object-fit: cover;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle; }
  .about-container .about-item:nth-child(1) {
    background-color: var(--trans-5); }
  .about-container .about-item:nth-child(2) {
    background-color: var(--trans-10); }
  .about-container .about-item:nth-child(3) {
    background-color: var(--trans-25); }

.genre-style {
  padding: 10px;
  display: inline-block;
  color: var(--trans-0-rev);
  border-radius: 24px;
  box-shadow: 0 2px 0 var(--trans-25-rev);
  padding: 10px 15px;
  font-weight: 100; }
  .genre-style:active {
    box-shadow: none; }

#related-artists .artist-tile {
  display: block;
  height: 100%;
  position: relative; }

.lofi-button {
  text-align: center;
  transition: all 0.15s ease;
  overflow: hidden;
  border: none; }
  .lofi-button.primary {
    background-color: var(--primary-accent-color);
    background-image: linear-gradient(to bottom left, var(--primary-accent-color), var(--secondary-accent-color));
    background-size: 210% 210%;
    background-position: 100% 0;
    box-shadow: none;
    color: #fff; }
  .lofi-button.secondary {
    color: #fff;
    background-image: linear-gradient(to bottom left, var(--primary-bg-color), var(--secondary-bg-color)); }
  .lofi-button.large {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 11px;
    font-size: 0.875rem;
    line-height: 1.35em;
    position: relative;
    margin: 4px 1px;
    border-radius: 0.4285rem;
    cursor: pointer;
    background-size: 210% 210%;
    background-position: top right; }
  .lofi-button.small {
    padding: 0 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(to bottom left, var(--primary-bg-color), var(--secondary-bg-color));
    font-size: 0.75rem;
    border-radius: 0.2857rem;
    border: 1px solid transparent; }
    .lofi-button.small.active {
      border-color: var(--primary-bg-color); }

.lofi-card {
  color: var(--primary-text-color);
  border: 1px solid var(--trans-05); }
  .lofi-card.accent {
    background: #020024;
    background: linear-gradient(56deg, #020024 0%, #272a3d 45%, #020024 100%);
    border-radius: 15px; }
  .lofi-card header {
    padding: 15px 15px 0; }
    .lofi-card header h2 {
      font-weight: 100;
      margin: 0; }
    .lofi-card header h5 {
      margin-bottom: 5px;
      font-weight: 300; }
    .lofi-card header small {
      color: var(--trans-50-rev); }
  .lofi-card .lofi-card-body {
    padding: 15px; }
  .lofi-card footer {
    padding: 15px; }

@media (max-width: 600px) {
  .lofi-card {
    border-left: none;
    border-right: none; } }

.lofi-form {
  width: 100%;
  min-width: 350px; }
  .lofi-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: var(--trans-25); }
  .lofi-form input,
  .lofi-form textarea {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.5rem 0.7rem;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: var(--trans-75);
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid var(--trans-10);
    border-radius: 0.25rem;
    box-shadow: none;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 0.4285rem;
    font-size: 0.75rem;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    padding: 10px 18px 10px 18px; }
    .lofi-form input:focus,
    .lofi-form textarea:focus {
      border-color: var(--primary-accent-color);
      background-color: transparent;
      box-shadow: none; }
  .lofi-form textarea {
    height: auto;
    max-width: 100%;
    max-height: 86px;
    resize: none;
    line-height: 2; }
  @media (max-width: 600px) {
    .lofi-form input,
    .lofi-form textarea {
      font-size: 16px; } }

.lofi-input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  line-height: 1.42857;
  color: var(--trans-75);
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid var(--trans-10);
  border-radius: 0.25rem;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 0.4285rem;
  font-size: 0.75rem;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  padding: 10px 15px; }
  .lofi-input:focus {
    border-color: var(--primary-accent-color);
    background-color: transparent;
    box-shadow: none; }
  .lofi-inputtextarea {
    height: auto;
    max-width: 100%;
    max-height: 86px;
    resize: none;
    line-height: 2; }
  @media (max-width: 600px) {
    .lofi-input input,
    .lofi-input textarea {
      font-size: 16px; } }

ul.lofi-accordion > li {
  padding: 10px;
  color: var(--trans-25);
  border-bottom: 1px solid var(--trans-10);
  cursor: pointer; }
  ul.lofi-accordion > li:not(.expanded):hover {
    color: var(--trans-50);
    border-bottom: 1px solid var(--trans-25); }
  ul.lofi-accordion > li label > svg {
    margin-right: 10px; }
  ul.lofi-accordion > li.expanded {
    padding: 15px; }

ul.lofi-list {
  all: unset;
  display: block; }
  ul.lofi-list li {
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 100; }
  ul.lofi-list li > b {
    color: #fff;
    padding: 2px 4px;
    margin-left: 5px; }

.lofi-table {
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  border-collapse: collapse;
  width: 100%; }
  .lofi-table thead {
    width: 100%; }
  .lofi-table tbody {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .lofi-table th {
    cursor: pointer;
    text-align: left; }
  .lofi-table tr:nth-child(2n) {
    background-color: rgba(130, 130, 170, 0.1); }
  .lofi-table td,
  .lofi-table th {
    word-break: break-all;
    vertical-align: top;
    padding: 8px; }

.lofi-toggle {
  display: none; }
  .lofi-toggle, .lofi-toggle:after, .lofi-toggle:before,
  .lofi-toggle *,
  .lofi-toggle *:after,
  .lofi-toggle *:before,
  .lofi-toggle + .lofi-toggle-btn {
    box-sizing: border-box; }
    .lofi-toggle::selection, .lofi-toggle:after::selection, .lofi-toggle:before::selection,
    .lofi-toggle *::selection,
    .lofi-toggle *:after::selection,
    .lofi-toggle *:before::selection,
    .lofi-toggle + .lofi-toggle-btn::selection {
      background: none; }
  .lofi-toggle + .lofi-toggle-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    user-select: none; }
    .lofi-toggle + .lofi-toggle-btn:after, .lofi-toggle + .lofi-toggle-btn:before {
      position: relative;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      box-sizing: border-box; }
    .lofi-toggle + .lofi-toggle-btn:after {
      left: 0; }
    .lofi-toggle + .lofi-toggle-btn:before {
      display: none; }
  .lofi-toggle:checked + .lofi-toggle-btn:after {
    left: 50%; }

.lofi-toggle-light + .lofi-toggle-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease; }
  .lofi-toggle-light + .lofi-toggle-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease; }

.lofi-toggle-light:checked + .lofi-toggle-btn {
  background: #9fd6ae; }

.lofi-toggle-ios + .lofi-toggle-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid var(--trans-25-rev); }
  .lofi-toggle-ios + .lofi-toggle-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    border: 1px solid var(--trans-25-rev); }
  .lofi-toggle-ios + .lofi-toggle-btn:hover:after {
    will-change: padding; }
  .lofi-toggle-ios + .lofi-toggle-btn:active:after {
    padding-right: 0.8em; }

.lofi-toggle-ios:checked + .lofi-toggle-btn {
  background: var(--primary-color); }
  .lofi-toggle-ios:checked + .lofi-toggle-btn:active {
    box-shadow: none; }
    .lofi-toggle-ios:checked + .lofi-toggle-btn:active:after {
      margin-left: -0.8em; }

.lofi-toggle-skewed + .lofi-toggle-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888; }
  .lofi-toggle-skewed + .lofi-toggle-btn:after, .lofi-toggle-skewed + .lofi-toggle-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }
  .lofi-toggle-skewed + .lofi-toggle-btn:after {
    left: 100%;
    content: attr(data-tg-on); }
  .lofi-toggle-skewed + .lofi-toggle-btn:before {
    left: 0;
    content: attr(data-tg-off); }
  .lofi-toggle-skewed + .lofi-toggle-btn:active {
    background: #888; }
    .lofi-toggle-skewed + .lofi-toggle-btn:active:before {
      left: -10%; }

.lofi-toggle-skewed:checked + .lofi-toggle-btn {
  background: var(--primary); }
  .lofi-toggle-skewed:checked + .lofi-toggle-btn:before {
    left: -100%; }
  .lofi-toggle-skewed:checked + .lofi-toggle-btn:after {
    left: 0; }
  .lofi-toggle-skewed:checked + .lofi-toggle-btn:active:after {
    left: 10%; }

.lofi-toggle-flat + .lofi-toggle-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em; }
  .lofi-toggle-flat + .lofi-toggle-btn:after {
    transition: all 0.2s ease;
    background: #f2f2f2;
    content: '';
    border-radius: 1em; }

.lofi-toggle-flat:checked + .lofi-toggle-btn {
  border: 4px solid var(--primary); }
  .lofi-toggle-flat:checked + .lofi-toggle-btn:after {
    left: 50%;
    background: var(--primary); }

/**
 * Draft v0.11.7
 *
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial; }

.public-DraftEditor-content[contenteditable='true'] {
  -webkit-user-modify: read-write-plaintext-only; }

.DraftEditor-root {
  position: relative; }

.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: 0.1px solid transparent;
  position: relative;
  z-index: 1; }

.public-DraftEditor-block {
  position: relative; }

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left; }

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left; }

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center; }

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right; }

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right; }

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  width: 100%;
  z-index: 1; }

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9; }

.DraftEditorPlaceholder-hidden {
  display: none; }

.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap; }

.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left; }

.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right; }

.public-DraftStyleDefault-listLTR {
  direction: ltr; }

.public-DraftStyleDefault-listRTL {
  direction: rtl; }

.public-DraftStyleDefault-ol,
.public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em; }

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle; }

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1, lower-alpha) ". ";
  counter-increment: ol1; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2, lower-roman) ". ";
  counter-increment: ol2; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4, lower-alpha) ". ";
  counter-increment: ol4; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb; }

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa; }

.rc-slider-handle:focus {
  outline: none; }

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset; }

.rc-slider-handle:hover {
  border-color: #57c5f7; }

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px; }

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999; }

.rc-slider-mark-text-active {
  color: #666; }

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle; }

.rc-slider-dot-active {
  border-color: #96dbfa; }

.rc-slider-dot-reverse {
  margin-right: -4px; }

.rc-slider-disabled {
  background-color: #e9e9e9; }

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px; }

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%; }

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); } }

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); } }

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip-hidden {
  display: none; }

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0; }

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9; }

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c; }

svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em; }

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em; }

.svg-inline--fa.fa-w-1 {
  width: 0.0625em; }

.svg-inline--fa.fa-w-2 {
  width: 0.125em; }

.svg-inline--fa.fa-w-3 {
  width: 0.1875em; }

.svg-inline--fa.fa-w-4 {
  width: 0.25em; }

.svg-inline--fa.fa-w-5 {
  width: 0.3125em; }

.svg-inline--fa.fa-w-6 {
  width: 0.375em; }

.svg-inline--fa.fa-w-7 {
  width: 0.4375em; }

.svg-inline--fa.fa-w-8 {
  width: 0.5em; }

.svg-inline--fa.fa-w-9 {
  width: 0.5625em; }

.svg-inline--fa.fa-w-10 {
  width: 0.625em; }

.svg-inline--fa.fa-w-11 {
  width: 0.6875em; }

.svg-inline--fa.fa-w-12 {
  width: 0.75em; }

.svg-inline--fa.fa-w-13 {
  width: 0.8125em; }

.svg-inline--fa.fa-w-14 {
  width: 0.875em; }

.svg-inline--fa.fa-w-15 {
  width: 0.9375em; }

.svg-inline--fa.fa-w-16 {
  width: 1em; }

.svg-inline--fa.fa-w-17 {
  width: 1.0625em; }

.svg-inline--fa.fa-w-18 {
  width: 1.125em; }

.svg-inline--fa.fa-w-19 {
  width: 1.1875em; }

.svg-inline--fa.fa-w-20 {
  width: 1.25em; }

.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto; }

.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto; }

.svg-inline--fa.fa-border {
  height: 1.5em; }

.svg-inline--fa.fa-li {
  width: 2em; }

.svg-inline--fa.fa-fw {
  width: 1.25em; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em; }

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.fa-layers-text,
.fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em; }

.fa-xs {
  font-size: 0.75em; }

.fa-sm {
  font-size: 0.875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

.fad.fa-inverse {
  color: #fff; }

.lofi-layout {
  display: flex;
  box-sizing: border-box; }
  .lofi-layout.lofi-flex-fill {
    height: 100%;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    width: 100%; }
  .lofi-layout.lofi-row.lofi-gap-0 > * {
    margin: 0 0px; }
  .lofi-layout.lofi-row.lofi-gap-5 > * {
    margin: 0 2.5px; }
  .lofi-layout.lofi-row.lofi-gap-10 > * {
    margin: 0 5px; }
  .lofi-layout.lofi-row.lofi-gap-15 > * {
    margin: 0 7.5px; }
  .lofi-layout.lofi-row.lofi-gap-20 > * {
    margin: 0 10px; }
  .lofi-layout.lofi-row.lofi-gap-30 > * {
    margin: 0 15px; }
  .lofi-layout.lofi-row[class*='lofi-gap-'] > *:first-child {
    margin-left: 0; }
  .lofi-layout.lofi-row[class*='lofi-gap-'] > *:last-child {
    margin-right: 0; }
  .lofi-layout.lofi-row > *.lofi-flex-3-percent {
    width: 3%; }
  .lofi-layout.lofi-row > *.lofi-flex-10-percent {
    width: 10%; }
  .lofi-layout.lofi-row > *.lofi-flex-20-percent {
    width: 20%; }
  .lofi-layout.lofi-row > *.lofi-flex-21-percent {
    width: 21%; }
  .lofi-layout.lofi-row > *.lofi-flex-24-percent {
    width: 24%; }
  .lofi-layout.lofi-row > *.lofi-flex-25-percent {
    width: 25%; }
  .lofi-layout.lofi-row > *.lofi-flex-30-percent {
    width: 30%; }
  .lofi-layout.lofi-row > *.lofi-flex-33-percent {
    width: 33%; }
  .lofi-layout.lofi-row > *.lofi-flex-34-percent {
    width: 34%; }
  .lofi-layout.lofi-row > *.lofi-flex-40-percent {
    width: 40%; }
  .lofi-layout.lofi-row > *.lofi-flex-49-percent {
    width: 49%; }
  .lofi-layout.lofi-row > *.lofi-flex-50-percent {
    width: 50%; }
  .lofi-layout.lofi-row > *.lofi-flex-60-percent {
    width: 60%; }
  .lofi-layout.lofi-row > *.lofi-flex-64-percent {
    width: 64%; }
  .lofi-layout.lofi-row > *.lofi-flex-65-percent {
    width: 65%; }
  .lofi-layout.lofi-row > *.lofi-flex-66-percent {
    width: 66%; }
  .lofi-layout.lofi-row > *.lofi-flex-75-percent {
    width: 75%; }
  .lofi-layout.lofi-row > *.lofi-flex-80-percent {
    width: 80%; }
  .lofi-layout.lofi-row > *.lofi-flex-100-percent {
    width: 100%; }
  .lofi-layout.lofi-column {
    flex-direction: column; }
    .lofi-layout.lofi-column.lofi-gap-0 > * {
      margin: 0px 0; }
    .lofi-layout.lofi-column.lofi-gap-5 > * {
      margin: 2.5px 0; }
    .lofi-layout.lofi-column.lofi-gap-10 > * {
      margin: 5px 0; }
    .lofi-layout.lofi-column.lofi-gap-15 > * {
      margin: 7.5px 0; }
    .lofi-layout.lofi-column.lofi-gap-20 > * {
      margin: 10px 0; }
    .lofi-layout.lofi-column.lofi-gap-30 > * {
      margin: 15px 0; }
    .lofi-layout.lofi-column[class*='lofi-gap-'] > *:first-child {
      margin-top: 0; }
    .lofi-layout.lofi-column[class*='lofi-gap-'] > *:last-child {
      margin-bottom: 0; }
    .lofi-layout.lofi-column > *.lofi-flex-3-percent {
      height: 3%; }
    .lofi-layout.lofi-column > *.lofi-flex-10-percent {
      height: 10%; }
    .lofi-layout.lofi-column > *.lofi-flex-20-percent {
      height: 20%; }
    .lofi-layout.lofi-column > *.lofi-flex-21-percent {
      height: 21%; }
    .lofi-layout.lofi-column > *.lofi-flex-24-percent {
      height: 24%; }
    .lofi-layout.lofi-column > *.lofi-flex-25-percent {
      height: 25%; }
    .lofi-layout.lofi-column > *.lofi-flex-30-percent {
      height: 30%; }
    .lofi-layout.lofi-column > *.lofi-flex-33-percent {
      height: 33%; }
    .lofi-layout.lofi-column > *.lofi-flex-34-percent {
      height: 34%; }
    .lofi-layout.lofi-column > *.lofi-flex-40-percent {
      height: 40%; }
    .lofi-layout.lofi-column > *.lofi-flex-49-percent {
      height: 49%; }
    .lofi-layout.lofi-column > *.lofi-flex-50-percent {
      height: 50%; }
    .lofi-layout.lofi-column > *.lofi-flex-60-percent {
      height: 60%; }
    .lofi-layout.lofi-column > *.lofi-flex-64-percent {
      height: 64%; }
    .lofi-layout.lofi-column > *.lofi-flex-65-percent {
      height: 65%; }
    .lofi-layout.lofi-column > *.lofi-flex-66-percent {
      height: 66%; }
    .lofi-layout.lofi-column > *.lofi-flex-75-percent {
      height: 75%; }
    .lofi-layout.lofi-column > *.lofi-flex-80-percent {
      height: 80%; }
    .lofi-layout.lofi-column > *.lofi-flex-100-percent {
      height: 100%; }
  .lofi-layout.lofi-start, .lofi-layout.lofi-start-start {
    place-content: flex-start;
    align-items: flex-start; }
  .lofi-layout.lofi-end-center {
    place-content: flex-end;
    align-items: center; }
  .lofi-layout.lofi-start-center {
    place-content: center flex-start;
    align-items: center; }
  .lofi-layout.lofi-center, .lofi-layout.lofi-center-center {
    place-content: center;
    align-items: center; }
  .lofi-layout.lofi-center-start {
    place-content: flex-start center;
    align-items: flex-start; }
  .lofi-layout.lofi-center-end {
    place-content: flex-end center;
    align-items: flex-end; }
  .lofi-layout.lofi-stretch-center {
    align-items: center; }
    .lofi-layout.lofi-stretch-center > * {
      flex: 1 1 0%; }
  .lofi-layout.lofi-stretch-start {
    align-items: start; }
    .lofi-layout.lofi-stretch-start > * {
      flex: 1 1 0%; }
  .lofi-layout.lofi-space-around-center {
    place-content: center space-around;
    align-items: center; }
  .lofi-layout.lofi-space-between-center {
    place-content: center space-between;
    align-items: center; }
  .lofi-layout.lofi-space-between-start {
    place-content: center space-between;
    align-items: start; }
  .lofi-layout.lofi-space-between-stretch {
    place-content: center space-between;
    align-items: stretch; }
  .lofi-layout.lofi-space-evenly > * {
    flex-grow: 1;
    flex-basis: 0; }
  @media (max-width: 600px) {
    .lofi-layout.lofi-lt-sm .lofi-column[class*='lofi-gap-'] > *,
    .lofi-layout.lofi-lt-sm .lofi-row[class*='lofi-gap-'] > * {
      margin: 0; }
    .lofi-layout.lofi-lt-sm-row {
      flex-direction: row; }
      .lofi-layout.lofi-lt-sm-row.lofi-lt-sm-gap-0 > * {
        margin: 0 0px; }
      .lofi-layout.lofi-lt-sm-row.lofi-lt-sm-gap-5 > * {
        margin: 0 2.5px; }
      .lofi-layout.lofi-lt-sm-row.lofi-lt-sm-gap-10 > * {
        margin: 0 5px; }
      .lofi-layout.lofi-lt-sm-row.lofi-lt-sm-gap-15 > * {
        margin: 0 7.5px; }
      .lofi-layout.lofi-lt-sm-row.lofi-lt-sm-gap-20 > * {
        margin: 0 10px; }
      .lofi-layout.lofi-lt-sm-row.lofi-lt-sm-gap-30 > * {
        margin: 0 15px; }
    .lofi-layout.lofi-lt-sm-column {
      flex-direction: column; }
      .lofi-layout.lofi-lt-sm-column.lofi-lt-sm-gap-0 > * {
        margin: 0px 0; }
      .lofi-layout.lofi-lt-sm-column.lofi-lt-sm-gap-5 > * {
        margin: 2.5px 0; }
      .lofi-layout.lofi-lt-sm-column.lofi-lt-sm-gap-10 > * {
        margin: 5px 0; }
      .lofi-layout.lofi-lt-sm-column.lofi-lt-sm-gap-15 > * {
        margin: 7.5px 0; }
      .lofi-layout.lofi-lt-sm-column.lofi-lt-sm-gap-20 > * {
        margin: 10px 0; }
      .lofi-layout.lofi-lt-sm-column.lofi-lt-sm-gap-30 > * {
        margin: 15px 0; } }
  @media (max-width: 970px) {
    .lofi-layout.lofi-lt-md .lofi-column[class*='lofi-gap-'] > *,
    .lofi-layout.lofi-lt-md .lofi-row[class*='lofi-gap-'] > * {
      margin: 0; }
    .lofi-layout.lofi-lt-md-row {
      flex-direction: row; }
      .lofi-layout.lofi-lt-md-row.lofi-lt-md-gap-0 > * {
        margin: 0 0px; }
      .lofi-layout.lofi-lt-md-row.lofi-lt-md-gap-5 > * {
        margin: 0 2.5px; }
      .lofi-layout.lofi-lt-md-row.lofi-lt-md-gap-10 > * {
        margin: 0 5px; }
      .lofi-layout.lofi-lt-md-row.lofi-lt-md-gap-15 > * {
        margin: 0 7.5px; }
      .lofi-layout.lofi-lt-md-row.lofi-lt-md-gap-20 > * {
        margin: 0 10px; }
      .lofi-layout.lofi-lt-md-row.lofi-lt-md-gap-30 > * {
        margin: 0 15px; }
    .lofi-layout.lofi-lt-md-column {
      flex-direction: column; }
      .lofi-layout.lofi-lt-md-column.lofi-lt-md-gap-0 > * {
        margin: 0px 0; }
      .lofi-layout.lofi-lt-md-column.lofi-lt-md-gap-5 > * {
        margin: 2.5px 0; }
      .lofi-layout.lofi-lt-md-column.lofi-lt-md-gap-10 > * {
        margin: 5px 0; }
      .lofi-layout.lofi-lt-md-column.lofi-lt-md-gap-15 > * {
        margin: 7.5px 0; }
      .lofi-layout.lofi-lt-md-column.lofi-lt-md-gap-20 > * {
        margin: 10px 0; }
      .lofi-layout.lofi-lt-md-column.lofi-lt-md-gap-30 > * {
        margin: 15px 0; } }
  @media (max-width: 1200px) {
    .lofi-layout.lofi-lt-lg .lofi-column[class*='lofi-gap-'] > *,
    .lofi-layout.lofi-lt-lg .lofi-row[class*='lofi-gap-'] > * {
      margin: 0; }
    .lofi-layout.lofi-lt-lg-row {
      flex-direction: row; }
      .lofi-layout.lofi-lt-lg-row.lofi-lt-lg-gap-0 > * {
        margin: 0 0px; }
      .lofi-layout.lofi-lt-lg-row.lofi-lt-lg-gap-5 > * {
        margin: 0 2.5px; }
      .lofi-layout.lofi-lt-lg-row.lofi-lt-lg-gap-10 > * {
        margin: 0 5px; }
      .lofi-layout.lofi-lt-lg-row.lofi-lt-lg-gap-15 > * {
        margin: 0 7.5px; }
      .lofi-layout.lofi-lt-lg-row.lofi-lt-lg-gap-20 > * {
        margin: 0 10px; }
      .lofi-layout.lofi-lt-lg-row.lofi-lt-lg-gap-30 > * {
        margin: 0 15px; }
    .lofi-layout.lofi-lt-lg-column {
      flex-direction: column; }
      .lofi-layout.lofi-lt-lg-column.lofi-lt-lg-gap-0 > * {
        margin: 0px 0; }
      .lofi-layout.lofi-lt-lg-column.lofi-lt-lg-gap-5 > * {
        margin: 2.5px 0; }
      .lofi-layout.lofi-lt-lg-column.lofi-lt-lg-gap-10 > * {
        margin: 5px 0; }
      .lofi-layout.lofi-lt-lg-column.lofi-lt-lg-gap-15 > * {
        margin: 7.5px 0; }
      .lofi-layout.lofi-lt-lg-column.lofi-lt-lg-gap-20 > * {
        margin: 10px 0; }
      .lofi-layout.lofi-lt-lg-column.lofi-lt-lg-gap-30 > * {
        margin: 15px 0; } }
  .lofi-layout > *.lofi-stretch {
    flex: 1 1 0%; }

.lofi-grid {
  display: grid;
  grid-auto-rows: minmax(auto, auto);
  grid-template-columns: repeat(4, 1fr); }
  .lofi-grid.lofi-cell-80 {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); }
  .lofi-grid.lofi-cell-100 {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }
  .lofi-grid.lofi-cell-120 {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
  .lofi-grid.lofi-cell-140 {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
  .lofi-grid[class*='lofi-cell-']::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1; }
  .lofi-grid[class*='lofi-cell-'] > *:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1; }
  .lofi-grid.lofi-grid-columns-1 {
    grid-template-columns: repeat(1, 1fr); }
  .lofi-grid.lofi-grid-columns-2 {
    grid-template-columns: repeat(2, 1fr); }
  .lofi-grid.lofi-grid-columns-3 {
    grid-template-columns: repeat(3, 1fr); }
  .lofi-grid.lofi-grid-columns-4 {
    grid-template-columns: repeat(4, 1fr); }
  .lofi-grid.lofi-grid-columns-6 {
    grid-template-columns: repeat(6, 1fr); }
  .lofi-grid.lofi-gap-0 {
    grid-gap: 0px; }
  .lofi-grid.lofi-gap-5 {
    grid-gap: 5px; }
  .lofi-grid.lofi-gap-10 {
    grid-gap: 10px; }
  .lofi-grid.lofi-gap-15 {
    grid-gap: 15px; }
  .lofi-grid.lofi-gap-20 {
    grid-gap: 20px; }
  .lofi-grid.lofi-gap-30 {
    grid-gap: 30px; }
  @media (max-width: 970px) {
    .lofi-grid.lofi-lt-md-grid-columns-1 {
      grid-template-columns: repeat(1, 1fr); }
    .lofi-grid.lofi-lt-md-grid-columns-2 {
      grid-template-columns: repeat(2, 1fr); }
    .lofi-grid.lofi-lt-md-grid-columns-3 {
      grid-template-columns: repeat(3, 1fr); }
    .lofi-grid.lofi-lt-md-grid-columns-4 {
      grid-template-columns: repeat(4, 1fr); }
    .lofi-grid.lofi-lt-md-grid-columns-6 {
      grid-template-columns: repeat(6, 1fr); } }
  @media (max-width: 600px) {
    .lofi-grid.lofi-lt-sm-grid-columns-1 {
      grid-template-columns: repeat(1, 1fr); }
    .lofi-grid.lofi-lt-sm-grid-columns-2 {
      grid-template-columns: repeat(2, 1fr); }
    .lofi-grid.lofi-lt-sm-grid-columns-3 {
      grid-template-columns: repeat(3, 1fr); }
    .lofi-grid.lofi-lt-sm-grid-columns-4 {
      grid-template-columns: repeat(4, 1fr); }
    .lofi-grid.lofi-lt-sm-grid-columns-6 {
      grid-template-columns: repeat(6, 1fr); } }

@media (max-width: 600px) {
  .lofi-layout.lofi-lt-sm-column.lofi-space-evenly > * {
    flex-grow: initial;
    flex-basis: initial; } }

html {
  box-sizing: border-box; }

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

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

label {
  cursor: inherit; }

body {
  margin: 0; }

img {
  display: block;
  width: 100%; }

a,
button {
  cursor: pointer;
  text-decoration: none; }

ul {
  list-style: none;
  padding-inline-start: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5 {
  cursor: default; }

@media (max-width: 600px) {
  input,
  textarea {
    font-size: 16px; } }

.artist-link-holder .play-count {
  padding: 0 9px;
  text-align: center;
  border-radius: 22px;
  float: right;
  height: 100%;
  display: block;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  min-width: 22px; }

#artist-header .artist-image {
  padding-bottom: 20px;
  position: relative;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat; }

#artist-header .artist-header-fade-bottom {
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(rgba(255, 255, 255, 0), var(--secondary-bg-color)); }

#artist-header .bio {
  margin: -20px 0 5px; }

#artist-header .more-less {
  color: var(--primary-accent-color);
  display: block;
  background-color: transparent;
  border: none;
  padding: 5px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 10; }
  #artist-header .more-less svg {
    font-size: 20px; }
  #artist-header .more-less small {
    color: var(--trans-75);
    font-weight: 100; }

#artist-leaderboard .img-holder {
  position: relative; }
  #artist-leaderboard .img-holder .artist-tile {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

#artist-leaderboard .artist-link-holder {
  padding: 2px; }

#artist-page {
  background-color: var(--secondary-bg-color); }

.artist-tile {
  position: relative; }
  .artist-tile .lazy-load-image-background {
    height: 100%;
    display: block; }
  .artist-tile img {
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .artist-tile .artist-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    background-image: radial-gradient(rgba(0, 0, 0, 0.75), transparent);
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(16, 27, 30, 0.15), 0 2px 2px rgba(16, 27, 30, 0.15), 0 4px 4px rgba(16, 27, 30, 0.15), 0 8px 8px rgba(16, 27, 30, 0.15), 0 16px 16px rgba(16, 27, 30, 0.15); }
    .artist-tile .artist-overlay label {
      border: 1px solid var(--trans-25-rev);
      padding: 5px 10px;
      border-radius: 30px;
      max-width: 90%; }

#audio-player {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 102;
  width: 140px;
  height: 140px;
  transition: box-shadow ease-in-out 250ms;
  border-radius: 50%; }
  #audio-player.ready {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11); }
  #audio-player.expanded {
    width: 100%;
    height: 100%;
    border-radius: 0;
    vertical-align: middle;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #000; }
    #audio-player.expanded .album-cover {
      width: 50px; }
    #audio-player.expanded .gen-button {
      position: relative; }
      #audio-player.expanded .gen-button.lyrics {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.75); }
        #audio-player.expanded .gen-button.lyrics.deselected {
          background-color: #fff;
          box-shadow: none; }
    #audio-player.expanded .overlay {
      border-radius: 0;
      border: none; }
    #audio-player.expanded .lyrics-holder {
      position: absolute;
      top: 80px;
      bottom: 80px;
      left: 0;
      right: 0;
      padding: 20px;
      height: calc(100% - 160px);
      background-color: rgba(0, 0, 0, 0.75);
      overflow: auto; }
      #audio-player.expanded .lyrics-holder #lyrics {
        font-size: inherit !important;
        color: #fff; }
        #audio-player.expanded .lyrics-holder #lyrics .powered-by,
        #audio-player.expanded .lyrics-holder #lyrics .powered-by > a {
          color: #fff; }
    #audio-player.expanded .clip-circle {
      border-radius: 0;
      overflow: inherit;
      clip-path: inherit; }
      #audio-player.expanded .clip-circle iframe {
        width: 100%;
        margin: 0; }
    #audio-player.expanded header,
    #audio-player.expanded footer {
      background-color: #000; }
    #audio-player.expanded header {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%; }
      #audio-player.expanded header .artist-link-holder {
        border: 1px solid rgba(255, 255, 255, 0.75);
        color: #fff; }
    #audio-player.expanded footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 101; }
      #audio-player.expanded footer .play-button {
        position: relative; }
      #audio-player.expanded footer small {
        color: var(--trans-0); }
  #audio-player:not(.expanded) .overlay {
    cursor: pointer; }
    #audio-player:not(.expanded) .overlay .artist-link-holder {
      background-color: var(--trans-75);
      border: none; }
  #audio-player .clip-circle {
    border-radius: 50%;
    overflow: hidden; }
  #audio-player .play-button {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
  #audio-player .gen-button {
    position: absolute;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #000;
    background-color: #fff;
    transition: all ease-in-out 100ms; }
    #audio-player .gen-button:hover {
      box-shadow: 0 1px 1px rgba(16, 27, 30, 0.15), 0 2px 2px rgba(16, 27, 30, 0.15), 0 4px 4px rgba(16, 27, 30, 0.15), 0 8px 8px rgba(16, 27, 30, 0.15), 0 16px 16px rgba(16, 27, 30, 0.15); }
    #audio-player .gen-button[disabled] {
      opacity: 0.5;
      cursor: default; }
    #audio-player .gen-button.expand {
      top: 0;
      right: 0; }
    #audio-player .gen-button.next {
      bottom: 0;
      left: 0; }
  #audio-player > div {
    height: 100%; }
    #audio-player > div > div {
      height: 100%; }
      #audio-player > div > div iframe {
        width: auto;
        height: 100%;
        margin-left: -58%; }
  #audio-player .route-loader.full-page {
    position: relative;
    background-color: var(--primary-bg-color); }
  #audio-player .overlay {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 1; }
    #audio-player .overlay label {
      position: absolute;
      width: 100%;
      text-align: center;
      overflow: hidden;
      font-size: 12px; }
      #audio-player .overlay label.artist {
        top: 0;
        padding: 15px 20px 10px; }
      #audio-player .overlay label.track {
        bottom: 0;
        padding: 10px 20px 15px;
        background-color: var(--primary-bg-color-trans);
        border-radius: 0; }

.styled-input {
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  background-color: transparent;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid silver;
  padding: 4px 12px; }

.lofi-login {
  position: relative;
  width: 405px;
  margin: auto;
  padding: 10px;
  background: url(https://lofi.audio/images/musician-piano.5daae9fc.jpg) no-repeat center center #505050;
  background-size: cover;
  color: #fff;
  font-size: 14px; }
  .lofi-login form {
    text-align: center;
    padding: 10px; }
    .lofi-login form .form-row {
      height: 40px;
      margin: 10px;
      text-align: center; }
      .lofi-login form .form-row.pwd input,
      .lofi-login form .form-row.pwd button {
        display: inline-block; }
      .lofi-login form .form-row.pwd input {
        width: calc(100% - 65px); }
      .lofi-login form .form-row.pwd button {
        width: 65px;
        height: 100%;
        color: #fff;
        border: 1px solid silver;
        border-left: none;
        padding: 4px 12px; }
    .lofi-login form .pwd-eye {
      font-size: 14px;
      display: table-cell;
      vertical-align: middle;
      cursor: pointer;
      border-left: none;
      width: 50px;
      position: relative;
      text-transform: lowercase; }
      .lofi-login form .pwd-eye.password:before {
        content: 'Show'; }
      .lofi-login form .pwd-eye.text:before {
        content: 'Hide'; }
      .lofi-login form .pwd-eye.text {
        border-color: transparent; }

.played-track-tile small {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 5px;
  background-color: var(--primary-bg-color-trans);
  text-align: right;
  z-index: 1; }

.played-track-tile .play-button {
  position: absolute;
  bottom: 0;
  right: 0;
  top: initial; }

.played-track-tile label {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-color: var(--trans-25-rev);
  font-weight: 800;
  z-index: 1; }

.played-track-tile .track-playable a {
  max-height: 66px;
  overflow: hidden; }

#post-page {
  background-color: #fff; }
  #post-page * + * {
    margin: 1em 0 0; }
  #post-page .post {
    padding: 60px 80px;
    margin-bottom: 20px; }
    #post-page .post img {
      border-radius: 10px; }

.post {
  font-family: 'PT Serif', serif;
  color: var(--trans-rev-0);
  font-size: 20px;
  line-height: 1.65em;
  border-radius: 3px; }
  .post h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1em; }

@media (max-width: 600px) {
  #post-page .post {
    padding: 20px; } }

.powered-by {
  color: var(--trans-50-rev);
  font-weight: 100;
  display: inline-block;
  padding-top: 10px;
  font-size: inherit; }
  .powered-by a {
    font-weight: bold;
    color: var(--trans-0-rev); }

.route-loader {
  background-color: var(--trans-25);
  z-index: 100; }
  .route-loader .loader span {
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    transition: all ease 250ms;
    border-radius: 2px; }
    .route-loader .loader span:nth-child(1) {
      width: 8px;
      height: 8px;
      animation: loader 2s infinite ease; }
    .route-loader .loader span:nth-child(2) {
      width: 8px;
      height: 16px;
      animation: loader 2s infinite ease 0.2s; }
    .route-loader .loader span:nth-child(3) {
      width: 8px;
      height: 28px;
      animation: loader 2s infinite ease 0.4s; }
    .route-loader .loader span:nth-child(4) {
      width: 8px;
      height: 44px;
      animation: loader 2s infinite ease 0.6s; }
    .route-loader .loader span:nth-child(5) {
      width: 8px;
      height: 50px;
      animation: loader 2s infinite ease 0.8s; }
    .route-loader .loader span:nth-child(6) {
      width: 8px;
      height: 44px;
      animation: loader 2s infinite ease 1.2s; }
    .route-loader .loader span:nth-child(7) {
      width: 8px;
      height: 28px;
      animation: loader 2s infinite ease 1.4s; }
    .route-loader .loader span:nth-child(8) {
      width: 8px;
      height: 16px;
      animation: loader 2s infinite ease 1.6s; }
    .route-loader .loader span:nth-child(9) {
      width: 8px;
      height: 8px;
      animation: loader 2s infinite ease 1.8s; }

@-webkit-keyframes loader {
  0% {
    background-color: transparent;
    opacity: 0; }
  50% {
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 1; }
  100% {
    background-color: transparent;
    opacity: 0; } }

#search {
  width: 250px;
  position: relative; }
  #search .input-holder {
    border: 1px solid var(--trans-25-rev);
    border-radius: 3px; }
    #search .input-holder input {
      color: var(--trans-0-rev);
      border: none;
      font-size: 16px; }
      #search .input-holder input::placeholder {
        color: var(--trans-50-rev); }
  #search .close-button {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 20px;
    padding: 0;
    width: 24px;
    height: 24px;
    z-index: 101;
    border: none;
    background-color: transparent; }
  #search .search-results {
    position: absolute;
    z-index: 10000;
    width: 250px;
    right: 0;
    max-height: calc(100vh - 100px);
    overflow: auto;
    border: 1px solid var(--trans-25-rev);
    margin-top: 3px;
    background-color: var(--secondary-bg-color);
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 0.4285rem;
    padding: 5px; }
    #search .search-results small {
      border-bottom: 1px solid var(--trans-10);
      display: block;
      padding: 15px 5px 5px; }
    #search .search-results .artist-link-holder {
      border: none;
      width: 100%;
      margin: 1px 0;
      padding: 2px; }
      #search .search-results .artist-link-holder img,
      #search .search-results .artist-link-holder .fake-img {
        height: 36px;
        width: 36px;
        line-height: 36px; }
      #search .search-results .artist-link-holder .text-holder {
        width: calc(100% - 48px);
        overflow: hidden;
        max-width: inherit;
        display: inline-block; }
  @media (max-width: 600px) {
    #search .search-results {
      width: calc(100vw - 30px);
      max-height: 55vh; } }

#share-buttons .react-share__ShareButton {
  position: relative; }
  #share-buttons .react-share__ShareButton svg {
    border-radius: 50%;
    overflow: hidden;
    height: auto;
    width: 40px;
    border: 2px solid #fff; }
  #share-buttons .react-share__ShareButton .react-share__ShareCount {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 6px;
    background-color: #fff;
    text-align: center;
    z-index: 10;
    border-radius: 22px;
    color: var(--secondary-bg-color);
    font-size: 11px;
    position: absolute;
    top: -5px;
    right: -5px; }

.track-playable {
  position: relative; }
  .track-playable a {
    display: block;
    width: calc(100% - 45px); }
  .track-playable .play-button {
    position: absolute;
    top: 0;
    right: 0; }

.track {
  padding: 5px;
  text-align: left;
  background: linear-gradient(to right, var(--trans-05-rev), var(--trans-25));
  border-radius: 20px; }
  .track strong {
    font-size: 15px; }
  .track small {
    font-size: 13px; }
  .track .album-link {
    background-color: var(--trans-50-rev);
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 16px; }
    .track .album-link .album-cover {
      width: 50px;
      height: 50px;
      border-radius: 16px; }
      .track .album-link .album-cover img,
      .track .album-link .album-cover .fake-img {
        border-radius: 16px;
        border: none; }
      .track .album-link .album-cover figcaption {
        display: none; }


/*# sourceMappingURL=7db05476921b3e83d2a20ce8b96b007426a70655_CSS.09a66720.chunk.css.map*/