/*To ensure taxes dropdown is shown*/
.select2-container--open{
  z-index: 10000;
}

/*For delete button for taxes in items*/
.tax_remove{
  color: #626262;
  font-weight: 900;
  margin-right: 4px;
  cursor: pointer;
  display: inline-block;
}