.no-clr-btn-dropdowntree .k-clear-value {
  display: none;
}

.dropdowntree {
  border-color: #e4e7eb !important;
  background-color: white !important;
  box-shadow: none !important;
}

.dropdowntree-with-footer {
  border-color: #e4e7eb !important;
  background-color: white !important;
  box-shadow: none !important;
}

.custom-filter-input-wrapper {
  min-width: calc(100% - 28.5px);
}

.custom-filter-options-wrapper {
  margin-left: 0.75px;
}

.custom-filter-options-wrapper .k-dropdown-button .k-button {
  background-color: transparent;
  border-radius: 0.25rem !important;
}

.custom-filter-options-wrapper.option-include .k-dropdown-button .k-button :after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 12px;
  top: 1.6px;
  right: 8.2px;
  content: '\f055';
  color: #e5a20c;
  background-color: transparent;
  font-weight: normal;
  pointer-events: none;
  padding: 0px;
  margin: 0px;
  width: 0px;
  height: 0px;
  line-height: initial;
}

.custom-filter-options-wrapper.option-exclude .k-dropdown-button .k-button :after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 12px;
  top: 1.6px;
  right: 8.2px;
  content: '\f056';
  color: #e5a20c;
  background-color: transparent;
  font-weight: normal;
  pointer-events: none;
  padding: 0px;
  margin: 0px;
  width: 0px;
  height: 0px;
  line-height: initial;
}

.dropdowntree-popup .k-popup .k-treeview ul.k-treeview-lines.k-treeview-group > li:last-of-type {
  padding-bottom: 0.25rem;
}

.dropdowntree-popup-with-footer .k-popup .k-treeview ul.k-treeview-lines.k-treeview-group > li:last-of-type .k-treeview-leaf {
  width: calc(100% + 27px);
  margin-left: -16px;
  margin-right: 0px;
  padding: 0px !important;
  display: block;
}

.dropdowntree-popup .k-popup {
  max-height: 400px;
}

.dropdowntree-popup-with-footer .k-popup {
  max-height: 400px;
}

.multi-select-tree-footer {
  margin-left: -27px;
  margin-top: 5px;
}

.soluta-grid-dropdown-tree {
  min-width: 350px !important;
}
