
.mat-select.status-chip {
  padding: 0 5px;
}

.mat-select.status-chip:hover {
  border-radius: 10px;
}

.mat-select.status-chip:hover .mat-select-value-text {
  color: #fff
}

.cdk-overlay-pane {
  margin-top: 40px;
}

.status-chip .mat-select-value-text::before {
  content: "fiber_manual_record";
  font-family: 'Material Icons';
  top: 0px;
  position: absolute;
}

.status-chip .mat-select-value-text .ng-star-inserted {
  margin-left: 22px
}

.status-chip .mat-option .mat-option-text::before {
  content: "fiber_manual_record";
  font-family: 'Material Icons';
}

.status_choice_draft .mat-option-text,
.status_choice_draft .mat-select-value-text {
  color: #737373;
}

.status_choice_draft:hover {
  background-color: #737373;;
}


.status_choice_draft.edit_false:hover {
  background-color: #fff;
}

.status_choice_draft.edit_false:hover .mat-select-value-text {
  color: #737373;
}


.status_choice_submitted .mat-option-text,
.status_choice_submitted .mat-select-value-text {
  color: #4a5cbc;
}

.status_choice_submitted:hover {
  background-color: #4a5cbc;
}

.status_choice_submitted.edit_false:hover {
  background-color: #fff;
}

.status_choice_submitted.edit_false:hover .mat-select-value-text {
  color: #4a5cbc;
}


.status_choice_booked .mat-option-text,
.status_choice_booked .mat-select-value-text {
  color: #8250f1;
}

.status_choice_booked:hover {
  background-color: #8250f1;;
}

.status_choice_booked.edit_false:hover {
  background-color: #fff;
}

.status_choice_booked.edit_false:hover .mat-select-value-text {
  color: #8250f1;
}


.status_choice_rejected .mat-option-text,
.status_choice_rejected .mat-select-value-text {
  color: red;
}

.status_choice_rejected:hover {
  background-color: red;
}

.status_choice_rejected.edit_false:hover {
  background-color: #fff;
}

.status_choice_rejected.edit_false:hover .mat-select-value-text {
  color: red;
}

.status_choice_active .mat-option-text,
.status_choice_active .mat-select-value-text {
  color: #00aced;
}

.status_choice_active:hover {
  background-color: #00aced;
}

.status_choice_active.edit_false:hover {
  background-color: #fff;
}

.status_choice_active.edit_false:hover .mat-select-value-text {
  color: #00aced;
}

.status_choice_auction .mat-option-text,
.status_choice_auction .mat-select-value-text {
  color: #00aced;
}

.status_choice_auction:hover {
  background-color: #00aced;
}

.status_choice_auction.edit_false:hover {
  background-color: #fff;
}

.status_choice_auction.edit_false:hover .mat-select-value-text {
  color: #00aced;
}

.status_choice_after .mat-option-text,
.status_choice_after .mat-select-value-text {
  color: orange;
}

.status_choice_after:hover {
  background-color: orange;
}

.status_choice_after.edit_false:hover {
  background-color: #fff;
}

.status_choice_after.edit_false:hover .mat-select-value-text {
  color: orange;
}


.status_choice_expired .mat-option-text,
.status_choice_expired .mat-select-value-text {
  color: red;
}

.status_choice_expired:hover {
  background-color: red;
}

.status_choice_expired.edit_false:hover {
  background-color: #fff;
}

.status_choice_expired.edit_false:hover .mat-select-value-text {
  color: red;
}

.status_choice_traditional .mat-option-text,
.status_choice_traditional .mat-select-value-text {
  color: orange;
}

.status_choice_traditional:hover {
  background-color: orange;
}

.status_choice_traditional.edit_false:hover {
  background-color: #fff;
}

.status_choice_traditional.edit_false:hover .mat-select-value-text {
  color: orange;
}

.status_choice_in.escrow .mat-option-text,
.status_choice_in.escrow .mat-select-value-text {
  color: #00d66a;
}

.status_choice_in.escrow:hover {
  background-color: #00d66a;
}


.status_choice_in.edit_false:hover {
  background-color: #fff;
}

.status_choice_in.edit_false:hover .mat-select-value-text {
  color: #00d66a;
}

.status_choice_fell.out.escrow .mat-option-text,
.status_choice_fell.out.escrow .mat-select-value-text {
  color: red;
}

.status_choice_fell.out.escrow:hover {
  background-color: red;
}

.status_choice_fell.edit_false:hover {
  background-color: #fff;
}

.status_choice_fell.edit_false:hover .mat-select-value-text {
  color: red;
}

.status_choice_fell.out.sold .mat-option-text,
.status_choice_fell.out.sold .mat-select-value-text {
  color: #00d66a;
}

.status_choice_fell.out.sold:hover {
  background-color: #00d66a;
}

.status_choice_fell.edit_false:hover {
  background-color: #fff;
}

.status_choice_fell.edit_false:hover .mat-select-value-text {
  color: #00d66a;
}

.status_choice_fell.out.archive .mat-option-text,
.status_choice_fell.out.archive .mat-select-value-text {
  color: #797979;
}

.status_choice_fell.out.archive:hover {
  background-color: #797979;
}


.status_choice_fell.out.archive.edit_false:hover {
  background-color: #fff;
}

.status_choice_fell.out.archive.edit_false:hover .mat-select-value-text {
  color: #797979;
}

.status_choice_fell.out.pending .mat-option-text,
.status_choice_fell.out.pending .mat-select-value-text {
  color: #00aced;
}

.status_choice_fell.out.pending:hover {
  background-color: #00aced;
}

.status_choice_fell.out.pending.edit_false:hover {
  background-color: #fff;
}

.status_choice_fell.out.pending.edit_false:hover .mat-select-value-text {
  color: #00aced;
}

.status_choice_fell.out.uploaded .mat-option-text,
.status_choice_fell.out.uploaded .mat-select-value-text {
  color: orange;
}

.status_choice_fell.out.uploaded:hover {
  background-color: orange;
}


.status_choice_fell.out.uploaded.edit_false:hover {
  background-color: #fff;
}

.status_choice_fell.out.uploaded.edit_false:hover .mat-select-value-text {
  color: orange;
}

/* Disclosures and Reports */
.status_choice_approved .mat-option-text,
.status_choice_approved .mat-select-value-text {
  color: #00d66a;
}

.status_choice_approved:hover {
  background-color: #00d66a;
}

.status_choice_approved.edit_false:hover {
  background-color: #fff;
}

.status_choice_approved.edit_false:hover .mat-select-value-text {
  color: #00d66a;
}

.status_choice_uploaded .mat-option-text,
.status_choice_uploaded .mat-select-value-text {
  color: #00aced;
}

.status_choice_uploaded:hover {
  background-color: #00aced;
}

.status_choice_uploaded.edit_false:hover {
  background-color: #fff;
}

.status_choice_uploaded.edit_false:hover .mat-select-value-text {
  color: #00aced;
}

.status_choice_pending.upload .mat-option-text,
.status_choice_pending.upload .mat-select-value-text {
  color: #8250f1;
}

.status_choice_pending.upload:hover {
  background-color: #8250f1;
}

.status_choice_pending.edit_false:hover {
  background-color: #fff;
}

.status_choice_pending.edit_false:hover .mat-select-value-text {
  color: #8250f1;
}


.edit_false .mat-select-arrow {
  border: 0;
}
