.facet-item {
  display: flex;
  align-items: flex-start;
}

.facet-item > label {
  margin-top: -5px;
  width: -moz-fit-content;
  width: fit-content;
  word-break: break-word;
}

.facet-item > label .facet-item__count {
  word-break: initial;
}

#spb-simple-popup .spb-popup-main-wrapper {
  position: absolute !important;
  width: 80% !important;
  margin-left: 0 !important;
  left: 10% !important;
  padding-bottom: 60px;
  top: 30%;
}

.hide-popup {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 999999;
  padding: 5px 20px;
  color: #fff;
  font-weight: 600;
  background: #01374e;
  border-radius: 5px;
}

.hide-popup[disabled] {
  background: #265a88;
  cursor: not-allowed;
}

.hide-popup:not([disabled]):hover {
  background: #026d9b;
}

.popup-checkbox {
  padding-left: 40px;
}

.popup-checkbox label:hover {
  cursor: pointer;
  color: #026d9b;
}

.popup-checkbox label {
  font-weight: 600;
  color: #01374e;
}

.popup-checkbox input {
  margin-right: 5px;
  cursor: pointer;
}

/* Changes in gin_lb administration theme */
#drupal-off-canvas-wrapper td:first-child:not([data-drupal-ck-style-fence] *) {
  display: table-cell;
  padding: 10px;
}
#drupal-off-canvas-wrapper .ui-dialog-content div.messages:not([data-drupal-ck-style-fence] *) {
  color: #fff;
}
