.graph-image-container.MuiBox-root.css-0 {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.card-header {
  text-align: center;
  margin-bottom: 20px !important;
  font-weight: 600 !important;
  color: #333;
  font-size: 14px !important;
  line-height: 1.4;
}

.graph-image-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.graph-image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Remove Material-UI default shadows */
.MuiPaper-elevation0 {
  box-shadow: none !important;
}
.outgoing-tt-count-wrapper {
    background: #eff6fb;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    padding: 20px;
    border: 1px solid #e5e7eb;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
}
span.month-text {
    font-size: 15px;
    color: #22394C;
}

span.total-count-number {
    font-size: 15px;
    color: #22394C;
}
.css-1gtchvp-MuiPaper-root {
       background-color: transparent !important;
}