@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  font-family: 'Poppins', sans-serif;
}
/* header */
.header{
position: absolute;
    width: 100%;
}
/* header */

/* sidebar */
.list h2 {
  font-size: 20px;
  color: #fff;
  padding-left: 26px;
  font-weight: 300;
}

.containers{
  position: relative;
}

.sidebar {
  background: #0000003b;
    transition: all .5s;
    max-width: 1000px;
    width: 225px;
    height: 100vh;
    box-shadow: inset 0px 0px 2px rgb(5, 5, 5), 0px 0px 13px #000;
    position: absolute;
    overflow-y: scroll;
    z-index: 11;
}
.sidebar::-webkit-scrollbar {
  width: 0px;
}
.sidebar.collapsed {
  max-width: 0;
  overflow: hidden;
  border-right: 0;
}
.content{
  position: absolute;
}
.content button{
  margin: 10px;
  background-color: #7B61FF;
  border: none;
  border-radius: 2px;
  display: none;
}
.content button div {
  width: 20px;
  height: 3px;
  background-color: aliceblue;
  margin: 3px 0;
}
.playdiv:hover {
  box-shadow: 0px 0px 8px 2px #d9534f;
}
#head{
  display: flex;
    justify-content: center;
    position: relative;
    top: 4px;
    border-bottom: 2px solid #777;
}

#head .logo{
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  padding-right: 15px;
  color: aliceblue;
}

.list{
  list-style: none;
  padding: 5px 15px;
  padding-top: 11px;
}

.list li{
  margin: 5px;
  padding: 14px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0px;
  padding-left: 14px;
  border-radius: 10px !important;
}
.list a img {
  width: 9%;
  margin-right: 14px;
}

.active{
  margin-right: 0px;
  background: #00000085;
  font-weight: 700 !important;
  box-shadow: 1px 2px 3px 0px #d9534f;
}
.list li:hover{
  margin-right: 0px;
    background: #00000085;
    font-weight: 700 !important;
    box-shadow: 2px 3px 3px 2px #d9534f;
}
.list li.active a{
  color: #000;
  text-decoration: none;
}
.list li:hover a{
  text-decoration: none;

}
ul.list.s2 img {
  width: 9%;
  margin-right: 14px;
}
.list a{
  text-decoration: none!important;
  color: aliceblue;
}

/* login-join */
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 2em;
  padding-right: 2em;
  /* background-color: #2a2e35; */
  border-radius: 17px;
  transition: .4s ease-in-out;
  border: 2px solid #e26f7826;
  padding-top: 10px;
  padding-bottom: 17px;
  box-shadow: 0px 0px 8px 2px #cb5b5638;
}


#heading {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 25px;
  padding-top: 10px;
}

.field {
  display: flex;
  align-items: center;
  gap: 0.5em;
  border-radius: 12px;
  padding: 0.6em;
  border: none;
  outline: none;
  color: white;
  background-color: #000;
  /* box-shadow: inset 2px 5px 10px rgb(5, 5, 5); */
  padding: 14px;
  margin-bottom: 13px;
  background: rgb(20, 20, 20);
  border: 1px solid #ffffff2e;
}

.input-icon {
height: 1.3em;
width: 1.3em;
fill: white;
}
.field:focus-within {
  border: 2px solid #e26f7826!important;
  box-shadow: 0px 0px 8px 2px #cb5b5638!important;
}
.input-field {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  font-weight: 300;
}
.fa-envelope:before {
  color: #ffffff7a;
}
.fa-lock:before {
  color: #ffffff7a;
}
.form .btn {
display: flex;
justify-content: center;
flex-direction: row;
}

.button1 {
  border: none;
  outline: none;
  transition: .4s ease-in-out;
  color: white;
  background-color: #2a2e35;
  padding: 14px 64px;
  border-radius: 12px;
  width: 100%;
  
}

.button1:hover {
background-color: black;
color: white;
}

.button2 {
padding: 0.5em;
padding-left: 2.3em;
padding-right: 2.3em;
border-radius: 5px;
border: none;
outline: none;
transition: .4s ease-in-out;
background-color: #252525;
color: white;
}

.button2:hover {
background-color: black;
color: white;
}

.forget {
text-align: center;
color: #fff;
}
.login .row{
  padding: 80px 360px;
  padding-top: 69px;
}
h3.changing {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
h3.changing a {
  background: -webkit-linear-gradient(#B897E2, #FF532C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hdrlogo{
position: absolute;
  left: 34px;
  top: 20px;
}
/* login-join */
/* landing page css */

.text-light {
  color: white;
}
.container.sec2 .col-md-6 {
width: 45%;
margin: 0% 2%;
background: #25272d87;
text-align: center;
padding: 47px;
border-radius: 28px;
border: 3px solid #000;
background-color: #25272d87;
box-shadow: inset 2px 0px 10px rgb(5, 5, 5), 0px 0px 10px #ffffff61;
padding-bottom: 13px;
}
img.arrowkeys {
position: relative;
left: 5vw;
}
.container.sec2 {
padding-top:95px;
}
#upload {
  background: -webkit-linear-gradient(right,#FF532C, #B897E2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 39px;
}
i.fas.fa-play-circle {
  opacity: 0.5;
}
#reason-8-logo{
padding-left: 2vw;
}
/* landing page css */
.bodypanelpading{
  padding-left: 225px !important;
    margin-top: 6%;
    width: 100%;
    height: 87vh;
    overflow-y: scroll;
    padding-right: 0px !important;
}
.bodypanelpading::-webkit-scrollbar {
  width: 2px;
}

.backbtn h3 {
  font-weight: 400;
    padding-left: 5px;
    color: #f5f5f5;
    font-size: 31px;
    z-index: 111;
}
.backbtn {
  display: flex;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 18%;
}
.newclear h3 {
  color: #eb665f;
  font-weight: 500;
  font-size: 20px;
  padding-left: 12px;
}
.newclear span{
color:#5DA8FF;
}
.col-md-12.lormnotic {
  display: flex;
}
.col-md-12.lormnotic h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 2px;
}
.col-md-12.lormnotic p {
  color: #fff;
  font-weight: 100;
  font-size: 15px;
}
.col-md-12.lormnotic img{
  margin-top: 8px;
}
.lormnotic::after {
  content: "";
  width: 96%;
  height: .1em;
  background-color: #777777b3;
  position: absolute;
  bottom: -2px;
  left: 33px;
}
.neonel h2 {
  padding-left: 28px;
  position: relative;
  top: 15px;
  color: #e86966;
  font-size: 20px;
  font-weight: 500;
  z-index: -1;
}
.col-md-12.lormnotic {
  z-index: -11;
}
/* landing page css */
/* Manage Subscription */
.subrow{
padding: 180px 106px;
}
.flxmontl {
  background: #25272d87;
  padding: 11px;
  border-radius: 28px;
  border: 3px solid #000;
  background-color: #25272d87;
  box-shadow: inset 2px 0px 10px rgb(5, 5, 5), 0px 0px 10px #ffffff61;
  width: 100%;
}
.disfx {
  display: flex;
  justify-content: space-between;
}
.flxmontl h4 {
  color: #ffffff96;
  font-size: 20px;
  font-weight: unset;
  line-height: 43px;
}
.flxmontl strong {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.flxmontl:hover {
  box-shadow: 0px 0px 8px 2px #d9534f;
}
.subrow {
  padding: 46px 43px;
}
.flxmontl .divs {
  background: #ffffff45;
    height: 1px;
    width: 99%;
    margin-top: 11px;
}
.backbtn img:hover {
  filter: drop-shadow(3px 4px 5px #d9534f)!important;
}
.para p {
  color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    padding-top: 17px;
}
.text h3 {
  width: 86%!important;
}
.mh .text h3 {
  width: 100%!important;
}
.para h3 {
  color: #fff;
  text-decoration: underline;
}
.para ul {
  padding-left: 19px;
  color: #fff;
  line-height: 25px;
  font-weight: 200;
}
/* button {
  border: none;
  outline: none;
  transition: .4s ease-in-out;
  color: white!important;
  background-color: #2a2e35;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5), 0px 0px 10px #ffffff61;
  padding: 14px 64px;
  border-radius: 44px;
} */
.flxmontl h5 {
  position: absolute;
  top: 0;
  color: #c985b3;
}
/* Manage Subscription */
/* userplaylist */
.hs {
  display: flex;
  overflow-x: scroll;
  height: 35vh;
  overflow-y: hidden;
}
.hs__header {
  display: flex;
  align-items: center;
  width: 100%;
}
.hs__headline {
  flex: 1;
  font-weight: 500;
  padding-left: 8px;
  background: -webkit-linear-gradient(#B897E2, #FF532C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hs__arrows {
  align-self: center;
}
.hs__arrows .arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  filter: brightness(5);
  width: 20px;
  height: 12px;
  cursor: pointer;
}
a.arrow {
    margin-right: 12px;
    background-color: #25272d87;
    box-shadow: inset 2px 0px 10px rgb(5, 5, 5), 0px 0px 10px #ffffff61;
    border-radius: 51px;
    padding: 9px;
}
a.arrow:hover {
box-shadow: inset 2px 0px 10px rgb(5, 5, 5), 0px 0px 10px #d9534f;
}
.hs__arrows .arrow.disabled:before {
  filter: brightness(2);
}
.hs__arrows .arrow.arrow-prev:before {
  transform: rotate(90deg);
  margin-right: 2px;
}
.hs__arrows .arrow.arrow-next:before {
  transform: rotate(-90deg);
}
.hs__item {
  margin: 10px;
    display: flex;
    position: relative;
    gap: 266px;
    height: 35vh;
}
.hs__arrows {
    margin-right: 23px;
    margin-top: 15px;
}
@media only screen and (max-width: 990px) {
  .hs__item {
    flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));
  }
}
.hs__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: calc(10px * 2 * -1);
}

.hs__item__description {
  align-self: flex-start;
  margin: 10px 0;
  padding-left:12px;
}
span.hs__item__title {
    color: #fff;
    font-size: 17px;
}
.hs__item__subtitle {
  color: #aaa;
  display: block;
}
.hs__item__image__wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.hs__item__image {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 76%;
  -o-object-fit: cover;
     object-fit: cover;
     border-radius: 10px;
}
@media only screen and (min-width: 990px) {
  .hs__wrapper {
    overflow: hidden;
  }
}
@media (hover: none) and (pointer: coarse) {
  .hs__wrapper .hs__arrows {
    display: none;
  }

}

@media only screen and (min-width: 990px) {
  .container {
    padding: calc(10px * 4) calc(10px * 8);
  }
}

.description {
  max-width: 990px;
  color: #212121;
  margin: 0 auto;
  padding: calc(10px * 4);
}

ul {
  padding: 0;
  margin: 0;
}
.hs__arrows span {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
/* newone */

/* (A) MATERIAL ICONS */
.aWrap .svg-inline--fa {
  color: white !important;
}

/* (B) WRAPPER */
.aWrap {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* allow buttons to wrap into another row on small screens */
  /* flex-wrap: wrap; */
  width: 550px;
  padding: 10px 30px;
  margin: 5px 0;
  border-radius: 10px;
  background: #292c33;
  gap: 1rem;
}

.aWrap,
.aWrap * {
  box-sizing: border-box;
}

/* (C) PLAY/PAUSE BUTTON */
.aPlay {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
}

/* (D) TIME */
.aCron {
  font-size: 14px;
  color: #cbcbcb;
  margin: 0 10px;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
.aWrap input[type="range"] {
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  width: 150px;
  padding: 0;
  margin: 0;
  background: 0;
}

.range,
.range-volume {
  position: relative;
  display: flex;
  align-items: center;
}

.range input,
.range-volume input {
  position: relative;
  z-index: 1;
}

.range .change-range,
.range-volume .change-range {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 0px;
  background-color: rgb(187, 187, 187);
  border-radius: 10px 0 0 10px;
}

.range-volume .change-range {
  height: 10px;
  width: 95%;
}

.under-ranger {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background-color: rgb(63, 63, 63);
  border-radius: 10px;
}

.range-volume .under-ranger {
  height: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
  appearance: none;
}

/* (E2) CUSTOM SLIDER TRACK */
.aWrap input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 6px;
  border-radius: 10px;
}

/* (E3) CUSTOM SLIDER BUTTON */
.aWrap input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

.aWrap input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

/* (F) VOLUME */
.aVolIco {
  margin: 0 10px;
  cursor: pointer;
}

input.aVolume {
  width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
  height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
  margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
  margin-top: -3px !important;
}

.volume-container {
  display: flex;
  align-items: center;
}
button.aPlay {
  box-shadow: none;
}
/* userplaylist */
/* Terms & Conditions*/
.textcontent h2 {
  color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}
.textcontent li {
  color: #ffffff7a;
  line-height: 40px;
}
/* Terms & Conditions*/

/* sidebar-playlist */
.playdiv {
  display: flex;
  color: #fff;
  width: 62%;
  margin: 0% 2%;
  background: #25272d87;
  padding: 35px 20px;
  border-radius: 28px;
  border: 3px solid #000;
  background-color: #25272d87;
  box-shadow: inset 2px 0px 10px rgb(5, 5, 5), 0px 0px 10px #ffffff61;
  text-align: left;
  cursor: pointer;
} 
.plyldiv {
  width: 2px;
  background: #fff;
  margin-left: 16px;
  margin-right: 16px;
}
.playdiv p {
  font-size: 16px;
  font-weight: 600;
}
.container.plylists {
  padding: 153px 0px;
  margin-left: -26px;
}
.reeroimg {
  position: absolute;
  bottom: -7px;
}
/* sidebar-playlist */
/* hearticon */
.usrclsplul {
  display: flex;
  padding-left: 24px;
}

.classicply {
  position: relative;
  display: inline-block;
}

.classicplyimg {
  width: 262px;
  border-radius: 20px;
  height: 26vh;
  margin: 2px 53px;
  cursor: pointer;
}

.classicplyimg:hover{
  box-shadow: 0px 0px 8px 2px #cb5b5638;
  border: 1px solid #cb5b5638;
}
.para span {
  color: #d9534f;
}
.classicpltex {
  color: #000;
  padding: 4px 6px;
  background: #fff;
  width: 87%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.usrclsplul li {
  list-style: none;
}

.controls {
  margin-top: 0px;
  gap: 10px;
  align-items: center;
  width: 60%;
  justify-content: center;
}

.cantrl .controls {
  text-align: center;
  margin-top: 35px;
}

.play-btn, .heart-btn {
  position: absolute;
  bottom: 5px;
  left: 60px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.heart-btn {
  left: auto;
  right: 60px;
  color: #ff6b6b;
}

.heart-btn.filled {
  animation: pulse 0.3s;
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1);
  }
}
div#loader-container i.fa.fa-pause-circle-o {
  display: none;
}
div#loader-container i.fa.fa-play-circle-o {
  display: none;
}
.usrclsplul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.usrclsplul li {
  display: inline-block;
  margin-right: 10px;
}

.usrclsplul + .usrclsplul {
  margin-top: 20px;
}

.errow i {
  color: #fff;
  font-size: 25px;
  margin: 36px 19px;
  margin-bottom: 0px;
}
a:focus, a:hover {
  text-decoration: none!important;
}
li.hs_item {
  list-style: none;
}
/* hearticon */
/* playbtn */
.swal2-container.swal2-center>.swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  background: #1b1e22!important;
  border: 2px solid #fff!important;
  border-radius: 13px!important;
  color: #fff!important;
}
button.swal2-confirm.swal2-styled {
  background: #d9534f;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: none!important;
}
span.lofin {
  font-size: 13px;
  float: left;
  padding-left: 15px;
  padding-top: 4px;
}
i.fa.fa-pause-circle-o {
  font-size: 31px;
}
i.fa.fa-play-circle-o {
  font-size: 31px;
}
i.fa.fa-step-backward {
  font-size: 30px;
}
i.fa.fa-step-forward {
  font-size: 28px;
}
i.fa.fa-pause-circle-o:hover {
 color: #d9534f;
}
i.fa.fa-play-circle-o:hover {
 color: #d9534f;
}