.statistics-export{display:flex;align-items:flex-end;gap:9px}
.statistics-empty-toggle{display:flex;align-items:center;gap:7px;min-height:38px;padding:0 9px;border:1px solid #dfe4ea;border-radius:8px;background:#fff}
.statistics-empty-toggle input{width:16px;height:16px;padding:0;accent-color:#173f73}
.statistics-empty-toggle span{margin:0;font-size:8px;line-height:1.2;text-transform:none;white-space:nowrap}
@media(max-width:780px){
  .statistics-export{display:grid;grid-template-columns:1fr 1fr;align-items:end}
  .statistics-export .dark-button{width:auto;grid-column:1/-1;font-size:10px}
  .statistics-export .dark-button:after{content:""}
}
