.mpsp-tollbar-promotoria-button a.disabled {
  background-color: var(--light-30) !important;
  color: black !important;
  pointer-events: none !important;
  cursor: default !important; }

#prosecutionWrongInfoReportFormModal .modal-content {
  max-height: 90vh; }

.prosecution-admin-portlet .choices__button {
  background-image: none !important;
  border-left: none !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  font-size: 0; }
  .prosecution-admin-portlet .choices__button::after {
    content: "\f00d";
    font-family: 'fontawesome-alloy';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6B6C7E;
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 12px;
    width: 12px;
    top: calc(50% - 6px);
    left: 0px;
    font-size: 13px; }

.prosecution-admin-portlet .is-focused .choices__inner, .prosecution-admin-portlet .is-open .choices__inner {
  border-color: #80acff;
  box-shadow: 0 0 #aaa, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
  background-color: #f1f2f5; }

.prosecution-admin-portlet .choices__input.choices__input--cloned {
  background-color: #f1f2f5; }

.prosecution-admin-portlet .choices__inner {
  background-color: #f1f2f5; }

.prosecution-admin-portlet .choices__list--multiple .choices__item {
  display: inline-flex;
  vertical-align: middle;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  word-break: break-all;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cdced9;
  color: #6b6c7e;
  font-weight: 600;
  border-radius: 2.5px; }

.prosecution-admin-portlet .choices__list--multiple .choices__item.is-highlighted {
  background-color: #fff;
  border: 1px solid #cdced9; }

.prosecution-admin-portlet .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #fff; }

.prosecution-admin-portlet .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 1; }