﻿.multiselect-dropdown{
  width: 100%;
  min-height: 42px;
  font-weight: inherit;
  text-align: left;
  padding: 10px 18px;
  border: none;
  background: #ffffff;
  resize: none;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #2f2f2f;
}

.multiselect-dropdown .dropdown-btn {
   border: none !important;
   padding:  0 !important;
}

.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item{
  position: relative;
  margin: 0;
  padding: 0 10px  !important;
  max-width: 100%;
  background-color: #fbc011 !important;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #000 !important;
  border: none !important;
  cursor: default;
  border-radius: 20px !important;
  margin: 0 5px 0 0;
  min-width: 50px !important;
  max-width:none!important;
}

.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item a{
  color: #000 !important;
}

.multiselect-item-checkbox input[type=checkbox] + div:before{
  color: #fbc011 !important;
  border: 2px solid #fbc011 !important;
}

.multiselect-item-checkbox input[type=checkbox]:checked + div:before {
    -webkit-animation: .2s ease-in borderscale;
    animation: .2s ease-in borderscale;
    background: #fbc011 !important;
}

.sds-modal-content [disabled], .sds-modal-content .disabled{
  border: 1px solid #2f2f2f !important;
  color: #000 !important;
}
