/* assets/mobile_styles.css */
@media (max-width: 768px) {
  .custom-offcanvas-width {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .responsive-graph {
    height: 80vh !important; /* Adjust the height as needed */
    width: 100% !important;
  }

  .offcanvas-input {
    width: 100% !important;
  }
}

/* assets/mobile_styles.css */
@media (min-width: 769px) {
  .offcanvas-input-group {
    display: flex;
    align-items: center;
    gap: 5px; /* Adjust the gap as needed */
  }
}
