.checkboxes-group-search {
  position: relative;
}
.checkboxes-group-search .form-control {
  padding-right: 50px;
}
.checkboxes-group-btn {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  padding: 9px 15px;
  color: #ef6325;
  background-color: transparent;
  border: 0;
  z-index: 102;
  border-radius: 6px;
}
.checkboxes-group-btn i {
  font-size: 18px;
}
.checkboxes-group-wrapper {
  width: 100%;
  height: 160px;
  overflow: auto;
  padding: 5px 0;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 8px 0 #eaeaea;
          box-shadow: inset 0 0 8px 0 #eaeaea;
}
.checkboxes-group-wrapper::-webkit-scrollbar {
  width: 5px;
}
.checkboxes-group-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
.checkboxes-group-wrapper::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #5c5c5c;
}
.checkboxes-group-checkbox {
  padding: 5px 14px;
}
.checkboxes-group-checkbox a[data-toggle="collapse"] {
  position: relative;
  display: inline-block;
  padding-right: 26px;
  white-space: nowrap;
  color: #000000;
}
.checkboxes-group-checkbox a[data-toggle="collapse"]:after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #929292;
  border-right: 1px solid #929292;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.checkboxes-group-checkbox a[data-toggle="collapse"][aria-expanded="true"]:after {
  top: 10px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.checkboxes-group-counter {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  font-size: 8px;
  text-align: center;
  border: 1px solid #ef6325;
  border-radius: 9px;
  line-height: 14px;
}
.checkboxes-group-counter:after {
  content: attr(data-content);
}
.checkboxes-group-counter[data-content="0"] {
  border-color: #929292;
}
