#stateChangeModal .modal-dialog .modal-content {
  background-color: #3175be;
}

#stateChangeModal .modal-dialog .modal-content .modal-header h4,
#stateChangeModal .modal-dialog .modal-content .modal-header button {
  color: white;
}

#stateChangeModal .modal-dialog .modal-content .modal-header {
  border: 0;
}

#stateChangeModal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}

#stateChangeModal .modal-dialog .modal-content .modal-body .container .workstate-changes-modal-top,
#stateChangeModal .modal-dialog .modal-content .modal-body .container .workstate-changes-modal-bottom {
  background-color: white;
  border-radius: 8px;
}

#stateChangeModal .modal-dialog .modal-content .modal-body .container .workstate-changes-modal-top {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  color: black;
  font-weight: bold;
}

#stateChangeModal .modal-dialog .modal-content .modal-body .container .workstate-changes-modal-top .row {
  margin: 0;
}

#stateChangeModal .modal-dialog .modal-content .modal-body .container .workstate-changes-modal-top .fa-briefcase {
  color: #3175be;
}

#stateChangeModal .modal-dialog .modal-content .modal-body .container .workstate-changes-modal-bottom {
  padding: 1rem 0rem;
}


/*# sourceMappingURL=workstate_changes_state_change_modal.css.map*/