* {
  margin: 0;
  padding: 0;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

:root,
html[data-theme=light] {
  --txt: #000;
  --bg: #dbdbdb;
  --ads: #dcdcdc;
  --shadow-md: rgba(0, 0, 0, 0.2) 0px 2px 3px 3px;
  --bds: 3px solid #585858;
  --bgs: #fff;
  --vc: #cac7c7;
  --3: #555;
}

html[data-theme=dark] {
  --txt: #fff;
  --bg: #1a1a1a;
  --ads: #34353538;
  --shadow-md: rgba(163, 158, 158, 0.66) 0px 1px 1px 1px;
  --bds: 3px solid #585858;
  --bgs: #333;
  --vc: #0d0d0db5;
  --3: #cac7c7;
}

*,
:before,
:after {
  box-sizing: border-box
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  min-height: 100%;
  background-color: var(--bg);
  color: var(--txt);
  font: 100% Arial;
}

.button_dn {
  cursor: pointer;
  display: block;
  width: 37px;
  background: inherit;
  color: var(--txt);
  font: 110% "Arial";
  border-radius: 0px;
  border: 0px solid darkgreen;
}

.imgNightDay {
  filter: opacity(100%);
  -webkit-filter: opacity(1);
}

.imgNightDay {
  height: 27px;
  width: 27px;
  vertical-align: text-bottom;
}

#sun-svg,
html[data-theme=dark] #moon-svg {
  cursor: pointer;
  height: 27px;
  width: 27px;
  border: 0;
  background: none;
  display: none;
  fill: #e1e1e1;
  stroke: #e1e1e1;
}

#moon-svg,
html[data-theme=dark] #sun-svg {
  display: inline-block;
  fill: #e1e1e1;
  cursor: pointer;
  height: 27px;
  width: 27px;
  border: 0;
  background: none;
}

.track-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

p {
  margin: 5px 0 20px 0;
  text-align: justify;
  color: var(--txt);
}

audio,
canvas,
embed,
iframe,
img,
object,
video {
  display: block;
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
}

li {
  list-style: none;
}

a:link,
a:visited {
  text-decoration: underline;
 color: transparent;
}

a:hover,
a:active {
  text-decoration: none;
}

a img {
  border: 0;
}

a:hover,
a:active {
  text-decoration: none;
}

a img {
  border: 0;
}

#page {
  padding: 1px 0;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  background-color: var(--bg);
  max-width: 1160px;
  min-width: 320px;
  margin: 0 auto;
}
div#content>div.left>ul>li>p>a{
    text-decoration: underline;
    color: #46769f;
}
div#content>div.left>ul>li>p>nobr>a{
    text-decoration: underline;
    color: #46769f;
}
div#content>div.left>p>a{
    text-decoration: underline;
    color: #46769f;
}

#page::after {
  content: " ";
  display: table;
  clear: both;
}

#footerbar {
  border-top: 1px solid rgb(59, 58, 58);
  background: #41404030;
}

#footerbar a {
  color: var(--txt);
}

#footer {
  position: relative;
  font-family: Georgia, Arial;
  font-size: 12px;
  padding: 0 0 5px;
  text-align: left;
  max-width: 1160px;
  min-width: 320px;
  margin: 0 auto;
  height: 38px;
}

div#footer div {
  padding: 3px 5px;
  text-align: center;
}

div#footer div#mail span {
  text-align: center;
}

div#footer div#mail span.leftspan {
  text-align: center;
}

h1 {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: normal;
  color: var(--txt);
}

h1.empty {
  width: 100%;
  text-align: center;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  color: var(--txt);
}

h3 {
  font-size: 17px;
  font-weight: normal;
  color: var(--txt);
}

hr.op {
  opacity: 0.15;
  margin-bottom: 15px;
}

#content {
  padding: 1px 0;
  margin: 15px;
  overflow: hidden;
  font-size: 16px;
  background: var(--bg);
}

#content ul {
  margin-bottom: 20px;
}

#content ul li {
  margin-left: 20px;
  text-align: justify;
      color: var(--txt);
}

span {
  color: var(--txt);
}

#content ol {
  margin-bottom: 20px;
  list-style-type: disc;
  color: var(--txt);
}

#content ol:after {
  content: "";
  display: table;
  clear: both;
}

#content ol li {
  float: left;
  margin-left: 20px;
  text-align: justify;
}

#content ol.nol li {
  float: none;
  list-style-type: decimal;
}

#content button.subch {
  color: #46769f;
  border: 0;
  background: none;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.insWrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.insWrap:first-child {
  margin-top: 0
}

.insWrapBg {
  background: var(--ads);
}

.insWrapBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--txt);
  background-size: contain;
  opacity: .05;
  pointer-events: none
}

.insTop.adsbygoogle {
  display: flex !important;
  height: 50px !important;
  max-height: 100px !important;
  width: 320px !important;
  max-width: 320px !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (min-width:768px) {
  .insTop.adsbygoogle {
    height: 90px !important;
  }

  .insTop.adsbygoogle {
    max-height: 90px !important;
  }

  .insTop.adsbygoogle {
    max-width: 728px !important;
  }
}

@media (min-width:1280px) {
  .insTop.adsbygoogle {
    height: 90px !important;
  }

  .insTop.adsbygoogle {
    max-height: 90px !important;
  }

  .insTop.adsbygoogle {
    width: 970px !important;
  }

  .insTop.adsbygoogle {
    max-width: 970px !important;
  }
}

@media screen and (max-width: 487px) {
  .insBottom .adsbygoogle {
    min-height: 300px;
    width: 100px;
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (min-width: 488px) {
  .insBottom .adsbygoogle {
    min-height: 280px;
  }
}

.insBottom {
  flex-direction: column;
  min-height: 0;
}

.ins22 .adsbygoogle {
  height: 50px !important;
  max-height: 60px !important;
  width: 320px !important;
  max-width: 320px !important;
}

@media (min-width:1100px) {
  .ins22 .adsbygoogle {
    height: 90px !important;
  }

  .ins22 .adsbygoogle {
    max-height: 100px !important;
  }

  .ins22 .adsbygoogle {
    width: 728px !important;
  }

  .ins22 .adsbygoogle {
    max-width: 728px !important;
  }
}

#content button.subch:hover {
  text-decoration: none;
}

#left_col {
  float: left;
  width: 300px;
  margin: 15px 15px 15px 15px;
  overflow: hidden;
  height: 600px;
}

div.ad_mobil {
  margin: 0 0 10px 0;
  /*padding: 20px 0;*/
  text-align: center;
  width: 300px;
  min-height: 600px;
  position: fixed;
}

div.ad_mobil2 {
  /*margin: 20px 0 10px 0;
  padding: 20px 0;*/
  text-align: center;
  width: 100%;
}

div.sponsored {
  width: 300px;
  margin: 0 auto 5px auto;
  text-align: center;
  font-size: 8px;
  letter-spacing: 5px;
}

#content div.center {
  text-align: center;
  padding: 0 5px;
}

#content div.left {
  padding: 0 10px;
  line-height: 26px;
}

.social-share {
  margin-bottom: 10px;
  height: 20px;
}

div.sochead {
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 2px;
  color: #444444;
}

div.soc {
  text-align: center;
}

div.soc a {
  text-decoration: none;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 0 5px;
  color: white;
  border-radius: 10px;
  min-width: 80px;
}

div.soc a:hover {
  opacity: 0.8;
}

div.soc a span {
  vertical-align: middle;
  font-size: 13px;
  margin: 0 5px;
}

div.soc a svg {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}

#socf {
  background-color: #1877f2;
}

#soct {
  background-color: #1da1f2;
}

#socv {
  background-color: #665ca7;
  display: none;
}

#socw {
  background-color: #25d366;
  display: none;
}

#socm {
  background-color: #1da0f2;
  display: none;
}

.resp3 {
  width: 300px;
  height: 600px;
}

#cc {
  display: none;
  /* começa escondido, o JS decide mostrar */
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #222;
  color: #fff;
  padding: 14px 16px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  font-family: sans-serif;
  line-height: 1.4;
}

#cct {
  margin-right: 10px;
  display: inline-block;
}

#cc-actions {
  float: right;
}

#cc button {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

#cc button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width:480px) {
  #cc {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 12px;
  }
}

#cc {
  background-color: #000;
  color: #e1e1e1;
  border-top-color: #333;
}

div#mail div {
  padding: 0px;
}

@media only screen and (max-width:400px) {
  #content div.cont div.radio {
    width: 92px;
    height: 60px;
  }

  div.long {
    letter-spacing: -1.7px;
  }
}

@media only screen and (max-width:670px) {

  #socw,
  #socv,
  #socm {
    display: inline-block;
  }

  div.soc a {
    min-width: unset;
  }
}

@media only screen and (max-width:1100px) {
  div#left_col {
    display: none;
  }

  div#page {
    padding: 10px 0;
  }

  div#content {
    margin: 0;
  }

  div#breadcrumb {
    margin-bottom: 0px;
    padding-left: 2.5%;
  }

  #qc-cmp2-ui {
    max-height: 500px !important;
  }

  .qc-cmp2-summary-info {
    padding-bottom: 40px !important;
  }
}

#page {
  margin-top: 47px;
}

#content {
  color: #e1e1e1;
}

h1 {
  border-bottom: 1px solid #444;
}

#content div.cont div.radio {
  background-color: #2a3353;
  color: #fff;
  border-color: #666;
}

#cc {
  background-color: #000;
  color: #e1e1e1;
  border-top-color: #333;
}

/* Menu */
nav {
  background: var(--bg);
  z-index: 1030;
  box-shadow: 0 3px 5px 0 rgba(115, 106, 106, 0.1);
}

.wrapper {
  position: relative;
  max-width: 90%;
  padding: 0px 30px;
  height: 47px;
  line-height: 46px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo a {
  color: var(--txt);
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Potta One", system-ui;
}

.wrapper .logo a:hover {
  color: #555;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  text-decoration: none;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  color: var(--txt);
}

.nav-links li a:hover {
  background: black;
  color:white;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.9s ease;
  top: 49px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: 150ms;
  transition-duration: .7s;
  color: var(--txt);
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media (max-width: 1100px) {
  .wrapper .btn {
    display: inline-flex;
  }

  .genres {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1rem;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: -100%;
    background: var(--bg);
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: flex;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    line-height: 1.5rem;
    color: var(--txt);
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: none;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3A3B3C;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }
}

nav input {
  display: none;
}

.m_E {
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width:1100px) {
  .m_E {
    font-size: .75rem;
  }
}

@media (min-width:1280px) {
  .m_E {
    font-size: .875rem;
  }
}

@media (min-width:1536px) {
  .m_E {
    font-size: 1rem;
  }
}

/* Player e story*/

#pause {
  display: none;
}

#load {
  display: none;
}

input[type=range] {
  appearance: none;
  outline: none;
  border: none;
  max-width: 90%;
  margin-left: 3px;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 895px) {
  div.radio-player {
    width: 95%;
  }
}

div.radio-player {
  width: 98%;
  text-align: center;
  margin: 0px auto 12px auto;
  z-index: 1;
}

.playerJs-volume::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
}

.playerJs-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  background: #afe9f8;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
}

.playerJs-volume {
  position: absolute;
  width: calc(100% - 60px);
  left: 45px;
  top: calc(50% - 5px);
  height: 10px;
  -webkit-appearance: none;
  border-radius: 5px;
  background: #d3d3d3;
  background: linear-gradient(to right, rgb(53, 104, 127) 100%, #d3d3d3 100%);
  outline: none;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

#volumeUp,
#volumeDown,
#volumeOff,
#volumeMute {
  margin-left: 5px;
}

#volumeMute {
  color: var(--txt);
  display: none;
  vertical-align: top;
}

#volumeUp {
  color: var(--txt);
  display: inline-block;
  vertical-align: top;
}

#volumeOff {
  color: var(--txt);
  display: none;
  vertical-align: top;
}

#volumeDown {
  color: var(--txt);
  display: none;
  vertical-align: top;
}

@media (min-width:1100px) {
  #track-title {
    max-width: 300px
  }
}

@media (min-width:1280px) {
  #track-title {
    max-width: 400px
  }
}

@media (min-width:1536px) {
  #track-title {
    max-width: 500px
  }
}

@media (min-width:1900px) {
  #track-title {
    max-width: 650px
  }
}

@media (max-width: 728px) {
  #track-title {
    max-width: 300px;
  }
}

#track-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #1d1d1d;
  color: #fff;
  box-shadow: var(--shadow-md);
  text-align: justify;
}

.radio-player .genres {
  display: flex;
  flex-direction: column;
  margin: 10px 30px 10px 0;
}

.radio-player h1 {
  font-weight: bold;
  color: #f8f8f8;
  font-size: 1.5rem;
  line-height: 2rem;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  font-size: 1.09rem;
  line-height: 1rem;
  padding: 10px 15px;
  background-color: #FFF;
  border-radius: 20px;
  display: inline-block;
  margin: 5px 5px 5px 0;
  background: #181818;
  box-shadow: var(--shadow-md);
}

.radio-player {
  position: relative;
  border-radius: 20px;
  background: #343434;
  box-shadow: var(--shadow-md);
}

.radio-player>div:first-child {
  padding-top: 55px;
}

.radio-player>div:first-child>div {
  position: relative;
  margin: 0 auto;
  margin: 20px;
}

.radio-player>div:not(:first-child) {
  width: 100%;
  position: initial
}

.thumb_EIjpk {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: var(--vc);
  box-shadow: var(--shadow-md);
  border-radius: 9px;
}

@media (min-width: 1100px) {
  .thumb_EIjpk {
    height: 200px
  }

  .thumb_EIjpk {
    width: 200px
  }
}

@media (min-width: 1536px) {
  .thumb_EIjpk {
    height: 300px
  }

  .thumb_EIjpk {
    width: 300px
  }
}

.thumb_EIjpk img {
  height: 300px
}

.thumb_EIjpk img {
  width: 300px
}

.thumb_EIjpk img {
  border-radius: 0.5rem
}

@media (min-width: 1100px) {
  .thumb_EIjpk img {
    height: 200px
  }
}

@media (min-width: 1100px) {
  .thumb_EIjpk img {
    width: 200px
  }
}

@media (min-width: 1536px) {
  .thumb_EIjpk img {
    height: 300px
  }
}

@media (min-width: 1536px) {
  .thumb_EIjpk img {
    width: 300px
  }
}

.radio-player .radio-image {
  border-radius: 10px;
  border-radius: 10px;
  background-color: var(--bgs);
}

.radio-player .circle {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  box-shadow: var(--shadow-md);
}

.radio-button {
  z-index: 0;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
}

svg.radio-button {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 8px;
  bottom: 10px;
}

.radio-player .genres span {
  color: #535360;
  font-size: 1rem;
  line-height: 1rem;
  padding: 10px 15px;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 12px 14px -5px rgba(20, 29, 38, 0.2);
  display: inline-block;
  width: auto;
  margin: 5px 5px 5px 0;
}

.radio-player .buttons {
  display: flex;
  margin: 10px 30px 10px 0;
}

.radio-player .sub-buttons {
  display: flex;
  align-content: center
}

.radio-player .buttons img {
  width: 33px;
  height: 33px;
  cursor: pointer
}

#volume_controls {
  position: relative;
  display: flex;
  background: #161616;
  border-radius: 20px;
  width: 100%;
  padding: 0 10px 0 0;
  box-shadow: var(--shadow-md);
}

@media screen and (min-width:1220px) {
  h1 {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

@media (max-width: 1100px) {
  .radio-player>div:first-child>div {
    position: relative;
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .radio-player .genres {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 0;
  }

  .radio-player>div:first-child>div {
    margin-block: 20px
  }

  .radio-player h1 {
    top: 6%;
    margin: 0;
  }

  .radio-player>div:first-child h1 {
    display: block;
    text-align: center
  }

  .radio-player>div:not(:first-child) h1 {
    display: none
  }

  .radio-player>div:not(:first-child) {
    margin: auto
  }

  .radio-player .buttons {
    margin: 0 auto;
    width: 240px;
    display: block;
  }

  .radio-player .sub-buttons {
    margin: 10px auto;
    width: fit-content
  }
}

@media (min-width: 1100px) {
  .radio-player>div:first-child h1 {
    display: none;
  }

  .radio-player>div:not(:first-child) h1 {
    display: block;
    text-align: left
  }

  .radio-player {
    display: flex;
  }

  .radio-player>div:first-child {
    padding-top: 0
  }

  .radio-player>div:not(:first-child) {
    width: calc(100% - 240px);
    position: relative;
    padding: 20px 20px 20px 20px
  }
}

.recent-tracks {
  width: 100%;
  margin: 25px auto;
}

.recent-tracks h3 {
  padding: .5rem;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--txt);
}

@media (min-width:1536px) {
  .recent-tracks h3 {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.tracks-list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 1rem;
  min-height: 100%;
  overflow: hidden;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 10px;
}

@media (min-width:768px) {
  .tracks-list {
    display: grid
  }

  .tracks-list {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width:1536px) {
  .tracks-list {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

.track-item:hover {
  background: #363434;
}

.track-item {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: var(--shadow-md);
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 90px;
  background: #5a5858;
}

.track-item img {
  z-index: 0;
}

.track-item img {
  box-shadow: var(--bds);
}

.track-item img {
  border-radius: 0.25rem;
}

.track-item img {
  z-index: 0;
}

.track-item img {
  width: 60px;
  height: 60px;
}

.track-item img {
  border-radius: 0.25rem;
}

.track-time {
  color: #999;
  font-size: 14px;
}

.track-item:hover {
  background: #363434;
}

.author {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--bds);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (min-width: 1536px) {
  .author {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.track-time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.name {
  font-size: 0.9rem;
  line-height: 1.75rem;
  font-weight: 900;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (min-width: 1536px) {
  .name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.name {
  line-height: 1.25rem
}

.x3_XLd4L {
  fill: var(--txt);
}

.counter_GOWFQ {
  position: absolute;
  top: .25rem;
  right: .25rem;
  margin: 0;
  display: flex;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  border-radius: .125rem;
  padding-right: .5rem;
  padding-left: .5rem;
  font-weight: 600;
  color: white;
}

@media (min-width:1536px) {
  .counter_GOWFQ {
    font-size: .75rem !important;
    line-height: 1rem !important;
  }
}

.counter_GOWFQ {
  background-color: rgba(36, 36, 36, .6);
}

.icon_LQuLC {
  z-index: 0;
  display: flex;
  width: auto;
  fill: currentColor
}

.x2_g5wU0 {
  height: .5rem;
  width: .5rem
}

@media (min-width:1100px) {
  .x2_g5wU0.responsive_M6u6o {
    height: .75rem
  }

  .x2_g5wU0.responsive_M6u6o {
    width: .75rem
  }
}

.g-1 {
  gap: 1rem;
}

@media (min-width:1280px) {
  .x2_g5wU0.responsive_M6u6o {
    height: 1rem
  }

  .x2_g5wU0.responsive_M6u6o {
    width: 1rem
  }
}

@media (min-width:1536px) {
  .x2_g5wU0.responsive_M6u6o {
    height: 1.25rem
  }

  .x2_g5wU0.responsive_M6u6o {
    width: 1.25rem
  }
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width:768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:grid-cols-none {
    grid-template-columns: none
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width:1100px) {
  .lg\:grid-cols-none {
    grid-template-columns: none
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
}

@media (min-width:1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .xl\:grid-cols-none {
    grid-template-columns: none
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }
}

@media (min-width:1536px) {
  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-none {
    grid-template-columns: none
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
}

@media (min-width:1900px) {
  .\33xl\:max-w-\[650px\] {
    max-width: 650px
  }

  .\33xl\:grid-cols-none {
    grid-template-columns: none
  }

  .\33xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .\33xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
}

.p-2 {
  padding: .5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.grid {
  display: grid;
}

.link_Ro2Lz {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--vc);
  box-shadow: var(--shadow-md);
}

@media (min-width:768px) {
  .link_Ro2Lz {
    padding: 1rem
  }
}

.link_Ro2Lz {
  transition: .2s
}

.link_Ro2Lz:hover article.station_bwvGy {
  opacity: 0.8
}

.card_wF-mv {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: 150ms;
  transition-duration: 75ms
}

.station_bwvGy {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  transition: .5s
}

.image_nwJrI {
  height: auto;
  width: 100%;
  border-radius: .25rem
}

.thumb_lh3Bd {
  position: relative
}


.info_cecEs {
  margin-top: 1rem;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width:1100px) {
  .info_cecEs {
    padding: 0
  }
}

.info_cecEs .name_cWpvS {
  text-align: center
}

.info_cecEs .name_cWpvS {
  font-size: 1rem;
  line-height: 1.5rem
}

.info_cecEs .name_cWpvS {
  font-weight: 800
}

.info_cecEs .name_cWpvS {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.info_cecEs .description_EWvJD {
  text-align: center
}

.info_cecEs .description_EWvJD {
  font-size: .875rem;
  line-height: 1.25rem
}

.info_cecEs .description_EWvJD {
  font-weight: 600
}

.info_cecEs .description_EWvJD {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.info_cecEs .author_vKhUH {
  text-align: center
}

.info_cecEs .author_vKhUH {
  font-size: .875rem;
  line-height: 1.25rem
}

.info_cecEs .author_vKhUH {
  font-weight: 600
}

.info_cecEs .author_vKhUH {
  --tw-text-opacity: 1;
  color: rgba(201, 201, 201, var(--tw-text-opacity))
}

.info_cecEs .author_vKhUH {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}