* {
  transition: all ease 0.3s;
}

body {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212121+1,000000+100 */
  background: #212121;
  /* Old browsers */
  background: -moz-linear-gradient(top, #212121 1%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #212121 1%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #212121 1%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#212121", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  background-attachment: fixed;
  min-height: 100vh;
  color: white;
}



a {
  color: inherit;
  display: inline-block;
  text-decoration:none;
}



a:hover, a:focus, a:visited {
  text-decoration:underline;
}

.login_small_text {
  font-size:0.7rem; 
  padding-top: 3px; 
  text-align:center
}

.popular-item-container {
  overflow: hidden;
}


.randombg {
  font-size: 100px;
  text-transform: uppercase;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px white;
  font-family: 'Helvetica Neue';
  text-align: center;
  font-weight:600;
}

.header-container,
.navbar {
  background-color: black;
  max-height: 200px;
  overflow: hidden;
}

.navbar {
  position: fixed !important;
  width: 100%;
}
.navbar img {
  max-width: 200px;
  max-height: 50px;
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus 
{
  --bs-border-width: none;
  --bs-navbar-toggler-focus-width: none;
}

.navbar-nav .nav-item .nav-link {
  color: white !important;
}

.col-wraps {
  padding-inline: 10px;
}

.service {
  text-align: center;
}
.service .title {
  max-width: 100%;
}
.service .dropdown-toggle {
  background-color: #3a3a3a;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #818181;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 20px;
  height: 50px;
  max-width: 560px;
  padding: 10px 20px;
  text-align: left;
  width: 60%;
}
.service .dropdown-toggle::after {
  float: right;
  border-top: 0.7em solid;
  border-right: 0.7em solid transparent;
  border-left: 0.7em solid transparent;
  border-bottom: 0;
  margin-top: 0.75vw;
}
.service .dropdown-menu {
  max-height: 160px;
  overflow-y: scroll;
  width: 60%;
}
@media (max-width: 991px) {
  .service .dropdown-menu {
    width: 100%;
  }
}
.service .popular-header {
  font-size: 32px;
  color: #fff;
  display: block;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 992px) {
  .service .popular-header {
    border-bottom: 1px #FFF solid;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.service .popular-item-container a {
  display: block;
  text-decoration: none;
}
.service .popular-item-container .popular-item {
  overflow: hidden;
  padding: 20px;
  float: left;
}
.service .popular-item-container .popular-item img {
  max-width: 100%;
  width: 100%;
  border-radius: 15%;
}
.service .popular-item-container .popular-item p {
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none !important;
  margin-top: 5px;
}

.popular-item-spacer {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.popular-item {
  padding-inline: 5px;
  margin-bottom: 15px;
}
.popular-item__img-wrapper {
  overflow: hidden;
}
.popular-item__img-wrapper > img {
  border-radius: 20px;
  display: block;
  height: 105px;
  margin-inline: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .popular-item__img-wrapper > img {
    height: 160px;
    width: 160px;
  }
}
@media (min-width: 992px) {
  .popular-item__img-wrapper > img {
    height: 220px;
    width: 220px;
  }
}
@media (min-width: 992px) {
  .popular-item__img-wrapper > img {
    height: 290px;
    width: 290px;
  }
}
.popular-item__title {
  height: 40px;
  line-height: 1.2;
  padding-top: 5px;
  margin-bottom: 5px;
}
.popular-item__title--with-artist {
  height: 60px;
}
@media (min-width: 992px) {
  .popular-item__title {
    font-size: 22px;
    height: 80px;
  }
  .popular-item__title--with-artist {
    height: 120px;
  }
}
.popular-item a {
  border-radius: 7px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.popular-item a:hover, .popular-item a:focus, .popular-item a:visited {
  color: inherit;
  text-decoration: underline;
}
.popular-item a:hover, .popular-item a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.popular-item a .section-number {
  background-color: rgba(0, 0, 0, 0.8);
  border-right: 1px #666 solid;
  border-bottom: 1px #666 solid;
  border-bottom-right-radius: 7px;
  display: block;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 40px;
  z-index: 3;
}

.clear {
  clear: both;
  content: "";
  display: block;
}

footer {
  background-color: black;
  border-top: 1px #666 solid;
  margin-top: 30px;
  padding-top: 10px;
  text-align: center;
}
footer a {
  color: #818181;
  display: block;
  font-size: 18px;
  padding-block: 2px;
  text-decoration: none;
}
footer img {
  max-width: 200px;
  max-height: 50px;
}
footer .account h3,
footer .legal h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
footer .copyright {
  margin: auto;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 40px;
}
footer .copyright img {
  float: left;
}
@media (max-width: 991px) {
  footer .copyright img {
    float: none;
    margin-bottom: 20px;
  }
}
footer .copyright p {
  float: right;
  color: #818181;
}
@media (max-width: 991px) {
  footer .copyright p {
    float: none;
    color: #818181;
  }
}
@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .copyright {
    padding-block: 50px;
  }
}

.home-cat-separator {
  margin-block: 20px;
  text-align: center;
  width: 100%;
}
.home-cat-separator::after {
  clear: both;
  content: "";
  display: table;
}
.home-cat-separator .link-line {
  background-color: #fff;
  width: 33%;
  float: left;
}
.home-cat-separator a,
.home-cat-separator a:hover {
  width: 33%;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  float: left;
}

@media (max-width: 991px) {
  .header-menu {
    max-width: 90%;
    margin: auto;
    overflow: hidden;
    padding: 20px;
  }
  .header-menu img {
    max-width: 200px;
    max-height: 30px;
  }
  .header-menu img:nth-child(odd) {
    float: left;
  }
  .header-menu img:nth-child(even) {
    float: right;
  }

  .body-container {
    max-width: 90%;
  }

  .service .popular-item-container .popular-item {
    padding: 5px;
  }
  .service .popular-item-container .popular-item p {
    font-size: 1em;
  }

  .service .dropdown-toggle {
    width: 100%;
  }

  .home-cat-separator {
    width: 100%;
    text-align: center;
  }
  .home-cat-separator .link-line {
    width: 20%;
    background-color: #fff;
    float: left;
  }
  .home-cat-separator a,
.home-cat-separator a:hover {
    width: 60%;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    float: left;
  }

  .dropdown-toggle::after {
    margin-top: 2vw !important;
  }

  .dropdown-menu {
    width: 100%;
  }

  #box {
    position: fixed;
    z-index: 4;
    overflow: auto;
    top: 70px;
    right: -100%;
    width: 100%;
    opacity: 0;
    padding: 0;
    height: calc(100% - 70px);
    background-color: #000;
    color: white;
    transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  }
}
.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon span {
  background: #ffffff;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2) {
  top: 10px;
}

.animated-icon span:nth-child(3) {
  top: 20px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

* {
  box-sizing: border-box;
}

#page-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  #box {
    position: fixed;
    z-index: 4;
    overflow: auto;
    top: 70px;
    right: -50%;
    width: 50%;
    opacity: 0;
    padding: 0;
    height: calc(100% - 70px);
    background-color: #000;
    color: white;
    transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  }
}
#box.active {
  right: 0;
  opacity: 1;
  z-index: 2100;
}

#accordion {
  position: relative;
}
#accordion .item {
  position: relative;
  cursor: pointer;
  font-size: 2em;
  padding: 15px 30px 0 30px;
  transition: all 250ms;
}
#accordion .item:hover {
  padding: 15px 45px 0 45px;
  background-color: rgba(52, 56, 56, 0.2);
}
#accordion a.item {
  color: #FFF;
}
#accordion a.item:hover {
  color: inherit;
  text-decoration: inherit;
}

.accordion-separator {
  height: 1px;
  width: 85%;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto 10px auto;
  border: none;
}

@media screen and (min-width: 1024px) {
  .accordion-separator {
    width: 91% !important;
  }
}
#btn,
#btn * {
  will-change: transform;
}

#box {
  will-change: transform, opacity;
}

.navbar {
  z-index: 10;
}
.navbar button,
.navbar a {
  z-index: 11;
}

#accordion div div a {
  padding: 0px 50px;
  color: white;
  font-size: 21px;
  transition: all 250ms ease;
}
#accordion div div a:hover {
  text-decoration: none;
  padding-left: 60px;
}

.song-container {
  text-align: center;
}
.song-container img {
  max-width: 80%;
}
.song-container .track-info {
  color: white;
}
.song-container .track-info .track-title {
  font-size: 20px;
  font-weight: bold;
}
.song-container .track-info .artist-name {
  font-size: 20px;
  font-weight: bold;
}
.song-container .track-info .track-length {
  font-size: 20px;
  font-weight: bold;
}

.item-content__title {
  padding-top: 20px;
}

@media screen and (min-width: 1024px) {
  .song-container img {
    width: 30% !important;
  }
}
.page-btns {
  max-width: 100%;
  margin: auto;
  padding-block: 20px;
}
.page-btns .play-btn,
.page-btns .back-btn {
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 12px;
  text-align: center;
  text-transform: uppercase;
}
.page-btns .play-btn {
  background-color: #8da64a;
}
.page-btns .back-btn {
  background-color: #4b71a8;
}

.form-subtitle {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.col-xs-12 {
  width: 100%;
}

.login-img {
  background-image: url(../../../assets/img/login-bg.png);
  background-position: bottom center;
  background-size: 170%;
  background-repeat: no-repeat;
  min-height: 50vh;
  width: 100vw;
  padding-top: 60px;
}
.login-img img {
  max-width: 80%;
  margin: auto;
  display: block;
}
.login-img h1 {
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: 60px;
}

.form-title {
  text-align: center;
  color: white;
  font-weight: bold;
  margin: 10px;
}

.login-panel.msisdn a,
.login-panel.email a {
  text-align: center;
  color: white;
  text-decoration: underline;
}

.btn-login {
  width: 50%;
  display: block;
  margin: auto;
  margin-top: 20px;
  background: linear-gradient(#9ab651, #73873c);
  text-transform: uppercase;
  border: none;
}
@media (min-width: 992px) {
  .btn-login {
    width: 100%;
  }
}

.white {
  color: white;
}

main .container {
  padding-top: 80px;
}

.nobullets {
  list-style-type: none;
  padding-left: 0;
}

.page-404 h2 {
  border-bottom: 1px #FFF solid;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 40px;
}
.page-404 a {
  background-color: #2B5481;
  border: 1px transparent solid;
  border-radius: 7px;
  color: #FFF;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.page-404 a:hover {
  background-color: #4b71a8;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .product-list li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .product-list li {
    width: 33%;
  }
}
.item-container .item-img {
  margin-bottom: 20px;
  border-radius: 15%;
}

.favourites-btn {
  margin-bottom: 20px;
  display: block;
  padding: 0;
}

.page-header {
  color: #FFF;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-header {
    font-size: 40px;
  }
}

.login-container {
  padding-top: 50px;
}

@media screen and (min-width: 800px) {
  .login-img {
    background-position-y: -200px;
  }
}
label {
  color: white;
}

.required {
  color: white;
}

.btn-send {
  width: 100%;
  background-color: #136b78;
  color: white;
  float: left;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}

.white {
  color: white;
}

.track-artist,
.artist-name {
  color: #878787;
}

.account-menu > a {
  display: block;
}
.account-menu > a span {
  display: block;
  font-size: 24px;
  padding: 10px;
}
.account-menu > a + a {
  border-top: 1px solid #545454;
}
.account-menu > a:hover, .account-menu > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.account-menu > a:hover, .account-menu > a:focus, .account-menu > a:focus {
  text-decoration: none;
}

a.white:hover {
  color: white;
}

.cancel-form {
  border: 1px #BBB solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.cancel-form__header {
  background-color: #000;
  font-weight: 700;
  padding: 5px 15px;
  text-align: center;
}
.cancel-form__body {
  padding: 15px 20px;
  text-align: left;
}
.cancel-form section {
  display: none;
}
.cancel-form section[data-step="1"] {
  display: block;
}
.cancel-form .form-question {
  margin-bottom: 10px;
}
.cancel-form .brand__radio {
  display: block;
  position: relative;
  padding-left: 19px;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
}
.cancel-form .brand__radio .radio__mark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: inherit;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #6076a1;
}
.cancel-form .brand__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cancel-form .brand__radio input:checked ~ .radio__mark {
  background-color: #5880b9;
  border: 0;
}

.btn:disabled {
  background-color: #959595;
}

.btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.form-horizontal .form-group:before {
  display: table;
  content: " ";
}
.form-horizontal .form-group :after {
  display: table;
  content: " ";
  clear: both;
}

.btn-cancel {
  background-color: #4b71a8;
  border: 0;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-inline: auto;
  max-width: 400px;
  padding: 10px 15px;
  width: 100%;
}
.btn-cancel:hover {
  background-color: #5880b9;
}

.btn-cancel .btn-outline-danger {
  width: 80%;
  display: block;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .login-modal {
    -webkit-box-shadow: 0 0 5px 0 #666666;
    -moz-box-shadow: 0 0 5px 0 #666666;
    box-shadow: 0 0 5px 0 #666666;
    max-width: 1200px;
    height: 500px;
    border-radius: 20px;
    margin: 100px auto auto;
    display: block;
    overflow: hidden;
  }
  .login-modal .login-img {
    width: 65%;
    float: left;
    height: 100%;
    padding-top: 70px;
    background-size: auto;
    background-position-y: -120px !important;
  }
  .login-modal .login-container {
    width: 35%;
    float: left;
    height: 100%;
    background: #0d2644;
    padding-top: 80px;
  }
  .login-modal .login-container .row {
    display: block;
    margin-left: 0;
    padding: 20px;
    width: 100%;
  }
  .login-modal .login-container .row .modal-login {
    max-width: 100% !important;
  }
  .login-modal .login-container .row .offset-md-3 {
    margin-left: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
