.GERwLiZOJ {
  overflow: visible;
  max-height: none;
}

.history-toolbar {
  flex-wrap: nowrap;
}

.history-filter-menu-wrap {
  flex: 0 0 auto;
}

.history-filter-range {
  min-width: 240px;
  width: 260px;
  flex: 1 1 260px;
}

.history-filter-menu .history-filter-range {
  width: 100%;
  min-width: 100%;
  flex: 1 1 auto;
}

.history-filter-menu .menu-link.active {
  background: rgba(61, 114, 190, 0.16);
  color: #3f78c4;
}

.history-filter-range__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #9db3d7;
  pointer-events: none;
  z-index: 2;
}

.history-break-all {
  word-break: break-all;
}

@media (max-width: 575.98px) {
  .history-toolbar {
    flex-wrap: wrap;
  }

  .history-filter-range {
    width: 100%;
    min-width: 100%;
  }
}
