button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
  cursor: pointer;
}
button:focus {
  outline: none;
}
a {
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
:focus-visible {
  outline: 0px dotted;
}
.row--grid {
  margin-right: -10px;
  margin-left: -10px;
}
.row--grid .col-6,
.row--grid .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .row--grid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row--grid .col-6,
  .row--grid .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row--sidebar {
  margin-right: -10px;
  margin-left: -10px;
}
.row--sidebar .col-6,
.row--sidebar .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.owl-carousel .owl-item {
  -webkit-transform: none;
}
/*==============================
	Header
==============================*/

/*==============================
	Player
==============================*/
.player {
  z-index: 102;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFF 50%;
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #222227;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
.player__cover {
  width: 100%;
  max-width: 90px;
}
.player__cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin-bottom: 10px;
}
.player__track {
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.player__track b {
  font-weight: 600;
  color: #000;
}
.player__content {
  width: 100%;
}
.player__btn {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #16151a;
  border-radius: 12px 12px 0 0;
  height: 40px;
  width: 90px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 103;
  color: #fff;
  font-size: 14px;
  border: 1px solid #222227;
  border-bottom: none;
}
.player__btn svg {
  width: 18px;
  height: auto;
  fill: #25a56a;
  margin-right: 8px;
}
.player--active {
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .player {
    width: 450px;
    padding: 20px 30px;
    transform: translateY(0);
  }
  .player__btn {
    display: none;
  }
}
.plyr__control {
  padding: 0;
}
.plyr__control svg {
  width: 24px;
  height: 24px;
  transition: fill 0.4s ease;
}
.plyr__control:hover {
  background-color: transparent !important;
}
.plyr__control:hover svg {
  fill: #BB0F0F;
}
.plyr__controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.plyr__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.plyr__actions button {
  margin: 0 5px;
}
.plyr__tooltip {
  background-color: #222227;
  box-shadow: none;
  color: #fff;
  font-size: 14px !important;
}
.plyr__tooltip:before {
  border-top-color: #222227;
}
.plyr__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.plyr__time {
  margin-left: 10px;
  color: #c0c0c0;
  font-size: 14px;
  line-height: 100%;
}
.plyr__volume {
  margin-right: auto;
}
.plyr__progress {
  width: 100%;
}
.plyr--audio .plyr__controls {
  padding: 0;
  color: #fff;
  background-color: transparent;
}
.plyr--full-ui input[type="range"] {
  color: #BB0F0F;
}
/*==============================
	Main
==============================*/
.main {
  position: relative;
  margin-top: 70px;
  padding: 20px 0 60px;
}

@media (min-width: 576px) {
  .main {
    padding: 20px 15px 50px;
  }
 
}
@media (min-width: 768px) {
  .main {
    padding: 30px 15px 70px;
  }
 
  .main__list--dashbox {
    margin-top: 0;
  }
 
}

@media (min-width: 1200px) {
  .main {
    padding: 0 15px 70px 295px;
    margin-top: 0;
  }
  .main__carousel .owl-dots {
    justify-content: flex-end;
    padding-right: 68px;
  }
 
}

/*==============================
	Releases
==============================*/
.release {
  margin-top: 20px;
  border: 1px solid #222227;
  background: url(../images/covers/carnaval_chicheno_dsc_2933.jpg) no-repeat;
  padding: 20px;
  border-radius: 12px;
  position: release;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.release__cover {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.release__cover img {
  width: 100%;
}
.release__list {
  position: relative;
  height: 330px;
  width: 100%;
  overflow: hidden;
  padding-right: 14px;
  margin-top: 20px;
}
.release__stat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #c0c0c0;
  font-size: 14px;
  transition: 0.5s ease;
  width: 100%;
  margin-top: 15px;
}
.release__stat span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}
.release__stat span:last-child {
  margin-right: 0;
}
.release__stat svg {
  width: 20px;
  height: auto;
  fill: #25a56a;
  margin-right: 5px;
}
.release__buy {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: #25a56a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  padding: 0 25px;
  margin-top: 15px;
}
.release__buy svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.release__buy:hover {
  background-color: #222227;
  color: #fff;
}
@media (min-width: 768px) {
  .release {
    flex-direction: row;
    margin-bottom: 10px;
  }
  .release__list {
    margin-top: 0;
    width: calc(100% - 250px);
  }
  .release__content {
    width: 230px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .release__list {
    width: calc(100% - 310px);
    height: 450px;
  }
  .release__content {
    width: 450px;
  }
}

/*==============================
	Single
==============================*/
.single-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222227;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.5)
}
.single-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  height: 48px;
}
.single-item__number {
  color: #c0c0c0;
  font-size: 22px;
  min-width: 20px;
  width: auto;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.single-item__rate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #c0c0c0;
  width: 24px;
  margin-right: 10px;
}
.single-item__rate svg {
  fill: #25a56a;
  width: 20px;
  height: auto;
}
.single-item__rate--red svg {
  fill: #eb5757;
}
.single-item__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s ease;
}
.single-item__cover img {
  width: 48px;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease;
  position: relative;
}
.single-item__cover svg {
  position: absolute;
  opacity: 0;
  fill: #fff;
  width: 24px;
  height: auto;
  margin: 1px 0 0 1px;
  transition: 0.5s ease;
}
.single-item__cover svg:last-child {
  opacity: 0;
}
.single-item__cover:hover svg {
  fill: #25a56a;
}
.single-item__cover.active {
  background-color: #000;
}
.single-item__cover.active img {
  opacity: 0.35;
}
.single-item__cover.active svg {
  fill: #25a56a;
}
.single-item__cover.pause svg {
  opacity: 1;
}
.single-item__cover.pause svg:last-child {
  opacity: 0;
}
.single-item__cover.play svg {
  opacity: 0;
}
.single-item__cover.play svg:last-child {
  opacity: 1;
}
.single-item__title {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: auto;
}
.single-item__title h4 {
  display: block;
  /*width: 100%;*/
  color: 000;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.single-item__title h4 a {
  color: #000;
}
.single-item__title h4 a:hover {
  color:#BB0F0F ;
}
.single-item__title span {
  display: block;
  /*width: 100%;*/
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.single-item__title span a {
  color: #c0c0c0;
}
.single-item__title span a:hover {
  color: #25a56a;
}
.single-item__time {
  margin-left: 15px;
  font-size: 13px;
  color: #c0c0c0;
}
.single-item__time--live {
  background-color: #eb5757;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.single-item__add {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(37,165,106,0.15);
}
.single-item__add svg {
  width: 18px;
  height: auto;
  fill: #25a56a;
}
.single-item__add:hover {
  background-color: rgba(37,165,106,0.3);
}
.single-item__export {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(128,81,212,0.15);
}
.single-item__export svg {
  width: 18px;
  height: auto;
  fill: #8051d4;
}
.single-item__export:hover {
  background-color: rgba(128,81,212,0.3);
}
.single-item:hover .single-item__cover {
  background-color: #222227;
}
.single-item:hover .single-item__cover img {
  opacity: 0.35;
}
.single-item:hover .single-item__cover svg {
  opacity: 1;
}
.single-item:hover .single-item__cover svg:last-child {
  opacity: 0;
}
.single-item:hover .single-item__cover.play svg {
  opacity: 0;
}
.single-item:hover .single-item__cover.play svg:last-child {
  opacity: 1;
}


/*==============================
	Scrollbar-track
==============================*/
.scrollbar-track-y {
  background: #222227 !important;
  top: 0px !important;
  bottom: 0px !important;
  height: auto !important;
  width: 6px !important;
  border-radius: 4px !important;
  right: 0px !important;
  overflow: hidden;
}
.scrollbar-thumb-y {
  background: #BB0F0F !important;
  width: 6px !important;
  border-radius: 4px !important;
}
.scrollbar-track-x {
  background: #222227 !important;
  left: 0px !important;
  right: 0px !important;
  height: 4px !important;
  width: auto !important;
  border-radius: 4px !important;
  bottom: 0px !important;
  overflow: hidden;
}
.scrollbar-thumb-x {
  background: #25a56a !important;
  height: 4px !important;
  border-radius: 4px !important;
}
