.line-graph-componenet{max-width:100%;height:500px}@keyframes pulse{0%{background-color:#a5a5a51a}50%{background-color:#a5a5a566}to{background-color:#a5a5a51a}}.currency-graph-component{display:flex;flex-direction:column;gap:var(--space-24)}.currency-graph-component__control-rate-switch{margin:auto}.currency-graph-component__copnverter-graph-wrapper{display:flex;flex-direction:column;gap:var(--space-24)}@media screen and (min-width: 1024px){.currency-graph-component__copnverter-graph-wrapper{flex-direction:row;gap:var(--space-32)}}.currency-graph-component__currency-converter-wrapper{box-shadow:var(--box-shadow-primary);border-radius:var(--box-border-radius);padding:var(--space-32) var(--space-16) var(--space-24);width:100%}[data-background=yellow] .currency-graph-component__currency-converter-wrapper{color:var(--color-black);background-color:var(--color-brand-primary)}@media screen and (min-width: 1024px){.currency-graph-component__currency-converter-wrapper{padding:var(--space-32) var(--space-24) var(--space-24);max-width:440px}}.currency-graph-component__graph-wrapper{box-shadow:var(--box-shadow-primary);border-radius:var(--box-border-radius);background-color:var(--color-white);padding:var(--space-20);width:100%}.currency-graph-component__graph-heading{margin-bottom:var(--space-24)}.currency-graph-component__date-export{display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width: 1024px){.currency-graph-component__date-export{flex-direction:row}}.currency-graph-component__graph-date-wrapper{display:flex;flex-direction:row;gap:var(--space-14)}.currency-graph-component__export-button{margin-bottom:var(--space-16);width:100%}@media screen and (min-width: 1024px){.currency-graph-component__export-button{margin-bottom:0;width:unset}}
