.heatmap-legend{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;padding:10px}.heatmap-cell{cursor:pointer}.theme--dark .heatmap-row{border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--light .heatmap-row{border-bottom:thin solid rgba(0,0,0,.12)}.heatmap-cell.dotted,.heatmap-legend .heatmap-cell.dotted{border:2px solid #fff;border-color:#fff!important;border-style:dotted}.heatmap-grid{display:grid;grid-template-columns:1fr 1fr}.heatmap-grid .heatmap-row{display:contents;align-items:center}.heatmap-grid .heatmap-row .heatmap-cells{gap:5px}.heatmap-grid .heatmap-row .heatmap-cells .heatmap-cell{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-template-areas:"nombre nombre" "importe vencimiento";justify-content:center}