.verified-col{
  color: #1DA1F2;
}



.sticky-sux{
  position: sticky;
  padding: 10px;
  top: 100px;
  left: 25%;
  z-index: 99999;
  width: 50%;
}

.sticky-cnt{
  position: fixed;
  width: 505px;
  top: 10rem;
  left: 50%;
  margin-left: -252px;
  z-index: 99999999;
}


.back-blur{
  filter:         blur(12px);
  -webkit-filter: blur(12px);
}
.tooltipster-base{
  width: 320px !important;
}

.ch-cnt {
  justify-content:center;
}

.text-14x-i{
  font-size: 1.4rem !important;
}
.lg-form-lab{
  min-height: 3.7rem;
  display: grid;
  align-items: end;
}

.add-alb {max-height: 75%;}

.m-t-list {margin-top: 0.8rem;}

.btn-ul-f {width: 16rem; }
.fa-cu {
    font-size: 1.6em;
    margin-top: 0.4rem;
}
.box-h-pr {
  height: 10rem;
}

.box-h-st {
  height: 12rem;
}
.text-xmd {font-size: 0.9rem;}


.mejs-error {
  display: none;
}

.pay-width25 {
  width: 25%;
}

.p-rd-btn {
  padding: 6px 10px 6px 14px !important;
}

.black {
  color: rgba(255, 255, 255, 0.87);
  background-color: #17171b;
}

.upl-pa{
  max-width: 1100px;
  margin: 0 auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    /* margin: 10px; */
	}

lic.brand-animate {
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  transform-origin: 24px 24px;
  -webkit-transform-origin: 24px 24px;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.pace-running .brand-animate {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.pace-done .brand-animate {
  opacity: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.drodown-clear {
  line-height: 1.5 !important;
}

.marg-clear {
  margin-left: 1.5rem !important;
}

/* * by shijesh  for license choosing popup*/
.lic_dialog {
  display: none;
}

/*  msg/notification  general popup */
#msg_flyer {
  display: none;
  font-weight: bold;
  /*font-family: monospace;*/
  z-index: 10000;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
  /*margin: 15px 13px 13px 13px;*/
  /*border-radius: 6px;
	-o-border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 6px;*/
  box-shadow: 0px 0px 1px 1px #1d1d22;
}

#msg_flyer>div {
  vertical-align: middle;
  padding: 10px 10px;
}

#msg_flyer>div a {
  color: #c12e2a;
  text-decoration: underline;
}

.icn-style {
  color: #c12e2a;
  font-weight: 500 !important;
  font-size: 14px;
}

.p-a-15 {
  padding: 0.15rem !important;
}

.mrg-icn {
  margin-right: 12px;
}

.fa-fw {
  width: 1.5rem !important;
}

.m-l-05 {
  margin-left: 0.5rem !important;
}

.sm-width {
  width: 7rem;
}

.md-width {
  width: 11rem;
}

.xs-width {
  width: 6.5rem;
  /*    font-size: 10px;*/
}

.xl-width {
  width: 15rem;
}

.dd-icn-size {
  font-size: 22px;
  padding: 5px;
}

.list-icns-corr {
  display: inline-flex;
  align-items: center;
  padding: 5px 0px;
}

.insta-col {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.modal-fix {
  top: 7rem;
}

.modal-form {
  background-color: #080808 !important;
}

.modal-content-color {
  background: #1f1f25;
  color: #fff;
  font-weight: 700;
}

.short-icn {
  width: 3rem;
}

.copy-link {
  float: right;
  width: 12rem;
  background-color: #080808 !important;
  padding: 8.5px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, .15);
}

/*Modal Beat löschen*/
.deletePopUp {
  max-width: 132px;
}

a:hover {
  color: #c12e2a !important;
  text-decoration: none !important;
}

/*Bulk Deals Button*/
.dropdown-menu-bulk {
  min-width: 350px !important;
}

/*.follow{
	color: #c12e2a; }*/
.add-pl-plu-btn {
  position: sticky;
  bottom: 4rem;
}

/*SUCCESS MESSAGE TOP FADE OUT ADNIMATION*/
.clsSuccessMessage {
  animation: fadeOut 6s ease;
  animation-fill-mode: forwards;
  color: rgba(255, 255, 255, 0.87);
  background-color: #02b875;
}

.clsErrorMessage {
  animation: fadeOut 6s ease;
  animation-fill-mode: forwards;
  color: rgba(255, 255, 255, 0.87);
  background-color: #c12e2a;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.playlist-img {
  /*position: relative;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
}

.btn-fol-pl-wi {
  width: 9rem;
}

.covered {
  object-fit: cover;
  width: 50%;
  height: 50%;
}

.tab-pane-w {
  width: 17rem;
}



.tab-pane-beats {
  width: 8rem;
}

.create-pl-modal {
  max-height: calc(100% - 25rem);
}

.mrg-dd-bd {
  margin-left: -58px;
}

/*START INDEX SLIDER*/
img.d-block.w-100 {
  height: 50rem;
}

/*ENDE INDEX SLIDER*/
/*Small devices (landscape phones, less than 768px)*/
.scanner-play {
  color: #fff;
  font-size: 0;
  border-radius: 100%;
  background: transparent;
  border-width: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.scanner-play:before {
  -webkit-transition: color 0.1s linear 0.1s;
  transition: color 0.1s linear 0.1s;
  position: absolute !important;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}

.scanner-play:hover:before,
.scanner-play.active:before {
  color: #000;
}

.scanner-play:after {
  content: '';
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scanner-play:hover:after,
.scanner-play.active:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  box-shadow: inset 0 0 0 30px;
}

.item .scanner-play:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.scanner-play:before {
  background-color: transparent;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: middle;
  min-width: 14px;
}

.scanner-play:before {
  content: "\f04b";
  position: relative;
  padding-left: 2px;
}


.dropdown-menu {
  min-width: 320px !important;
}
.ul-wi {
  min-width: 240px !important;
}

.fnt-sz {
  font-size: 0.8em;
}

i.fas.fa-shopping-cart {
  font-size: 0.7rem;
  vertical-align: middle;
}

.l-h-btn {
  line-height: 1.4rem;
}

.b-r-xs {
  border-radius: 0.25rem;
}

.filter-aside {
  position: sticky !important;
  top: 2rem;
}

.drooltip.loaded.bottom.showArrow.open {
  margin-top: -40px;
}

.btn-playpause-mob {
  width: 75px !important;
  height: 75px !important;
  color: #c12e2a !important;
}

.btn-playpause-mob:hover:before, .btn-playpause-mob.active:before {
  color: #fff;
}

.dropdown-menu .active {
  background-color: rgba(0, 0, 0, 0.065) !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-tabs .nav-link:focus {
  border-bottom: 2px solid rgb(193, 46, 42) !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border: none;
}

/*Tooltipster*/
.tooltipster-sidetip .tooltipster-box {
  background: #1f1f25 !important;
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: rgba(120, 130, 140, 0.13) !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #1f1f25 !important;
}

.tooltipster-base {
  margin-top: -55px !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #1f1f25 !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: rgba(120, 130, 140, 0.13) !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-bottom-color: rgba(120, 130, 140, 0.13) !important;
}

.badger {
  right: 22px;
  top: -14px !important;
}

.cart_amntt {
  top: 0 !important;
}

.cart-badge {
  border-radius: 50% !important;
  width: 22px;
  height: 22px;
}

.label-cart {
  font-size: 80% !important;
}

.usr-indx {
  z-index: 1030;
}

.text-link {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

text-link:focus {
  outline: none;
  text-decoration: underline;
}

.btn-crr {
  margin-top: 0.2rem;
}

.list-item-act-i {
  padding: 12px 0px 12px 10px !important;
}

.box-header-act {
  padding: 0.5rem 1rem 0.25rem 1rem;
}

.tab-menu-width {
  width: 6rem;
}

.no-brd {
  border: none !important
}

.dropdwn-corr-lic {
  top: 25%;
}

.item-min-h {
  min-height: 4rem !important;
}

.first-hide, .both-sk-m {
  display: none;
}

.b-ra4-i {
  border-radius: 4px !important;
}

.upl-m-w-600 {
  max-width: 600px;
}

.sticky-hdr {
  position: sticky;
  top: 110px;
  z-index: 99999999;
}

.sticky-hdr-sm {
  position: sticky;
  top: 75px;
  z-index: 99999999;
}

.progress-bar-danger{
	background-color: #c12e2a;
}


.progress-bar{
	background-color: #c12e2a;
  height:1.2rem;
}

.progress{
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 0.8rem !important;
  height: 1.2rem;
}

.progress-bar{
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .text-left-sm {
    text-align: left !important;
  }


  /*Animate.css Modal Open Speed*/
  .modal-faster {
    --animate-duration: 0.3s;
  }

  .modal-dialogs {
    max-width: 600px;
    margin: 30px auto;
  }

  .m-fix {
    padding-top: 5% !important;
    padding-right: 0 !important;
  }

  .bo-ra{border-radius: 2%;}
  .top-0 {top: 0px;}

  .right.bottoms-right.black.scrollable.modal-dialogs.down {
      width: 500px;
      top: -2rem;
      bottom: 2rem;
  }


}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .m-w-reg {
    max-width: 25rem; }

  .m-l-15h{
    margin-left: 15vh;
  }



  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out, -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }

  .modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }


}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .modal-lg {
    max-width: 1140px;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1140px;
  }

  .box-h-files {
    height: 7rem;
  }


}

@media (max-width: 575.98px) {
  .m-l-xxs {
    margin-left: 0.25rem;
  }


  .m-mob {
    margin-left: 0.3rem !important;
  }

  img.d-block.w-100 {
    height: 25rem;
  }

  .modal-m{
    position: sticky;
    top: 20rem;
    z-index: 99999 !important;
  }


  .playlist .tracks{
    max-height: 75vh;
  }

  .modal-dialog {
    margin: 0 -15px !important;
  }

  /* .modal-body{
    padding: 0;
  } */

  .tab-pane-w {
      width: auto !important;
      margin-bottom: 0.5rem !important;
      float: none !important;
      margin: 0 auto;
  }

  .item-meta.text-ellipsis._400.text-sm-name.m-t{
    margin-left: 5.5rem;
  }

  .item-meta.text-ellipsis._400.text-sm-name.m-t.charts-bl{
    margin-left: 3rem;
  }

  .item-list .item:hover, .item-list .item:focus {
    background-color: transparent;
  }

.btn-block-mob{
  display: block;
  width: 100%;
}

.m-r-mob{
  margin-right: -0.5rem;
}




  #msg_flyer {
    width: 90%;
  }

  .tab-pane-beats {
    width: 48%;
  }

  .mob-cnt {
    text-align: center;
  }

  .mob-no-m-r{
    margin-right: 0;
  }

  .mob-no-pull {
    float: none;
  }

  .mob-m-b-xs {
    margin-bottom: 1rem;
  }

  .p-x-sm-mob {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .item-list .item-media {
    width: 75px;
    height: 75px;
  }

  .box-header {
    font-size: 0.75rem;
  }

  .thumb-mob {
    text-align: center;
  }

  .center-block-mob {
    margin: 15px auto;
  }

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

  .m-t-xlg, .m-b-xlg {
    margin: 0;
  }

  .mob-m-t-xs {
    margin-top: 0.25rem;
  }
  .w-mob {
    width: 90%;
  }

  .h-mob {
    height: 100%;
  }

  .m-r-lg {
    margin-right: 1rem;
  }

  .w-scanner {
    width: 375px;
  }

  .m-fix-mod {
    position: fixed;
    top: -60px;
    padding-top: 12% !important;
    padding-right: 0 !important;
  }

  modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    /* transform: translate(0,0); */
  }

  .fade {
    opacity: 0;
    transition: opacity .15s linear;

    &.in {
      opacity: 1;
    }
  }

  .modal .bottoms {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .modal .bottoms-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .modal.in .bottoms {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .modal>.bottoms {
    position: fixed;
    z-index: 1055;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100%);
    padding: 1rem 1rem;
  }

.modal>.bottoms-right {
  position: fixed;
    z-index: 1055;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100%);
    padding: 1rem 1rem;
  }


.xs-btn {width: 44px !important; height: 44px !important; line-height: 2.1rem; }
.mob-pr {margin-top: -10px;}
.h4 {font-size: 1.1rem;}
.text-sm-m {font-size: 0.8rem;}

.mob-cen {margin-right: -6rem;}

.mob-top {margin-top: 2rem;}
.m-t-mob {margin-top: 1rem;}
.w-img-bl {margin: 0 auto; width: 10rem;}


.btn-widpro {
  width: 13rem;
}

}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .mob-foot{
    text-align: center;
  }





  .mob-v-c {
    display: block;
    margin-top: 1rem;
  }

  img.d-block.w-100 {
    height: 35rem;
  }

  .tab-pane-w {
    width: 10.5rem;
  }

  .box-h-st {
    height: 17rem;
  }

  .lg-form-lab{
    min-height: 1.7rem;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .box-h-pr {
    height: 13rem;
  }

  .modal-dialog {
    min-width: 95% !important;
  }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .box-h-files {
    height: 9rem;
  }
}
