.font-bold {
    font-weight: 700;
}
.modal {

    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  /* Gaya untuk modal */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
  }

  /* Gaya untuk tombol tutup modal */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .ticket-filters select.form-select, .ticket-filters input {
    height: 44px;
    width: 439px;
}

@media (min-width: 540px){
  .container{
    max-width: 540px;
  }
    .google-chart{
      max-width: 540px; 
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
   .google-chart{
     max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
   .google-chart{
     max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
   .google-chart{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
   .google-chart{
     max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
   .google-chart{
     max-width: 1536px;
  }
}

 
