.path3 {
    font-weight: bold;
}
.weekly-progress{
    /* background-color: #f0f0f0; */
    border-radius: 8px !important;
    border: none !important;
}
.title-update{
    background-color: #f8f9fa;
    padding: 8px;
    border-radius: 8px;
    font-weight: bold;
    margin-left: 8px;
}
.fs-5 {
    font-size: 2rem; /* Sesuai dengan ukuran fs-5 */
    font-weight: bold;
}

.fs-5 .fs-6 {
    font-size: 1rem; /* Ukuran lebih kecil untuk fs-6 */
}

@media (max-width: 768px) {
    .grid-container {
      grid-template-columns: repeat(2, 1fr); /* 2 columns */
    }
  }
  
  @media (max-width: 480px) {
    .grid-container {
      grid-template-columns: 1fr; /* 1 column */
    }
  }
  /* General grid styling */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    /* gap: 0; Remove default gap for precise border control */
    /* padding: 20px; */
    max-width: 1200px;
    margin: auto;
  }
  
  .grid-item {
    /* background-color: #f4f4f4; */
    /* border: 1px solid transparent; Default border to avoid layout shifts */
    /* text-align: center; */
    padding: 15px;
    position: relative;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  }
  
  /* Horizontal lines */
  .grid-item:nth-child(-n+3) {
    /* border-bottom: 2px solid #ddd; Add a horizontal line below row 1 */
  }
  
  /* Vertical lines for middle column */
  .grid-item.middle {
    /* border-left: 2px solid #ddd;
    border-right: 2px solid #ddd; */
  }

  .box-info .box-title {
    text-align: start;
  }
  
  /* Styling for inner content */
  .box-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  
  .box-info {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #555;
  }
  
  .box-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.4;
      /* color:#0075c2,#1aaf5d,#f2c464,#8b0000,#4b5154 */
  }
  
  .gw-container{
    margin-left:8px ;
    margin-right:8px ;
  }
  .chart {
    width: 100%;
    height: 300px;
  }
  