
.customFilterButtonExample1 .changeType {
    background: #e2e2e2;
    border-radius: 100%;
    width: 16px;
    color: #0075ff;
    height: 16px;
    padding: 3px 2px;
    border: none;
    margin: 1px 1px 0 5px !important;
}

.customFilterButtonExample1 .changeType::before {
    content: '▼ ';
    zoom: 0.9;
}

.handsontable .htDropdownMenu table.htCore {
  width: 400px !important;
  /* overflow: scroll; */
}

.handsontable .htDropdownMenu table.htCore::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent; /* Make it transparent */
  /* overflow: scroll; */
}

.ht_master.handsontable .htCore td label.htCheckboxRendererLabel{
  overflow: scroll;
}

.ht_master.handsontable .htCore td label.htCheckboxRendererLabel::-webkit-scrollbar{
  width: 0;
  height: 0;
  background: transparent; /* Make it transparent */
}

.ht_master.handsontable .htCore td label input{
  position: sticky;
  left:0px;
}

.ht_master.handsontable .htCore td label input ::-webkit-scrollbar{
  width: 0;
  height: 0;
  background: transparent; /* Make it transparent */
}