.select2-selection__clear {
    /* margin-top: 5px; */
    font-size: 20px!important;
}

.passwordShow {
    position: absolute;
    right: 16px;
    bottom: 6px;
    font-size: 24px;
    color: #dadada;
    cursor: pointer;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.campaign-approver-select .select2-selection {
  background-color: #f2f2f2!important;
  box-shadow: none!important;
  border: 0!important;
}

.campaign-approver-select .select2-search__field {
  width: 100%!important;
}
#s2-togall-w2 {
  color: black!important;
}

.select2-results__option {
  background: #f2f2f2!important;
  color: black!important;
}
.select2-dropdown {
  background: #f2f2f2!important;
  color: black!important;
}

.task-check-icon {
  color:#1d2851;
  /* color: transparent; */
  position: absolute;
  left: 6px;
  bottom: 0;
  border-radius: 50%;
  font-size: 28px;
}

.campaign-approver-select .select2-selection__arrow {
 border-left: 0px!important;
}