@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Variable.ttf") format("truetype");
}
body {
  overflow-x: hidden;
  font-family: "Work Sans", Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  color: #2A2C24;
  padding: 0;
  margin: 0;
}

.invisible {
  visibility: hidden;
}

.common-form-input,
.react-datepicker__input-container > input {
  background-color: #EAE6E5;
  height: 50px;
  border-radius: 0;
  border: 2px solid #8FCB9B;
  padding: 0 12px;
  font-weight: 500;
  color: #575A4B;
  width: 100%;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-family: "Work Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  outline: none;
}

textarea.common-form-input {
  height: 139px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.common-form-select .common-form-select__control {
  background-color: #EAE6E5 !important;
  height: 50px;
  border-radius: 0 !important;
  border: 2px solid #8FCB9B !important;
  color: #575A4B;
  font-size: 16px;
  outline: none;
  box-shadow: none !important;
}
.common-form-select .common-form-select__control .common-form-select__placeholder {
  display: none;
}
.common-form-select .common-form-select__control .common-form-select__single-value {
  color: #575A4B;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.common-form-select .common-form-select__control .common-form-select__value-container {
  padding: 0 12px;
  color: #575A4B;
}
.common-form-select .common-form-select__control .common-form-select__indicator-separator {
  display: none;
}
.common-form-select .common-form-select__control .common-form-select__indicator {
  color: #8FCB9B !important;
  opacity: 1 !important;
  margin-right: 7px;
}
.common-form-select .common-form-select__control .common-form-select__indicator svg {
  width: 23px;
  height: 23px;
}
.common-form-select .common-form-select__menu .common-form-select__menu-list .common-form-select__option {
  color: #575A4B;
  font-size: 15px;
  font-weight: 500;
}
.common-form-select .common-form-select__menu .common-form-select__menu-list .common-form-select__option.common-form-select__option--is-selected {
  background-color: #8FCB9B !important;
  color: #ffffff;
}
.common-form-select .common-form-select__menu .common-form-select__menu-list .common-form-select__option.common-form-select__option--is-focused {
  background-color: #d8f3dd;
}
.common-form-select .common-form-select__menu .common-form-select__menu-list .common-form-select__option.common-form-select__option--is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.common-form-textarea {
  background-color: #ffffff;
  height: 139px;
  border-radius: 0;
  border: 1px solid #2A2C24;
  padding: 12px;
  font-weight: 400;
  color: #2A2C24;
  width: 100%;
  box-sizing: border-box;
  font-family: "Work Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  resize: none;
}

.checkbox-container {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
}
.checkbox-container .common-form-checkbox {
  border: 2px solid #8FCB9B;
  border-radius: 0 !important;
  background-color: transparent;
}
.checkbox-container:hover {
  opacity: 0.75;
}
.checkbox-container .checkbox-label {
  padding-left: 10px;
  font-weight: 700;
}

.common-form-checkbox {
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 2px solid #575A4B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common-form-checkbox .common-form-checkbox-check {
  width: 12px;
  height: 12px;
  background-color: #2A2C24;
  border-radius: 2px;
}

.react-datepicker__close-icon {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding-right: 12px !important;
}
.react-datepicker__close-icon:hover {
  opacity: 0.75 !important;
}
.react-datepicker__close-icon::after {
  background-color: #aaaaaa !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  padding-bottom: 4px !important;
  width: 18px !important;
}

.invalid .common-form-field-label {
  color: #bb342d !important;
}
.invalid .common-form-input {
  margin-top: 0;
  margin-bottom: 0;
  border: 2px solid #bb342d;
}
.invalid .common-form-textarea {
  margin-top: 0;
  margin-bottom: 0;
  border: 2px solid #bb342d;
}
.invalid .common-radio-option-circle {
  border-color: #bb342d;
  border-width: 2px;
  margin: 0;
}
.invalid .common-radio-option-label {
  color: #bb342d;
}
.invalid .common-form-select__control {
  border-color: #bb342d !important;
  border-width: 2px !important;
}
.invalid .form-date-range-date-picker.invalid .react-datepicker__input-container input {
  border-color: #bb342d !important;
  border-width: 2px !important;
}
.invalid .react-datepicker-wrapper .react-datepicker__input-container input {
  border-color: #bb342d !important;
  border-width: 2px !important;
}

.app-version,
.rails-environment,
.logged-in-user-name {
  display: none;
}

.toastify.error-message {
  background: #bb342d;
}
.toastify.success-message {
  background: #8FCB9B;
}
.toastify .toast-close {
  padding-right: 0;
}

.react-datepicker-wrapper {
  width: 100%;
}

.icon-button {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.icon-button:hover {
  opacity: 0.75;
}
.icon-button .icon-button-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.icon-button .icon-button-content .icon-button-image {
  display: flex;
  flex-direction: row;
}
.icon-button .icon-button-content .icon-button-text {
  color: #575A4B;
  padding-left: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.08px;
  text-transform: uppercase;
}

.add-button .icon-button-content .icon-button-image {
  width: 14px;
  height: 14px;
}

.common-form-container {
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.common-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}
.common-form.narrow-form {
  max-width: 681px;
}
.common-form .common-form-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.common-form .common-form-body .common-form-body-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
}
.common-form .common-form-body .common-form-body-row .common-form-body-row-horizontal {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 31px;
}
.common-form .common-form-body .common-form-body-row .common-form-body-row-horizontal .common-form-body-row-horizontal-cell {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: flex-end;
}

.common-form-action-buttons-row {
  display: flex;
  flex-direction: row;
  gap: 27px;
  margin-top: 36px;
}
.common-form-action-buttons-row .common-form-action-button-container {
  display: flex;
  flex-direction: row;
}
.common-form-action-buttons-row .common-form-action-button-container .submit-button {
  padding-left: 55px;
  padding-right: 55px;
}

.common-form-select {
  width: 100%;
}

.common-form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: first baseline;
  justify-content: flex-start;
  margin-top: 1px;
  margin-bottom: 1px;
}
.common-form-field .common-form-field-label {
  display: flex;
  flex-direction: column;
  color: #2A2C24;
  font-weight: 700;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.common-form-field .common-form-field-input-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.common-form-field .common-form-field-input-container .common-form-field-input-container-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.common-form-field .common-form-field-input-container .common-form-field-input-container-content .common-form-field-additional-info {
  margin-top: 5px;
  font-style: italic;
  font-size: 14px;
  color: #2A2C24;
}
.common-form-field .common-form-field-input-container .common-form-field-input-container-content .length-indicator {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 700;
}
.common-form-field .common-form-field-input-container .common-form-field-input-container-content .length-indicator.invalid {
  color: #bb342d;
}
.common-form-field .common-form-field-input-container .common-form-field-right-icon {
  position: absolute;
  right: 13px;
  z-index: 2;
  pointer-events: none;
}
.common-form-field .common-form-field-input-container .common-form-field-floating-label {
  position: absolute;
  right: 13px;
  z-index: 2;
  pointer-events: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #2A2C24;
}
.common-form-field .common-form-field-sublabel {
  display: flex;
  flex-direction: column;
  color: #2A2C24;
  padding-top: 5px;
  padding-left: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.ticket-list-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
}
.ticket-list-row.requested .ticket-list-row-left-edge {
  background-color: #8FCB9B;
}
.ticket-list-row.pending .ticket-list-row-left-edge {
  background-color: #F6BD60;
}
.ticket-list-row.dispatched .ticket-list-row-left-edge {
  background-color: #2A2C24;
}
.ticket-list-row.cancelled .ticket-list-row-left-edge {
  background-color: #bb342d;
}
.ticket-list-row.cancelled .ticket-list-row-body {
  background-color: rgba(194, 63, 53, 0.2);
}
.ticket-list-row .ticket-list-row-left-edge {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 15px;
  min-width: 15px;
  align-items: center;
}
.ticket-list-row .ticket-list-row-left-edge .ticket-list-row-left-edge-punch {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #EAE6E5;
  position: absolute;
  left: -8px;
}
.ticket-list-row .ticket-list-row-body {
  display: flex;
  flex: 1;
  flex-direction: row;
  width: 100%;
  align-items: center;
  background-color: #ffffff;
}

.activity-direction {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.activity-direction .activity-direction-pointer-box {
  width: 15px;
  height: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #2A2C24;
}
.activity-direction .activity-direction-pointer-box .activity-direction-pointer {
  width: 7.5px;
  height: 7.5px;
}
.activity-direction .activity-direction-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding-left: 6px;
}

.activity-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #2A2C24;
  height: 48px;
  margin-bottom: 14px;
  box-sizing: border-box;
}
.activity-header .activity-header-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
}
.activity-header .activity-header-content .activity-header-content-left {
  display: flex;
  flex-direction: row;
  flex: 1;
  box-sizing: border-box;
  background-color: #2A2C24;
  align-items: center;
  justify-content: center;
}
.activity-header .activity-header-content .activity-header-content-left .activity-header-label {
  color: #EAE6E5;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.activity-header .activity-header-content .activity-header-content-right {
  display: flex;
  flex-direction: row;
  flex: 1;
  box-sizing: border-box;
}
.activity-header .activity-header-content .activity-header-content-right .activity-header-content-right-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.activity-header .activity-header-content .activity-header-content-right .activity-header-content-right-content .activity-header-direction {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: #8FCB9B;
}
.activity-header .activity-header-content .activity-header-content-right .activity-header-content-right-content .activity-header-direction .activity-direction .activity-direction-pointer-box {
  width: 12px;
  height: 12px;
}
.activity-header .activity-header-content .activity-header-content-right .activity-header-content-right-content .activity-header-direction .activity-direction .activity-direction-pointer-box .activity-direction-pointer {
  width: 6px;
  height: 6px;
}
.activity-header .activity-header-content .activity-header-content-right .activity-header-content-right-content .activity-header-direction .activity-direction .activity-direction-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 7px;
}
.activity-header .activity-header-content .activity-header-content-right .activity-header-content-right-content .activity-header-right-divider {
  width: 100%;
  height: 1px;
  background-color: #2A2C24;
}
.activity-header .activity-header-content .activity-header-content-right .activity-header-content-right-content .activity-header-scope {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}

.confirm-delete-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 36px;
  min-width: 36px;
  height: 36px;
  transition: all 0.15s ease-in-out;
  background-color: transparent;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.confirm-delete-button:hover {
  opacity: 0.75;
}
.confirm-delete-button .confirm-delete-button-icon-container {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid #bb342d;
}
.confirm-delete-button .confirm-delete-button-icon-container .confirm-delete-button-icon {
  width: 17px;
  height: 18px;
}
.confirm-delete-button .confirm-delete-button-icon-container .confirm-delete-button-icon.confirming-icon {
  position: absolute;
  opacity: 0;
}
.confirm-delete-button .confirm-delete-button-text {
  display: flex;
  flex-direction: row;
  max-width: 0;
  overflow: hidden;
}
.confirm-delete-button.confirming {
  background-color: #bb342d;
  max-width: 300px;
}
.confirm-delete-button.confirming .confirm-delete-button-icon-container {
  background-color: #C06B61;
  border-color: #C06B61;
  border-radius: 0;
}
.confirm-delete-button.confirming .confirm-delete-button-icon-container .confirm-delete-button-icon {
  opacity: 0;
}
.confirm-delete-button.confirming .confirm-delete-button-icon-container .confirm-delete-button-icon.confirming-icon {
  opacity: 1;
}
.confirm-delete-button.confirming .confirm-delete-button-text {
  max-width: 300px;
  white-space: nowrap;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}

.dispatch-order-form-button {
  height: 35px !important;
  border-radius: 10px !important;
}
.dispatch-order-form-button .pill-button-text {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: 2.4px !important;
  text-transform: uppercase !important;
}

.activity-sub-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 23px;
  background-color: #EAE6E5;
  border-radius: 3px;
  padding-left: 4px;
  padding-right: 4px;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 4px;
  padding-bottom: 4px;
}
.activity-sub-row .activity-sub-row-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  font-size: 0;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell {
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 15px;
  align-items: center;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell .activity-sub-row-cell-text {
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-direction {
  padding-left: 0;
  width: 14%;
  min-width: 14%;
  max-width: 14%;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-direction .activity-direction {
  height: 15px;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-time {
  width: 14%;
  min-width: 14%;
  max-width: 14%;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-time .activity-sub-row-time-content {
  display: flex;
  flex-direction: column;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-time .activity-sub-row-time-content .activity-sub-row-time-cell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-time .activity-sub-row-time-content .activity-sub-row-time-cell:not(:last-child) {
  margin-bottom: 3px;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-material {
  width: 23%;
  min-width: 23%;
  max-width: 23%;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-material .activity-sub-row-material-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-material .activity-sub-row-material-content .activity-sub-row-material-cell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-material .activity-sub-row-material-content .activity-sub-row-material-cell:not(:last-child) {
  margin-bottom: 3px;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-truck-count {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-truck-count .activity-sub-row-truck-count-content {
  display: flex;
  flex-direction: column;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-truck-count .activity-sub-row-truck-count-content .activity-sub-row-truck-count-cell {
  display: flex;
  flex-direction: column;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-truck-count .activity-sub-row-truck-count-content .activity-sub-row-truck-count-cell:not(:last-child) {
  margin-bottom: 3px;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-truck-count .activity-sub-row-truck-count-content .activity-sub-row-truck-count-cell .activity-sub-row-truck-count-cell-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-truck-count .activity-sub-row-truck-count-content .activity-sub-row-truck-count-cell .activity-sub-row-truck-count-cell-content .activity-broker-assignment-count-text {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  width: 20px;
  height: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-truck-count .activity-sub-row-truck-count-content .activity-sub-row-truck-count-cell .activity-sub-row-truck-count-cell-content .activity-broker-assignment-truck-count-icon {
  width: 30px;
  height: 12px;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-truck-count .activity-sub-row-truck-count-content .activity-sub-row-truck-count-cell .activity-sub-row-truck-count-cell-content .activity-broker-assignment-row-round-robin-icon {
  margin-left: 10px;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-broker {
  width: 29%;
  min-width: 29%;
  max-width: 29%;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-broker .activity-sub-row-broker-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-broker .activity-sub-row-broker-content .activity-sub-row-broker-cell {
  display: block;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
}
.activity-sub-row .activity-sub-row-content .activity-sub-row-cell.activity-sub-row-broker .activity-sub-row-broker-content .activity-sub-row-broker-cell:not(:last-child) {
  margin-bottom: 3px;
}

.sync-button-container {
  align-self: center;
  align-items: center;
}
.sync-button-container .sync-button {
  height: 31px !important;
  border-radius: 18px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: 20px;
}
.sync-button-container .sync-button .pill-button-text {
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 2.4px !important;
  text-transform: uppercase;
}
.sync-button-container .sync-button .pill-button-icon-container.right .pill-button-icon {
  width: 15px;
  height: 15px;
}

.admin-frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  min-height: 100vh;
}
.admin-frame .admin-frame-content {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.admin-frame .admin-frame-content .admin-frame-sidebar {
  display: flex;
  flex-direction: row;
  width: 240px;
  background-color: #2A2C24;
  color: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  max-height: 100vh;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 74px;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-header .admin-frame-logo {
  width: 182px;
  height: 20px;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 38px;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-header {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-body {
  display: flex;
  flex-direction: column;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-body .admin-frame-sidebar-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
  cursor: pointer;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-body .admin-frame-sidebar-link:hover .admin-frame-sidebar-link-content .admin-frame-sidebar-link-icon-box {
  background-color: #8FCB9B;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-body .admin-frame-sidebar-link:hover .admin-frame-sidebar-link-content .admin-frame-sidebar-link-text {
  color: #8FCB9B;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-body .admin-frame-sidebar-link.selected .admin-frame-sidebar-link-content {
  background-color: #575A4B;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-body .admin-frame-sidebar-link.selected .admin-frame-sidebar-link-content .admin-frame-sidebar-link-icon-box {
  background-color: #8FCB9B;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-body .admin-frame-sidebar-link .admin-frame-sidebar-link-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 9px;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-body .admin-frame-sidebar-link .admin-frame-sidebar-link-content .admin-frame-sidebar-link-icon-box {
  display: flex;
  flex-direction: row;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #575A4B;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-body .admin-frame-sidebar-link .admin-frame-sidebar-link-content .admin-frame-sidebar-link-icon-box .admin-frame-sidebar-link-icon {
  max-width: 16px;
  max-height: 15px;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-links-section .admin-frame-sidebar-links-group .admin-frame-sidebar-links-group-body .admin-frame-sidebar-link .admin-frame-sidebar-link-content .admin-frame-sidebar-link-text {
  padding-left: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.08px;
  text-transform: uppercase;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-footer {
  display: flex;
  flex-direction: column;
  height: 55px;
  align-items: center;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-footer .admin-frame-sidebar-footer-divider {
  width: 182px;
  height: 1px;
  background-color: #ffffff;
}
.admin-frame .admin-frame-content .admin-frame-sidebar .admin-frame-sidebar-content .admin-frame-sidebar-footer .admin-frame-sidebar-footer-text {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.08px;
}
.admin-frame .admin-frame-content .admin-frame-main {
  display: flex;
  flex-direction: row;
  flex: 1;
  max-width: calc(100% - 240px);
}
.admin-frame .admin-frame-content .admin-frame-main .admin-frame-main-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.admin-frame .admin-frame-content .admin-frame-main .admin-frame-main-content .admin-header {
  display: flex;
  flex-direction: column;
  height: 74px;
  padding-left: 32px;
  padding-right: 37px;
  background-color: #575A4B;
}
.admin-frame .admin-frame-content .admin-frame-main .admin-frame-main-content .admin-page-content {
  background-color: #EAE6E5;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.admin-header {
  display: flex;
  width: 100%;
  height: 74px;
  box-sizing: border-box;
  padding-left: 32px;
  padding-right: 37px;
  background-color: #2A2C24;
}
.admin-header .admin-header-content {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
}
.admin-header .admin-header-content .admin-header-page-title-section {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
}
.admin-header .admin-header-content .admin-header-page-title-section .admin-header-page-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  color: #EAE6E5;
}
.admin-header .admin-header-content .admin-header-account-info-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 40px;
  text-align: left;
}
.admin-header .admin-header-content .admin-header-account-info-container .admin-header-account-icon {
  display: flex;
  flex-direction: row;
  width: 13px;
  height: 16px;
}
.admin-header .admin-header-content .admin-header-account-info-container .admin-header-username-display {
  display: flex;
  flex-direction: row;
  padding-left: 9px;
  color: #EAE6E5;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.admin-header .admin-header-content .admin-header-account-info-container .admin-header-username-separator {
  display: flex;
  flex-direction: row;
  padding-left: 5px;
  padding-right: 5px;
  color: #EAE6E5;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.admin-header .admin-header-content .admin-header-account-info-container .logout-option-container {
  display: flex;
  flex-direction: row;
}
.admin-header .admin-header-content .admin-header-account-info-container .logout-option-container .logout-option {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  color: #8FCB9B;
}
.admin-header .admin-header-content .admin-header-account-info-container .logout-option-container .logout-option:hover {
  text-decoration: underline;
}

.brokers-list-page .common-list-page-header-content-left {
  align-items: center !important;
}
.brokers-list-page .brokers-list-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 56px;
  row-gap: 47px;
  width: 100%;
}
.brokers-list-page .brokers-list-content .broker-list-item {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  position: relative;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 8px solid #2A2C24;
  padding-top: 28px;
  padding-bottom: 26px;
  padding-left: 28px;
  padding-right: 31px;
  width: calc((100% - 2 * 56px) / 3);
  box-sizing: border-box;
  cursor: pointer;
}
.brokers-list-page .brokers-list-content .broker-list-item:hover {
  opacity: 0.75;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-ticket-circle {
  background-color: #EAE6E5;
  width: 41px;
  height: 41px;
  border-radius: 20.5px;
  position: absolute;
  top: -20.5px;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-list-item-edit-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-list-item-edit-section .broker-list-item-edit-icon {
  width: 16px;
  height: 17px;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-name-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  justify-content: flex-end;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-left {
  display: flex;
  flex-direction: row;
  flex: 265;
  padding-right: 25px;
  box-sizing: border-box;
  overflow: hidden;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-left .broker-general-info-left-content {
  display: flex;
  flex-direction: column;
  color: #575A4B;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  box-sizing: border-box;
  width: 100%;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-left .broker-general-info-left-content .broker-contact-email {
  padding-top: 13px;
  color: #bb342d;
  text-decoration: none;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-left .broker-general-info-left-content .broker-contact-email:hover {
  opacity: 0.75;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-right {
  display: flex;
  flex-direction: row;
  flex: 86;
  box-sizing: border-box;
  align-items: flex-end;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-right .broker-general-info-right-content {
  display: flex;
  flex-direction: column;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-right .broker-general-info-right-content .broker-fleet-count {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-right .broker-general-info-right-content .broker-fleet-count .broker-fleet-count-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-right .broker-general-info-right-content .broker-fleet-count .broker-fleet-count-content .broker-fleet-count-value {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  padding-right: 5px;
  flex: 1;
  justify-content: flex-end;
  text-align: center;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-right .broker-general-info-right-content .broker-fleet-count .broker-fleet-count-content .broker-fleet-count-icon {
  width: 48px;
  height: 19px;
}
.brokers-list-page .brokers-list-content .broker-list-item .broker-list-item-content .broker-general-info-section .broker-general-info-content .broker-general-info-right .broker-general-info-right-content .broker-fleet-count-label {
  background-color: #575A4B;
  color: #EAE6E5;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  text-align: center;
  height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  min-width: 86px;
}

.broker-form .fleet-size-input {
  width: 156px;
}

.confirm-cancel-modal {
  width: 600px !important;
  text-align: left;
}
.confirm-cancel-modal .common-modal-body {
  overflow-y: hidden !important;
}
.confirm-cancel-modal .confirm-cancel-modal-body {
  font-size: 16px;
}
.confirm-cancel-modal .confirm-cancel-modal-body .confirm-cancel-modal-message:not(:last-child) {
  margin-bottom: 20px;
}
.confirm-cancel-modal .confirm-cancel-modal-options {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.confirm-cancel-modal-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}
.common-list-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 80px;
}
.common-list-page .common-list-page-filters-header {
  background-color: #ffffff;
  height: 49px;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  height: 49px;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-filter {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-filter input {
  height: 29px;
  border-width: 1px;
  width: 145px;
  background-color: #ffffff;
  padding-left: 28px;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-filter .react-datepicker__input-container > input {
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 140% !important;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-filter-icon {
  position: absolute;
  left: 6px;
  z-index: 2;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-filter-caret {
  position: absolute;
  right: 7px;
  width: 9px;
  height: 5px;
  z-index: 2;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer !important;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter {
  height: 29px;
  cursor: pointer !important;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter__control {
  height: 29px;
  max-height: 29px;
  min-height: 29px;
  border: 1px solid #8FCB9B;
  min-width: 145px;
  background-color: #ffffff;
  padding-left: 26px;
  border-radius: 0;
  cursor: pointer !important;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter__value-container {
  height: 29px;
  max-height: 29px;
  min-height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter__input,
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter__single-value,
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter__placeholder,
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter__option {
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 140% !important;
  color: #575A4B !important;
  padding-bottom: 1px;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter__option--is-selected {
  color: #ffffff !important;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter__indicators {
  height: 29px;
  max-height: 29px;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter__indicator-separator {
  visibility: hidden;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter-caret-container {
  height: 29px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-filter-caret-container .common-list-page-select-filter-caret {
  width: 9px;
  height: 5px;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-close-container {
  height: 29px;
  width: 29px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-close-container:hover {
  opacity: 0.75;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-select-filter-container .common-list-page-select-filter .common-list-page-select-close-container .common-list-page-select-close {
  height: 10px;
  width: 10px;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-filters-header-content-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
.common-list-page .common-list-page-filters-header .common-list-page-filters-header-content .common-list-page-filters-header-content-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.common-list-page .common-list-sort-control-container {
  margin-right: 30px;
}
.common-list-page .common-list-sort-control-container .common-list-sort-control {
  cursor: pointer;
}
.common-list-page .common-list-sort-control-container .common-list-sort-control .sort-filter-control {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.common-list-page .common-list-sort-control-container .common-list-sort-control .sort-filter-control .common-list-page-filter-icon.sort-filter-icon {
  position: static !important;
  width: 17px;
  height: 17px;
}
.common-list-page .common-list-sort-control-container .common-list-sort-control .sort-filter-control .common-list-page-filter-caret {
  position: static !important;
  width: 10px !important;
  height: 5px !important;
  margin-left: 5px;
}
.common-list-page .common-list-sort-control-container .common-list-sort-control .sort-filter-control .sort-filter-control-hidden-children {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.common-list-page .common-list-sort-control-container .common-list-sort-control .common-list-sort-control__menu {
  width: 200px;
}
.common-list-page .common-list-page-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1342px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 73px;
  padding-right: 73px;
}
.common-list-page .common-list-page-header .common-list-page-header-content {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.common-list-page .common-list-page-header .common-list-page-header-content .common-list-page-header-content-left {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 1;
}
.common-list-page .common-list-page-header .common-list-page-header-content .common-list-page-header-content-left .common-list-page-header-text {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.5px;
}
.common-list-page .common-list-page-header .common-list-page-header-content .common-list-page-header-content-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.common-list-page .common-list-page-header .common-list-page-header-content .common-list-page-header-content-right .pill-button-container {
  margin: 0;
}
.common-list-page .common-list-page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1342px;
  padding-top: 20px;
  padding-left: 73px;
  padding-right: 73px;
  box-sizing: border-box;
}
.common-list-page .common-list-page-content .common-list-header {
  margin-bottom: 10px;
}
.common-list-page .common-list-page-content .common-list-content {
  margin-bottom: 40px;
}
.common-list-page .common-list-page-content .common-empty-list-message-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.common-list-page .common-list-page-content .common-empty-list-message-container .common-empty-list-message {
  color: #aaaaaa;
  font-weight: 700;
  font-style: italic;
}
.common-list-page .common-list-page-content .common-list-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row {
  display: flex;
  flex-direction: column;
  height: 67px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 17px;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row:hover {
  opacity: 0.75;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content {
  display: flex;
  flex-direction: row;
  height: 67px;
  align-items: center;
  background-color: #ffffff;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-ticket-edge {
  display: flex;
  flex-direction: row;
  width: 15px;
  background-color: #575A4B;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  height: 67px;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-ticket-edge .common-list-row-ticket-circle {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #EAE6E5;
  position: absolute;
  left: -8px;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding-left: 22px;
  padding-right: 22px;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #575A4B;
  padding-right: 92px;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-details .common-list-row-detail-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-details .common-list-row-detail-cell .common-list-row-detail-icon {
  height: 15px;
  width: auto;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-details .common-list-row-detail-cell .common-list-row-detail-text {
  padding-left: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #575A4B;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-action-indicators {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-action-indicators .common-list-row-action-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-action-indicators .common-list-row-pointer-cell {
  width: 22px;
  background-color: #2A2C24;
  height: 67px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.common-list-page .common-list-page-content .common-list-content .common-list-row .common-list-row-content .common-list-row-action-indicators .common-list-row-pointer-cell .common-list-row-pointer-icon {
  width: 7px;
  height: 11px;
}

.search-bar-outer-container {
  display: flex;
  justify-content: flex-end;
}
.search-bar-outer-container .search-bar-loading-indicator-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 29px;
  text-align: center;
}
.search-bar-outer-container .search-bar-loading-indicator-container .search-bar-loading-indicator {
  width: 10px;
  height: 10px;
}
.search-bar-outer-container .search-bar-container {
  display: flex;
  border: 1px solid #8FCB9B;
  height: 29px;
  border-radius: calc(29px / 2);
  padding-left: 18px;
  padding-right: 10px;
}
.search-bar-outer-container .search-bar-container .search-bar-icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.search-bar-outer-container .search-bar-container .search-bar-icon-container .search-bar-icon {
  width: 13.5px;
  height: 13.5px;
  margin: 0 auto;
}
.search-bar-outer-container .search-bar-container .search-bar-field-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.search-bar-outer-container .search-bar-container .search-bar-field-container .search-bar-field {
  border: 0;
  min-width: 200px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  color: #575A4B;
}
.search-bar-outer-container .search-bar-container .search-bar-field-container .search-bar-field::placeholder {
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  color: #575A4B;
}

.leave-without-saving-warning-modal {
  width: 600px !important;
  text-align: left;
}
.leave-without-saving-warning-modal .leave-without-saving-warning-modal-header .leave-without-saving-warning-modal-header-text {
  font-size: 24px;
  font-weight: 700;
}
.leave-without-saving-warning-modal .leave-without-saving-warning-modal-body {
  font-size: 16px;
}
.leave-without-saving-warning-modal .leave-without-saving-warning-modal-options {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  gap: 20px;
}
.leave-without-saving-warning-modal .leave-without-saving-warning-modal-options .leave-without-saving-warning-modal-option:first-child {
  flex: 1;
}

.leave-without-saving-warning-modal-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #2A2C24;
}
.leave-without-saving-warning-modal-button.leave-without-saving-warning-modal-cancel-button {
  background-color: transparent;
  margin: 0 !important;
}
.leave-without-saving-warning-modal-button.leave-without-saving-warning-modal-leave-button {
  background-color: #2A2C24;
  color: #EAE6E5 !important;
  margin: 0 !important;
}

.common-list-pagination-options {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.common-list-pagination-options .pagination-arrow-container {
  font-size: 0;
}
.common-list-pagination-options .common-list-pagination-options-left {
  display: flex;
  flex-direction: row;
}
.common-list-pagination-options .common-list-pagination-options-right {
  display: flex;
  flex-direction: row;
}
.common-list-pagination-options .pagination-ellipsis {
  display: flex;
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.common-list-pagination-options .paging-nav-cell {
  display: flex;
}
.common-list-pagination-options .pagination-element {
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border-radius: calc(28px / 2);
  background-color: transparent;
  align-items: center;
  justify-content: center;
}
.common-list-pagination-options .pagination-element.pagination-link {
  cursor: pointer;
}
.common-list-pagination-options .pagination-element.pagination-link.pagination-link-selected {
  background-color: #2A2C24;
  color: #ffffff;
}
.common-list-pagination-options .pagination-element.pagination-link:hover {
  background-color: #cccccc !important;
}
.common-list-pagination-options .pagination-element.pagination-link:not(.pagination-link-selected):hover {
  background-color: #cccccc !important;
  color: #ffffff !important;
}
.common-list-pagination-options .pagination-element .pagination-nav-button-container {
  cursor: pointer;
  font-size: 0;
  width: 28px;
  height: 28px;
  border-radius: calc(28px / 2);
  background-color: transparent;
}
.common-list-pagination-options .pagination-element .pagination-nav-button-container:hover {
  opacity: 0.75;
  background-color: #cccccc;
}
.common-list-pagination-options .pagination-element .pagination-nav-button-container .pagination-nav-button-icon {
  padding: 5px;
  width: calc(28px - 5px * 2);
  height: calc(28px - 5px * 2);
}

.loading-indicator-overlay {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  align-items: center;
  justify-content: center;
}

.loading-indicator-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 20px;
}

.loading-indicator.tiny-loading-indicator {
  width: 20px;
  height: 20px;
}

.common-modal {
  z-index: 800;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.common-modal .common-modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  max-height: 100vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common-modal .common-modal-overlay .common-modal-box {
  margin: 0 auto;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  flex: 0;
  max-height: 90vh;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 53px;
  justify-content: center;
  background-color: #575A4B;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-header .common-modal-header-content {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
  height: 53px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-header .common-modal-header-content .common-modal-header-text-container {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 14px;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-header .common-modal-header-content .common-modal-header-text-container .common-modal-header-text {
  color: #EAE6E5;
  font-size: 15px;
  line-height: 32px; /* 213.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 700;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-header .common-modal-header-content .common-modal-header-right-options-section {
  display: flex;
  flex-direction: row;
  flex: 1;
  margin-right: 10px;
  justify-content: flex-end;
  align-items: center;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-header .common-modal-header-content .common-modal-close-option-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-header .common-modal-header-content .common-modal-close-option-container .common-modal-close-option {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-header .common-modal-header-content .common-modal-close-option-container .common-modal-close-option:hover {
  opacity: 0.75;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-header .common-modal-header-content .common-modal-close-option-container .common-modal-close-option .common-modal-close-option-icon {
  width: 14px;
  height: 14px;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-divider-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 1px;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-divider-container .common-modal-divider {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
}
.common-modal .common-modal-overlay .common-modal-box .common-modal-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.pill-button-container {
  height: 52px;
  display: flex;
}
.pill-button-container.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pill-button-container .pill-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  border-radius: 10px;
  cursor: pointer;
  color: #2A2C24;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
}
.pill-button-container .pill-button.solid-black-button {
  border: 2px solid #2A2C24;
  background-color: #2A2C24;
  color: #EAE6E5;
}
.pill-button-container .pill-button.black-border-button {
  border: 2px solid #2A2C24;
  background-color: transparent;
  color: #2A2C24;
}
.pill-button-container .pill-button.solid-red-button {
  border: 2px solid #bb342d;
  background-color: #bb342d;
}
.pill-button-container .pill-button.solid-red-button .pill-button-text {
  color: #EAE6E5;
}
.pill-button-container .pill-button.red-border-button {
  border: 2px solid #bb342d;
  background-color: transparent;
  color: #bb342d;
}
.pill-button-container .pill-button.solid-green-button {
  border: 2px solid #8FCB9B;
  background-color: #8FCB9B;
}
.pill-button-container .pill-button.light-gray-border-button {
  border: 2px solid #EAE6E5;
}
.pill-button-container .pill-button.light-gray-border-button .pill-button-text {
  color: #EAE6E5;
}
.pill-button-container .pill-button.green-border-button {
  border: 2px solid #8FCB9B;
}
.pill-button-container .pill-button:hover {
  opacity: 0.75 !important;
}
.pill-button-container .pill-button .pill-button-icon-container {
  display: flex;
  flex-direction: row;
}
.pill-button-container .pill-button .pill-button-icon-container.left {
  margin-right: 10px;
}
.pill-button-container .pill-button .pill-button-icon-container.right {
  margin-left: 10px;
}
.pill-button-container .pill-button .pill-button-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.radio-option-set {
  display: flex;
  flex-direction: row;
}
.radio-option-set .common-radio-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  margin-right: 25px;
}
.radio-option-set .common-radio-option:hover .common-radio-option-circle {
  border-width: 2px;
  margin: 0;
}
.radio-option-set .common-radio-option .common-radio-option-circle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #2A2C24;
  margin: 1px;
  background-color: #ffffff;
}
.radio-option-set .common-radio-option .common-radio-option-circle .common-radio-option-dot {
  background-color: #2A2C24;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
}
.radio-option-set .common-radio-option .common-radio-option-label {
  padding-left: 6px;
}

.root-error-display-dashboard-link {
  display: inline-flex;
  flex-direction: row;
  width: fit-content;
  margin-top: 16px;
  cursor: pointer;
  color: #575A4B;
  font-weight: 700;
  text-decoration: underline;
}
.root-error-display-dashboard-link:hover {
  opacity: 0.75;
}

.activity-detail {
  margin-bottom: 75px;
}
.activity-detail .activity-header {
  margin-bottom: 0;
}
.activity-detail .activity-broker-assignment-detail {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #2A2C24;
  height: 35px;
  align-items: stretch;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-header .activity-broker-assignment-detail-header-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  height: 35px;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-header .activity-broker-assignment-detail-header-content .activity-broker-detail-name {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: row;
  border-right: 1px solid #2A2C24;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  box-sizing: border-box;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-header .activity-broker-assignment-detail-header-content .activity-broker-detail-name .activity-broker-detail-name-text {
  font-size: 18px;
  font-weight: 600;
  width: calc(100% - 17px);
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-header .activity-broker-assignment-detail-header-content .activity-broker-detail-name .activity-broker-assignment-detail-header-round-robin-icon {
  width: 17px;
  height: 17px;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-header .activity-broker-assignment-detail-header-content .activity-broker-detail-truck-count {
  width: 65px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-header .activity-broker-assignment-detail-header-content .activity-broker-detail-truck-count .activity-broker-detail-truck-count-text {
  font-size: 18px;
  font-weight: 600;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  min-height: 22px;
  margin-top: 15px;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body .activity-broker-assignment-detail-body-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body .activity-broker-assignment-detail-body-content .activity-broker-body-direction {
  display: flex;
  flex-direction: row;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #8FCB9B;
  padding-left: 10px;
  padding-right: 10px;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body .activity-broker-assignment-detail-body-content .activity-broker-body-direction .activity-direction .activity-direction-pointer-box {
  width: 12px;
  height: 12px;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body .activity-broker-assignment-detail-body-content .activity-broker-body-direction .activity-direction .activity-direction-pointer-box .activity-direction-pointer {
  width: 6px;
  height: 6px;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body .activity-broker-assignment-detail-body-content .activity-broker-body-direction .activity-direction .activity-direction-text {
  font-size: 15px;
  font-weight: 600;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body .activity-broker-assignment-detail-body-content .activity-broker-body-material {
  display: flex;
  flex-direction: row;
  max-width: 50%;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #2A2C24;
  color: #8FCB9B;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 23px;
  padding-right: 23px;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body .activity-broker-assignment-detail-body-content .activity-broker-body-shapes {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  min-height: 22px;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body .activity-broker-assignment-detail-body-content .activity-broker-body-shapes .activity-broker-body-line {
  display: flex;
  flex-direction: row;
  flex: 1;
  min-width: 20px;
  height: 1px;
  background-color: #2A2C24;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body .activity-broker-assignment-detail-body-content .activity-broker-body-shapes .activity-broker-body-circle {
  display: flex;
  flex-direction: row;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #2A2C24;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-body .activity-broker-assignment-detail-body-content .activity-broker-body-time {
  display: flex;
  flex-direction: row;
  width: 70px;
  justify-content: flex-end;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.activity-detail .activity-broker-assignment-detail .activity-broker-assignment-detail-notes {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
.activity-detail .empty-broker-assignments-message {
  font-style: italic;
  opacity: 0.5;
  margin-top: 20px;
}

.dispatch-orders-list-page .date-filter {
  cursor: pointer;
}
.dispatch-orders-list-page .date-filter input {
  cursor: pointer;
}
.dispatch-orders-list-page .date-filter input:hover {
  opacity: 0.75;
}
.dispatch-orders-list-page .date-filter .date-filter-icon {
  width: 15px;
  height: 15px;
}
.dispatch-orders-list-page .common-list-page-filters-header .common-list-page-filters-header-content-left {
  gap: 13px;
}
.dispatch-orders-list-page .common-list-page-filters-header .foreman-filter-icon {
  width: 10px;
  height: 12px;
}
.dispatch-orders-list-page .common-list-page-filters-header .status-filter-icon {
  width: 13px;
  height: 12px;
}
.dispatch-orders-list-page .common-list-page-filters-header .common-list-page-select-filter-container.status-filter-container .common-list-page-filter-icon {
  left: 8px;
}
.dispatch-orders-list-page .common-list-page-filters-header .common-list-page-select-filter-container.job-filter-container .common-list-page-filter-icon {
  left: 8px;
}
.dispatch-orders-list-page .common-list-page-filters-header .common-list-page-select-filter-container.broker-filter-container .common-list-page-filter-icon {
  left: 8px;
}
.dispatch-orders-list-page .common-list-page-filters-header .common-list-page-select-filter-container.foreman-filter-container .common-list-page-filter-icon {
  left: 9px;
}
.dispatch-orders-list-page .common-list-page-filters-header .search-bar-outer-container {
  width: 315px;
}
.dispatch-orders-list-page .common-list-page-filters-header .search-bar-outer-container .search-bar-container {
  border-radius: 33px;
}
.dispatch-orders-list-page .dispatch-orders-list-content {
  top: -55px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dispatch-orders-list-page .user-activity-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dispatch-orders-list-page .user-activity-row .user-activity-row-header {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-bottom: 25px;
}
.dispatch-orders-list-page .user-activity-row .user-activity-row-header .user-activity-row-header-content {
  display: flex;
  flex-direction: row;
  background-color: #2A2C24;
  align-items: center;
  height: 21px;
  padding-left: 7px;
}
.dispatch-orders-list-page .user-activity-row .user-activity-row-header .user-activity-row-header-content .user-activity-row-user-icon {
  width: 7px;
  height: 9px;
  display: flex;
  flex-direction: row;
}
.dispatch-orders-list-page .user-activity-row .user-activity-row-header .user-activity-row-header-content .user-activity-row-name-text {
  display: flex;
  flex-direction: row;
  color: #EAE6E5;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  align-items: center;
}
.dispatch-orders-list-page .user-activity-row .user-activity-row-header .user-activity-row-header-content .user-activity-row-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #EAE6E5;
  border: 1px solid #2A2C24;
  height: 19px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 8px;
  padding-right: 8px;
}
.dispatch-orders-list-page .user-activity-row .user-activity-row-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 21px;
  padding-bottom: 34px;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 87px;
  cursor: pointer;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row:hover {
  opacity: 0.75;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row.requested .dispatch-order-row-status {
  background-color: #8FCB9B;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row.pending .dispatch-order-row-status {
  background-color: #F6BD60;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row.dispatched .dispatch-order-row-status {
  background-color: #2A2C24;
  color: #ffffff;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row.cancelled .dispatch-order-row-status {
  background-color: #bb342d;
  color: #EAE6E5;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex: 1;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-job-number-cell .dispatch-order-row-job-number {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 67px;
  border: 1px solid #2A2C24;
  border-radius: 3px;
  margin-left: 25px;
  height: 29px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-job-name-cell {
  flex: 0.8;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-job-name-cell .dispatch-order-row-job-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-status-cell {
  padding-left: 30px;
  padding-right: 30px;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-status-cell .dispatch-order-row-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 29px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-activity-cell {
  flex: 1.5;
  min-width: 0;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-activity-cell .dispatch-order-row-activity {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-activity-cell .dispatch-order-row-activity .dispatch-order-row-activity-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-row-total-truck-count-cell {
  padding-left: 30px;
  width: 30px;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-row-total-truck-count-cell .dispatch-order-row-total-truck-count {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #2A2C24;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-row-action-box-cell {
  padding-right: 19px;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-row-action-box-cell .dispatch-order-row-action-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #2A2C24;
}
.dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-row-action-box-cell .dispatch-order-row-action-box .dispatch-order-row-action-icon {
  height: 11px;
  width: 7px;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 58px;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex: 1;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .ticket-list-row-left-edge {
  background-color: #D6D2D1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .ticket-list-row-body {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-job-number-placeholder-cell .no-activity-report-row-job-number-placeholder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 29px;
  border: 1px solid #575A4B;
  border-radius: 3px;
  margin-left: 25px;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-job-number-placeholder-cell .no-activity-report-row-job-number-placeholder .no-activity-report-row-job-number-placeholder-dash {
  width: 29px;
  height: 2px;
  background-color: #575A4B;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-foreman-name-cell {
  min-width: 0;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-foreman-name-cell .no-activity-report-row-foreman-name {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #2A2C24;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-message-cell {
  flex-shrink: 0;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-message-cell .no-activity-report-row-message {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #2A2C24;
  white-space: nowrap;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-spacer {
  flex: 1;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-trash-cell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 38px;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-trash-cell .confirm-delete-button:not(.confirming) {
  background-color: transparent;
  height: auto;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-trash-cell .confirm-delete-button:not(.confirming) .confirm-delete-button-icon-container {
  border: none;
  width: 17px;
  height: 18px;
  border-radius: 0;
}
.dispatch-orders-list-page .user-activity-row .no-activity-report-list-row .no-activity-report-list-row-content .no-activity-report-row-trash-cell .confirm-delete-button:not(.confirming) .confirm-delete-button-icon-container .confirm-delete-button-icon {
  width: 17px;
  height: 18px;
}

@media (min-width: 1700px) {
  .dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-job-name-cell {
    flex: 1;
  }
  .dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-status-cell {
    padding-left: 28px;
    padding-right: 92px;
  }
  .dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-total-truck-count-cell {
    padding-left: 70px;
  }
  .dispatch-orders-list-page .user-activity-row .dispatch-order-list-row .dispatch-order-list-row-content .dispatch-order-row-action-box-cell {
    padding-right: 19px;
  }
}
.dispatch-order-form-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  padding: 0 !important;
}
.dispatch-order-form-container .dispatch-order-form-button {
  height: 35px;
  border-radius: 10px;
}
.dispatch-order-form-container .dispatch-order-form-button .pill-button-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.dispatch-order-form-container .dispatch-order-form-header {
  display: flex;
  flex-direction: column;
  position: sticky;
  height: 60px;
  background-color: #2A2C24;
  top: 0;
  width: 100%;
  z-index: 3;
  justify-content: center;
  align-items: center;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-left {
  padding-left: 32px;
  padding-right: 80px;
  width: 37%;
  max-width: 37%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  box-sizing: border-box;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-left .dispatch-order-header-job-number-box {
  min-width: fit-content;
  border: 1px solid #8FCB9B;
  height: 29px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-left .dispatch-order-header-job-number-box .dispatch-order-header-job-number {
  color: #EAE6E5;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-left .dispatch-order-header-job-name {
  padding-left: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #EAE6E5;
  padding-right: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  box-sizing: border-box;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-left .dispatch-order-header-job-info-icon {
  width: 16px;
  height: 16px;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-right {
  width: 63%;
  min-width: 63%;
  max-width: 63%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-right: 50px;
  box-sizing: border-box;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-right .dispatch-order-header-date-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex: 2;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-right .dispatch-order-header-date-section .dispatch-order-header-date-icon {
  width: 18px;
  height: 18px;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-right .dispatch-order-header-date-section .dispatch-order-header-date-label {
  color: #8FCB9B;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 12px;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-right .dispatch-order-header-date-section .dispatch-order-header-date {
  color: #EAE6E5;
  font-size: 16px;
  font-weight: 500;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-right .dispatch-order-header-requested-by-section {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
.dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-right .dispatch-order-header-requested-by-section .dispatch-order-header-requested-by-name {
  color: #EAE6E5;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}
.dispatch-order-form-container .dispatch-order-form {
  padding-top: 56px;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left {
  padding-left: 72px;
  width: 37%;
  max-width: calc(394px + 72px + 80px);
  padding-right: 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box;
  padding-bottom: 117px;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left .dispatch-order-form-summary {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  align-items: center;
  padding-top: 58px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 55px;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left .dispatch-order-form-summary .dispatch-order-form-summary-punch {
  position: absolute;
  width: 41px;
  height: 41px;
  background-color: #EAE6E5;
  border-radius: 50%;
  top: -20.5px;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left .dispatch-order-form-summary .dispatch-order-form-summary-activities {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 43px;
  margin-bottom: 50px;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left .dispatch-order-form-summary .dispatch-order-form-summary-activities .dispatch-order-form-summary-activity {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left .dispatch-order-form-summary .dispatch-order-form-summary-activities .dispatch-order-form-summary-activity .activity-summary-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left .dispatch-order-form-summary .dispatch-order-form-summary-activities .dispatch-order-form-summary-activity .activity-summary-notes {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left .dispatch-order-form-summary .dispatch-order-form-summary-requested-by-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left .dispatch-order-form-summary .dispatch-order-form-summary-requested-by-info .dispatch-order-form-summary-divider {
  display: flex;
  flex-direction: column;
  height: 1px;
  width: 100%;
  margin-bottom: 5px;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left .dispatch-order-form-summary .dispatch-order-form-summary-requested-by-info .dispatch-order-form-summary-requested-by {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left .dispatch-order-form-summary .tear-marks-image {
  position: absolute;
  bottom: -5px;
  left: 1.5px;
  right: 1.5px;
  width: calc(100% - 3px);
  z-index: 2;
  height: 11px;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-right {
  display: flex;
  padding-right: 87px;
  flex-direction: row;
  align-items: flex-start;
  width: 63%;
  flex: 1;
  box-sizing: border-box;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-right .dispatch-order-form-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  align-items: center;
  padding-top: 58px;
  padding-left: 53px;
  padding-right: 53px;
  padding-bottom: 145px;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-right .dispatch-order-form-main .dispatch-order-form-activity {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-right .dispatch-order-form-main .dispatch-order-form-activity .dispatch-order-form-activity-broker-assignment-divider {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #2A2C24 40%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 4px;
  background-repeat: repeat-x;
  margin-top: 28px;
  margin-bottom: 28px;
}
.dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-right .dispatch-order-form-main .dispatch-order-form-activity .dispatch-order-form-activity-divider {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #2A2C24 40%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 4px;
  background-repeat: repeat-x;
  margin-top: 28px;
  margin-bottom: 56px;
}
.dispatch-order-form-container .dispatch-order-form-footer {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #575A4B;
  height: 61px;
  z-index: 2;
  width: calc(100% - 240px);
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 37%;
  min-width: 37%;
  max-width: 37%;
  box-sizing: border-box;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-left .edits-made-label {
  color: #EAE6E5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 18px;
  padding-right: 12px;
  visibility: hidden;
  width: 100%;
  box-sizing: border-box;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-left .edits-made-label.visible {
  visibility: visible;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right {
  box-sizing: border-box;
  width: 63%;
  min-width: 63%;
  max-width: 63%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 61px;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-buttons-section {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-buttons-section .dispatch-order-form-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 11px;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-buttons-section .dispatch-order-form-button-container .submit-button {
  width: 161px;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 61px;
  width: 400px;
  padding-right: 30px;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section .dispatch-order-footer-status-section-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 61px;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.disabled .dispatch-order-footer-status-section-content {
  opacity: 0.5;
  pointer-events: none;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.requested {
  background-color: #8FCB9B;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.pending {
  background-color: #F6BD60;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.requested .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control, .dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.pending .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control {
  border: 2px solid #2A2C24 !important;
  color: #2A2C24 !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.requested .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__value-container, .dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.pending .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__value-container {
  color: #2A2C24 !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.requested .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__value-container .common-form-select__single-value, .dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.pending .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__value-container .common-form-select__single-value {
  color: #2A2C24 !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.requested .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__indicators .common-form-select__indicator svg, .dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.pending .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__indicators .common-form-select__indicator svg {
  fill: #2A2C24 !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.dispatched {
  background-color: #2A2C24;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.dispatched .dispatch-order-footer-status-label {
  color: #8FCB9B;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.dispatched .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control {
  border: 2px solid #8FCB9B !important;
  color: #8FCB9B !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.dispatched .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__value-container {
  color: #8FCB9B !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.dispatched .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__value-container .common-form-select__single-value {
  color: #8FCB9B !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.dispatched .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__indicators .common-form-select__indicator svg {
  fill: #8FCB9B !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.cancelled {
  background-color: #bb342d;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.cancelled .dispatch-order-footer-status-label {
  color: #EAE6E5;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.cancelled .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control {
  border: 2px solid #EAE6E5 !important;
  color: #EAE6E5 !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.cancelled .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__value-container {
  color: #EAE6E5 !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.cancelled .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__value-container .common-form-select__single-value {
  color: #EAE6E5 !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section.cancelled .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__indicators .common-form-select__indicator svg {
  fill: #EAE6E5 !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section .dispatch-order-footer-status-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.4px;
  padding-left: 27px;
  padding-right: 20px;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section .dispatch-order-footer-status-dropdown-container {
  padding-right: 45px;
  flex: 1;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control {
  height: 35px;
  width: 183px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  cursor: pointer;
  background-color: transparent !important;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__value-container {
  height: 35px;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__value-container .common-form-select__single-value {
  font-size: 16px;
  font-weight: 500;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__indicators {
  height: 35px;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section .dispatch-order-footer-status-dropdown-container .dispatch-order-status-dropdown .common-form-select__control .common-form-select__indicators .common-form-select__indicator {
  margin-right: 0;
}
.dispatch-order-form-container .dispatch-order-form-footer .dispatch-order-form-footer-content .dispatch-order-form-footer-content-right .dispatch-order-form-footer-status-section .dispatch-order-message-button {
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dispatch-order-notification-modal {
  max-width: 831px;
  box-sizing: border-box;
}
.dispatch-order-notification-modal.cancel-modal .common-modal-header {
  background-color: #bb342d !important;
}
.dispatch-order-notification-modal.cancel-modal .common-modal-body {
  padding-left: 63px !important;
  padding-right: 63px !important;
  padding-top: 47px !important;
  padding-bottom: 65px !important;
}
.dispatch-order-notification-modal.cancel-modal .cancel-reason {
  width: 100%;
  margin-bottom: 24px;
}
.dispatch-order-notification-modal.cancel-modal .cancel-reason .cancel-reason-header {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 7px;
  width: 100%;
  border-bottom: 1px solid #2A2C24;
  margin-bottom: 35px;
}
.dispatch-order-notification-modal.cancel-modal .cancel-reason .cancel-reason-options {
  margin-bottom: 42px;
}
.dispatch-order-notification-modal.cancel-modal .cancel-reason .cancel-reason-options .cancel-reason-option-set .common-radio-option:hover .common-radio-option-circle {
  border-width: 3px;
}
.dispatch-order-notification-modal.cancel-modal .cancel-reason .cancel-reason-options .cancel-reason-option-set .common-radio-option .common-radio-option-circle {
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-color: #bb342d;
}
.dispatch-order-notification-modal.cancel-modal .cancel-reason .cancel-reason-options .cancel-reason-option-set .common-radio-option .common-radio-option-circle .common-radio-option-dot {
  background-color: #bb342d;
  width: 14px;
  height: 14px;
}
.dispatch-order-notification-modal.cancel-modal .dispatch-order-notification-button {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.dispatch-order-notification-modal .common-modal-body {
  padding: 65px !important;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body {
  width: 100%;
  box-sizing: border-box;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-header {
  background-color: #2A2C24;
  padding-left: 28px;
  padding-right: 28px;
  height: 36px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  color: #EAE6E5;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body {
  box-sizing: border-box;
  border: 1px solid #2A2C24;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list .notification-recipients-list-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 37px;
  justify-content: center;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list .notification-recipients-list-row:nth-child(even) {
  background-color: #EAE6E5;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list .notification-recipients-list-row .notification-recipients-list-row-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list .notification-recipients-list-row .notification-recipients-list-row-content .notification-recipients-list-row-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list .notification-recipients-list-row .notification-recipients-list-row-content .notification-recipients-list-row-cell.name {
  width: 60%;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 600;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list .notification-recipients-list-row .notification-recipients-list-row-content .notification-recipients-list-row-cell.phone-number {
  width: 35%;
  font-weight: 500;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list .notification-recipients-list-row .notification-recipients-list-row-content .notification-recipients-list-row-cell.option {
  padding-left: 9px;
  padding-right: 9px;
  width: 5%;
  justify-content: flex-end;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list .notification-recipients-list-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 31px;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list .notification-recipients-list-header .notification-recipients-list-row-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-recipients-box .dispatch-order-notification-recipients-box-body .notification-recipients-list .notification-recipients-list-header .notification-recipients-list-row-content .notification-recipients-list-row-cell {
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-message {
  margin-top: 26px;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-message .common-form-field-label {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 11px;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-message textarea {
  background-color: #ffffff;
  border: 1px solid #2A2C24;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-options {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  margin-top: 33px;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-options .dispatch-order-notification-options-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 17px;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-options .dispatch-order-notification-options-content .dispatch-order-notification-button-container .dispatch-order-notification-button {
  height: 35px;
}
.dispatch-order-notification-modal .dispatch-order-notification-modal-body .dispatch-order-notification-options .dispatch-order-notification-options-content .dispatch-order-notification-button-container .dispatch-order-notification-button .pill-button-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.dispatch-order-status-history {
  margin-top: 42px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px dashed #2A2C24;
  padding-top: 12px;
  gap: 6px;
}
.dispatch-order-status-history .status-history-icon {
  display: inline-flex;
  line-height: 0;
  flex-shrink: 0;
}
.dispatch-order-status-history .status-history-header {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.dispatch-order-status-history .status-history-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 120px;
}
.dispatch-order-status-history .status-history-label {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #2A2C24;
  white-space: nowrap;
  flex-shrink: 0;
}
.dispatch-order-status-history .status-history-pill {
  background-color: #EAE6E5;
  border-radius: 3px;
  height: 18px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  color: #2A2C24;
  white-space: nowrap;
  flex-shrink: 0;
}
.dispatch-order-status-history .status-history-detail {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  color: #2A2C24;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dispatch-order-status-history .status-history-chevron {
  margin-left: auto;
  display: inline-flex;
  line-height: 0;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.dispatch-order-status-history .status-history-chevron.status-history-chevron--expanded {
  transform: rotate(180deg);
}

@media (min-width: 1700px) {
  .dispatch-order-form-container .dispatch-order-form-header .dispatch-order-form-header-content .dispatch-order-form-header-content-left {
    padding-right: 110px;
  }
  .dispatch-order-form-container .dispatch-order-form .dispatch-order-form-body-content .dispatch-order-form-body-content-left {
    padding-right: 110px;
  }
}
.new-dispatch-order-form-pane {
  max-width: 850px;
  margin-top: 72px;
  margin-left: 71px;
  min-height: calc(100vh - 74px - 72px);
  padding: 43px 57px 0 53px;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-button-container {
  height: 35px;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-button {
  height: 35px;
  border-radius: 10px;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-button .pill-button-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-button.submit-button, .new-dispatch-order-form-pane .new-dispatch-order-form-button.cancel-button {
  padding-left: 20px;
  padding-right: 20px;
}
.new-dispatch-order-form-pane .job-date-picker-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.new-dispatch-order-form-pane .job-date-picker-container .job-date-picker-container-icon {
  position: absolute;
  right: 18px;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.new-dispatch-order-form-pane .job-date-picker-container .react-datepicker-popper {
  width: 100%;
  z-index: 9;
}
.new-dispatch-order-form-pane .job-date-picker-container .react-datepicker-popper .react-datepicker {
  width: 100%;
}
.new-dispatch-order-form-pane .job-date-picker-container .react-datepicker-popper .react-datepicker .react-datepicker__month-container {
  width: 100%;
}
.new-dispatch-order-form-pane .job-date-picker-container .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__date-box {
  width: 100%;
}
.new-dispatch-order-form-pane .time-picker-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.new-dispatch-order-form-pane .time-picker-container .react-datepicker-popper {
  width: 100%;
}
.new-dispatch-order-form-pane .time-picker-container .react-datepicker-popper .react-datepicker {
  width: 100%;
}
.new-dispatch-order-form-pane .time-picker-container .react-datepicker-popper .react-datepicker .react-datepicker__time-container {
  width: 100%;
}
.new-dispatch-order-form-pane .time-picker-container .react-datepicker-popper .react-datepicker .react-datepicker__time-container .react-datepicker__time-box {
  width: 100%;
}
.new-dispatch-order-form-pane .time-picker-container .react-datepicker-popper .react-datepicker .react-datepicker__time-container .react-datepicker__time-box .react-datepicker__time-list-item {
  text-align: left;
  align-content: center;
}
.new-dispatch-order-form-pane .common-form-body-row {
  padding-bottom: 30px !important;
}
.new-dispatch-order-form-pane .common-form-field-label {
  color: #2A2C24;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.new-dispatch-order-form-pane .common-form-input,
.new-dispatch-order-form-pane .react-datepicker__input-container > input {
  background-color: #ffffff;
  color: #2A2C24;
}
.new-dispatch-order-form-pane .common-form-select__control {
  background-color: #ffffff !important;
}
.new-dispatch-order-form-pane .common-form-select__control .common-form-select__single-value {
  color: #2A2C24;
}
.new-dispatch-order-form-pane .common-form-select__control .common-form-select__value-container {
  color: #2A2C24;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-direction-toggle {
  display: flex;
  flex-direction: row;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-direction-toggle-option {
  flex: 1;
  height: 52px;
  box-sizing: border-box;
  border: 2px solid #8FCB9B;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-family: "Work Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #2A2C24;
  text-transform: none;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-direction-toggle-option.selected {
  background-color: #8FCB9B;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-activity-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  width: 100%;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-activity-header:not(:first-child) {
  margin-top: 79px;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-activity-header-text {
  font-family: "Work Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #2A2C24;
  flex: 1;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-activity-divider {
  width: 100%;
  height: 0;
  border-top: 2px solid #2A2C24;
  margin-top: 6px;
  margin-bottom: 28px;
}
.new-dispatch-order-form-pane .common-form-field-input-container:has(> .new-dispatch-order-form-amount-unit-suffix) .common-form-input {
  padding-right: 70px;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-amount-unit-suffix {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Work Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: #2A2C24;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-bottom-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 47px;
  padding-bottom: 56px;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-bottom-actions .common-form-action-buttons-row {
  margin-top: 0;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-add-activity-button-container {
  margin-left: auto;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-add-activity-button {
  display: inline-flex;
  flex-direction: row;
  align-items: stretch;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background-color: #2A2C24;
  cursor: pointer;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-add-activity-button:hover {
  opacity: 0.75;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-add-activity-button-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 17px;
  font-family: "Work Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  color: #ffffff;
}
.new-dispatch-order-form-pane .new-dispatch-order-form-add-activity-button-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.activity-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.activity-form .activity-broker-assignment {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-select .common-form-select__control {
  background-color: transparent !important;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-field-input-container .common-form-input {
  background-color: transparent !important;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .react-datepicker__input-container input {
  background-color: transparent !important;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row .common-form-body-row-horizontal {
  gap: 18px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.assignment-row .common-form-body-row-horizontal .common-form-body-row-horizontal-cell {
  align-items: flex-start;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.assignment-row .common-form-body-row-horizontal .common-form-body-row-horizontal-cell:first-child {
  flex: 3;
  min-width: 0;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.assignment-row .common-form-body-row-horizontal .common-form-body-row-horizontal-cell:nth-child(2) {
  width: calc(25% - 9px);
  max-width: calc(25% - 9px);
  min-width: calc(25% - 9px);
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.assignment-row .broker-assignment-count-info {
  height: 23px;
  background-color: #EAE6E5;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 7px;
  width: 100%;
  box-sizing: border-box;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.assignment-row .broker-assignment-count-info .broker-assignment-count-info-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 18px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.assignment-row .broker-assignment-count-info .broker-assignment-count-info-content .broker-assignment-count-broker-name {
  display: inline;
  font-weight: 600;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.assignment-row .broker-assignment-count-info .broker-assignment-count-info-content .broker-assignment-count-value {
  padding-left: 5px;
  display: inline;
  font-weight: 500;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.materials-row .common-form-body-row-horizontal .common-form-body-row-horizontal-cell:first-child {
  width: calc(25% - 9px);
  max-width: calc(25% - 9px);
  min-width: calc(25% - 9px);
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.materials-row .common-form-body-row-horizontal .common-form-body-row-horizontal-cell:first-child .start-time-field .common-form-field-input-container {
  justify-content: center !important;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.materials-row .common-form-body-row-horizontal .common-form-body-row-horizontal-cell:nth-child(2) {
  flex: 2;
  min-width: 0;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.materials-row .common-form-body-row-horizontal .common-form-body-row-horizontal-cell:nth-child(3) {
  width: calc(25% - 9px);
  max-width: calc(25% - 9px);
  min-width: calc(25% - 9px);
}
.activity-form .activity-broker-assignment .activity-broker-assignment-form .common-form-body-row.materials-row .common-form-body-row-horizontal .common-form-body-row-horizontal-cell:nth-child(3) .common-form-field-input-container {
  justify-content: center !important;
}
.activity-form .activity-broker-assignment .broker-assignment-round-robin-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 17px;
}
.activity-form .activity-broker-assignment .broker-assignment-round-robin-section .broker-assignment-round-robin-section-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.activity-form .activity-broker-assignment .broker-assignment-round-robin-section .broker-assignment-round-robin-section-content .round-robin-question {
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  margin-right: 16px;
}
.activity-form .activity-broker-assignment .broker-assignment-round-robin-section .broker-assignment-round-robin-section-content .round-robin-options .common-radio-option {
  margin-right: 12px;
}
.activity-form .activity-broker-assignment .broker-assignment-round-robin-section .broker-assignment-round-robin-section-content .round-robin-options .common-radio-option:hover .common-radio-option-circle {
  border-width: 3px;
}
.activity-form .activity-broker-assignment .broker-assignment-round-robin-section .broker-assignment-round-robin-section-content .round-robin-options .common-radio-option .common-radio-option-circle {
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-color: #8FCB9B;
}
.activity-form .activity-broker-assignment .broker-assignment-round-robin-section .broker-assignment-round-robin-section-content .round-robin-options .common-radio-option .common-radio-option-circle .common-radio-option-dot {
  background-color: #2A2C24;
  width: 14px;
  height: 14px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .delete-activity-broker-assignment-button-container {
  height: 27px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .delete-activity-broker-assignment-button-container.above-delete-activity-button {
  margin-bottom: 41px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .delete-activity-broker-assignment-button-container.next-to-add-broker-button {
  height: 36px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .delete-activity-broker-assignment-button-container.next-to-add-broker-button .delete-activity-broker-assignment-button {
  border-radius: 10px;
  height: 36px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .delete-activity-broker-assignment-button-container.next-to-add-broker-button .delete-activity-broker-assignment-button .pill-button-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  white-space: nowrap;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .delete-activity-broker-assignment-button-container .delete-activity-broker-assignment-button {
  border-radius: 3px;
  height: 27px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .delete-activity-broker-assignment-button-container .delete-activity-broker-assignment-button .pill-button-text {
  font-size: 11px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.76px;
  text-transform: uppercase;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .activity-broker-assignment-options-content {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .activity-broker-assignment-options-content .activity-broker-assignment-options-left {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .activity-broker-assignment-options-content .activity-broker-assignment-options-left .activity-broker-assignment-options-left-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .activity-broker-assignment-options-content .activity-broker-assignment-options-left .add-activity-broker-assignment-button-container {
  width: fit-content;
  height: 36px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .activity-broker-assignment-options-content .activity-broker-assignment-options-left .add-activity-broker-assignment-button-container .add-activity-broker-assignment-button {
  padding-left: 15px;
  padding-right: 0;
  background-color: #2A2C24;
  height: 36px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .activity-broker-assignment-options-content .activity-broker-assignment-options-left .add-activity-broker-assignment-button-container .add-activity-broker-assignment-button .pill-button-text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.08px;
  text-transform: uppercase;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .activity-broker-assignment-options-content .activity-broker-assignment-options-left .add-activity-broker-assignment-button-container .add-activity-broker-assignment-button .pill-button-icon-container {
  margin-left: 13px;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .activity-broker-assignment-options-content .activity-broker-assignment-options-left .add-activity-broker-assignment-button-container .add-activity-broker-assignment-button .pill-button-icon-container .pill-button-icon {
  width: 12px;
  height: 12px;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .activity-broker-assignment-options-content .activity-broker-assignment-options-right {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
}
.activity-form .activity-broker-assignment .activity-broker-assignment-options .activity-broker-assignment-options-content .activity-broker-assignment-options-right .activity-broker-assignment-options-right-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-end;
}
.activity-form .total-material-assigned-section {
  border: 1px solid #2A2C24;
  width: 100%;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.activity-form .total-material-assigned-section .total-material-assigned-text {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.activity-form .total-material-assigned-section .total-material-assigned-text .total-material-assigned-label {
  font-weight: 700;
}

.jobs-list-page .common-list-page-content {
  padding-top: 36px;
  padding-left: 32px;
  padding-right: 32px;
}
.jobs-list-page .jobs-list-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.jobs-list-page .jobs-list-content .jobs-list-row {
  height: auto;
  min-height: 67px;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-content {
  height: auto;
  min-height: 67px;
  position: relative;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-ticket-edge {
  align-self: stretch;
  height: auto;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-main {
  flex: 1.7;
  gap: 22px;
  overflow: hidden;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-main .jobs-list-row-job-number-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #575A4B;
  border-radius: 3px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-main .jobs-list-row-job-number-cell .jobs-list-row-job-number-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  color: #2A2C24;
  white-space: nowrap;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-main .jobs-list-row-job-name {
  font-size: 18px;
  font-weight: 600;
  color: #2A2C24;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-details {
  flex: 2;
  gap: 38px;
  overflow: hidden;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-details .jobs-list-row-location-cell {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  width: 50%;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-details .jobs-list-row-location-cell .jobs-list-row-location-icon {
  width: 13px;
  height: 16px;
  flex-shrink: 0;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-details .jobs-list-row-location-cell .jobs-list-row-location-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #575A4B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-details .jobs-list-row-foreman-cell {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 50%;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-details .jobs-list-row-foreman-cell .jobs-list-row-foreman-row {
  display: inline-flex;
  align-items: baseline;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-details .jobs-list-row-foreman-cell .jobs-list-row-foreman-row .jobs-list-row-foreman-name {
  font-size: 14px;
  font-weight: 600;
  color: #C23F35;
  white-space: nowrap;
  text-transform: uppercase;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-details .jobs-list-row-foreman-cell .jobs-list-row-foreman-row .jobs-list-row-foreman-phone {
  font-size: 14px;
  font-weight: 600;
  color: #575A4B;
  white-space: nowrap;
  padding-left: 8px;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-details .jobs-list-row-foreman-cell .jobs-list-row-foreman-empty {
  font-size: 14px;
  font-weight: 600;
  color: #575A4B;
  white-space: nowrap;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-action-indicators .jobs-list-row-view-action-cell {
  width: 155px;
  height: 67px;
  background-color: #8FCB9B;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-action-indicators .jobs-list-row-view-action-cell .jobs-list-row-view-action-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 32px;
  color: #2A2C24;
  text-transform: uppercase;
  letter-spacing: 2.72px;
}
.jobs-list-page .jobs-list-content .jobs-list-row .common-list-row-sync-warning-indicator {
  position: absolute;
  right: 193px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.jobs-list-page .jobs-list-content .jobs-list-row.deactivated .common-list-row-content .common-list-row-main {
  font-style: italic;
}
.jobs-list-page .jobs-list-content .jobs-list-row.deactivated .common-list-row-content .common-list-row-main .jobs-list-row-job-number-cell .jobs-list-row-job-number-text {
  opacity: 0.5;
}
.jobs-list-page .jobs-list-content .jobs-list-row.deactivated .common-list-row-content .common-list-row-main .jobs-list-row-job-name {
  opacity: 0.5;
}
.jobs-list-page .jobs-list-content .jobs-list-row.deactivated .common-list-row-content .common-list-row-details {
  font-style: italic;
}
.jobs-list-page .jobs-list-content .jobs-list-row.deactivated .common-list-row-content .common-list-row-action-indicators .common-list-row-pointer-cell {
  background-color: rgba(42, 44, 36, 0.5);
}
.jobs-list-page .jobs-list-content .jobs-list-row.deactivated .common-list-row-content .common-list-row-action-indicators .common-list-row-pointer-cell .common-list-row-pointer-icon {
  opacity: 1;
}

.job-detail-page {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.job-detail-page.inactive .job-detail-page-content {
  font-style: italic;
}
.job-detail-page.inactive .job-detail-page-content .job-detail-info-column .job-detail-job-number-pill {
  color: rgba(42, 44, 36, 0.5);
}
.job-detail-page.inactive .job-detail-page-content .job-detail-info-column .job-detail-job-name {
  color: rgba(42, 44, 36, 0.5);
}
.job-detail-page.inactive .job-detail-page-content .job-detail-timeline-column .job-detail-date-chip-top {
  background: rgba(42, 44, 36, 0.5);
}
.job-detail-page.inactive .job-detail-page-content .job-detail-timeline-column .job-detail-date-chip-month {
  color: rgba(42, 44, 36, 0.5);
}
.job-detail-page.inactive .job-detail-page-content .job-detail-timeline-column .job-detail-date-connector {
  border-left-color: rgba(42, 44, 36, 0.5);
}
.job-detail-page.inactive .job-detail-page-content .job-detail-timeline-column .job-detail-dispatch-order-box {
  border-color: rgba(42, 44, 36, 0.5);
}
.job-detail-page.inactive .job-detail-page-content .job-detail-timeline-column .job-detail-dispatch-order-box-truck-count {
  border-color: rgba(42, 44, 36, 0.5);
  color: rgba(42, 44, 36, 0.5);
}
.job-detail-page.inactive .job-detail-page-content .job-detail-timeline-column .job-detail-dispatch-order-box-action-arrow {
  background: rgba(42, 44, 36, 0.5);
}
.job-detail-page .job-detail-page-auto-sync-disabled-banner {
  background-color: #bb342d;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-detail-page .job-detail-page-auto-sync-disabled-banner .job-detail-page-auto-sync-disabled-banner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.job-detail-page .job-detail-page-auto-sync-disabled-banner .job-detail-page-auto-sync-disabled-banner-content .job-detail-page-auto-sync-disabled-banner-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.job-detail-page .job-detail-page-auto-sync-disabled-banner .job-detail-page-auto-sync-disabled-banner-content .job-detail-page-auto-sync-disabled-banner-text {
  color: #EAE6E5;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 17px;
}
.job-detail-page .job-detail-page-content {
  padding: 30px 40px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}
.job-detail-page .job-detail-page-content .job-detail-info-column {
  width: 276px;
  min-width: 276px;
  flex: 0 0 276px;
}
.job-detail-page .job-detail-page-content .job-detail-info-column .job-detail-job-number-pill {
  width: fit-content;
  padding: 5px 14px;
  border: 1px solid #575A4B;
  border-radius: 3px;
  background-color: transparent;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  color: #2A2C24;
}
.job-detail-page .job-detail-page-content .job-detail-info-column .job-detail-job-name {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #2A2C24;
}
.job-detail-page .job-detail-page-content .job-detail-info-column .job-detail-job-location {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #575A4B;
}
.job-detail-page .job-detail-page-content .job-detail-info-column .job-detail-job-foremen {
  white-space: nowrap;
}
.job-detail-page .job-detail-page-content .job-detail-info-column .job-detail-job-foremen .job-detail-job-foreman-row .job-detail-job-foreman-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #bb342d;
  text-transform: uppercase;
}
.job-detail-page .job-detail-page-content .job-detail-info-column .job-detail-job-foremen .job-detail-job-foreman-row .job-detail-job-foreman-phone {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #575A4B;
  padding-left: 8px;
}
.job-detail-page .job-detail-page-content .job-detail-info-column .job-detail-job-foremen .job-detail-job-foreman-empty {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #575A4B;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column {
  flex: 1;
  min-width: 0;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-date-chip-column {
  width: 53px;
  min-width: 53px;
  flex: 0 0 53px;
  display: flex;
  flex-direction: column;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-date-chip-column .job-detail-date-chip {
  width: 53px;
  height: 96px;
  border-radius: 0;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-date-chip-column .job-detail-date-chip .job-detail-date-chip-top {
  height: 69px;
  background: #2A2C24;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-date-chip-column .job-detail-date-chip .job-detail-date-chip-top .job-detail-date-chip-dow {
  font-size: 15px;
  font-weight: 600;
  color: #EAE6E5;
  letter-spacing: 0.3px;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-date-chip-column .job-detail-date-chip .job-detail-date-chip-top .job-detail-date-chip-day-number {
  font-size: 18px;
  font-weight: 600;
  color: #EAE6E5;
  letter-spacing: 0.36px;
  margin-top: 4px;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-date-chip-column .job-detail-date-chip .job-detail-date-chip-month {
  height: 27px;
  background: transparent;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #2A2C24;
  margin-top: 4px;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-date-chip-column .job-detail-date-connector {
  width: 2px;
  align-self: center;
  flex: 1;
  min-height: 46px;
  background-image: repeating-linear-gradient(to bottom, #2A2C24 0, #2A2C24 4px, transparent 4px, transparent 6px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: 0 0;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-bottom: 46px;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 2px solid #2A2C24;
  border-radius: 0;
  background: transparent;
  padding-top: 20px;
  padding-bottom: 21px;
  padding-right: 27px;
  padding-left: 19px;
  box-sizing: border-box;
  cursor: pointer;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box:hover {
  opacity: 0.75;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-box-activities {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
  padding-right: 25px;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-box-activities .activity-sub-row {
  background-color: #ffffff;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-box-truck-count {
  width: 30px;
  min-width: 30px;
  flex: 0 0 30px;
  height: 30px;
  border: 1px solid #2A2C24;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #2A2C24;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-box-action-arrow {
  width: 32px;
  min-width: 32px;
  flex: 0 0 32px;
  height: 32px;
  background: #2A2C24;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-status-circle {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-status-circle .job-detail-dispatch-order-status-circle-text {
  font-size: 11px;
  line-height: 10px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  position: relative;
  right: 0.75px;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-status-circle.requested {
  background: #8FCB9B;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-status-circle.requested .job-detail-dispatch-order-status-circle-text {
  color: #2A2C24;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-status-circle.pending {
  background: #F6BD60;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-status-circle.pending .job-detail-dispatch-order-status-circle-text {
  color: #2A2C24;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-status-circle.cancelled {
  background: #bb342d;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-timeline-date-row .job-detail-dispatch-orders-column .job-detail-dispatch-order-box .job-detail-dispatch-order-status-circle.cancelled .job-detail-dispatch-order-status-circle-text {
  color: #EAE6E5;
}
.job-detail-page .job-detail-page-content .job-detail-timeline-column .job-detail-empty-message {
  font-style: italic;
  opacity: 0.5;
  text-align: center;
}

.pre-login-page {
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2A2C24;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  justify-content: center;
}
.pre-login-page .pre-login-page-content {
  width: 522px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pre-login-page .pre-login-page-content .pre-login-page-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0;
}
.pre-login-page .pre-login-page-content .pre-login-page-header .pre-login-page-logo {
  width: 344px;
  height: 38px;
}
.pre-login-page .pre-login-page-content .pre-login-form {
  width: 100%;
  align-items: center;
  padding-top: 63px;
  padding-bottom: 58px;
}
.pre-login-page .pre-login-page-content .pre-login-form .pre-login-page-label {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.pre-login-page .pre-login-page-content .pre-login-form .pre-login-page-sub-label {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
}
.pre-login-page .pre-login-page-content .pre-login-form .common-form-body {
  width: 100%;
}
.pre-login-page .pre-login-page-content .pre-login-form .common-form-body .enter-submit-support-button {
  display: none;
}
.pre-login-page .pre-login-page-content .pre-login-form .common-form-body .pre-login-field .common-form-field-label {
  color: #ffffff;
}
.pre-login-page .pre-login-page-content .pre-login-form .common-form-body .pre-login-field input {
  background-color: transparent !important;
  color: #ffffff !important;
}
.pre-login-page .pre-login-page-content .pre-login-form .common-form-body .pre-login-field input::placeholder {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.3;
}
.pre-login-page .pre-login-page-content .pre-login-page-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pre-login-page .pre-login-page-content .pre-login-page-footer .pre-login-page-footer-label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pre-login-page .pre-login-page-content .pre-login-page-footer .pre-login-page-footer-label .pre-login-page-footer-label-line {
  width: 232px;
  height: 1px;
  background-color: #ffffff;
}
.pre-login-page .pre-login-page-content .pre-login-page-footer .pre-login-page-footer-label .pre-login-page-footer-label-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
}
.pre-login-page .pre-login-page-content .pre-login-page-footer .version-info {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.login-page .login-page-content .login-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-page .login-page-content .login-form .common-form-body .forgot-password-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 37px;
}
.login-page .login-page-content .login-form .common-form-body .forgot-password-container .forgot-password-link {
  color: #8FCB9B;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.login-page .login-page-content .login-form .common-form-body .forgot-password-container .forgot-password-link:hover {
  opacity: 0.75;
}

.users-list-page .common-list-page-filters-header .common-list-page-select-filter-container.role-filter-container .common-list-page-filter-icon {
  left: 7px;
}
.users-list-page .common-list-page-filters-header .common-list-page-select-filter-container.role-filter-container .common-list-page-select-filter__control {
  padding-left: 28px;
}
.users-list-page .common-list-page-header {
  padding-top: 21px;
  padding-left: 32px;
  padding-right: 32px;
}
.users-list-page .common-list-page-content {
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
}
.users-list-page .users-list-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.users-list-page .users-list-content .users-list-row .common-list-row-main {
  flex: 1.5;
}
.users-list-page .users-list-content .users-list-row .common-list-row-details {
  flex: 4;
  gap: 38px;
  overflow: hidden;
}
.users-list-page .users-list-content .users-list-row .common-list-row-details .common-list-row-detail-cell.role {
  width: 105px;
}
.users-list-page .users-list-content .users-list-row .common-list-row-details .common-list-row-detail-cell.phone {
  width: 120px;
}
.users-list-page .users-list-content .users-list-row .common-list-row-details .common-list-row-detail-cell.email {
  flex: 1;
  overflow: hidden;
}
.users-list-page .users-list-content .users-list-row .common-list-row-details .common-list-row-detail-cell.email .common-list-row-detail-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.users-list-page .users-list-content .users-list-row .common-list-row-action-indicators {
  width: 103px;
  background-color: #8FCB9B;
}
.users-list-page .users-list-content .users-list-row .common-list-row-action-indicators .common-list-row-action-cell .user-edit-action-icon {
  width: 16px;
  height: 17px;
}
.users-list-page .users-list-content .users-list-row .common-list-row-sync-warning-indicator {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 16px;
  align-self: center;
}
.users-list-page .users-list-content .users-list-row.pending-invite .common-list-row-ticket-edge {
  background-color: #C23F35 !important;
}
.users-list-page .users-list-content .users-list-row.pending-invite .common-list-row-action-indicators {
  background-color: #C23F35;
}
.users-list-page .users-list-content .users-list-row.deactivated .common-list-row-content .common-list-row-main {
  font-style: italic;
  opacity: 0.5;
}
.users-list-page .users-list-content .users-list-row.deactivated .common-list-row-content .common-list-row-detail-cell .common-list-row-detail-icon {
  opacity: 0.5;
}
.users-list-page .users-list-content .users-list-row.deactivated .common-list-row-content .common-list-row-detail-cell .common-list-row-detail-text {
  font-style: italic;
  opacity: 0.5;
}
.users-list-page .users-list-content .users-list-row.deactivated .common-list-row-content .common-list-row-detail-cell.phone .common-list-row-detail-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.users-list-page .users-list-content .users-list-row.deactivated .common-list-row-content .common-list-row-action-indicators .user-edit-action-icon {
  opacity: 0.5;
}
.users-list-page .users-list-content .users-list-row.deactivated .common-list-row-content .common-list-row-action-indicators .common-list-row-pointer-cell {
  background-color: rgba(42, 44, 36, 0.5);
}
.users-list-page .users-list-content .users-list-row.deactivated .common-list-row-content .common-list-row-action-indicators .common-list-row-pointer-cell .common-list-row-pointer-icon {
  opacity: 1;
}

@media (min-width: 1400px) {
  .users-list-page .users-list-content .users-list-row .common-list-row-main {
    flex: 2;
    overflow: hidden;
  }
  .users-list-page .users-list-content .users-list-row .common-list-row-details {
    flex: 3;
    overflow: hidden;
  }
}
.unaccepted-invite-warning-header {
  height: 49px;
  background-color: #bb342d;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.unaccepted-invite-warning-header .unaccepted-invite-warning-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.unaccepted-invite-warning-header .unaccepted-invite-warning-header-content .unaccepted-invite-warning-icon {
  width: 18px;
  height: 18px;
}
.unaccepted-invite-warning-header .unaccepted-invite-warning-header-content .unaccepted-invite-warning-text {
  color: #EAE6E5;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 17px;
}

.user-form-auto-sync-disabled-banner {
  background-color: #bb342d;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user-form-auto-sync-disabled-banner .user-form-auto-sync-disabled-banner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.user-form-auto-sync-disabled-banner .user-form-auto-sync-disabled-banner-content .user-form-auto-sync-disabled-banner-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.user-form-auto-sync-disabled-banner .user-form-auto-sync-disabled-banner-content .user-form-auto-sync-disabled-banner-text {
  color: #EAE6E5;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 17px;
}

.user-form .common-form-body-row {
  padding-bottom: 30px !important;
}
.user-form .reset-password-button {
  width: 271px;
}
.user-form .reset-password-button .pill-button-text {
  font-size: 15px !important;
  font-weight: 700;
  line-height: 32px !important; /* 213.333% */
  letter-spacing: 2.4px !important;
  text-transform: uppercase;
}
.user-form .user-form-active-checkbox-row {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
}
.user-form .user-form-active-checkbox-row .checkbox-label {
  color: #2A2C24;
  font-weight: 700;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

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