#dffc-evolution-chart-container {
position: absolute;
z-index: 9999;
background-color: rgba(255, 255, 255, 0.98); border: 1px solid #e64537; padding: 20px 10px 10px 10px;
border-radius: 5px;
max-width: 100%;
box-sizing: border-box;
box-shadow: 0px 4px 10px rgba(230, 69, 55, 0.4); }
.dffc-variable {
text-decoration: underline dashed #e64537 !important;
text-underline-offset: 4px !important;
cursor: pointer !important;
} @media (max-width: 768px) {
#dffc-evolution-chart-container {
width: 90vw;
max-width: 90%;
left: 5vw !important;
padding: 20px 10px 10px 10px;
box-sizing: border-box;
} .dffc-variable {
text-decoration: underline dashed #e64537 !important;
text-underline-offset: 4px !important;
cursor: pointer !important;
display: inline; }
} .update-history-avatar img {
width: 40px; height: auto;
max-width: 100%; border-radius: 50%;
object-fit: cover;
}
}