/* line 1, app/assets/stylesheets/base/reset.scss */
* {
  user-select: none;
}

/* line 5, app/assets/stylesheets/base/reset.scss */
html, body, div, section, aside, main, footer, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

/* line 26, app/assets/stylesheets/base/reset.scss */
body {
  line-height: 1;
}

/* line 29, app/assets/stylesheets/base/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, app/assets/stylesheets/base/reset.scss */
nav ul {
  list-style: none;
}

/* line 36, app/assets/stylesheets/base/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, app/assets/stylesheets/base/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, app/assets/stylesheets/base/reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 52, app/assets/stylesheets/base/reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 58, app/assets/stylesheets/base/reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 64, app/assets/stylesheets/base/reset.scss */
del {
  text-decoration: line-through;
}

/* line 67, app/assets/stylesheets/base/reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 71, app/assets/stylesheets/base/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 75, app/assets/stylesheets/base/reset.scss */
input, select {
  vertical-align: middle;
}
/* line 4, app/assets/stylesheets/components/_footer_bar.scss */
.player {
  z-index: 9999;
}

/* line 8, app/assets/stylesheets/components/_footer_bar.scss */
.icon {
  opacity: .5;
  width: 12px;
  height: 12px;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px -3px;
  position: relative;
}

/* line 19, app/assets/stylesheets/components/_footer_bar.scss */
.play, .pause {
  border-radius: 50%;
  border: 1px solid white;
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 25, app/assets/stylesheets/components/_footer_bar.scss */
.icon:hover {
  opacity: 1;
}

/* line 29, app/assets/stylesheets/components/_footer_bar.scss */
.icon:active {
  opacity: .5;
}

/* line 33, app/assets/stylesheets/components/_footer_bar.scss */
.play:hover, .pause:hover {
  transform: scale(1.1);
}

/* line 37, app/assets/stylesheets/components/_footer_bar.scss */
.play:active, .pause:active {
  transform: scale(1);
}

/* line 41, app/assets/stylesheets/components/_footer_bar.scss */
.play {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/play.png");
  background-size: 11px 13px;
  background-position: 55% 50%;
}

/* line 47, app/assets/stylesheets/components/_footer_bar.scss */
.pause {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/pause.png");
  background-size: 10px 12px;
}

/* line 52, app/assets/stylesheets/components/_footer_bar.scss */
.next, .prev {
  background-size: 11px 11px;
}

/* line 56, app/assets/stylesheets/components/_footer_bar.scss */
.next {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/next.png");
}

/* line 60, app/assets/stylesheets/components/_footer_bar.scss */
.prev {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/prev.png");
}

/* line 64, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle, .shuffle-selected {
  background-size: 15px 11px;
}

/* line 68, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/shuffle.png");
}

/* line 72, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle-selected {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/shuffle-green.png");
}

/* line 76, app/assets/stylesheets/components/_footer_bar.scss */
.loop, .loop-selected, .loop-tracklist {
  background-size: 14px 14px;
}

/* line 80, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle-selected, .loop-selected, .loop-tracklist {
  opacity: .8;
}

/* line 82, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle-selected:active, .loop-selected:active, .loop-tracklist:active {
  opacity: .8;
}

/* line 87, app/assets/stylesheets/components/_footer_bar.scss */
.loop {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/loop.png");
}

/* line 91, app/assets/stylesheets/components/_footer_bar.scss */
.loop-selected {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/loop-selected.png");
}

/* line 95, app/assets/stylesheets/components/_footer_bar.scss */
.loop-tracklist {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/loop-playlist.png");
}

/* line 100, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle-selected:after, .loop-selected:after, .loop-tracklist:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: calc(50% - 2px);
  bottom: 0px;
  border-radius: 50%;
  background-color: #2fd565;
}

/* line 112, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar {
  font-size: 10px;
  display: flex;
  height: 100%;
}

/* line 117, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar div[class*="col"] {
  box-sizing: border-box;
  height: 100%;
}

/* line 122, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .col-3-11 {
  flex: 3;
  padding: 15px;
}

/* line 127, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .col-5-11 {
  flex: 5;
  padding: 5px;
}

/* line 132, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar button {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 10px;
}

/* line 139, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar button:focus {
  border: 0;
  outline: 0;
}

/* line 144, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar i {
  color: #aaa;
  border-radius: 80%;
  font-size: 18px;
  transition: all .2s ease;
  transform: scale(1);
}

/* line 153, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar i:hover {
  color: #ccc;
  transform: scale(1.05);
}

/* line 158, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .fa-play-circle, .footer-bar .fa-pause-circle {
  font-size: 35px;
  width: 35px;
  height: 35px;
}

/* line 169, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .selected {
  color: #2bd968 !important;
}

/* line 176, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 182, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-album-cover {
  width: 55px;
  height: 55px;
  object-fit: cover;
}

/* line 188, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

/* line 193, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links .album-link {
  font-size: 14px;
}

/* line 197, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links .artist-link {
  font-size: 11.5px;
  color: #bbb;
}

/* line 202, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links a {
  padding: 4px;
  letter-spacing: .4px;
}

/* line 208, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links a span {
  position: relative;
}

/* line 212, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links a span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid transparent;
}

/* line 222, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links a:hover span:after {
  border-bottom-color: #fff;
  color: #fff;
}

/* line 231, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .volume-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 237, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .volume-bar .mute {
  text-align: left;
  width: 25px;
}
/* line 1, app/assets/stylesheets/components/_index_item.scss */
.album-cover-image {
  width: 200px;
}
/* line 1, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fade-up {
  animation: fadeup 1.5s ease forwards;
  opacity: 0;
}

/* line 6, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu1 {
  animation-delay: 600ms;
}

/* line 10, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu2 {
  animation-delay: 750ms;
}

/* line 14, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu3 {
  animation-delay: 900ms;
}

/* line 18, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu4 {
  animation-delay: 1050ms;
}

/* line 22, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu5 {
  animation-delay: 1300ms;
}

/* line 26, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu6 {
  animation-delay: 1450ms;
}

@keyframes fadeup {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* line 8, app/assets/stylesheets/components/_music_index.scss */
.browse-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 14, app/assets/stylesheets/components/_music_index.scss */
.browse-index-h1 {
  text-align: center;
  font-size: 45px;
  color: #eee;
  padding-top: 30px;
}

/* line 22, app/assets/stylesheets/components/_music_index.scss */
.music-index .music-index-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 27, app/assets/stylesheets/components/_music_index.scss */
.music-index .music-index-wrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 170px);
  grid-gap: 1rem;
  justify-content: center;
  list-style: none;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
}

/* line 39, app/assets/stylesheets/components/_music_index.scss */
.music-index .music-index-wrapper .followed-artists,
.music-index .music-index-wrapper .followed-users {
  padding: 30px;
  margin-right: -37px;
}

/* line 42, app/assets/stylesheets/components/_music_index.scss */
.music-index .music-index-wrapper .followed-artists h1,
.music-index .music-index-wrapper .followed-users h1 {
  font-size: 30px;
}

/* line 47, app/assets/stylesheets/components/_music_index.scss */
.music-index .music-index-wrapper .followed-artists ul,
.music-index .music-index-wrapper .followed-users ul {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
}

/* line 56, app/assets/stylesheets/components/_music_index.scss */
.item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 62, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper {
  width: 170px;
  position: relative;
  margin: 8px;
}

/* line 67, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause {
  position: absolute;
  vertical-align: center;
  text-align: center;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 4;
  outline: 0;
  transition: 0.2s ease;
  top: 54px;
  left: 57px;
  display: none;
}

/* line 82, app/assets/stylesheets/components/_music_index.scss */
.show-info .media-wrapper .play-pause {
  top: 109px;
  left: 111px;
}

/* line 87, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause.playing {
  display: block !important;
}

/* line 91, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause .play,
.media-wrapper .play-pause .pause {
  width: 40px;
  height: 40px;
  background-size: 20px 20px;
  opacity: 1;
  border-color: #aaa;
}

/* line 99, app/assets/stylesheets/components/_music_index.scss */
.show-info .media-wrapper .play-pause .play, .show-info .media-wrapper .play-pause .pause {
  width: 80px;
  height: 80px;
  background-size: 40px 40px;
}

/* line 105, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause .play:hover,
.media-wrapper .play-pause .pause:hover {
  transform: scale(1);
  border-color: #fff;
}

/* line 109, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause .play:active,
.media-wrapper .play-pause .pause:active {
  border-color: #fff;
  opacity: 1;
}

/* line 115, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause:active {
  transform: scale(0.95);
}

/* line 118, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .music-index-item {
  display: block;
}

/* line 121, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .media {
  display: flex;
  width: 170px;
  overflow: none;
  flex-wrap: wrap;
  position: relative;
  vertical-align: top;
  transition: 0.2s ease;
}

/* line 129, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .media .media__image {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  display: block;
  transition: 0.2s ease;
  transform: scale(1);
  object-fit: cover;
  width: 170px;
  height: 170px;
}

/* line 138, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .media .media__image.collage {
  width: 85px;
  height: 85px;
}

/* line 144, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper p {
  padding: 12px;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-align: center;
  font-family: "HelveticaNeue-Light";
}

/* line 153, app/assets/stylesheets/components/_music_index.scss */
.index-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5px;
}

/* line 159, app/assets/stylesheets/components/_music_index.scss */
.index-item-wrapper .user-link {
  color: #bbb;
  font-size: 14px;
  margin-top: -10px;
  letter-spacing: 1px;
}

/* line 164, app/assets/stylesheets/components/_music_index.scss */
.index-item-wrapper .user-link:hover {
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 1200px) {
  /* line 172, app/assets/stylesheets/components/_music_index.scss */
  .media-wrapper {
    width: 170px;
  }
  /* line 175, app/assets/stylesheets/components/_music_index.scss */
  .media-wrapper .media .media__image {
    width: 170px;
    height: 170px;
  }
}

/* line 183, app/assets/stylesheets/components/_music_index.scss */
.media__body {
  backface-visibility: hidden;
  background: #000;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.2s ease;
  margin: 0 auto;
  transform: scale(1);
  z-index: 3;
}

/* line 198, app/assets/stylesheets/components/_music_index.scss */
.media__body.playing, .media__body.hovering {
  opacity: 0.7;
  transform: scale(1.01);
}

/* line 205, app/assets/stylesheets/components/_music_index.scss */
.music-index-item:hover .media__body {
  opacity: 0.7;
  transform: scale(1.01);
}

/* line 214, app/assets/stylesheets/components/_music_index.scss */
.music-index-item:active .media {
  transform: scale(0.97);
}

/* line 218, app/assets/stylesheets/components/_music_index.scss */
.media-loaded {
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  animation: disappear 0.5s linear forwards;
  margin: 0 auto;
  z-index: 2;
}

@keyframes disappear {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/* line 3, app/assets/stylesheets/components/_music_page.scss */
body {
  color: #fff;
  font-family: "Helvetica", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

/* line 9, app/assets/stylesheets/components/_music_page.scss */
.app-wrapper {
  display: flex;
  width: 100%;
  height: calc(100vh);
}

/* line 15, app/assets/stylesheets/components/_music_page.scss */
.main-wrapper {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  background-color: #222;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/components/_music_page.scss */
.music-index {
  overflow-x: hidden;
  margin-left: -37px;
}

/* line 28, app/assets/stylesheets/components/_music_page.scss */
.song-collection-index {
  margin-left: 0;
}

/* line 32, app/assets/stylesheets/components/_music_page.scss */
.search-container .music-index {
  margin-left: -37px;
}

/* line 36, app/assets/stylesheets/components/_music_page.scss */
.search-songs {
  margin-left: 37px;
}

/* line 40, app/assets/stylesheets/components/_music_page.scss */
.sidebar {
  padding: 20px;
  padding-bottom: 105px;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 220px;
  box-sizing: border-box;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* line 54, app/assets/stylesheets/components/_music_page.scss */
.sidebar .logo {
  margin-left: 3px;
  width: 35px;
  margin-bottom: 10px;
}

/* line 66, app/assets/stylesheets/components/_music_page.scss */
.sidebar .sidebar-main .search a {
  display: flex;
  justify-content: space-between;
}

/* line 72, app/assets/stylesheets/components/_music_page.scss */
.sidebar .sidebar-main .search:hover {
  cursor: pointer;
}

/* line 76, app/assets/stylesheets/components/_music_page.scss */
.sidebar .sidebar-main a {
  color: #bbb;
  width: 100%;
  display: block;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}

/* line 84, app/assets/stylesheets/components/_music_page.scss */
.sidebar .sidebar-main a:hover {
  color: #fff;
}

/* line 90, app/assets/stylesheets/components/_music_page.scss */
.sidebar li {
  padding: 0 10px;
  margin: 15px 0px;
  font-size: 14px;
}

/* line 97, app/assets/stylesheets/components/_music_page.scss */
.sidebar-main li {
  font-size: 16px;
  font-weight: bold;
}

/* line 101, app/assets/stylesheets/components/_music_page.scss */
.sidebar-main li .selected {
  color: #27bb5a;
}

/* line 105, app/assets/stylesheets/components/_music_page.scss */
.sidebar-main li .selected:hover {
  color: #27bb5a;
}

/* line 114, app/assets/stylesheets/components/_music_page.scss */
.sidebar .sidebar-divider {
  padding: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
}

/* line 121, app/assets/stylesheets/components/_music_page.scss */
.account-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

/* line 127, app/assets/stylesheets/components/_music_page.scss */
.account-link p {
  font-size: 14px;
}

/* line 131, app/assets/stylesheets/components/_music_page.scss */
.account-link.selected {
  color: #27bb5a;
}

/* line 135, app/assets/stylesheets/components/_music_page.scss */
.account-link.selected:hover {
  color: #27bb5a;
}

/* line 140, app/assets/stylesheets/components/_music_page.scss */
.account-link-profile-picture {
  width: 25px;
  height: 25px;
  padding: 0px 10px;
  border-radius: 50%;
}

/* line 147, app/assets/stylesheets/components/_music_page.scss */
.recently-played {
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 1px;
}

/* line 153, app/assets/stylesheets/components/_music_page.scss */
.main {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  width: calc(100% - 200px);
  height: calc(100% - 200px);
  background-color: #3c3f5b;
  padding-left: 220px;
  padding-bottom: 220px;
  overflow: scroll;
}

/* line 162, app/assets/stylesheets/components/_music_page.scss */
.main .index-page-wrapper {
  padding: 0px 10px;
}

/* line 173, app/assets/stylesheets/components/_music_page.scss */
.player {
  position: fixed;
  bottom: 0;
  background-color: #282828;
  width: 100%;
  height: 90px;
  border-top: 1px solid #000;
}
/* line 3, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-page {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  background-attachment: scroll !important;
}

/* line 15, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-page .new-playlist-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 23, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-page .new-playlist-wrapper .close-modal-button {
  background-color: transparent;
  border: 0;
  outline: 0;
}

/* line 28, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-page .new-playlist-wrapper .close-modal-button .fa-times {
  font-size: 70px;
  transform: scale(1);
  color: #bbb;
  transition: .1s ease;
}

/* line 35, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-page .new-playlist-wrapper .close-modal-button .fa-times:hover {
  transform: scale(1.1);
  color: #fff;
}

/* line 43, app/assets/stylesheets/components/_new_playlist.scss */
.create-new-playlist-h1 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .8px;
}

/* line 51, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist {
  transition: .05s ease;
  display: flex;
  justify-content: center;
}

/* line 57, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-button {
  border: 0;
  outline: 0;
  padding: 11px 18px;
  background-color: #27bb5a;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  letter-spacing: 2px;
  transition: .05s ease;
  transform: scale(1);
  white-space: nowrap;
}

/* line 72, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-button:hover {
  cursor: default;
  transform: scale(1.05);
  background-color: #2bd968;
}

/* line 78, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-button:active {
  transform: scale(1);
}

/* line 82, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-cancel {
  background: rgba(50, 50, 50, 0.3);
  border: 2px solid #bbb;
}

/* line 87, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-cancel:hover {
  border-color: #eee;
  background: rgba(50, 50, 50, 0.3);
}

/* line 92, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 99, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form-input {
  width: 100%;
  background-color: #282828;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
}

/* line 107, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form-input .new-playlist-label {
  color: #fff;
  font-size: 14px;
  letter-spacing: .8px;
}

/* line 114, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-label, .new-playlist-input {
  width: 58%;
}

/* line 118, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-input {
  background-color: transparent;
  font-size: 50px;
  font-weight: bold;
  font-weight: 600;
  color: #fff;
  border: 0;
  caret-color: #27bb5a;
}

/* line 128, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-input::placeholder {
  color: #535353;
  font-weight: bold;
}

/* line 134, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-input {
  outline: 0;
}

/* line 138, app/assets/stylesheets/components/_new_playlist.scss */
.playlist-modal-button {
  padding: 12px 40px;
}

/* line 142, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form-buttons {
  display: flex;
}

/* line 146, app/assets/stylesheets/components/_new_playlist.scss */
.close-modal-button {
  margin: 20px;
}

/* line 150, app/assets/stylesheets/components/_new_playlist.scss */
.create-new-playlist-h1 {
  margin: 10px;
}

/* line 154, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form {
  margin: 15px;
}

/* line 158, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form-input {
  margin: 15px;
}

/* line 162, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form-buttons {
  margin: 15px;
}

/* line 166, app/assets/stylesheets/components/_new_playlist.scss */
.playlist-modal-button {
  margin: 0px 15px;
}
/* line 1, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  background-attachment: fixed;
  overflow: scroll;
  z-index: 10;
  top: 0;
  left: 0;
}

/* line 13, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal .add-song-to-playlist-wrapper {
  padding: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 20, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal .close-modal-button {
  background-color: transparent;
  border: 0;
  outline: 0;
}

/* line 25, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal .close-modal-button .fa-times {
  font-size: 70px;
  transform: scale(1);
  color: #bbb;
  transition: .1s ease;
}

/* line 32, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal .close-modal-button .fa-times:hover {
  transform: scale(1.1);
  color: #fff;
}

/* line 38, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal .modal-index ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
/* line 3, app/assets/stylesheets/components/_new_session.scss */
body {
  background-color: #fff;
  font-family: 'HelveticaNeue-Light', sans-serif;
  margin: 0;
  padding: 0;
}

/* line 10, app/assets/stylesheets/components/_new_session.scss */
a {
  text-decoration: none;
  color: white;
}

/* line 15, app/assets/stylesheets/components/_new_session.scss */
.navbar {
  width: 100%;
  transition: background-color 0.2s linear;
}

/* line 19, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-logo {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.5px;
  flex: 2;
}

/* line 27, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-logo a {
  padding: 20px 17px;
}

/* line 32, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-collapse {
  width: 90%;
  margin: 0 auto;
  display: flex;
  color: white;
}

/* line 39, app/assets/stylesheets/components/_new_session.scss */
.navbar .logo {
  height: 50px;
}

/* line 43, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 48, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  transition: color 0.08s linear;
  padding: 28px 17px;
  display: block;
  white-space: nowrap;
}

/* line 58, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links a:hover {
  cursor: pointer;
  color: #2d46b9;
}

/* line 63, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .divider {
  margin: 0px 17px;
  height: 22px;
  width: 1px;
  background-color: white;
}

/* line 70, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .dropdown-menu {
  z-index: 2;
}

/* line 74, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 82, app/assets/stylesheets/components/_new_session.scss */
.navbar-logged-out {
  background-color: #00000088;
}

/* line 85, app/assets/stylesheets/components/_new_session.scss */
.navbar-logged-out a:hover {
  color: #2bd968 !important;
}

/* line 90, app/assets/stylesheets/components/_new_session.scss */
#wrapper {
  background: linear-gradient(217deg, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.71%), linear-gradient(white, white);
  min-height: 100vh;
  overflow: hidden;
}

/* line 103, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
}

/* line 111, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .main-content-intro {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

/* line 118, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .main-content-intro h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -5px;
}

/* line 124, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .main-content-intro h2 {
  font-size: 25px;
  letter-spacing: -.4px;
  font-weight: 300;
}

/* line 130, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .main-content-intro .login {
  margin: 15px;
  align-self: center;
  display: inline-block;
  padding: 20px 60px;
  background-color: #27bb5a;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  transition: background-color 0.5s ease;
}

/* line 145, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .main-content-intro .login:hover {
  background-color: #2bd968;
  cursor: pointer;
}

/* line 151, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 20px 0;
}

/* line 158, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links div {
  width: 225px !important;
}

/* line 161, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links div .media__image {
  width: 225px !important;
  height: 225px !important;
}

/* line 167, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .music-index-item:hover .media__body.index-page {
  opacity: 0.75;
  transform: scale(1.01);
}

/* line 172, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .music-index-item:active .media__body.index-page {
  transform: scale(1);
}

/* line 176, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .music-index-item:active .media .media__image.index-page {
  transform: scale(0.98);
}

/* line 180, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .index-page {
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* line 189, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .index-page .item-span {
  padding: 5px;
  color: #fff;
}

/* line 194, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .index-page .owner-span {
  color: #bbb;
  padding: 5px;
}

/* line 202, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .dropdown i {
  margin-left: 15px;
}

/* line 203, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .dropdown i .dropdown-menu {
  z-index: 2;
}

/* line 207, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .dropdown i .dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 214, app/assets/stylesheets/components/_new_session.scss */
.dropdown {
  position: relative;
}

/* line 218, app/assets/stylesheets/components/_new_session.scss */
.dropdown-menu {
  display: none;
  top: 80px;
  width: 150px;
  padding: 15px;
  color: black;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

/* line 228, app/assets/stylesheets/components/_new_session.scss */
.dropdown-menu.clicked {
  display: block;
  position: absolute;
  border-radius: 3px;
}

/* line 234, app/assets/stylesheets/components/_new_session.scss */
.dropdown-menu a, .dropdown-menu .log-out {
  color: #000;
  padding: 10px !important;
  font-weight: 600;
}

/* line 240, app/assets/stylesheets/components/_new_session.scss */
.dropdown-menu.clicked {
  display: block;
  position: absolute;
  border-radius: 3px;
}
/* line 3, app/assets/stylesheets/components/_progress_bar.scss */
.progress-bar-wrapper {
  width: 100%;
  display: flex column;
  align-items: center;
}

/* line 9, app/assets/stylesheets/components/_progress_bar.scss */
.played {
  height: 4px;
  background-color: #bbb;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-radius: 5px;
  transition: background-color .1s ease;
}

/* line 20, app/assets/stylesheets/components/_progress_bar.scss */
.overlay-wrapper:hover .played {
  background-color: #27bb5a;
  transition: .1-s ease;
}

/* line 25, app/assets/stylesheets/components/_progress_bar.scss */
.player-underlay {
  height: 4px;
  background-color: #444;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  width: 100%;
}

/* line 35, app/assets/stylesheets/components/_progress_bar.scss */
.progress-bar-with-duration {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 41, app/assets/stylesheets/components/_progress_bar.scss */
.seek-slider {
  width: 100%;
  background: transparent;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
  height: 3px;
  outline: 0;
}

/* line 54, app/assets/stylesheets/components/_progress_bar.scss */
.overlay-wrapper {
  width: 100%;
  position: relative;
  margin: 0px 10px;
}

/* line 60, app/assets/stylesheets/components/_progress_bar.scss */
.seek-slider-wrapper {
  display: flex;
  justify-content: flex-start;
}

/* line 65, app/assets/stylesheets/components/_progress_bar.scss */
input[type="range"]::-webkit-slider-thumb {
  transform: scale(0);
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #eee;
  margin-top: 1px;
  cursor: pointer;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 0px 0px 1px #555;
  transition: .15s ease;
}

/* line 78, app/assets/stylesheets/components/_progress_bar.scss */
input[type="range"]:hover::-webkit-slider-thumb, input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1);
}

/* line 83, app/assets/stylesheets/components/_progress_bar.scss */
.play-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* line 89, app/assets/stylesheets/components/_progress_bar.scss */
.play-bar .play-button {
  display: flex;
  align-items: center;
}

/* line 94, app/assets/stylesheets/components/_progress_bar.scss */
.play-bar .progress-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

/* line 100, app/assets/stylesheets/components/_progress_bar.scss */
.play-bar .progress-bar input {
  width: 100%;
  margin: 0px 10px;
}
/* line 6, app/assets/stylesheets/components/_search.scss */
.search-container {
  padding: 0;
  margin-top: 0 !important;
}

/* line 11, app/assets/stylesheets/components/_search.scss */
.main-search-bar {
  padding: 0;
  margin: 0 !important;
}

/* line 16, app/assets/stylesheets/components/_search.scss */
.search-heading {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  letter-spacing: .8px;
  padding-bottom: 3px;
}

/* line 24, app/assets/stylesheets/components/_search.scss */
.search-form-input {
  padding: 30px;
  width: 100%;
  background-color: #282828;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/components/_search.scss */
.search-input {
  width: 100%;
}

/* line 37, app/assets/stylesheets/components/_search.scss */
.search-input {
  background-color: transparent;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  border: 0;
  outline: 0;
  caret-color: #27bb5a;
}

/* line 47, app/assets/stylesheets/components/_search.scss */
.search-input::placeholder {
  color: #535353;
  font-weight: bold;
}
/* line 3, app/assets/stylesheets/components/_session_form.scss */
.session-form-nav {
  display: flex;
  justify-content: center;
  padding: 30px;
  border-bottom: 1px solid #ddd;
}

/* line 9, app/assets/stylesheets/components/_session_form.scss */
.session-form-nav img {
  height: 75px;
}

/* line 14, app/assets/stylesheets/components/_session_form.scss */
.session-form-main {
  width: 40%;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 24, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .session-errors {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  color: #bf3103;
  font-weight: bold;
}

/* line 34, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .session-errors li {
  margin-bottom: 10px;
}

/* line 39, app/assets/stylesheets/components/_session_form.scss */
.session-form-main form {
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 46, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input {
  margin-bottom: 10px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d9dadc;
  transition: border-color 0.3s ease;
}

/* line 57, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input::placeholder {
  color: #bbb;
  transition: color 0.3s ease;
}

/* line 62, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input:focus {
  box-shadow: none;
  text-shadow: none;
  border-color: #919496;
  outline: 0;
}

/* line 69, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input:focus::placeholder {
  color: #ddd;
}

/* line 74, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input[type="submit"],
.session-form-main .demo-user {
  margin: 10px;
  align-self: center;
  background-color: #27bb5a;
  border-radius: 20px;
  width: 200px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.5px;
  transition: background-color 0.5s ease;
  outline: 0;
}

/* line 90, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input[type="submit"]:hover,
.session-form-main .demo-user:hover {
  background-color: #2bd968;
  cursor: pointer;
}

/* line 96, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .demo-user {
  border: 0;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  background-color: #3d5a96;
  outline: 0;
}

/* line 105, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .demo-user:hover {
  background-color: #3e65b0;
}

/* line 109, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .divider {
  width: 100%;
  text-align: center;
  border-top: 1px solid #d9dadc;
  display: block;
  line-height: 1px;
  margin: 15px 0px;
}

/* line 117, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .divider strong {
  color: #000;
  background: #fff;
  padding: 0px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 127, app/assets/stylesheets/components/_session_form.scss */
.session-form-main h2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
}

/* line 134, app/assets/stylesheets/components/_session_form.scss */
.session-form-main a {
  color: #27bb5a;
}

/* line 138, app/assets/stylesheets/components/_session_form.scss */
.session-form-main a:hover {
  color: #2bd968;
}
/* line 3, app/assets/stylesheets/components/_show_page.scss */
.show-page-main {
  padding-top: 15px;
  display: flex;
  width: 100%;
}

/* line 8, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  padding-left: 50px;
  margin-right: 50px;
}

/* line 16, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper {
  padding-left: 0px;
  margin-left: auto;
  width: 320px;
}

/* line 21, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper .media {
  width: 320px;
  display: flex;
  flex-wrap: wrap;
}

/* line 27, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper .media__image {
  width: 320px;
  height: 320px;
}

/* line 31, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper .media__image.collage {
  width: 160px;
  height: 160px;
}

/* line 38, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper .music-index-item:hover {
  cursor: default;
}

/* line 42, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper p {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -.005em;
  font-weight: 600;
}

/* line 51, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .song-index-item-wrapper {
  position: relative;
}

/* line 55, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .single-click-handler {
  padding: 15px;
  left: 12px;
  top: 7px;
  position: absolute;
  z-index: 5;
}

/* line 63, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs {
  flex: 2;
  margin-left: 30px;
  padding-right: 120px;
}

/* line 68, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs.song-container {
  margin-left: 0px;
  margin-right: 20px;
  padding: 20px;
}

/* line 76, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item-wrapper {
  padding: 15px 15px 15px 40px;
  transition: .3s ease;
}

/* line 85, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item {
  list-style: decimal outside;
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 91, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item span {
  color: #fff;
  margin-left: 10px;
}

/* line 97, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item-wrapper:hover .song-index-item, .show-page-main .show-songs ol .playing .song-index-item {
  list-style: none;
}

/* line 101, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item-wrapper:hover .song-index-item:before, .show-page-main .show-songs ol .playing .song-index-item:before {
  content: '';
  position: absolute;
  left: -20px;
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/utility/play_large.png");
  background-size: 13px;
  background-position: auto;
  width: 13px;
  height: 15px;
}

/* line 112, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .playing .song-index-item:before, .show-page-main .show-songs ol .playing:hover .song-index-item:before {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/utility/pause_large.png");
}

/* line 118, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item-wrapper:hover, .show-page-main .show-songs ol .playing {
  background: rgba(0, 0, 0, 0.3);
}

/* line 125, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper {
  display: flex;
}

/* line 128, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-index-item {
  flex: 6;
}

/* line 132, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 139, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-handler {
  letter-spacing: 2px;
  font-size: 25px;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 0px;
  transform: scale(1);
  transition: .05s ease;
  color: #fff;
}

/* line 154, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-handler:active {
  transform: scale(0.92);
}

/* line 158, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-menu {
  position: absolute;
  width: 190px;
  padding: 0;
  top: 20px;
  right: 50px;
  background: linear-gradient(#181818, #383838);
  z-index: 1;
}

/* line 167, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-menu .song-dropdown {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

/* line 174, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-menu .song-dropdown .dropdown-li {
  color: #bbb;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: .1s ease;
}

/* line 187, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-menu .song-dropdown .dropdown-li:hover {
  background-color: rgba(50, 50, 50, 0.8);
  color: #fff;
}

/* line 197, app/assets/stylesheets/components/_show_page.scss */
.playlist-index-wrapper {
  display: flex;
  flex-direction: column;
  width: 320px;
}

/* line 203, app/assets/stylesheets/components/_show_page.scss */
.delete-button-wrapper {
  align-self: center;
  padding: 15px;
}

/* line 208, app/assets/stylesheets/components/_show_page.scss */
.delete-playlist-button {
  outline: 0;
  padding: 11px 18px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  letter-spacing: 2px;
  transition: .05s ease;
  transform: scale(1);
  background: rgba(35, 35, 35, 0.8);
  border: 2px solid #bbb;
}

/* line 222, app/assets/stylesheets/components/_show_page.scss */
.delete-playlist-button:hover {
  cursor: default;
  transform: scale(1.05);
  border-color: #eee;
}
/* line 3, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0px 15px 0px;
}

/* line 9, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar .top-nav-link-wrapper {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 16, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar .top-nav-link-wrapper a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'HelveticaNeue';
  color: #bbb;
  transition: .3s ease;
}

/* line 25, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar .top-nav-link-wrapper a:hover {
  color: #fff;
}

/* line 29, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar .top-nav-link-wrapper .nav-link-selected {
  color: #fff;
  position: relative;
}

/* line 34, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar .top-nav-link-wrapper .nav-link-selected span:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  bottom: 0;
  margin-bottom: -5px;
  left: calc(50% - 15px);
  border-bottom: 2px solid #27bb5a;
}

/* line 48, app/assets/stylesheets/components/_top_nav_bar.scss */
.nav-flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

/* line 54, app/assets/stylesheets/components/_top_nav_bar.scss */
.nav-empty, .new-playlist {
  flex: 1;
}

/* line 58, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar {
  flex: 2;
}

/* line 62, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-link-wrapper span {
  white-space: nowrap;
}
/* line 3, app/assets/stylesheets/components/_user_artist_show.scss */
.sidebar {
  z-index: 5;
}

/* line 7, app/assets/stylesheets/components/_user_artist_show.scss */
.content {
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 30%, black 90%);
  position: fixed;
  z-index: -1 !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 600px;
}

/* line 18, app/assets/stylesheets/components/_user_artist_show.scss */
.artwork {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 600px;
  width: 100vw;
  object-fit: cover;
  object-position: top;
  z-index: -2 !important;
}

/* line 31, app/assets/stylesheets/components/_user_artist_show.scss */
.artist-show {
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, black 75%);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 2;
  position: relative;
}

/* line 40, app/assets/stylesheets/components/_user_artist_show.scss */
.artist-artwork, .profile-picture {
  animation: fadein .3s linear;
}

@keyframes fadein {
  0% {
    opacity: .2;
  }
  100% {
    opacity: .7;
  }
}

/* line 49, app/assets/stylesheets/components/_user_artist_show.scss */
.profile-picture {
  animation: fadein-prof .3s linear;
}

@keyframes fadein-prof {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

/* line 59, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper h1 {
  color: #fff;
  text-align: center;
}

/* line 64, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro {
  width: 100%;
  padding-top: 100px;
  text-align: center;
}

/* line 70, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro.user-intro {
  padding-top: 0;
}

/* line 77, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro .artist-artwork {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  opacity: .7;
  object-fit: cover;
  border: 2px solid #bbb;
}

/* line 89, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro h1 {
  font-size: 60px;
}

/* line 93, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro h2 {
  padding-top: 15px;
}

/* line 97, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro .username {
  font-size: 40px;
}

/* line 102, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .albums-singles-wrapper ul {
  margin-left: 50px;
}

/* line 106, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-songs-wrapper {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-top: 50px;
}

/* line 111, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-songs-wrapper .artist-random-songs {
  width: 75%;
  margin: 0 auto;
}

/* line 114, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-songs-wrapper .artist-random-songs h1 {
  font-size: 45px;
}

/* line 120, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-albums, .user-artist-show-wrapper .artist-singles {
  display: flex column;
  justify-content: center;
  padding: 30px 0px 30px 0px;
}

/* line 125, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-albums h1, .user-artist-show-wrapper .artist-singles h1 {
  font-size: 35px;
  padding-bottom: 30px;
}

/* line 130, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-albums ul, .user-artist-show-wrapper .artist-singles ul {
  display: flex;
  flex-wrap: wrap;
}

/* line 137, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 143, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper .user-show-music-index h1 {
  font-size: 25px;
  padding: 15px;
}

/* line 148, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper .user-show-music-index .top-nav-bar {
  margin-top: -35px;
}

/* line 153, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper .user-intro {
  padding-bottom: 0px;
}

/* line 157, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper .music-index-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 162, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper .music-index-wrapper .username {
  font-size: 30px;
}

/* line 168, app/assets/stylesheets/components/_user_artist_show.scss */
.profile-picture {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  padding: 30px;
  object-fit: cover;
}

/* line 176, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-intro button {
  margin: 30px;
}

/* line 180, app/assets/stylesheets/components/_user_artist_show.scss */
.follow-button {
  border: 0;
  outline: 0;
  padding: 11px 18px;
  background-color: #27bb5a;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  letter-spacing: 2px;
  transition: .05s ease;
  transform: scale(1);
}

/* line 194, app/assets/stylesheets/components/_user_artist_show.scss */
.follow-button:hover {
  cursor: default;
  transform: scale(1.05);
  background-color: #2bd968;
}

/* line 200, app/assets/stylesheets/components/_user_artist_show.scss */
.follow-button:active {
  transform: scale(1);
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 1, app/assets/stylesheets/base/reset.scss */
* {
  user-select: none;
}

/* line 5, app/assets/stylesheets/base/reset.scss */
html, body, div, section, aside, main, footer, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

/* line 26, app/assets/stylesheets/base/reset.scss */
body {
  line-height: 1;
}

/* line 29, app/assets/stylesheets/base/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, app/assets/stylesheets/base/reset.scss */
nav ul {
  list-style: none;
}

/* line 36, app/assets/stylesheets/base/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, app/assets/stylesheets/base/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, app/assets/stylesheets/base/reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 52, app/assets/stylesheets/base/reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 58, app/assets/stylesheets/base/reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 64, app/assets/stylesheets/base/reset.scss */
del {
  text-decoration: line-through;
}

/* line 67, app/assets/stylesheets/base/reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 71, app/assets/stylesheets/base/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 75, app/assets/stylesheets/base/reset.scss */
input, select {
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/components/_footer_bar.scss */
.player {
  z-index: 9999;
}

/* line 8, app/assets/stylesheets/components/_footer_bar.scss */
.icon {
  opacity: .5;
  width: 12px;
  height: 12px;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px -3px;
  position: relative;
}

/* line 19, app/assets/stylesheets/components/_footer_bar.scss */
.play, .pause {
  border-radius: 50%;
  border: 1px solid white;
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 25, app/assets/stylesheets/components/_footer_bar.scss */
.icon:hover {
  opacity: 1;
}

/* line 29, app/assets/stylesheets/components/_footer_bar.scss */
.icon:active {
  opacity: .5;
}

/* line 33, app/assets/stylesheets/components/_footer_bar.scss */
.play:hover, .pause:hover {
  transform: scale(1.1);
}

/* line 37, app/assets/stylesheets/components/_footer_bar.scss */
.play:active, .pause:active {
  transform: scale(1);
}

/* line 41, app/assets/stylesheets/components/_footer_bar.scss */
.play {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/play.png");
  background-size: 11px 13px;
  background-position: 55% 50%;
}

/* line 47, app/assets/stylesheets/components/_footer_bar.scss */
.pause {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/pause.png");
  background-size: 10px 12px;
}

/* line 52, app/assets/stylesheets/components/_footer_bar.scss */
.next, .prev {
  background-size: 11px 11px;
}

/* line 56, app/assets/stylesheets/components/_footer_bar.scss */
.next {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/next.png");
}

/* line 60, app/assets/stylesheets/components/_footer_bar.scss */
.prev {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/prev.png");
}

/* line 64, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle, .shuffle-selected {
  background-size: 15px 11px;
}

/* line 68, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/shuffle.png");
}

/* line 72, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle-selected {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/shuffle-green.png");
}

/* line 76, app/assets/stylesheets/components/_footer_bar.scss */
.loop, .loop-selected, .loop-tracklist {
  background-size: 14px 14px;
}

/* line 80, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle-selected, .loop-selected, .loop-tracklist {
  opacity: .8;
}

/* line 82, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle-selected:active, .loop-selected:active, .loop-tracklist:active {
  opacity: .8;
}

/* line 87, app/assets/stylesheets/components/_footer_bar.scss */
.loop {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/loop.png");
}

/* line 91, app/assets/stylesheets/components/_footer_bar.scss */
.loop-selected {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/loop-selected.png");
}

/* line 95, app/assets/stylesheets/components/_footer_bar.scss */
.loop-tracklist {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/buttons/loop-playlist.png");
}

/* line 100, app/assets/stylesheets/components/_footer_bar.scss */
.shuffle-selected:after, .loop-selected:after, .loop-tracklist:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: calc(50% - 2px);
  bottom: 0px;
  border-radius: 50%;
  background-color: #2fd565;
}

/* line 112, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar {
  font-size: 10px;
  display: flex;
  height: 100%;
}

/* line 117, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar div[class*="col"] {
  box-sizing: border-box;
  height: 100%;
}

/* line 122, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .col-3-11 {
  flex: 3;
  padding: 15px;
}

/* line 127, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .col-5-11 {
  flex: 5;
  padding: 5px;
}

/* line 132, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar button {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 10px;
}

/* line 139, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar button:focus {
  border: 0;
  outline: 0;
}

/* line 144, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar i {
  color: #aaa;
  border-radius: 80%;
  font-size: 18px;
  transition: all .2s ease;
  transform: scale(1);
}

/* line 153, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar i:hover {
  color: #ccc;
  transform: scale(1.05);
}

/* line 158, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .fa-play-circle, .footer-bar .fa-pause-circle {
  font-size: 35px;
  width: 35px;
  height: 35px;
}

/* line 169, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .selected {
  color: #2bd968 !important;
}

/* line 176, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 182, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-album-cover {
  width: 55px;
  height: 55px;
  object-fit: cover;
}

/* line 188, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

/* line 193, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links .album-link {
  font-size: 14px;
}

/* line 197, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links .artist-link {
  font-size: 11.5px;
  color: #bbb;
}

/* line 202, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links a {
  padding: 4px;
  letter-spacing: .4px;
}

/* line 208, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links a span {
  position: relative;
}

/* line 212, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links a span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid transparent;
}

/* line 222, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .song-info .song-info-links a:hover span:after {
  border-bottom-color: #fff;
  color: #fff;
}

/* line 231, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .volume-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 237, app/assets/stylesheets/components/_footer_bar.scss */
.footer-bar .volume-bar .mute {
  text-align: left;
  width: 25px;
}

/* line 1, app/assets/stylesheets/components/_index_item.scss */
.album-cover-image {
  width: 200px;
}

/* line 1, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fade-up {
  animation: fadeup 1.5s ease forwards;
  opacity: 0;
}

/* line 6, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu1 {
  animation-delay: 600ms;
}

/* line 10, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu2 {
  animation-delay: 750ms;
}

/* line 14, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu3 {
  animation-delay: 900ms;
}

/* line 18, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu4 {
  animation-delay: 1050ms;
}

/* line 22, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu5 {
  animation-delay: 1300ms;
}

/* line 26, app/assets/stylesheets/components/_index_item_fadeup.scss */
.fu6 {
  animation-delay: 1450ms;
}

@keyframes fadeup {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* line 8, app/assets/stylesheets/components/_music_index.scss */
.browse-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 14, app/assets/stylesheets/components/_music_index.scss */
.browse-index-h1 {
  text-align: center;
  font-size: 45px;
  color: #eee;
  padding-top: 30px;
}

/* line 22, app/assets/stylesheets/components/_music_index.scss */
.music-index .music-index-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 27, app/assets/stylesheets/components/_music_index.scss */
.music-index .music-index-wrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 170px);
  grid-gap: 1rem;
  justify-content: center;
  list-style: none;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
}

/* line 39, app/assets/stylesheets/components/_music_index.scss */
.music-index .music-index-wrapper .followed-artists,
.music-index .music-index-wrapper .followed-users {
  padding: 30px;
  margin-right: -37px;
}

/* line 42, app/assets/stylesheets/components/_music_index.scss */
.music-index .music-index-wrapper .followed-artists h1,
.music-index .music-index-wrapper .followed-users h1 {
  font-size: 30px;
}

/* line 47, app/assets/stylesheets/components/_music_index.scss */
.music-index .music-index-wrapper .followed-artists ul,
.music-index .music-index-wrapper .followed-users ul {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
}

/* line 56, app/assets/stylesheets/components/_music_index.scss */
.item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 62, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper {
  width: 170px;
  position: relative;
  margin: 8px;
}

/* line 67, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause {
  position: absolute;
  vertical-align: center;
  text-align: center;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 4;
  outline: 0;
  transition: 0.2s ease;
  top: 54px;
  left: 57px;
  display: none;
}

/* line 82, app/assets/stylesheets/components/_music_index.scss */
.show-info .media-wrapper .play-pause {
  top: 109px;
  left: 111px;
}

/* line 87, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause.playing {
  display: block !important;
}

/* line 91, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause .play,
.media-wrapper .play-pause .pause {
  width: 40px;
  height: 40px;
  background-size: 20px 20px;
  opacity: 1;
  border-color: #aaa;
}

/* line 99, app/assets/stylesheets/components/_music_index.scss */
.show-info .media-wrapper .play-pause .play, .show-info .media-wrapper .play-pause .pause {
  width: 80px;
  height: 80px;
  background-size: 40px 40px;
}

/* line 105, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause .play:hover,
.media-wrapper .play-pause .pause:hover {
  transform: scale(1);
  border-color: #fff;
}

/* line 109, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause .play:active,
.media-wrapper .play-pause .pause:active {
  border-color: #fff;
  opacity: 1;
}

/* line 115, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .play-pause:active {
  transform: scale(0.95);
}

/* line 118, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .music-index-item {
  display: block;
}

/* line 121, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .media {
  display: flex;
  width: 170px;
  overflow: none;
  flex-wrap: wrap;
  position: relative;
  vertical-align: top;
  transition: 0.2s ease;
}

/* line 129, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .media .media__image {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  display: block;
  transition: 0.2s ease;
  transform: scale(1);
  object-fit: cover;
  width: 170px;
  height: 170px;
}

/* line 138, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper .media .media__image.collage {
  width: 85px;
  height: 85px;
}

/* line 144, app/assets/stylesheets/components/_music_index.scss */
.media-wrapper p {
  padding: 12px;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-align: center;
  font-family: "HelveticaNeue-Light";
}

/* line 153, app/assets/stylesheets/components/_music_index.scss */
.index-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5px;
}

/* line 159, app/assets/stylesheets/components/_music_index.scss */
.index-item-wrapper .user-link {
  color: #bbb;
  font-size: 14px;
  margin-top: -10px;
  letter-spacing: 1px;
}

/* line 164, app/assets/stylesheets/components/_music_index.scss */
.index-item-wrapper .user-link:hover {
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 1200px) {
  /* line 172, app/assets/stylesheets/components/_music_index.scss */
  .media-wrapper {
    width: 170px;
  }
  /* line 175, app/assets/stylesheets/components/_music_index.scss */
  .media-wrapper .media .media__image {
    width: 170px;
    height: 170px;
  }
}

/* line 183, app/assets/stylesheets/components/_music_index.scss */
.media__body {
  backface-visibility: hidden;
  background: #000;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.2s ease;
  margin: 0 auto;
  transform: scale(1);
  z-index: 3;
}

/* line 198, app/assets/stylesheets/components/_music_index.scss */
.media__body.playing, .media__body.hovering {
  opacity: 0.7;
  transform: scale(1.01);
}

/* line 205, app/assets/stylesheets/components/_music_index.scss */
.music-index-item:hover .media__body {
  opacity: 0.7;
  transform: scale(1.01);
}

/* line 214, app/assets/stylesheets/components/_music_index.scss */
.music-index-item:active .media {
  transform: scale(0.97);
}

/* line 218, app/assets/stylesheets/components/_music_index.scss */
.media-loaded {
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  animation: disappear 0.5s linear forwards;
  margin: 0 auto;
  z-index: 2;
}

@keyframes disappear {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/* line 3, app/assets/stylesheets/components/_music_page.scss */
body {
  color: #fff;
  font-family: "Helvetica", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

/* line 9, app/assets/stylesheets/components/_music_page.scss */
.app-wrapper {
  display: flex;
  width: 100%;
  height: calc(100vh);
}

/* line 15, app/assets/stylesheets/components/_music_page.scss */
.main-wrapper {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  background-color: #222;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/components/_music_page.scss */
.music-index {
  overflow-x: hidden;
  margin-left: -37px;
}

/* line 28, app/assets/stylesheets/components/_music_page.scss */
.song-collection-index {
  margin-left: 0;
}

/* line 32, app/assets/stylesheets/components/_music_page.scss */
.search-container .music-index {
  margin-left: -37px;
}

/* line 36, app/assets/stylesheets/components/_music_page.scss */
.search-songs {
  margin-left: 37px;
}

/* line 40, app/assets/stylesheets/components/_music_page.scss */
.sidebar {
  padding: 20px;
  padding-bottom: 105px;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 220px;
  box-sizing: border-box;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* line 54, app/assets/stylesheets/components/_music_page.scss */
.sidebar .logo {
  margin-left: 3px;
  width: 35px;
  margin-bottom: 10px;
}

/* line 66, app/assets/stylesheets/components/_music_page.scss */
.sidebar .sidebar-main .search a {
  display: flex;
  justify-content: space-between;
}

/* line 72, app/assets/stylesheets/components/_music_page.scss */
.sidebar .sidebar-main .search:hover {
  cursor: pointer;
}

/* line 76, app/assets/stylesheets/components/_music_page.scss */
.sidebar .sidebar-main a {
  color: #bbb;
  width: 100%;
  display: block;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}

/* line 84, app/assets/stylesheets/components/_music_page.scss */
.sidebar .sidebar-main a:hover {
  color: #fff;
}

/* line 90, app/assets/stylesheets/components/_music_page.scss */
.sidebar li {
  padding: 0 10px;
  margin: 15px 0px;
  font-size: 14px;
}

/* line 97, app/assets/stylesheets/components/_music_page.scss */
.sidebar-main li {
  font-size: 16px;
  font-weight: bold;
}

/* line 101, app/assets/stylesheets/components/_music_page.scss */
.sidebar-main li .selected {
  color: #27bb5a;
}

/* line 105, app/assets/stylesheets/components/_music_page.scss */
.sidebar-main li .selected:hover {
  color: #27bb5a;
}

/* line 114, app/assets/stylesheets/components/_music_page.scss */
.sidebar .sidebar-divider {
  padding: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
}

/* line 121, app/assets/stylesheets/components/_music_page.scss */
.account-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

/* line 127, app/assets/stylesheets/components/_music_page.scss */
.account-link p {
  font-size: 14px;
}

/* line 131, app/assets/stylesheets/components/_music_page.scss */
.account-link.selected {
  color: #27bb5a;
}

/* line 135, app/assets/stylesheets/components/_music_page.scss */
.account-link.selected:hover {
  color: #27bb5a;
}

/* line 140, app/assets/stylesheets/components/_music_page.scss */
.account-link-profile-picture {
  width: 25px;
  height: 25px;
  padding: 0px 10px;
  border-radius: 50%;
}

/* line 147, app/assets/stylesheets/components/_music_page.scss */
.recently-played {
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 1px;
}

/* line 153, app/assets/stylesheets/components/_music_page.scss */
.main {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  width: calc(100% - 200px);
  height: calc(100% - 200px);
  background-color: #3c3f5b;
  padding-left: 220px;
  padding-bottom: 220px;
  overflow: scroll;
}

/* line 162, app/assets/stylesheets/components/_music_page.scss */
.main .index-page-wrapper {
  padding: 0px 10px;
}

/* line 173, app/assets/stylesheets/components/_music_page.scss */
.player {
  position: fixed;
  bottom: 0;
  background-color: #282828;
  width: 100%;
  height: 90px;
  border-top: 1px solid #000;
}

/* line 3, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-page {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  background-attachment: scroll !important;
}

/* line 15, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-page .new-playlist-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 23, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-page .new-playlist-wrapper .close-modal-button {
  background-color: transparent;
  border: 0;
  outline: 0;
}

/* line 28, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-page .new-playlist-wrapper .close-modal-button .fa-times {
  font-size: 70px;
  transform: scale(1);
  color: #bbb;
  transition: .1s ease;
}

/* line 35, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-page .new-playlist-wrapper .close-modal-button .fa-times:hover {
  transform: scale(1.1);
  color: #fff;
}

/* line 43, app/assets/stylesheets/components/_new_playlist.scss */
.create-new-playlist-h1 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .8px;
}

/* line 51, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist {
  transition: .05s ease;
  display: flex;
  justify-content: center;
}

/* line 57, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-button {
  border: 0;
  outline: 0;
  padding: 11px 18px;
  background-color: #27bb5a;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  letter-spacing: 2px;
  transition: .05s ease;
  transform: scale(1);
  white-space: nowrap;
}

/* line 72, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-button:hover {
  cursor: default;
  transform: scale(1.05);
  background-color: #2bd968;
}

/* line 78, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-button:active {
  transform: scale(1);
}

/* line 82, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-cancel {
  background: rgba(50, 50, 50, 0.3);
  border: 2px solid #bbb;
}

/* line 87, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-cancel:hover {
  border-color: #eee;
  background: rgba(50, 50, 50, 0.3);
}

/* line 92, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 99, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form-input {
  width: 100%;
  background-color: #282828;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
}

/* line 107, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form-input .new-playlist-label {
  color: #fff;
  font-size: 14px;
  letter-spacing: .8px;
}

/* line 114, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-label, .new-playlist-input {
  width: 58%;
}

/* line 118, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-input {
  background-color: transparent;
  font-size: 50px;
  font-weight: bold;
  font-weight: 600;
  color: #fff;
  border: 0;
  caret-color: #27bb5a;
}

/* line 128, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-input::placeholder {
  color: #535353;
  font-weight: bold;
}

/* line 134, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-input {
  outline: 0;
}

/* line 138, app/assets/stylesheets/components/_new_playlist.scss */
.playlist-modal-button {
  padding: 12px 40px;
}

/* line 142, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form-buttons {
  display: flex;
}

/* line 146, app/assets/stylesheets/components/_new_playlist.scss */
.close-modal-button {
  margin: 20px;
}

/* line 150, app/assets/stylesheets/components/_new_playlist.scss */
.create-new-playlist-h1 {
  margin: 10px;
}

/* line 154, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form {
  margin: 15px;
}

/* line 158, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form-input {
  margin: 15px;
}

/* line 162, app/assets/stylesheets/components/_new_playlist.scss */
.new-playlist-form-buttons {
  margin: 15px;
}

/* line 166, app/assets/stylesheets/components/_new_playlist.scss */
.playlist-modal-button {
  margin: 0px 15px;
}

/* line 1, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  background-attachment: fixed;
  overflow: scroll;
  z-index: 10;
  top: 0;
  left: 0;
}

/* line 13, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal .add-song-to-playlist-wrapper {
  padding: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* line 20, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal .close-modal-button {
  background-color: transparent;
  border: 0;
  outline: 0;
}

/* line 25, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal .close-modal-button .fa-times {
  font-size: 70px;
  transform: scale(1);
  color: #bbb;
  transition: .1s ease;
}

/* line 32, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal .close-modal-button .fa-times:hover {
  transform: scale(1.1);
  color: #fff;
}

/* line 38, app/assets/stylesheets/components/_new_playlist_modal.scss */
.add-song-to-playlist-modal .modal-index ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 3, app/assets/stylesheets/components/_new_session.scss */
body {
  background-color: #fff;
  font-family: 'HelveticaNeue-Light', sans-serif;
  margin: 0;
  padding: 0;
}

/* line 10, app/assets/stylesheets/components/_new_session.scss */
a {
  text-decoration: none;
  color: white;
}

/* line 15, app/assets/stylesheets/components/_new_session.scss */
.navbar {
  width: 100%;
  transition: background-color 0.2s linear;
}

/* line 19, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-logo {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.5px;
  flex: 2;
}

/* line 27, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-logo a {
  padding: 20px 17px;
}

/* line 32, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-collapse {
  width: 90%;
  margin: 0 auto;
  display: flex;
  color: white;
}

/* line 39, app/assets/stylesheets/components/_new_session.scss */
.navbar .logo {
  height: 50px;
}

/* line 43, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 48, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  transition: color 0.08s linear;
  padding: 28px 17px;
  display: block;
  white-space: nowrap;
}

/* line 58, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links a:hover {
  cursor: pointer;
  color: #2d46b9;
}

/* line 63, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .divider {
  margin: 0px 17px;
  height: 22px;
  width: 1px;
  background-color: white;
}

/* line 70, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .dropdown-menu {
  z-index: 2;
}

/* line 74, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 82, app/assets/stylesheets/components/_new_session.scss */
.navbar-logged-out {
  background-color: #00000088;
}

/* line 85, app/assets/stylesheets/components/_new_session.scss */
.navbar-logged-out a:hover {
  color: #2bd968 !important;
}

/* line 90, app/assets/stylesheets/components/_new_session.scss */
#wrapper {
  background: linear-gradient(217deg, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.71%), linear-gradient(white, white);
  min-height: 100vh;
  overflow: hidden;
}

/* line 103, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
}

/* line 111, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .main-content-intro {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

/* line 118, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .main-content-intro h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -5px;
}

/* line 124, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .main-content-intro h2 {
  font-size: 25px;
  letter-spacing: -.4px;
  font-weight: 300;
}

/* line 130, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .main-content-intro .login {
  margin: 15px;
  align-self: center;
  display: inline-block;
  padding: 20px 60px;
  background-color: #27bb5a;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  transition: background-color 0.5s ease;
}

/* line 145, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .main-content-intro .login:hover {
  background-color: #2bd968;
  cursor: pointer;
}

/* line 151, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 20px 0;
}

/* line 158, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links div {
  width: 225px !important;
}

/* line 161, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links div .media__image {
  width: 225px !important;
  height: 225px !important;
}

/* line 167, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .music-index-item:hover .media__body.index-page {
  opacity: 0.75;
  transform: scale(1.01);
}

/* line 172, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .music-index-item:active .media__body.index-page {
  transform: scale(1);
}

/* line 176, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .music-index-item:active .media .media__image.index-page {
  transform: scale(0.98);
}

/* line 180, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .index-page {
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* line 189, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .index-page .item-span {
  padding: 5px;
  color: #fff;
}

/* line 194, app/assets/stylesheets/components/_new_session.scss */
.main-content-wrapper .image-links .index-page .owner-span {
  color: #bbb;
  padding: 5px;
}

/* line 202, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .dropdown i {
  margin-left: 15px;
}

/* line 203, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .dropdown i .dropdown-menu {
  z-index: 2;
}

/* line 207, app/assets/stylesheets/components/_new_session.scss */
.navbar .navbar-links .dropdown i .dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 214, app/assets/stylesheets/components/_new_session.scss */
.dropdown {
  position: relative;
}

/* line 218, app/assets/stylesheets/components/_new_session.scss */
.dropdown-menu {
  display: none;
  top: 80px;
  width: 150px;
  padding: 15px;
  color: black;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

/* line 228, app/assets/stylesheets/components/_new_session.scss */
.dropdown-menu.clicked {
  display: block;
  position: absolute;
  border-radius: 3px;
}

/* line 234, app/assets/stylesheets/components/_new_session.scss */
.dropdown-menu a, .dropdown-menu .log-out {
  color: #000;
  padding: 10px !important;
  font-weight: 600;
}

/* line 240, app/assets/stylesheets/components/_new_session.scss */
.dropdown-menu.clicked {
  display: block;
  position: absolute;
  border-radius: 3px;
}

/* line 3, app/assets/stylesheets/components/_progress_bar.scss */
.progress-bar-wrapper {
  width: 100%;
  display: flex column;
  align-items: center;
}

/* line 9, app/assets/stylesheets/components/_progress_bar.scss */
.played {
  height: 4px;
  background-color: #bbb;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-radius: 5px;
  transition: background-color .1s ease;
}

/* line 20, app/assets/stylesheets/components/_progress_bar.scss */
.overlay-wrapper:hover .played {
  background-color: #27bb5a;
  transition: .1-s ease;
}

/* line 25, app/assets/stylesheets/components/_progress_bar.scss */
.player-underlay {
  height: 4px;
  background-color: #444;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  width: 100%;
}

/* line 35, app/assets/stylesheets/components/_progress_bar.scss */
.progress-bar-with-duration {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 41, app/assets/stylesheets/components/_progress_bar.scss */
.seek-slider {
  width: 100%;
  background: transparent;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
  height: 3px;
  outline: 0;
}

/* line 54, app/assets/stylesheets/components/_progress_bar.scss */
.overlay-wrapper {
  width: 100%;
  position: relative;
  margin: 0px 10px;
}

/* line 60, app/assets/stylesheets/components/_progress_bar.scss */
.seek-slider-wrapper {
  display: flex;
  justify-content: flex-start;
}

/* line 65, app/assets/stylesheets/components/_progress_bar.scss */
input[type="range"]::-webkit-slider-thumb {
  transform: scale(0);
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #eee;
  margin-top: 1px;
  cursor: pointer;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 0px 0px 1px #555;
  transition: .15s ease;
}

/* line 78, app/assets/stylesheets/components/_progress_bar.scss */
input[type="range"]:hover::-webkit-slider-thumb, input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1);
}

/* line 83, app/assets/stylesheets/components/_progress_bar.scss */
.play-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* line 89, app/assets/stylesheets/components/_progress_bar.scss */
.play-bar .play-button {
  display: flex;
  align-items: center;
}

/* line 94, app/assets/stylesheets/components/_progress_bar.scss */
.play-bar .progress-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

/* line 100, app/assets/stylesheets/components/_progress_bar.scss */
.play-bar .progress-bar input {
  width: 100%;
  margin: 0px 10px;
}

/* line 6, app/assets/stylesheets/components/_search.scss */
.search-container {
  padding: 0;
  margin-top: 0 !important;
}

/* line 11, app/assets/stylesheets/components/_search.scss */
.main-search-bar {
  padding: 0;
  margin: 0 !important;
}

/* line 16, app/assets/stylesheets/components/_search.scss */
.search-heading {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  letter-spacing: .8px;
  padding-bottom: 3px;
}

/* line 24, app/assets/stylesheets/components/_search.scss */
.search-form-input {
  padding: 30px;
  width: 100%;
  background-color: #282828;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/components/_search.scss */
.search-input {
  width: 100%;
}

/* line 37, app/assets/stylesheets/components/_search.scss */
.search-input {
  background-color: transparent;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  border: 0;
  outline: 0;
  caret-color: #27bb5a;
}

/* line 47, app/assets/stylesheets/components/_search.scss */
.search-input::placeholder {
  color: #535353;
  font-weight: bold;
}

/* line 3, app/assets/stylesheets/components/_session_form.scss */
.session-form-nav {
  display: flex;
  justify-content: center;
  padding: 30px;
  border-bottom: 1px solid #ddd;
}

/* line 9, app/assets/stylesheets/components/_session_form.scss */
.session-form-nav img {
  height: 75px;
}

/* line 14, app/assets/stylesheets/components/_session_form.scss */
.session-form-main {
  width: 40%;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 24, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .session-errors {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  color: #bf3103;
  font-weight: bold;
}

/* line 34, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .session-errors li {
  margin-bottom: 10px;
}

/* line 39, app/assets/stylesheets/components/_session_form.scss */
.session-form-main form {
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 46, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input {
  margin-bottom: 10px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d9dadc;
  transition: border-color 0.3s ease;
}

/* line 57, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input::placeholder {
  color: #bbb;
  transition: color 0.3s ease;
}

/* line 62, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input:focus {
  box-shadow: none;
  text-shadow: none;
  border-color: #919496;
  outline: 0;
}

/* line 69, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input:focus::placeholder {
  color: #ddd;
}

/* line 74, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input[type="submit"],
.session-form-main .demo-user {
  margin: 10px;
  align-self: center;
  background-color: #27bb5a;
  border-radius: 20px;
  width: 200px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.5px;
  transition: background-color 0.5s ease;
  outline: 0;
}

/* line 90, app/assets/stylesheets/components/_session_form.scss */
.session-form-main input[type="submit"]:hover,
.session-form-main .demo-user:hover {
  background-color: #2bd968;
  cursor: pointer;
}

/* line 96, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .demo-user {
  border: 0;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  background-color: #3d5a96;
  outline: 0;
}

/* line 105, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .demo-user:hover {
  background-color: #3e65b0;
}

/* line 109, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .divider {
  width: 100%;
  text-align: center;
  border-top: 1px solid #d9dadc;
  display: block;
  line-height: 1px;
  margin: 15px 0px;
}

/* line 117, app/assets/stylesheets/components/_session_form.scss */
.session-form-main .divider strong {
  color: #000;
  background: #fff;
  padding: 0px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 127, app/assets/stylesheets/components/_session_form.scss */
.session-form-main h2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
}

/* line 134, app/assets/stylesheets/components/_session_form.scss */
.session-form-main a {
  color: #27bb5a;
}

/* line 138, app/assets/stylesheets/components/_session_form.scss */
.session-form-main a:hover {
  color: #2bd968;
}

/* line 3, app/assets/stylesheets/components/_show_page.scss */
.show-page-main {
  padding-top: 15px;
  display: flex;
  width: 100%;
}

/* line 8, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  padding-left: 50px;
  margin-right: 50px;
}

/* line 16, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper {
  padding-left: 0px;
  margin-left: auto;
  width: 320px;
}

/* line 21, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper .media {
  width: 320px;
  display: flex;
  flex-wrap: wrap;
}

/* line 27, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper .media__image {
  width: 320px;
  height: 320px;
}

/* line 31, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper .media__image.collage {
  width: 160px;
  height: 160px;
}

/* line 38, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper .music-index-item:hover {
  cursor: default;
}

/* line 42, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-info .media-wrapper p {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -.005em;
  font-weight: 600;
}

/* line 51, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .song-index-item-wrapper {
  position: relative;
}

/* line 55, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .single-click-handler {
  padding: 15px;
  left: 12px;
  top: 7px;
  position: absolute;
  z-index: 5;
}

/* line 63, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs {
  flex: 2;
  margin-left: 30px;
  padding-right: 120px;
}

/* line 68, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs.song-container {
  margin-left: 0px;
  margin-right: 20px;
  padding: 20px;
}

/* line 76, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item-wrapper {
  padding: 15px 15px 15px 40px;
  transition: .3s ease;
}

/* line 85, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item {
  list-style: decimal outside;
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 91, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item span {
  color: #fff;
  margin-left: 10px;
}

/* line 97, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item-wrapper:hover .song-index-item, .show-page-main .show-songs ol .playing .song-index-item {
  list-style: none;
}

/* line 101, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item-wrapper:hover .song-index-item:before, .show-page-main .show-songs ol .playing .song-index-item:before {
  content: '';
  position: absolute;
  left: -20px;
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/utility/play_large.png");
  background-size: 13px;
  background-position: auto;
  width: 13px;
  height: 15px;
}

/* line 112, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .playing .song-index-item:before, .show-page-main .show-songs ol .playing:hover .song-index-item:before {
  background-image: url("https://s3.us-east-2.amazonaws.com/bop-images/utility/pause_large.png");
}

/* line 118, app/assets/stylesheets/components/_show_page.scss */
.show-page-main .show-songs ol .song-index-item-wrapper:hover, .show-page-main .show-songs ol .playing {
  background: rgba(0, 0, 0, 0.3);
}

/* line 125, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper {
  display: flex;
}

/* line 128, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-index-item {
  flex: 6;
}

/* line 132, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 139, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-handler {
  letter-spacing: 2px;
  font-size: 25px;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 0px;
  transform: scale(1);
  transition: .05s ease;
  color: #fff;
}

/* line 154, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-handler:active {
  transform: scale(0.92);
}

/* line 158, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-menu {
  position: absolute;
  width: 190px;
  padding: 0;
  top: 20px;
  right: 50px;
  background: linear-gradient(#181818, #383838);
  z-index: 1;
}

/* line 167, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-menu .song-dropdown {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

/* line 174, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-menu .song-dropdown .dropdown-li {
  color: #bbb;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: .1s ease;
}

/* line 187, app/assets/stylesheets/components/_show_page.scss */
.song-index-item-wrapper .song-dropdown-wrapper .dropdown-menu .song-dropdown .dropdown-li:hover {
  background-color: rgba(50, 50, 50, 0.8);
  color: #fff;
}

/* line 197, app/assets/stylesheets/components/_show_page.scss */
.playlist-index-wrapper {
  display: flex;
  flex-direction: column;
  width: 320px;
}

/* line 203, app/assets/stylesheets/components/_show_page.scss */
.delete-button-wrapper {
  align-self: center;
  padding: 15px;
}

/* line 208, app/assets/stylesheets/components/_show_page.scss */
.delete-playlist-button {
  outline: 0;
  padding: 11px 18px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  letter-spacing: 2px;
  transition: .05s ease;
  transform: scale(1);
  background: rgba(35, 35, 35, 0.8);
  border: 2px solid #bbb;
}

/* line 222, app/assets/stylesheets/components/_show_page.scss */
.delete-playlist-button:hover {
  cursor: default;
  transform: scale(1.05);
  border-color: #eee;
}

/* line 3, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0px 15px 0px;
}

/* line 9, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar .top-nav-link-wrapper {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 16, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar .top-nav-link-wrapper a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'HelveticaNeue';
  color: #bbb;
  transition: .3s ease;
}

/* line 25, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar .top-nav-link-wrapper a:hover {
  color: #fff;
}

/* line 29, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar .top-nav-link-wrapper .nav-link-selected {
  color: #fff;
  position: relative;
}

/* line 34, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar .top-nav-link-wrapper .nav-link-selected span:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  bottom: 0;
  margin-bottom: -5px;
  left: calc(50% - 15px);
  border-bottom: 2px solid #27bb5a;
}

/* line 48, app/assets/stylesheets/components/_top_nav_bar.scss */
.nav-flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

/* line 54, app/assets/stylesheets/components/_top_nav_bar.scss */
.nav-empty, .new-playlist {
  flex: 1;
}

/* line 58, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-bar {
  flex: 2;
}

/* line 62, app/assets/stylesheets/components/_top_nav_bar.scss */
.top-nav-link-wrapper span {
  white-space: nowrap;
}

/* line 3, app/assets/stylesheets/components/_user_artist_show.scss */
.sidebar {
  z-index: 5;
}

/* line 7, app/assets/stylesheets/components/_user_artist_show.scss */
.content {
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 30%, black 90%);
  position: fixed;
  z-index: -1 !important;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 600px;
}

/* line 18, app/assets/stylesheets/components/_user_artist_show.scss */
.artwork {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 600px;
  width: 100vw;
  object-fit: cover;
  object-position: top;
  z-index: -2 !important;
}

/* line 31, app/assets/stylesheets/components/_user_artist_show.scss */
.artist-show {
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, black 75%);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 2;
  position: relative;
}

/* line 40, app/assets/stylesheets/components/_user_artist_show.scss */
.artist-artwork, .profile-picture {
  animation: fadein .3s linear;
}

@keyframes fadein {
  0% {
    opacity: .2;
  }
  100% {
    opacity: .7;
  }
}

/* line 49, app/assets/stylesheets/components/_user_artist_show.scss */
.profile-picture {
  animation: fadein-prof .3s linear;
}

@keyframes fadein-prof {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

/* line 59, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper h1 {
  color: #fff;
  text-align: center;
}

/* line 64, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro {
  width: 100%;
  padding-top: 100px;
  text-align: center;
}

/* line 70, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro.user-intro {
  padding-top: 0;
}

/* line 77, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro .artist-artwork {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  opacity: .7;
  object-fit: cover;
  border: 2px solid #bbb;
}

/* line 89, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro h1 {
  font-size: 60px;
}

/* line 93, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro h2 {
  padding-top: 15px;
}

/* line 97, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .user-artist-intro .username {
  font-size: 40px;
}

/* line 102, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .albums-singles-wrapper ul {
  margin-left: 50px;
}

/* line 106, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-songs-wrapper {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-top: 50px;
}

/* line 111, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-songs-wrapper .artist-random-songs {
  width: 75%;
  margin: 0 auto;
}

/* line 114, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-songs-wrapper .artist-random-songs h1 {
  font-size: 45px;
}

/* line 120, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-albums, .user-artist-show-wrapper .artist-singles {
  display: flex column;
  justify-content: center;
  padding: 30px 0px 30px 0px;
}

/* line 125, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-albums h1, .user-artist-show-wrapper .artist-singles h1 {
  font-size: 35px;
  padding-bottom: 30px;
}

/* line 130, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-show-wrapper .artist-albums ul, .user-artist-show-wrapper .artist-singles ul {
  display: flex;
  flex-wrap: wrap;
}

/* line 137, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 143, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper .user-show-music-index h1 {
  font-size: 25px;
  padding: 15px;
}

/* line 148, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper .user-show-music-index .top-nav-bar {
  margin-top: -35px;
}

/* line 153, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper .user-intro {
  padding-bottom: 0px;
}

/* line 157, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper .music-index-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 162, app/assets/stylesheets/components/_user_artist_show.scss */
.user-show-wrapper .music-index-wrapper .username {
  font-size: 30px;
}

/* line 168, app/assets/stylesheets/components/_user_artist_show.scss */
.profile-picture {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  padding: 30px;
  object-fit: cover;
}

/* line 176, app/assets/stylesheets/components/_user_artist_show.scss */
.user-artist-intro button {
  margin: 30px;
}

/* line 180, app/assets/stylesheets/components/_user_artist_show.scss */
.follow-button {
  border: 0;
  outline: 0;
  padding: 11px 18px;
  background-color: #27bb5a;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  letter-spacing: 2px;
  transition: .05s ease;
  transform: scale(1);
}

/* line 194, app/assets/stylesheets/components/_user_artist_show.scss */
.follow-button:hover {
  cursor: default;
  transform: scale(1.05);
  background-color: #2bd968;
}

/* line 200, app/assets/stylesheets/components/_user_artist_show.scss */
.follow-button:active {
  transform: scale(1);
}
