@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700";.icast *,::after,::before {
  box-sizing: content-box!important
}

.icast .player-wpr {
  height: 100vh;
  background-color: #000;
  font-family: roboto condensed,Arial,sans-serif;
  position: relative;
  margin: 0 auto;
  border-radius: 0px;
  overflow: hidden
}

.icast .player-ctr {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans' !important;
}

.icast .blur {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: absolute;
  top: 0;
  -webkit-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.15);
  opacity: .75;
  z-index: 1
}

.icast .album-cover-wpr {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

.icast .album-cover {
  width: 300px;
  height: 249px;
  background-image: url('/uploads/app/cover_album.jpg?v=123');
  background-size: 100% 100%;
  position: relative;
  border-radius: 24px;
  -moz-box-shadow: 4px 6px 30px 0 rgba(0,0,0,.6);
  z-index: 2;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.icast .track-info-wpr {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}

.icast .track-info-ctr {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icast .songtitle {
  color: rgba(255,255,255,.7)
}

.icast .artist-name {
  color: #fff;
  font-weight: bold;
}

.icast .servertitle {
  max-width: 400px;
  font-size: 12px;
  color: rgba(255,255,255,.54);
  text-align: center;
  margin: 6px auto;
}

.icast .listeners {
  max-width: 100px;
  font-size: 14px;
  color: rgba(255,255,255,.7);
  position: absolute;
  top: 32px;
  right: 22px
}

.icast .listeners:before {
  content: "\f0c0";
  font-size: 14px;
  padding-right: 6px;
  vertical-align: top
}

.icast .ppBtn {
  width: 56px;
  height: 56px;
  background-position: center center;
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.icast .ppBtn.play-btn:before {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  z-index: 0;
  position: absolute;
  background: url(../img/player/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px 42px;
}

.icast .ppBtn.loading-btn:before {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  z-index: 0;
  position: absolute;
  background: url(../img/player/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px 42px;
  animation: spin 1s linear infinite;
}

.icast .ppBtn.stop-btn:before {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  z-index: 0;
  position: absolute;
  background: url(../img/player/pause.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px 42px;
}

.icast .ppBtn:hover:before {
  background-color: rgba(255,255,255,.44)
}

.icast .play-btn {
  background: #ffffff54;
}

.icast .stop-btn {
  background: #ffffff54;
}

.icast .loading-btn {
  background: #ffffff54;
}

.icast .icons-left-wpr {
  /* position: absolute; */
  bottom: 20px;
  left: 20px;
  z-index: 11
}

.icast .icons-right-wpr {
  text-align: left;
  position: relative;
  z-index: 11;
  height: 24px;
  display: none;
}

.icast .icons-left {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: rgba(255,255,255,.92);
  text-align: center;
  margin-right: 28px;
  cursor: pointer
}

.icast .icons-right {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: rgba(255,255,255,.92);
  text-align: left;
  cursor: pointer
}

.icast .icons-serverinfo:before {
  content: "\f0c9"
}

.icast .icons-history:before {
  content: "\f1da"
}

.icast .icons-share:before {
  content: "\f1e0"
}

.icast .icons-volume1:before {
  content: "\f026";
  display: none;
}

.icast .icons-volume2:before {
  content: "\f027";
  display: none;
}

.icast .icons-volume3:before {
  content: "\f028";
  display: none;
}

.icast .icons-volumeM {
  display: none;
}

.icast .icons-volumeM:before {
  content: "\f028"
}

.icast .icons-volumeM2:before {
  content: "\f026"
}

.icast .icons-close:before {
  content: "\f00d"
}

.icast .volume-slider {
  position: absolute;
  bottom: 87px;
  right: -47px;
  display: none;
  z-index: 10
}

.icast input[type=range] {
  width: 104px;
  height: 6px;
  background: 0 0;
  padding: 6px 0;
  transform: rotate(-90deg);
  transform-origin: bottom;
  -webkit-appearance: none;
  cursor: pointer
}

.icast input[type=range]:focus {
  outline: none
}

.icast input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: rgba(255,255,255,.54);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  animate: .2s
}

.icast input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255,255,255,.54)
}

.icast input[type=range]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  background: #ccc;
  margin-top: -5px;
  border: 5px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none
}

.icast input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: rgba(255,255,255,.54);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  animate: .2s
}

.icast input[type=range]::-moz-range-thumb {
  width: 6px;
  height: 6px;
  background: #ccc;
  border: 5px solid #fff;
  border-radius: 50%;
  cursor: pointer
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .icast input[type=range] {
      width: 90px;
      height: 16px;
      background: 0 0;
      margin-top: 0;
      padding: 6px 0;
      cursor: pointer
  }
}

.icast input[type=range]::-ms-tooltip {
  display: none
}

.icast input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  background: 0 0;
  color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  border-color: transparent;
  cursor: pointer;
  animate: .2s
}

.icast input[type=range]::-ms-fill-lower {
  background: rgba(255,255,255,.54);
  border: 0;
  border-radius: 8px
}

.icast input[type=range]::-ms-fill-upper {
  background: rgba(255,255,255,.54);
  border: 0;
  border-radius: 8px
}

.icast input[type=range]::-ms-thumb {
  width: 6px;
  height: 6px;
  background: #ccc;
  border: 5px solid #fff;
  border-radius: 50%;
  cursor: pointer
}

.icast input[type=range]:focus::-ms-fill-lower {
  background: rgba(255,255,255,.54)
}

.icast input[type=range]:focus::-ms-fill-upper {
  background: rgba(255,255,255,.54)
}

.icast .history-wpr {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 22px auto 0;
  z-index: 5;
  max-width: 500px;
}

.icast .history-title {
  font-size: 28px;
  color: #fff;
  margin: 0 22px 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.7)
}

.icast .row-wpr {
  height: 50px;
  background-color: rgba(255,255,255,.2);
  position: relative;
  margin: 0 22px 9px;
  border-radius: 5px
}

.icast .history-cover {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  left: 8px;
  border-radius: 50%
}

.history-track-info {
  text-align: left;
  padding-left: 55px
}

.icast .history-songtitle {
  max-width: 85%;
  font-size: 19px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.icast .history-artist-name {
  max-width: 85%;
  font-size: 16px;
  color: rgba(255,255,255,.7);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -3px
}

.icast .rowNum {
  width: 38px;
  height: 50px;
  font-size: 42px;
  color: rgba(255,255,255,.2);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.icast .social-share-wpr {
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 70px 0;
  border-radius: 4px;
  overflow: hidden;
  display: none;
  z-index: 11
}

.icast .social-link {
  width: 38px;
  height: 38px;
  font-size: 24px;
  color: #fff;
  line-height: 38px;
  text-decoration: none;
  margin: 0 4px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer
}

.icast .social-link-facebook {
  background: #3f51b5
}

.icast .social-link-facebook:before {
  content: "\f09a"
}

.icast .social-link-twitter {
  background: #2196f3
}

.icast .social-link-twitter:before {
  content: "\f099"
}

.icast .display {
  display: block
}

.icast .nodisplay {
  display: none
}

@media only screen and (max-width: 600px) {
  .icast .track-info-wpr {
      margin:28px 42px 0
  }

  .icast .listeners {
      max-width: 100px;
      font-size: 12px;
      color: rgba(255,255,255,.7);
      position: absolute;
      top: 32px;
      right: 16px
  }

  .icast .listeners:before {
      content: "\f0c0";
      font-size: 12px;
      padding-right: 5px;
      vertical-align: top
  }
}

@media only screen and (max-height:640px){
  .ms_logo_div img {
    height: 30px;
  }

  h1.tocandoagora {
      font-size: 16px;
  }

  .icast .servertitle {
      font-size: 10px;
  }

  .copyright {
      font-size: 11px;
  }
}

@media only screen and (max-height:560px){
  .ms_logo_div img {
    display: none;
  }

  .copyright {
      display: none;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.bounceIn {
  animation-duration: .75s
}

@keyframes bounceIn {
  from,20%,40%,60%,80%,to {
      animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
      opacity: 0;
      transform: scale3d(.3,.3,.3)
  }

  20% {
      transform: scale3d(1.1,1.1,1.1)
  }

  40% {
      transform: scale3d(.9,.9,.9)
  }

  60% {
      opacity: 1;
      transform: scale3d(1.03,1.03,1.03)
  }

  80% {
      transform: scale3d(.97,.97,.97)
  }

  to {
      opacity: 1;
      transform: scale3d(1,1,1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {
  from,60%,75%,90%,to {
      animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
      opacity: 0;
      transform: translate3d(0,-3000px,0)
  }

  60% {
      opacity: 1;
      transform: translate3d(0,25px,0)
  }

  75% {
      transform: translate3d(0,-10px,0)
  }

  90% {
      transform: translate3d(0,5px,0)
  }

  to {
      transform: none
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

.marquee {
  position: relative;
  display: inline-block;
  padding-top: 0;
  animation: linear infinite;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.marquee:hover {
  animation-play-state: paused
}

.marquee.marquee-speed-custom:before {
  animation-duration: inherit
}

.marquee.marquee-speed-normal:before {
  animation-duration: 10s
}

@keyframes movement-smooth {
  from {
      transform: translateX(0%);
      left: 100%
  }

  to {
      transform: translateX(-100%);
      left: 0%
  }
}

.marquee.marquee-movement-smooth:before {
  animation-name: movement-smooth
}

.marquee.marquee-direction-left:before,.marquee.marquee-direction-normal:before {
  animation-direction: normal
}

.m24_navi_main_wrapper.ms_cover {
  position: absolute;
  top: 20px;
  z-index: 99;
  width: 100%;
}

.controles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}

.tocandoagora {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}

.programa {
  width: 300px;
  max-width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #2A2828;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.programa-time {
  color: #fff;
}


.starttime {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.endtime {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.programa-time-duracao {
  display: flex;
  gap: 5px;
}

.programa-time .separator {
  width: 2px;
  background: linear-gradient(182deg, #ffffff -13%, #00000000);
  z-index: 1;
}

.programa-title {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

p.programa-title-descricao {
  margin: 0px;
  opacity: .5;
}

h1.programa-title-nome {
  margin: 0px;
  font-size: 17px;
  font-weight: bold;
}

body {
  font-family: 'Open Sans'!important;
}

.programa-cover img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.progama-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container-fluid {
  display: flex;
  justify-content: space-between;
  padding-right: 36px;
  padding-left: 36px;
}

.m24_navigation_wrapper {
  position: absolute;
  top: 0px;
  left: -15px;
  height: 100%;
  padding: 50px;
  padding-top: 20px;
  color: #fff;
  transform: translateX(-367px);
  transition: .5s;
  z-index: 999;
}

.menu-active.m24_navigation_wrapper {
  transform: translateX(0px);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main_nav_ul li a {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main_nav_ul li {
  margin-top: 15px;
}

div#toggle {
  z-index: 9;
  background: #fff;
  border-radius: 16px;
  width: 45px;
  height: 45px;
  padding: 0px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  float: inherit!important;
}

div#toggle a {
  color: #000000;
}

.overlay {
  width: 100%;
  height: 100%;
  background: #0000009e;
  position: absolute;
  top: 0;
  z-index: 9;
  backdrop-filter: blur(7px);
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}

.overlay.active{
  opacity: 1;
  pointer-events: auto;
}

.badge-aovivo {
  position: absolute;
  bottom: 5px;
  z-index: 2;
  background: #ff2626;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}


.avaliar img {
  width: 30px;
}

.avaliar {
  display: flex;
  align-items: center;
}

.avaliar div:hover {transform: scale(1.1);transition: .5s;}

.avaliar div p {
  box-shadow: rgb(145 158 171 / 10%) 0px 0px 2px 0px, rgb(145 158 171 / 0%) 0px 12px 24px -4px, 0 7px 0px -5px rgb(119 119 119 / 8%);
  padding: 5px 10px;
  background: var(--acrylicPanel);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 16px;
  top: -30px;
  display: none;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideIn;
  position: absolute;
  font-size: .8rem;
}

.avaliar div {
  display: flex!important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.avaliar div:hover p {
  display: block;
}

.camera-aovivo {
  position: absolute;
  z-index: 9;
  left: -23px;
  top: -5px;
  width: 50px;
  height: 50px;
}

.copyright {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  color: #027fff;
  text-align: center;
  width: 100%;
}

.video-player{
  width: 400px;
  border-radius: 16px;
  overflow: hidden;
}

.video-app .m24_navi_main_wrapper.ms_cover {
  /* padding-top: 20px; */
  padding-bottom: 20px;
}

.container.video-app-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  align-items: center;
  z-index: 6;
  position: relative;
}

.video-app div#toggle {
  background: #000;
}

.video-app div#toggle a {
  color: #ffffff;
}

.video-app .container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

.video-app .blur {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: absolute;
  top: 0;
  -webkit-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.15);
  opacity: .75;
  z-index: 1;
}

.video-app{
  height: 100vh;
  /* background-color: #000; */
  /* font-family: roboto condensed, Arial, sans-serif; */
  position: relative;
  margin: 0 auto;
  border-radius: 0px;
  overflow: hidden;
}

.video-app .history-wpr.nodisplay {
  transition: .2s;
  max-width: 400px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  z-index: 98;
}

.video-app .rowNum {
  display: none;
}

.video-app .row-wpr {
  background: #f7f9fa;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 0;
}

.video-app .history-cover {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.video-app .history-track-info {
  padding: inherit;
}

.video-app .history-songtitle {
  font-size: 13px;
  text-wrap: nowrap;
  font-weight: bold;
}

.video-app .history-container {
  padding-top: 11px;
  z-index: 0;
  position: relative;
}

.video-app .programa {
  max-width: 400px;
  width: 100%;
}

.video-app .history-title {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 13px;
}

.video-app .history-artist-name {
  font-size: 12px;
  text-wrap: nowrap;
}

.camera-aovivo svg {
  width: 50px;
  height: 50px;
}

a.whatsapp-btn-icon {
  padding: 10px 15px 15px 60px;
  background: #0cfc4f;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.whatsapp-btn-icon i.fa-brands.fa-whatsapp {
  position: absolute;
  background: #2a2a2a;
  color: #fff;
  width: 50px;
  font-size: 26px;
  height: 46px;
  top: 0px;
  left: 0px;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-btn {
  width: 100%;
}

.wpp-absolute i.fa-brands.fa-whatsapp {
  background: transparent;
  padding: 0px;
  width: inherit;
  height: inherit;
  position: inherit;
  color: #000;
}

.wpp-absolute a.whatsapp-btn-icon {
  width: 50px;
  height: 50px;
  padding: inherit;
  border-radius: 100px;
  position: absolute;
  right: -23px;
  bottom: 5px;
  z-index: 99;
}

@keyframes bang {
  0% {
    transform: translate3d(0,0,0);
    opacity: 1; 
  }
  
  30% {
    top: -150px;
  }
  70% {
    opacity: 0.9
  }
  95% {
    top: 100px; 
  } 
  
}

.emoji {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  pointer-events: none;
}

.avaliar{
  position: relative;
}

.install_pwa_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #e7e7e7;
}

.pwa_icon img {
  width: 70px;
  border-radius: 16px;
}

.m24_main_wrapper {
  position: relative;
}

.pwa_text h3 {
  font-size: 1rem;
  font-weight: bold;
}

.pwa_text p {
  font-size: 13px;
  margin: 0px;
}

.btn-social-share-generic {
  background: #00000042;
  color: #fff;
  border: solid 1px #fff;
  width: 45px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(7px);
}

.btn-home {
  background: #00000042;
  color: #fff;
  border: solid 1px #fff;
  width: 45px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(7px);
}