.toggle-next {
  border-radius: 0;
}

label {
  cursor: pointer;
}

.ellipsis {
  text-overflow: ellipsis;
  width: 100%; 
  height:50px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  padding: 13px 2px 5px;
    border-radius: 0;
    font-size: 15px;
        font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.apply-selection {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.apply-selection .ajax-link {
  display: none;
}

.checkboxes {
  margin: 0;
  display: none;
  border-right: 1px solid rgba(0, 0, 0, .1)!important;
  border-top: 0!important;
  border-bottom: 0!important;
  border-left: 0!important;
}
.checkboxes .inner-wrap {
  padding: 5px 6px;
  max-height: 140px;
  overflow: auto;
}


.checkboxes .inner-wrap label {
display:flex;
position:relative; 
margin-bottom:10px;
}


.checkboxes .inner-wrap label .ckkBox  {
width:12px!important;
height:12px!important;
}

.checkboxes .inner-wrap label span {
font-size: 14px;
    text-align: left;
    padding-left: 5px;
    font-weight: 500;
    line-height: 14px;
}