body {
    background-color: #f4f4f4;
    color: #111;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
  }
.container_main{
    max-width: 800px;
    margin: 0 auto
}
a{
    text-decoration: none;
    color: #fff;
}
.bg-success{
    background-color: #679a56 !important;
}
.btn-white{ 
    background-color: #fff; 
    color: #000; 
    border: 1px solid #ddd;
  }

  .page_header{
    background: url('img/bg_main.jpg');
    background-size: cover;
    background-position: center;
    padding: 10px;
    color: #fff;
  }

  .playlist-header {
    background: url('img/bg_main.jpg');
    background-size: cover;
    background-position: center;
    padding: 30px 20px 20px 20px;
    height: 225px;
    color: #fff;
    border-radius: 0 0 15px 15px;
  }
  .news-header {
     background: 
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), 
      url('img/bg_main.jpg'); 
    background-size: cover;
    background-position: center;
    padding: 30px 20px 20px 20px;
    height: 225px;
    color: #fff;
  }
  .playlist-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 120%;
  }
  .playlist-desc {
    font-size: 14px;
    color: #fff;
  }
  
  
  .bottom-nav {
    background-color: #1E201E;
    padding: 6px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #1f1f1f;
    font-size: 12px;
  }
  .bottom-nav i {
    font-size: 18px;
    color: #b3b3b3;
  }
  .bottom-nav a{
    color: #b3b3b3;
    text-decoration: none;
    text-align: center;
  }
  .bottom-nav .active , .bottom-nav .active i, .text-green,  .bottom-nav .active a {
    color: #679a56;
  }
  
  div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    padding: 15px;
  }

  div.scrollmenu a {
    display: inline-block;
    color: #666;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    background-color: #e7d9cb;
    border-radius: 50px;
    font-size: 14px;
  }
div.scrollmenu a.activebadge{
    background-color: #395b37;
    color: #fff;
}

  div.scrollmenu a:hover {
    background-color: #fff;
  }
  div.scrollmenu a b.text-green {
    color: #1db954;
    font-size: 18px
  }


  .card{
    background: none;
    color: #fff;
  }

  .menu_image{
    width: 200px;
    height: 100px;
  }
  .menu_image img{
    max-width: 100%;
  }
  .text-sm{
    font-size: 12px;
  }
  .text-ccc{
    color: #ccc;
  }

  .border-dark{
    border: 1px solid #999;
  }



  div.scrollnews {
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
  }

  div.scrollnews a {
    display: inline-block;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
  }
  div.scrollnews a.activebadge{
      background-color: #333;
      color: #fff;
  }

  div.scrollnews a b.text-green {
    color: #1db954;
    font-size: 18px
  }
  .news_image{
    width: 200px;
    height: 100px;
  }
  .news_image img{
    max-width: 100%;
    border-radius: 5px;
  }

.img-square-bg {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;     /* square */
  background-size: cover; /* crop tanpa stretch */
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.news_header{
    background-size: cover;
    background-position: center bottom;
    padding: 50px 20px 30px 20px;
    color: #fff;
    height: 250px;
  }