form#exportSuchForm {
  background: #f7f7f7;
  padding: 10px;
}
form#exportSuchForm select.form-control {
  background: #fff !important;
}
form#exportSuchForm button.multiselect.dropdown-toggle.custom-select.text-center {
  text-align: left !important;
}

#rangeExport a,
#globalExporte a {
  display: block !important;
}

#rangeExport button {
  display: block !important;
  width: 100%;
}

button#exportSucheBtn {
  font-family: "SZSansDigital-Regular", sans-serif;
  background: #565765;
  color: #fff;
  width: 100%;
}

.multiselect-container.dropdown-menu.show {
  z-index: 9999 !important;
  position: absolute !important;
  box-shadow: 0 0 25px #ccc;
  padding: 10px;
}
.multiselect-container.dropdown-menu.show input.form-check-input {
  position: absolute !important;
  top: 8px !important;
}
