.maindiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #253038;
  background-image: -webkit-linear-gradient(270deg, #081520 13%, #212121 57%, #4a4d58);
  background-image: linear-gradient(180deg, #081520 13%, #212121 57%, #4a4d58);
}

.navdiv {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding-bottom: 0px;
  background-color: #20202c;
  opacity: 1;
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
}

.musicdiv {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
  color: #fff;
}

.musicdiv.addtoqueue {
  height: 89%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
}

.playerdiv {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 58px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #20202c;
}

.musicmaindiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tabsdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.suggestdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vh;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.musictabs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab1content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navcont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab1headerdiv {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 27%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab2 {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab3 {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.maintabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab1musicdiv {
  position: static;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 104%;
  height: 63vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.tab1musicdiv.playlistslider {
  width: 104%;
  height: 60%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab1musicdiv.quelist {
  width: 100%;
  height: 84%;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.tab1musicdiv.otheruserplaylist {
  height: 60%;
}

.tab1songlst {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 9px;
  cursor: pointer;
}

.tab1songlst:hover {
  background-color: transparent;
  color: #01d7bf;
}

.tab1lnk {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.tab1lnk.w--current {
  border-bottom: 3px solid #01d7bf;
  background-color: transparent;
  color: #01d7bf;
  font-size: 18px;
}

.tabmenu {
  border-bottom: 1px solid #2d2f3d;
}

.songimg {
  width: 69px;
  border-radius: 4px;
}

.songname {
  position: absolute;
  left: 0px;
  top: 8px;
  right: 0px;
  display: inline-block;
  width: auto;
  float: right;
  font-size: 15px;
}

.songname.miniplayer {
  top: 0px;
  display: block;
}

.artistname {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  display: block;
  width: auto;
  float: right;
  font-size: 11px;
}

.artistname.miniplayer {
  bottom: 0px;
  display: inline-block;
}

.optionsdrop {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.optionsdrop.miniplayeroptionsbtn {
  padding-top: 0px;
  padding-bottom: 0px;
}

.optionsicon {
  z-index: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('http://pindropmusic.co/assets/images/Options.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 14px;
}

.droptoggle {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.droptoggle.w--open {
  z-index: 0;
}

.droplist {
  position: absolute;
  top: 0px;
  right: 21px;
  z-index: 999;
  display: none;
  width: 120px;
  margin-top: 55px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #c8c8cc;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.droplist.w--open {
  right: 40%;
  z-index: 999;
  width: 141px;
  margin-top: 85%;
}

.usersuggesttxt {
  display: block;
  height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 2px;
  border-bottom: 1px solid #2d2f3d;
  font-family: 'Mark simonson proxima nova alt regular', sans-serif;
  text-align: center;
}

.usersuggestdiv {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.usersuggestlist {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.usersuggestimg {
  border-radius: 4px;
}

.usersuggestname {
  position: absolute;
  left: 0px;
  top: -8px;
  right: 0px;
  display: block;
  width: 120px;
  margin-top: 13px;
  float: right;
  clear: none;
  font-size: 13px;
}

.usersuggestlikes {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 120px;
  margin-bottom: 4px;
  float: right;
  font-size: 10px;
}

.usersuggestfollowbtn {
  display: block;
  width: 55px;
  height: 20px;
  padding: 0px 10px;
  float: right;
  border: 1px solid #01d7bf;
  border-radius: 5px;
  background-color: transparent;
  font-size: 12px;
  text-align: center;
}

.usersuggestfollowbtn:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(1, 215, 191, .3), rgba(1, 215, 191, .3));
  background-image: linear-gradient(180deg, rgba(1, 215, 191, .3), rgba(1, 215, 191, .3));
}

.usersuggestimgdiv {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-image: url('http://pindropmusic.co/assets/images/eminem.jpg');
  background-position: 50% 50%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.usersuggesttxtdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-left: 10px;
  padding-left: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.usersuggestbtndiv {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 50px;
  padding-top: 2px;
}

.usersuggestfollowersdiv {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 43px;
  height: 27px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
}

.usersuggestfollowimg {
  width: 14px;
}

.usersuggestnumber {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 5px;
  padding-right: 1px;
  float: right;
  font-size: 12px;
}

.tab1songlistimgdiv.songsearch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: url('http://pindropmusic.co/assets/images/10380308_10154556876661164_3108350212945143083_n.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab1songlisttxtdiv {
  position: relative;
  display: block;
  margin-left: 25px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
}

.tab1songlisttxtdiv.miniplayer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
}

.tab1songlisttxtdiv.songsearch {
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab1songlistoptionsdiv {
  position: relative;
}

.artistsuggestdiv {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.artistsuggestdiv.selectartist {
  display: block;
  margin-top: 20px;
}

.artistsuggestslider {
  position: relative;
  display: block;
  width: 213px;
  height: 239px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('http://pindropmusic.co/assets/images/ArtistBG.png');
  background-position: 50% 50%;
  background-size: 202px 267px;
  background-repeat: no-repeat;
}

.artistsuggestslide {
  position: static;
  display: block;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(39, 39, 39, .9), #46484f), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, .9), #46484f), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 287px;
  background-repeat: repeat, no-repeat;
  font-size: 17px;
}

.artistsuggestimg {
  position: static;
  left: 0px;
  top: 14px;
  right: 0px;
  display: block;
  width: 75px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  border-radius: 75px;
}

.artistsuggestimg.selectartist {
  width: 120px;
  height: 120px;
  margin-top: 15px;
  padding-top: 0px;
  border-radius: 60px;
  background-image: url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artistsuggestname {
  position: static;
  top: 11px;
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.artistsuggestname.selectartist {
  margin-top: 10px;
  font-size: 27px;
}

.artistsuggesttags {
  position: static;
  top: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.artistsuggesttags.selectartist {
  margin-top: 10px;
  font-size: 15px;
}

.artistsuggestright {
  display: block;
}

.artistsuggestleft {
  display: block;
}

.artistlikediv {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.artistsuggestlikediv {
  position: relative;
  top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 63px;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.artistsuggestlikediv.artistprofile {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.artistsuggestlikediv.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  margin-top: 1px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.artistsuggestlikediv.home.selectartist {
  width: auto;
  height: auto;
  margin-top: 20px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.artistsuggestlikebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #01d7bf;
  border-radius: 5px;
  background-color: transparent;
  font-size: 15px;
  text-align: center;
}

.artistsuggestlikebtn:hover {
  width: 72px;
  height: 32px;
  background-image: -webkit-linear-gradient(270deg, rgba(1, 215, 191, .2), rgba(1, 215, 191, .2));
  background-image: linear-gradient(180deg, rgba(1, 215, 191, .2), rgba(1, 215, 191, .2));
}

.artistsuggestlikebtn.skipbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67px;
  float: right;
  border-color: #b35f5f;
  font-size: 15px;
}

.artistsuggestlikebtn.skipbtn:hover {
  width: 72px;
  border-color: #b35f5f;
  background-image: -webkit-linear-gradient(270deg, rgba(179, 95, 95, .3), rgba(179, 95, 95, .3));
  background-image: linear-gradient(180deg, rgba(179, 95, 95, .3), rgba(179, 95, 95, .3));
}

.artistsuggestlikebtn.skipbtn.selectartist {
  border-width: 2px;
  border-color: #c07373;
}

.artistsuggestlikebtn.skipbtn.selectartist:hover {
  background-color: hsla(0, 38%, 60%, .2);
}

.artistsuggestlikebtn.artistprofile {
  width: 100px;
  height: 40px;
  margin-top: 10px;
  padding-top: 8px;
  border-radius: 20px;
}

.artistsuggestlikebtn.selectartist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 2px;
  border-radius: 30px;
  background-image: url('http://pindropmusic.co/assets/images/checked.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.artistsuggestlikebtn.selectartist:hover {
  width: 65px;
  height: 65px;
  border-radius: 33px;
  background-color: rgba(1, 215, 191, .15);
}

.artistsuggestlikebtn.selectartist.skipbtn {
  background-image: url('http://pindropmusic.co/assets/images/close.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.artistsuggestlikeicon {
  position: relative;
  width: 16px;
}

.artistsuggestliketxt {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  float: right;
  color: #fff;
  font-size: 14px;
}

.artistsuggestliketxt.selectartist {
  font-size: 23px;
}

.artistsuggestnamediv {
  height: 49px;
  padding-top: 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.artistsuggestbtndiv {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.artistsuggestbtndiv.selectartist {
  bottom: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.artistsuggestbtncolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.artistsuggestbtncolumn.selectartist {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.artistsuggestheading {
  display: block;
  width: auto;
  height: 26px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding-top: 2px;
  border-bottom: 1px solid #2d2f3d;
  font-family: 'Mark simonson proxima nova alt regular', sans-serif;
  color: #fff;
  text-align: center;
}

.appdownloadsbtn {
  width: 266px;
  height: 47px;
  margin-top: 12px;
  margin-left: -24px;
}

.appstorebtnrow {
  display: block;
  width: 275px;
  height: 46px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pindropchannelicon {
  height: 40%;
  padding-top: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pindropchanneltext {
  color: #fff;
  font-size: 17px;
  padding: 10px 0px 10px 0px;
}

.pindropchannelbtn {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 10px;
  display: block;
  width: 150px;
  height: 40px;
  margin: 10px auto 8px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #01d7bf;
  text-align: center;
}

.appstorebtndiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.appstorecol1 {
  padding-right: 4px;
  padding-left: 0px;
}

.appstorecol2 {
  padding-right: 0px;
  padding-left: 4px;
}

.searchfield {
  font-size: x-large;
    outline: none;
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: auto;
  padding: 7px 10px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  border: 0;
  border-radius: 10px;
  background-color: #2d2f3d;
  background-image: url('http://pindropmusic.co/assets/images/search-grey.png');
  background-position: 98% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: hsla(0, 0%, 100%, .53);
  text-align: left;
  letter-spacing: 1px;
}

.artistsuggestslidermask {
  display: block;
  width: 209px;
  height: 224px;
  margin-right: auto;
  margin-left: auto;
}

.artistsuggslider {
  display: block;
  width: 211px;
  height: 246px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('http://pindropmusic.co/assets/images/ArtistBG.png');
  background-position: 50% 50%;
  background-size: 206px 257px;
  background-repeat: no-repeat;
}

.artistsuggslider.selectartist {
  width: 330px;
  height: 400px;
  float: none;
  background-image: none;
}

.artistsuggslider.homescreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 195px;
  height: 228px;
  background-image: url('http://pindropmusic.co/assets/images/ArtistCardBG.png');
  background-position: 50% 0px;
  background-size: 170px 180px;
}

.artistsuggslide {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(39, 39, 39, .9), #46484f), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, .9), #46484f), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 300px;
  background-repeat: repeat, no-repeat;
}

.artistsuggslide.selectartist {
  left: 0px;
  top: 40px;
  right: 0px;
  bottom: 0px;
  width: 330px;
  height: 380px;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  background-image: none;
}

.artistsuggslide.homescreen {
  background-image: none;
}

.artistsuggimg {
  display: block;
  width: 75px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 75px;
}

.artistsuggmask {
  width: 209px;
  height: 224px;
}

.artistsuggmask.selectartist {
  display: block;
  overflow: visible;
  width: 330px;
  height: 420px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('http://pindropmusic.co/assets/images/ArtistCardBG.png');
  background-position: 50% 2%;
  background-size: 275px;
  background-repeat: no-repeat;
}

.artistsuggmask.homescreen {
  height: 209px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 4px;
}

.artistsuggname {
  padding-top: 8px;
}

.rightarrow {
  right: 0px;
  bottom: 0px;
  display: block;
  width: 70px;
  height: 32px;
  margin-bottom: 31px;
}

.rightarrow.selectartist {
  display: block;
  width: 100px;
  height: 50px;
}

.leftarrow {
  display: none;
}

.searchfielddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height:70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab2listitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 385px;
  margin-top: 11px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #252431;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .12);
}

.tab2listitem.profileplaylists {
  height: 163px;
}

.tab2listitem.mysubscribed {
  height: 240px;
}

.playlistdetaildiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.playlistdetaildiv.playlistmembers {
  height: 12%;
  background-color: rgba(0, 0, 0, .25);
}

.playlistdetaildiv.playlistmembers.otheruserplaylist {
  height: 12%;
}

.playlistdetaildiv.playlistmembers.mysubscribed {
  position: relative;
  height: 30%;
}

.playlistimgdiv {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  height: 70%;
  background-image: url('http://pindropmusic.co/assets/images/PlaylistBG.png');
  background-position: 0px 0px;
  background-size: 375px;
  box-shadow: 0 -1px 2px 0 #000, 1px 1px 2px 0 #000;
  color: #fff;
}

.playlistimgdiv.otheruserplaylist {
  height: 28%;
}

.playlistimgdiv.tab2 {
  box-shadow: 0 -3px 2px 0 rgba(0, 0, 0, .6), 2px 2px 2px 0 rgba(0, 0, 0, .6);
}

.playlistimgdiv.tab3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 -3px 2px 0 rgba(0, 0, 0, .4), 2px 2px 2px 0 rgba(0, 0, 0, .5);
}

.playlistimgdiv.myplaylist {
  height: 28%;
}

.playlistuserimg {
  width: 40px;
  height: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 30px;
  background-image: url('http://pindropmusic.co/assets/images/photo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.playlistuserinfo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.playlisttagtxt {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-left: 15px;
  padding-top: 1px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: #d5be60;
  text-align: center;
}

.playlisttagtxt.newplaylist {
  margin-top: 0px;
}

.playlisttagtxt.artistsearch {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  color: #fff;
}

.playliststatdiv {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.playliststatdiv.tab3 {
  height: 40%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.playlisttagsdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.playlisttagsdiv.newplaylist {
  overflow: hidden;
  height: 34px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.playlisttagsdiv.tab3 {
  height: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.playlistname {
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 25px;
}

.statnumber {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  color: #01d7bf;
  text-align: center;
}

.statname {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-bottom: 1px;
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.statdiv {
  position: relative;
  display: block;
  width: 80px;
  height: 45px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.playbtn {
  position: static;
  right: 15px;
  bottom: 9px;
  width: 56px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.playlistsharetime {
  font-size: 12px;
}

.subscribebtn {
  position: absolute;
  top: 0px;
  right: 10px;
  margin-right: 13px;
  float: right;
  border: 1px solid #01d7bf;
  border-radius: 20px;
  background-color: transparent;
}

.subscribebtn:hover {
  color: #01d7bf;
}

.subscribebtn.profilefollow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #01d7bf;
}

.subscribebtn.playlistpanel {
  display: none;
}

.subscribebtn.otheruserplaylist {
  margin-top: 8px;
}

.playlnk {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  margin-top: -10px;
  cursor: pointer;
}

.tab2maindiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 103%;
  height: 81vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab2maindiv.followedplaylist {
  width: 102.7%;
  height: 58vh;
  padding-right: 8px;
}

.profilenamediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 19vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(39, 39, 39, .9), #46484f), url('http://pindropmusic.co/assets/images/photo.png');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, .9), #46484f), url('http://pindropmusic.co/assets/images/photo.png');
  background-position: 0px 0px, 50% 49%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.profileimg {
  width: 90px;
  height: 90px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 50px;
  background-image: url('http://pindropmusic.co/assets/images/photo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.profilename {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 22px;
}

.profilestats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profilenametxtdiv {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profileplacename {
  font-size: 15px;
}

.statsdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.statsnumber {
  padding-top: 5px;
  color: #01d7bf;
  font-size: 21px;
}

.followerstxt {
  font-size: 12px;
  text-transform: uppercase;
}

.profilecontentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profiletabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profiletab1 {
  background-color: transparent;
  color: #fff;
}

.profiletab1.w--current {
  border-bottom: 3px solid #01d7bf;
  background-color: transparent;
  color: #fff;
}

.profiletabsmenu {
  background-color: #484a50;
  color: #fff;
}

.myplaylisttxt {
  color: #fff;
}

.profileplayliststab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profileimagediv {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.profiledetaildiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tabmenudiv {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.profileplaylists {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profileplaylistcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.myplaylistsidepaneldiv {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  display: none;
  width: 500px;
  background-color: #25262f;
  box-shadow: -2px 0 3px 1px rgba(0, 0, 0, .39);
  opacity: 1;
}

.profilefollowplaylist {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panelonclick {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8;
  display: none;
  background-color: rgba(0, 0, 0, .5);
}

.playlisttogglebtn {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 30px;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: hsla(0, 0%, 91%, .69);
  color: transparent;
}

.playlistmemberdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.playlistmemberdiv.newplaylist {
  position: relative;
  width: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.playlistmembername {
  height: 18px;
  padding-top: 1px;
  font-size: 12px;
}

.playlistmembername.newplaylist {
  padding-top: 3px;
}

.tgglediv {
  position: fixed;
  top: 0px;
  right: 0px;
}

.greentoggle {
  position: absolute;
  display: none;
  width: 70px;
  height: 30px;
  border-radius: 20px;
  background-color: #01d7bf;
  opacity: 0;
}

.togglecircle {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: #fff;
}

.miniplayerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #2d2f3d;
}

.miniplayerimg {
  width: auto;
  margin-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 4px;
}

.miniplayersongnamediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #2d2f3d;
}

.streamingdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #2d2f3d;
}

.miniplayerbtndiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}

.miniplayerimagediv {
  width: 45px;
  /*height: 45px;*/
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 7px;
  /*background-image: url('http://pindropmusic.co/assets/images/Artist.png');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.miniplayersongdetaildiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.miniplayersongname {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mark simonson proxima nova alt regular', sans-serif;
  color: #fff;
  font-size: 15px;
}

.miniplayerartistname {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
  color: #fff;
  font-size: 12px;
}

.musicstarttime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
  color: #fff;
}

.musicendtime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.streamline {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.starttime {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.endtime {
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
  color: #fff;
  text-align: center;
}

.plycontrolbtndiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.optionsbtndiv {
  width: 20%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.optionsbtndiv.miniplayeroptionsbtn {
  display: none;
  width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.miniplayermaindiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.trackerwhiteline {
  position: absolute;
  display: block;
  width: auto;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.loadingstream {
  position: absolute;
  z-index: 3;
  width: 207px;
  height: 2px;
  background-color: rgba(1, 215, 191, .79);
}

.runningstream {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 2px;
  background-color: #ff0085;
}

.musicstreamdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trackingcircle {
  position: absolute;
  top: 0px;
  right: -10px;
  bottom: 0px;
  z-index: 6;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-image: url('../images/slider.png');*/
  border-radius: 10px;
    background-color: #fff;
}

.runningstreamdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  height: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.otheruserplaylistdiv {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  display: none;
  width: 500px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #25262f;
}

.addtoplaylistdiv {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  overflow: hidden;
  width: 400px;
  height: 500px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #25262f;
  box-shadow: 0 0 6px 0 hsla(0, 0%, 100%, .1);
  opacity: 1;
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
  color: #fff;
}

.createnewplaylistdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: rgba(0, 0, 0, .25);
}

.newplaylistbtn {
  height: 40px;
  border: 1px solid #01d7bf;
  border-radius: 20px;
  background-color: transparent;
}

.closebtn {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: transparent;
}

.addtoplaylistlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.addtoplaylistlist.playlistsearch {
  margin-top: 5px;
}

.addtoplaylistimagediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: transparent;
}

.addtoplaylistimagediv.searchplaylist {
  width: 100px;
  height: 100px;
  border-radius: 3px;
}

.addtoplaylistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
}

.addtoplaylistitem.playlistsearch {
  height: 120px;
  padding-right: 10px;
}

.addtoplaylistitem.playlistsearch:hover {
  border-left: 2px solid #00ffc2;
  text-shadow: 1px 1px 6px #000;
}

.addtoplaylistimage {
  width: 48%;
  height: 48%;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .5);
}

.addtoplaylisttextdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-left: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.addtoplaylisttextdiv:hover {
  color: #01d7bf;
}

.addtoplaylisttextdiv.searchplaylist {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.addtoplaylisttextdiv.searchplaylist:hover {
  color: #fff;
}

.addtoplaylisttxt {
  font-size: 17px;
}

.addtoplaylisttxt.songsnumber {
  font-size: 14px;
}

.addtoplaylisttxt.playlistsearch {
  margin-bottom: 8px;
}

.addtoplaylisttick {
  display: none;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.addtoplaylistlistdiv {
  position: relative;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  height: auto;
  width: 102%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.addtoplaylistdone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: rgba(0, 0, 0, .25);
}

.playlistcreateddonebtn {
  position: absolute;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #01d7bf;
  border-radius: 20px;
  background-color: transparent;
  text-align: center;
}

.logodiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.headeroptionsdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.addtoplaylistpanel {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.addtoplaylistbtn {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(32, 32, 44, .31);
}

.addtoplaylistbtn:hover {
  background-color: rgba(0, 0, 0, .33);
}

.addtofavouritesbtn {
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(32, 32, 44, .31);
}

.addtofavouritesbtn:hover {
  background-color: rgba(0, 0, 0, .33);
}

.createnewplaylistwindowdiv {
  position: absolute;
  left: 0px;
  top: 12%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  overflow: hidden;
  height: 76%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.createplaylistcontentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 103%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newplaylistname {
  display: block;
  width: auto;
  height: 20px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.addtoplaylistbackbtn {
  position: absolute;
}

.blurbgdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 20%;
  margin-top: 0px;
  margin-right: 70px;
  margin-left: 70px;
  background-image: url('http://pindropmusic.co/assets/images/142893-Without-Music-Life-Would-Be-A-Mistake.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.tab1headersubdiv {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.addadminsdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.addadmintxt {
  display: block;
  width: 80%;
  height: 40px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .25);
  text-align: left;
}

.settingsbtn:hover {
  box-shadow: 0 0 6px 0 hsla(0, 0%, 100%, .7);
}

.createplaylistadduserdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  background-color: #2d2f3d;
}

.createplaylistadduserdiv.adduserbtn {
  height: 66px;
}

.createplaylistadduserdiv.searchusersresult {
  padding-left: 10px;
}

.addadminstxt {
  margin-left: 20px;
}

.addadminstxt.instruction {
  color: hsla(0, 0%, 100%, .5);
  font-size: 11px;
}

.addadminstxtdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.userimage {
  border-radius: 25px;
}

.addadminuserimgdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.adminuserimage {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 25px;
}

.deleteadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.createplaylistdetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.suggestedtagsdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.suggestedtagstxt {
  margin-top: 0px;
  padding-left: 20px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 12px;
}

.playlisttags {
  margin-right: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #d5be60;
  border-radius: 4px;
  opacity: 0.6;
  cursor: pointer;
}

.playlisttags.addedtag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
}

.addtagsdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 55px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #2d2f3d;
}

.createplaylistnamediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 20px;
  border-bottom: 1px solid #2d2f3d;
}

.tagname {
  margin-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 15px;
}

.removetag {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.addedtags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 5px 8px;
  border-radius: 6px;
  background-color: #d5be60;
}

.addadminfollowerslist {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #2d2f3d;
  opacity: 1;
}

.finduserstxt {
  display: block;
  width: 90%;
  height: 27px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #2d2f3d;
}

.searchuserdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .25);
}

.searchuserslist {
  display: block;
  overflow: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.addadminmaindiv {
  position: relative;
  display: block;
  height: 42%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.addedadminsdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.adminstatustxt {
  height: 20px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
  border: 1px solid #01d7bf;
  border-radius: 4px;
  color: #01d7bf;
  font-size: 9px;
}

.deletebtn {
  position: absolute;
  top: 4px;
  right: 6px;
  border-color: #25262f;
}

.addadminbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.addadminbtn.newplaylist {
  padding-top: 12px;
}

.addedtagsdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 46px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back2 {
  position: absolute;
}

.popups {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.confirmadmin-add {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #1b1b22;
  box-shadow: 0 0 2px 4px rgba(0, 0, 0, .5);
}

.confirmadminpopupdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
}

.confirmadmin-txt {
  display: block;
  width: 80%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  text-align: center;
}

.adminconfirm-inst {
  display: block;
  width: 84%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, .5);
  font-size: 11px;
  text-align: center;
}

.confirmadminbtndiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.confirmadminokbtn {
  width: 100px;
  height: 40px;
  border: 1px solid #01d7bf;
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
}

.confirmadmincancelbtn {
  width: 100px;
  height: 40px;
  border: 1px solid #01d7bf;
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
}

.confirmationtoastdiv {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100px;
  z-index: 15;
  display: none;
  width: 300px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1d1d1d;
  font-family: 'Mark simonson proxima nova alt regular', sans-serif;
}

.confirmationtoastdiv.songadded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.confirmtoasttxt {
  display: block;
  width: 80%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: hsla(0, 0%, 100%, .8);
  text-align: center;
}

.confirmtoastheader {
  height: 24px;
  margin-top: 10px;
  font-size: 20px;
}

.toastclose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  opacity: 0.6;
}

.songaddedtoplaylistconfpop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
}

.playlistaddedtoast {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 93px;
  z-index: 15;
  display: none;
  width: 300px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #1d1d1d;
  text-align: center;
}

.addsongtxt {
  font-size: 18px;
}

.createplaylistheader {
  position: absolute;
  left: 0px;
  top: 21px;
  right: 0px;
  display: none;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  text-align: center;
}

.addadminheader {
  position: absolute;
  left: 0px;
  top: 21px;
  right: 0px;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  text-align: center;
}

.songsearchpanel {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 78px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, .5);
}

.songsearchdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: none;
  width: 691px;
  height: 70%;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #2d2f3d;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .5);
}

.songresultdiv {
  display: none;
  height: 100%;
  margin-top: 49px;
}

.songsearchtab1 {
  overflow: hidden;
  height: 99%;
  margin-top: 5px;
}

.songsearchlistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.songsearchlistitem:hover {
  border-left: 2px solid #00ffc2;
}

.songsearchlistitem.pindropchannel {
  height: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #20202C
}

.songsearchlistitem.pindropchannel.quelist {
  margin-bottom: 0px;
      border-bottom: 1px solid #000;
}

.songsearchsongdiv {
  overflow-x: hidden;
  overflow-y: visible;
  height: 104%;
  width: 103%;
      width: 66%;
    margin: auto;
}

.songsearchtabs {
  height: 91%;
}

.songsearchtabspanel {
  display: block;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.songstablink {
  background-color: transparent;
  color: #fff;
}

.songstablink.w--current {
  border-bottom: 2px solid #00ffc2;
  background-color: transparent;
  color: #fff;
}

.songsearchartisttablink {
  background-color: transparent;
  color: #fff;
}

.songsearchartisttablink.w--current {
  border-bottom: 2px solid #00ffc2;
  background-color: transparent;
}

.songsearchplaylisttablink {
  background-color: transparent;
  color: #fff;
}

.songsearchplaylisttablink.w--current {
  border-bottom: 2px solid #00ffc2;
  background-color: transparent;
}

.songsearchartisttab {
  overflow: scroll;
  height: 104%;
  width: 103%;
}

.songsearchartistdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #20202c;
}

.songsearchartistdiv:hover {
  border-left: 2px solid #00ffc2;
}

.songsearchartistdiv.selectartist {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.songsearchartistimage {
  width: 105px;
  height: 105px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  border-radius: 75px;
  background-image: url('http://pindropmusic.co/assets/images/eminem.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.songsearchartistimage.selectartist {
  width: 65px;
  height: 65px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.artistsearchlistitem {
  margin-top: 10px;
}

.artistsearchlistitem.selectartist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23%;
  margin-top: 0px;
}

.artistdetaildiv {
  padding-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.artistdetaildiv.selectartist {
  margin-top: 15px;
  margin-bottom: 15px;
}

.artistsearchname {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  font-size: 28px;
}

.artistsearchname.selectartist {
  color: #fff;
  font-size: 22px;
}

.artistsearchlikes {
  margin-top: 5px;
  margin-left: 0px;
}

.artistsearchlikes.selectartist {
  font-size: 12px;
}

.artistsearchtags {
  margin-top: 10px;
  margin-left: 0px;
}

.artistsearchtags.playlistsearch {
  margin-top: 0px;
}

.artistsearchtags.selectartist {
  margin-top: 0px;
}

.artistsearchlikebtndiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.likeunselectedbtn {
  position: fixed;
}

.likeselectedbtn {
  position: fixed;
}

.artistsearchlist {
  overflow: visible;
  height: 98%;
}

.artistlikedbtn {
  position: absolute;
  width: 30px;
}

.artistunlikedbtn {
  position: absolute;
}

.playlistsearchtab {
  height: 104%%;
  width: 103%;
}

.playlistsearchtab.playlistsearch {
  overflow: scroll;
  margin-bottom: 5px;
}

.songsearchoptions {
  position: relative;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}

.songseachoptionslist {
  position: absolute;
  top: 36px;
  right: 15px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 150px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-color: #6d7186 !important;
}

.optionsbtntxt {
  display: block;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.addtoqueuebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(32, 32, 44, .31);
}

.addtoqueuebtn:hover {
  background-color: rgba(0, 0, 0, .33);
}

.playsimilarbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(32, 32, 44, .31);
}

.playsimilarbtn:hover {
  background-color: rgba(0, 0, 0, .33);
}

.panelonclick2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  margin-top: 65px;
  background-color: rgba(0, 0, 0, .5);
}

.pindropchannellist {
  display: block;
  overflow: visible;
  margin-top: 15px;
}

.pindropchannellist.artistprofile {
  margin-top: 0px;
}

.pindropchannellist.otheruserplaylist {
  width: 100%;
  height: 100%;
}

.pindropchannellist.quelist {
  margin-top: 0px;
  background-color: #20202c;
}

.addtofavtoast {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100px;
  z-index: 15;
  display: none;
  width: 300px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1d1d1d;
}

.gotofavlnk {
  margin-top: 3px;
  color: #01d7bf;
  font-size: 12px;
  text-decoration: none;
}

.gotofav {
  text-decoration: none;
}

.addtoqueuetoast {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100px;
  z-index: 15;
  display: none;
  width: 300px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1d1d1d;
}

.similarsongstoast {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100px;
  z-index: 15;
  display: none;
  width: 300px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1d1d1d;
}

.musictime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.musictimediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.subscribedbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 40px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 16px;
  border-radius: 20px;
  background-color: #01d7bf;
}

.subscribebtndiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subsbtndiv {
  position: absolute;
  top: 14px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.subsbtndiv.otheruserplaylist {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 10px;
}

.subsbtndiv.mysubscribed {
  position: relative;
  display: block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.subsbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100px;
  height: 40px;
  border: 1px solid #01d7bf;
  border-radius: 20px;
  background-color: transparent;
  text-align: center;
}

.artistprofilediv {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #20202c;
}

.artistprofileinfodiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(3, 2, 14, .87), rgba(3, 2, 14, .87)), url('http://pindropmusic.co/assets/images/eminem.jpg');
  background-image: linear-gradient(180deg, rgba(3, 2, 14, .87), rgba(3, 2, 14, .87)), url('http://pindropmusic.co/assets/images/eminem.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: inset 0 -1px 1px 1px rgba(0, 0, 0, .5);
}

.artistprofilemusiclist {
  overflow: scroll;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.artistprofileinfoimage {
  width: 120px;
  height: 120px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 60px;
  background-image: url('http://pindropmusic.co/assets/images/eminem.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.artistfollowbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.artistbasicinfodiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.playlistsearchlistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid #20202C;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.playlistsearchlistitem:hover {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 2px solid #00ffc2;
}

.playlistsearch {
  overflow: hidden;
}

.mainoptionsdiv {
  position: absolute;
  top: 60px;
  right: 45px;
  z-index: 1;
  display: none;
  width: 180px;
  height: 255px;
  border-radius: 4px;
  background-color: #6d7186;
}

.aboutuslink {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.aboutuslink:hover {
  background-color: rgba(0, 0, 0, .33);
}

.otheruserplaylistsongs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacypolicybtn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  color: #fff;
  font-size: 13px;
}

.privacypolicybtn:hover {
  background-color: rgba(0, 0, 0, .33);
}

.tcbtn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  color: #fff;
  font-size: 13px;
}

.tcbtn:hover {
  background-color: rgba(0, 0, 0, .33);
}

.policybtndiv {
  border-bottom: 1px solid rgba(32, 32, 44, .3);
}

.socialbtndiv {
  border-bottom: 1px solid rgba(32, 32, 44, .3);
}

.fbbtn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  color: #fff;
  font-size: 13px;
}

.fbbtn:hover {
  background-color: rgba(0, 0, 0, .33);
}

.twitterbtn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  color: #fff;
}

.twitterbtn:hover {
  background-color: rgba(0, 0, 0, .33);
}

.managelikesbtn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(32, 32, 44, .3);
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.managelikesbtn:hover {
  background-color: rgba(0, 0, 0, .33);
}

.logoutbtn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  color: #fff;
  font-size: 13px;
}

.logoutbtn:hover {
  background-color: rgba(0, 0, 0, .33);
}

.songlistplaybtn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.overlayplay {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.overlaypause {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.initialmusiclist {
  margin-top: 0px;
  padding-top: 5px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2d2f3d;
}

.initialmusiclistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 20px;
}

.songpreviewimage {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-image: url('http://pindropmusic.co/assets/images/Artist.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.playlistmusicsampleitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(37, 36, 49, .6);
}

.samplemusicimage {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-image: url('http://pindropmusic.co/assets/images/Artist.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.samplesongname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sampleartistname {
  padding-right: 10px;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.samplesongnametxt {
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
  color: #fff;
  font-size: 15px;
}

.bytxt {
  padding-right: 4px;
  padding-left: 4px;
  color: hsla(0, 0%, 100%, .71);
  font-size: 14px;
}

.sampleartisttxt {
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
  color: #fff;
  font-size: 15px;
}

.viewmorebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #252431;
  cursor: pointer;
}

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

.viewmorearrow.mysubscribed {
  padding-bottom: 2px;
}

.mainplayerdiv {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.profileplaylistdetailbtn {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  cursor: pointer;
}

.profileplaylistdetailbtn:hover {
  border-bottom-color: #01d7bf;
  color: #01d7bf;
}

.mysubscribedplaylistmemberdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mysubscribeviewmore {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  height: 29px;
  margin-right: 7px;
  padding-right: 7px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mysubscribeviewmore.myplaylist {
  cursor: pointer;
}

.playlistsubscribedtoast {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100px;
  z-index: 15;
  display: none;
  width: 300px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #1d1d1d;
  text-align: center;
}

.confirmunsubscribepopupdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.makeplaylistpublicpopup {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whitetoggle {
  position: absolute;
  width: 70px;
  height: 30px;
  border-radius: 15px;
  background-color: hsla(0, 0%, 91%, .69);
}

.makeplaylistprivatepopup {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.usersuggestcrossdiv {
  margin-left: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.selectartistdiv {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  opacity: 1;
}

.artistselectbgdiv {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('http://pindropmusic.co/assets/images/Untitled-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.selectartistheader {
  text-align: center;
}

.artistselectheader {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  margin-top: 0px;
  font-size: 30px;
  text-align: center;
}

.artistselectheader.explain {
  position: static;
  margin-top: 10px;
  color: hsla(0, 0%, 100%, .54);
  font-size: 15px;
}

.artistselectbg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('http://pindropmusic.co/assets/images/Untitled-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.selectartistcol1 {
  padding-right: 25px;
}

.selectartistcol1.selectartist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.selectartistcol2 {
  padding-left: 25px;
}

.selectartistcol2.selectartist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.correcticon {
  position: absolute;
}

.skipartist {
  position: absolute;
}

.selectartistdonebtn {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(21, 247, 237, .8);
  background-color: rgba(21, 247, 237, .5);
  text-align: center;
  cursor: pointer;
}

.selectedartists {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: 0px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 60px;
  background-image: -webkit-linear-gradient(270deg, rgba(1, 215, 191, .35), rgba(1, 215, 191, .35)), url('http://pindropmusic.co/assets/images/eminem.jpg');
  background-image: linear-gradient(180deg, rgba(1, 215, 191, .35), rgba(1, 215, 191, .35)), url('http://pindropmusic.co/assets/images/eminem.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.selectedartists.selectedartists2 {
  width: 80px;
  height: 80px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 38%, 60%, .4), hsla(0, 38%, 60%, .4)), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-image: linear-gradient(180deg, hsla(0, 38%, 60%, .4), hsla(0, 38%, 60%, .4)), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.selectedartists.selectedartists2.vertical {
  width: 120px;
  height: 120px;
}

.selectedartists.vertical {
  width: 120px;
  height: 120px;
  margin-top: 20px;
}

.selectedartistscross {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0a201d;
  border-radius: 15px;
  background-color: #767a7e;
  background-image: url('http://pindropmusic.co/assets/images/refresh.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.selectedartistscross:hover {
  width: 30px;
  height: 30px;
}

.selectedartistscross._1 {
  background-image: url('http://pindropmusic.co/assets/images/refresh.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.selectedartistscross._1:hover {
  width: 30px;
  height: 30px;
}

.selectedartisttxt {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  text-align: center;
  text-shadow: 1px 1px 5px #000, 0 1px 6px #000;
}

.selectedartistsdiv {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.selectartisttxtdiv {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.selectartistsmaindiv {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.selectedartistsec {
  overflow: scroll;
}

.selectartistmiddlecontent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.selectartistwholediv {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.selectartistlikedlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 25%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.selectartistunlikedlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sliderinsidemaindiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(39, 39, 39, .85), #46484f), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, .85), #46484f), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.unselectedartist {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 40px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 38%, 60%, .4), hsla(0, 38%, 60%, .4)), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-image: linear-gradient(180deg, hsla(0, 38%, 60%, .4), hsla(0, 38%, 60%, .4)), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.like_unlikecolor_red {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  border-radius: 5px;
  background-color: hsla(0, 38%, 60%, .4);
}

.like_unlikecolor_green {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  border-radius: 5px;
  background-color: rgba(1, 215, 191, .4);
}

.panelonclick3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, .5);
}

.panelonclick3.panelonclick {
  display: none;
}

.homeartistslidediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  height: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, rgba(39, 39, 39, .9), #46484f), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, .9), #46484f), url('http://pindropmusic.co/assets/images/kanye.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.artistlikecol1 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.artistlikecol2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.miniplayercontrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.queuebtndiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #2d2f3d;
  border-left: 1px solid #2d2f3d;
}

.appstorecommonbtn {
  border: 1px solid #fff;
  border-radius: 5px;
}

.queuelistdiv {
  position: absolute;
  right: 285px;
  bottom: 30px;
  z-index: 10;
  display: block;
  width: 444px;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*background-image: url('http://pindropmusic.co/assets/images/QueBG.png');*/
  background-position: 0px 100%;
  background-size: 430px 380px;
  background-repeat: no-repeat;
}

.queuelistdetail {
  display: -webkit-box;
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;
  display: flex;*/
     width: 444px;
    height: 39px;
  /*-webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #20202c;
  font-family: 'Mark simonson proxima nova alt light', sans-serif;
  color: #fff;
  border-bottom: 1px solid #000;
}

.panelonclick4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  display: none;
  background-color: rgba(0, 0, 0, .5);
}

.panelonclick4.panelonclick {
  z-index: 1;
  display: none;
}

.followingbtn {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 60px;
  height: 25px;
  margin-top: 2px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #01d7bf;
  font-size: 12px;
}

.playlistdetailnamediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.otherusername1 {
  font-family: 'Mark simonson proxima nova alt regular', sans-serif;
  font-size: 19px;
}

.selectartistsearch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 3%, 65%, .3), hsla(0, 3%, 65%, .3));
  background-image: linear-gradient(180deg, hsla(0, 3%, 65%, .3), hsla(0, 3%, 65%, .3));
  color: hsla(0, 0%, 100%, .46);
}
.selectartistsearchblockout {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  display: none;
  overflow: hidden;;
  height: 400px;
  opacity: 0;
}
.selectartistsearchblock {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  display: none;
  overflow: scroll;
  height: 400px;
  opacity: 0;
}

.selectartistcross {
  position: absolute;
  top: 7px;
  right: 10px;
  bottom: 0px;
  display: block;
  cursor: pointer;
}

.tab1musicdivtest {
  height: auto;
}

.homeplayall {
  width: 133px;
  height: 35px;
  background-image: url('http://pindropmusic.co/assets/images/PlayBtn_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 25px 0px 25px 0px;
}

.mobilesearchtab {
  display: none;
}

.navbackbtn {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.backbtntxt {
  color: #fff;
}

.otheruserprofile {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 500px;
  background-color: #20202c;
}

.otheruserprofileinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(39, 39, 39, .9), #46484f), url('http://pindropmusic.co/assets/images/photo.png');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, .9), #46484f), url('http://pindropmusic.co/assets/images/photo.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.otheruserimage {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-image: url('http://pindropmusic.co/assets/images/photo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.otherusernamelocation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.otheruserloc {
  color: hsla(0, 0%, 100%, .7);
}

.otheruser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.followfollowers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

.otherfollowers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.otherfollowing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.followernumbers {
  color: #01d7bf;
  font-size: 20px;
  text-align: center;
}

.followingnumbers {
  color: #01d7bf;
  font-size: 20px;
  text-align: center;
}

.userfollowbtn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.followbtn {
  position: absolute;
  display: block;
  border: 1px solid #01d7bf;
  border-radius: 20px;
  background-color: transparent;
}

.followbtn:hover {
  box-shadow: 0 0 6px 0 #01d7bf;
  color: #fff;
}

.otheruserplaylisttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .25);
}

.publicplaylists {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #01d7bf;
  font-size: 20px;
  text-align: center;
}

.otheruserplaylists {
  overflow: scroll;
  height: 63%;
}

.publictoggle {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.publictext {
  margin-right: 10px;
}

.publicinfo {
  width: 16px;
  margin-right: 5px;
}

.unfollow {
  display: none;
  border-radius: 20px;
  background-color: #01d7bf;
}

html.w-mod-js *[data-ix="playlistsidebar"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
}

html.w-mod-js *[data-ix="fading-panel-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="createnewplaylist-initial"] {
  display: none;
  -webkit-transform: translate(400px, 0px);
  -ms-transform: translate(400px, 0px);
  transform: translate(400px, 0px);
}

html.w-mod-js *[data-ix="addtoplaylist-back-btn"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="createplaylistfollowerslist"] {
  -webkit-transform: translate(0px, 380px);
  -ms-transform: translate(0px, 380px);
  transform: translate(0px, 380px);
}

html.w-mod-js *[data-ix="backbtn-2"] {
  display: none;
}

html.w-mod-js *[data-ix="confirmadminpopup-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="toastfadeaway"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="songaddedconfirmationpop-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="createplaylist-done-btn"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="create-playlist-header"] {
  display: none;
}

html.w-mod-js *[data-ix="addadmin-header"] {
  display: none;
}

html.w-mod-js *[data-ix="songsearchpanelinitial"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="artistlike-off"] {
  display: none;
}

html.w-mod-js *[data-ix="artistlike-off-2"] {
  display: none;
}

html.w-mod-js *[data-ix="optionspanel-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(3px, -5px);
  -ms-transform: translate(3px, -5px);
  transform: translate(3px, -5px);
}

html.w-mod-js *[data-ix="optionsbtn-tap"] {
  display: block;
  opacity: 0;
}

html.w-mod-js *[data-ix="playlistsearch-play-btn"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="panelonclick-2-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="subscribed-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="overlayplay-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="pauseoverlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="greentoggle"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="slideranimation"] {
  opacity: 0;
  -webkit-transform: rotate(0deg) translate(0px, -54px) scale(0.82, 0.82);
  -ms-transform: rotate(0deg) translate(0px, -54px) scale(0.82, 0.82);
  transform: rotate(0deg) translate(0px, -54px) scale(0.82, 0.82);
}

html.w-mod-js *[data-ix="slideranimation-home"] {
  opacity: 0;
  -webkit-transform: translate(0px, -54px) scale(0.82, 0.82);
  -ms-transform: translate(0px, -54px) scale(0.82, 0.82);
  transform: translate(0px, -54px) scale(0.82, 0.82);
}

html.w-mod-js *[data-ix="selectedartistinitial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="like-unlike-color-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="select-artist-done-btn"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="quelist-initial"] {
  display: none;
  opacity: 0;
  height: 0px;
  -webkit-transform: translate(54px, 43px) scale(0.8, 0.8);
  -ms-transform: translate(54px, 43px) scale(0.8, 0.8);
  transform: translate(54px, 43px) scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="followingbtn-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="select-artist-cross"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="selectartist-search-block-initial"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="mobilesearchtab-initial"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="mobileplayer-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="navbackbtn-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="otheruser-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
}

@media (max-width: 991px) {
  .musicdiv.addtoqueue {
    overflow: hidden;
  }
  .musicmaindiv {
    overflow: scroll;
  }
  .tabsdiv {
    width: 100%;
  }
  .tab1musicdiv.mobilesearchpage {
    width: 100%;
    height: 100%;
  }
  .tab1musicdiv.mobilesearch {
    display: block;
    width: 80%;
    height: 100%;
  }
  .tabmenu {
    display: none;
  }
  .tabmenu a:active {
    border-bottom: 3px solid #01d7bf;
  background-color: transparent;
  color: #01d7bf;
  font-size: 18px;
  }
  .pindropchanneltext {
    font-size: 15px;
    text-align: center;
  }
  .searchfielddiv {
    width: 80%;
  }
  .miniplayersongnamediv {
    width: 50%;
  }
  .miniplayermaindiv {
    height: 100%;
  }
  .songsearchdiv {
    display: none;
  }
  .songsearchsongdiv.songsearch {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .songsearchoptions {
    display: none;
  }
  .miniplayercontrl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .queuebtndiv {
    width: 40%;
  }
  /*.forwardbrn {
    display: none;
  }
  .previousbtn {
    display: none;
  }*/
  .homeplayall {
    background-image: url('http://pindropmusic.co/assets/images/PlayBtn_1.png');
    background-position: 50% 50%;
    background-size: cover;

  }
  .mobilesearchpage {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: block;
    height: 81.5%;
    margin-top: 65px;
    background-color: #2d2f3d;
    opacity: 1;
  }
  .mobilesearchtab {
    position: absolute;
    left: 0px;
    top: 66px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    display: block;
    height: 82%;
    background-color: #13131b;
  }
  .fullscreenplayer {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #2d2f3d;
    opacity: 1;
  }
  .playertopcontrol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .playerdownarrow {
    width: 25px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    opacity: 0.8;
  }
  .mobileplayertopcontrol {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70%;
    padding: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('http://pindropmusic.co/assets/images/10380308_10154556876661164_3108350212945143083_n.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('http://pindropmusic.co/assets/images/10380308_10154556876661164_3108350212945143083_n.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .mobileplaylist {
    width: 25px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .playermusicdetail {
    height: 70%;
  }
  .mobileplayerbottomcontrol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30%;
    padding-right: 30%;
    padding-left: 30%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobileplayersongname {
    position: static;
    padding-left: 15px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 20px;
  }
  .playermusicnamediv {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 20%;
    padding-top: 15px;
    padding-left: 0px;
  }
  .playermusicianname {
    padding-left: 15px;
  }
  .playerstreaming {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 3px;
    background-color: #3ab9af;
  }
  .mobileplayerplaybtn {
    width: 80px;
  }
  .navbackbtn {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .musicdiv.addtoqueue {
    overflow: hidden;
  }
  .musicmaindiv {
    width: 105%;
  }
  .tab1musicdiv.mobilesearch {
    width: 105%;
  }
  .pindropchanneltext {
    text-align: center;
  }
  .miniplayersongnamediv {
    width: 80%;
  }
  .miniplayermaindiv {
    width: 100%;
  }
  .mobilesearchtab {
    overflow: scroll;
    height: 100%;
    width: 108%;
  }
}

@media (max-width: 479px) {
  .navdiv {
    position: relative;
    z-index: 7;
  }
  .musicdiv.addtoqueue {
    overflow: hidden;
  }
  .playerdiv {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navcont {
    z-index: 7;
  }
  .tab1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab1musicdiv {
    width: 105%;
  }
  .tab1musicdiv.mobilesearch {
    width: 100%;
    height: 90%;
  }
  .pindropchannelbtn {
    margin-bottom: 0px;
  }
  .appstorebtndiv {
    display: none;
  }
  .miniplayersongnamediv {
    width: 50%;
  }
  .miniplayerbtndiv {
    width: auto;
  }
  .plycontrolbtndiv {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .miniplayermaindiv {
    width: 100%;
  }
  .songsearchsongdiv.songsearch {
    width: 90%;
  }
  
  .musictimediv {
    display: none;
  }
  .miniplayercontrl {
    width: 100%;
  }
  .homeplayall {
    width: 120px;
    height: 40px;
    background-image: url('http://pindropmusic.co/assets/images/PlayBtn_1.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mobilesearchpage {
    display: none;
    height: 84.5%;
    margin-top: 50px;
  }
  .mobilesearchtab {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    height: 100%;
    background-color: #2d2f3d;
  }
  .fullscreenplayer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2d2f3d;
  }
  .playertopcontrol {
    display: block;
    height: 10%;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.9;
  }
  .playerdownarrow {
    width: 25px;
  }
  .mobileplayerbottomcontrol {
    padding-right: 20%;
    padding-left: 20%;
  }
  .mobileplayersongname {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .playermusicianname {
    font-size: 16px;
  }
  .mobileplayerplaybtn {
    width: 70px;
  }
  .navbackbtn {
    margin-left: 10px;
  }
  .streamcircle {
    position: absolute;
    left: 0px;
    top: 80px;
    right: 0px;
    bottom: 0px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
  }
}

@font-face {
  font-family: 'Mark simonson proxima nova alt light';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Alt-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mark simonson proxima nova alt regular';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Alt-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}