.big-number{flex-direction:column;width:100%;min-width:400px;min-height:100px;padding:15px;display:flex}.big-number.with-gap{gap:5px}@media only screen and (width<=1023px){.big-number{gap:5px;min-width:340px;min-height:87px}}.big-number>.header{justify-content:space-between;max-height:14px;margin-bottom:5px;display:flex}.big-number>.header>.heading{flex:1;display:inline-flex}.big-number>.header>.hint>.c-icon{stroke:var(--color-text-base-30);flex-shrink:0;margin-top:2px;margin-right:5px}.big-number>.header>.actions{gap:15px;display:flex}.big-number>.header>.actions>.action-child{align-items:center;gap:5px;display:flex}.big-number>.header>.actions>.action-child>.c-icon.-lindua{fill:#898fa4;opacity:1}.big-number>.header>.actions>.action-child>.c-icon.-convenia{stroke:#898fa4;opacity:1}.big-number>.body{grid-template:"percentage flag"1fr"progress flag"8px/1fr 40px;gap:10px 20px;display:grid}@media only screen and (width<=1023px){.big-number>.body{gap:10px 20px}}.big-number>.body>.content{grid-area:percentage}.big-number>.body>.content>.c-typo{font-size:28px}.big-number>.body>.progress{grid-area:progress}.big-number>.body>.progress>.progress-card>.percent{color:var(--color-text-base-50)}.big-number>.body>.flag{grid-area:flag;justify-content:flex-end;align-items:end;display:flex}@media only screen and (width<=1023px){.big-number>.body>.flag{width:30px;height:30px;margin-top:10px;margin-left:10px}}
