/* ========================= */
/* GRAPH SECTION */
/* ========================= */

/* ========================= */
/* GRAPH SECTION */
/* ========================= */

.graph-section {

  display: none;

  width: 100%;

  padding: 16px;

  border-top:
    1px solid #334155;

  background:
    #0f172a;

}


/* ========================= */
/* CANVAS */
/* ========================= */

#graphCanvas {

  width: 100%;

  max-height: 300px;

  background:
    #111827;

  border-radius: 16px;

  padding: 12px;

}