body {
  padding-bottom: 45px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  padding: 9px;
  font-size: 12px;
  background-color: #7dd4a2 !important;
  color: white;
}

.informer {
  display: grid;
  width: 75px;
  grid-template-columns: 100%;
  text-align: center;
  margin: 0 30px;
}

.count {
  font-size: 24px !important;
  font-weight: 500;
}

.dx-toolbar-items-container {
  min-height: 44px;
}

