html,
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
  background-color: #000;
  overflow: auto;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-ligatures: none;
  height: auto;
  position: relative;
  min-height: 100vh;
  letter-spacing: 0;
  padding: 20px 0;
}

body {
  background: rgb(0, 0, 0);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page_content,
.page_header {
  padding: 0;
  max-width: 768px;
  margin: 0 auto;
}
body::-webkit-scrollbar {
  display: none;
}
header,
footer {
  display: none;
}
a,
a:hover,
a:focus,
a:visited,
a:active,
a:link {
  text-decoration: none;
  color: #fff;
  outline: none;
}
a.weekly_epg {
  text-decoration: underline;
  font-weight: 700;
}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
button {
  outline: none;
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
  list-style-type: none;
  margin-bottom: 30px;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 0 0 30px;
}

.hidden {
  display: none !important;
}
.clear {
  clear: both;
}

.column_container {
  display: block;
  justify-content: space-between;
  overflow: hidden;
}
.column_container.middle_aligned {
  align-items: center;
}
.column_container:after {
  clear: both;
  content: "";
  display: block;
}
.column_container .column { 
  box-sizing: border-box;
  width:100%;
}
.column_container.w_padding > .column + .column {

}

.list,
.list .list_item {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content_wrapper {
  margin: 0 auto;
  max-width: 90%;
  box-sizing: border-box;
}
h1{
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 10px 0;
}
h2{
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.page_header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.page_header h1,
.page_header h2 {
  font-weight: 700;
  margin:25px 0 7px;
}
.page_header h2 {
  margin: 0 0 15px 0;
}
.page_content {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 23px;
}
.header_image {
  width: 100%;
  position: relative;
}
.header_image img {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
  border-radius: 6px;
}

i.icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(images/icon_whatsapp.png);
  background-repeat: no-repeat;
}
i.icon.icon_close {
  background-image: url(images/icon_close.png);
  background-size: 36px 36px;
}
i.icon_star.active svg path + path {
  fill: #f00;
}

a.close_button {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
}

.action_container {
  display: flex;
  justify-content: space-between;
  max-width: 112px;
}
.action_container a {
  display: inline-block;
  margin: 0;
}

.whatsapp_container {
  display: flex;
  font-weight: 800;
  font-size: 16px;
  align-items: center;
  border-radius: 3px;
}
.whatsapp_container i.icon_whatsapp {
  margin-right: 10px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.description_container .description_content {
  font-size: 15px;
  -webkit-line-clamp: 2;
}
.description_container.open .description_content {
  -webkit-line-clamp: 100;
}
a.read_more {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.list .list_item.list_item_episode {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.list_item_episode .thumbnail_container img {
  display: block;
  width: 100px;
  height: 100px;
  max-width: 100px;
}
.list_item_episode .thumbnail_container {
  display: inline-block;
  margin: 0;
}
.list_item_episode .info_container .title {
  box-sizing: border-box;
  font-weight: 800;
}
.list_item_episode .info_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.list_item_episode .info_container .title_container {
  padding-right: 10px;
}
.list_item_episode .sub_title {
  font-size: 13px;
  line-height: 20px;
}
.title_container .title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.title_container .sub_title {
  font-size: 14px;
  font-weight: 400;
}
.button_content {
  height: 28px;
}
.podcast_play {
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 24px;
  padding: 8px;
  border-radius: 6px;
  background-color: #00B840;
  width: 200px;
  text-align: center;
  margin: 15px auto 0;
}
.header_image .like_podcast {
  position: absolute;
  top: 7px;
  left:calc((100%  - 200px) / 2 + 7px);
  background-color: rgba(0,0,0,0.6);
  border-radius: 100px;
  padding: 8px 7px;
}
.header_image .like_podcast i svg {
  width: 16px;
  height: 14px;
  display: block;
}
.podcast_play .play_button {
  display: inline-block;
  height: 24px;
  margin-right: 15px;
}
.info_container .play_button {
  display: block;
  height: 36px;
  margin-top: 23px;
}
.button_content i,
.button_container {
  height: 28px;
  display: block;
}
.button_content svg {
  width: 28px;
  height: 28px;
}
.light_mode .play_button {
  float: right;
}
.button_container {
  margin: 20px 0;
}
.button_content a.share_button,
.button_content a.detail_button,
.button_content a.play_button {
  margin-right: 15px;
  display: inline-block;
}
h2.episodes_title {
  padding: 13px 10px 13px 0;
  display: inline-block;
  border-radius: 4px;
  color:#fff;
}
.detail_info {
  font-size: 13px;
  margin-top: 5px;
}
.episode_action_container {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
}
.episode_action_container .share_icon,
.episode_action_container .share_icon svg {
  width: 28px;
  height: 28px;
}
.see_all_episodes a {
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #707070;
  margin-top: 30px;
  font-weight: 700;
}
.episode.page_header h1,
.episode.page_header h2,
.episode.page_header .detail_info {
  text-align: left;
}
.episode.page_header .detail_info {
  width: 100%;
  display: block;
  margin-bottom: -5px;
  margin-top: 30px;
}
.topchart_song_list {
  list-style: none;
  padding: 0;
}

.song_item {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0 !important;
}

.song_item:last-child {
  border-bottom: none;
}

.song_rank {
  font-size: 1.5em;
  font-weight: bold;
  width: 40px;
  text-align: center;
}

.song_thumbnail {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  flex-shrink: 0;
}

.song_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.song_thumbnail .no_thumbnail {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 5px;
}

.song_details {
  flex-grow: 1;
}

.song_title {
  font-size: 1.2em;
  margin: 0 0 5px 0;
  color: #fff;
}

.song_artist{
  font-size: 0.9em;
  color: #fff;
  margin: 0;
}
.rank_change {
  display: flex;
  align-items: center;
  font-size: 1.4em;
  margin-right: 10px;
  display: none;
}
.rank_change.rank_up {
  color: #4caf50;
}
.rank_change.rank_down {
  color: #f44336;
}
.frequency_list {
  margin-bottom: 40px;
}
.frequency_list li {
  margin-bottom: 5px;
}
.full_epg {
  display: none;
}
.epg_wrapper {
  font-family: sans-serif;
  background: #000;
}
.epg_main_title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 5px;
}
.epg_day_section {
  border-bottom: 1px solid #000;
  transition: transform 0.2s ease;
}
.epg_show_content {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.epg_show_content span {
  display: block;
}
.epg_day_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 5px;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
}
.arrow_icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-right: 10px;
}
.epg_day_section.active .arrow_icon {
  transform: rotate(-135deg);
  margin-top: 5px;
}
.epg_shows_list {
  display: none;
  padding: 0 5px 15px 5px;
}
.epg_day_section.active .epg_shows_list {
  display: block;
}
.epg_show_item {
  display: flex;
  margin: 8px 0;
  font-size: 13px;
  color: #000;
  line-height: 1.4;
}
.epg_show_item.active_show {
  background-color: #00B840;
}
.epg_show_item .time {
  width: 100px;
  min-width: 100px;
  color: #fff;
}
.epg_show_item .title {
  flex: 1;
  color: #fff;
  font-weight: 400;
}
.epg_day_header:hover {
  background-color: #222;
}

html.light_mode,
body.light_mode {
  background: #fff;
  color: #111;
}
body.light_mode a,
body.light_mode a:hover,
body.light_mode a:focus,
body.light_mode a:visited,
body.light_mode a:active,
body.light_mode a:link {
  color: #111;
}
body.light_mode .page_header h2,
body.light_mode .page_content,
body.light_mode .detail_info {
  color: #222;
}
body.light_mode a.read_more {
  color: #111;
}
body.light_mode a.podcast_play:link {
  color:#fff;
}
body.light_mode .list .list_item.list_item_episode {
  border-bottom-color: #e0e0e0;
}
body.light_mode .see_all_episodes a {
  color: #111;
  border-top-color: #e0e0e0;
}
body.light_mode .song_item {
  border-bottom-color: #e0e0e0;
}
body.light_mode .song_title {
  color: #222;
}
body.light_mode .song_artist{
  color: #555;
}
body.light_mode .song_thumbnail .no_thumbnail {
  background-color: #e6e6e6;
}
body.light_mode .epg_wrapper {
  background: #fff;
}
body.light_mode .epg_main_title {
  color: #111;
}
body.light_mode .epg_day_section {
  border-bottom-color: #e0e0e0;
}
body.light_mode .epg_day_header {
  color: #111;
}
body.light_mode .arrow_icon {
  border-right-color: #999;
  border-bottom-color: #999;
}
body.light_mode .epg_day_header:hover {
  background-color: #f2f2f2;
}
body.light_mode .epg_show_item {
  color: #111;
}
body.light_mode .epg_show_item .time,
body.light_mode .epg_show_item .title {
  color: #111;
}
body.light_mode .epg_show_item.active_show .time,
body.light_mode .epg_show_item.active_show .title {
  color: #fff;
}
body.light_mode .icon_share svg path {
  fill: #111 !important;
}
body.light_mode .icon_detail svg path:first-of-type {
  fill: #111 !important;
}
body.light_mode .icon_detail svg path:last-of-type {
  fill: #fff !important;
}
body.light_mode .icon_play svg #Ellipse_15{
  fill: #111 !important;
}
body.light_mode .icon_play svg #play {
  fill: #fff !important;
}

.share_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
}

.daily_epg .epg_day_section {
  border-bottom: none;
}
.epg_day_container li {
  margin-bottom: 2px;
}