.ich-settings-main-wrap #rem-live-serach-wrraper {
    margin-bottom: 20px;
}
.ich-settings-main-wrap .multiselect {
  display: inline-block;
  position: relative;
	margin-top: 10px;
}

.ich-settings-main-wrap .selectBox {
  position: relative;
}

.ich-settings-main-wrap .selectBox button {
	width: 100%;
	border:1px solid #666; 
	border-radius:3px !important;
	text-align: center;
	font-size:14px;
}

.ich-settings-main-wrap .checkboxes {
  
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(107 119 128 / 18%) 0px 4px 8px 0px, rgb(59 65 68 / 5%) 0px 1px 2px 0px;
  padding: 10px;
  transition: opacity 0.2s ease 0s;
  z-index: 5200000;
  overflow: hidden;
}
.ich-settings-main-wrap .checkboxes.hide {
  display: none;
}

.ich-settings-main-wrap #checkboxes label {
  display: block;
}

.ich-settings-main-wrap #checkboxes label:hover {
  background-color: #1e90ff;
}
.ich-settings-main-wrap .advSrch button {
	margin-top: 10px;
}
.ich-settings-main-wrap .advSrch button:hover {
	background: transparent;
}
.ich-settings-main-wrap .advSrch .btn-link:focus {
	outline: none;
}
.rem-live-search-property-form select {
	overflow: visible;
}