/** @format */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700,900");
.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content--above,
.ember-basic-dropdown-content *,
.ember-basic-dropdown-content--above * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content, .ember-basic-dropdown-content--above {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

/** @format */
/** @format */
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  12.5% {
    transform: scale(1.3);
  }
  25%, 100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes delay-overflow {
  from {
    overflow: hidden;
  }
}
.expand {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}
.expand[expanded=true] {
  max-height: 100vh;
  overflow: inherit;
  animation: 1.5s delay-overflow;
}

/** @format */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  overflow-y: auto;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #f4f9fc;
  color: #131349;
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.z-10000 {
  z-index: 10000;
}

.left-70-pct {
  left: 70%;
}

.top-120-px {
  top: 120px;
}

.no-copy {
  user-select: none;
}

/** @format */
.m-none {
  margin: 0;
}

.ml-none {
  margin-left: 0 !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

.m-xxs {
  margin: 0.25rem;
}

.ml-xxs {
  margin-left: 0.25rem !important;
}

.mr-xxs {
  margin-right: 0.25rem !important;
}

.mb-xxs {
  margin-bottom: 0.25rem !important;
}

.mt-xxs {
  margin-top: 0.25rem !important;
}

.m-xs {
  margin: 0.5rem;
}

.ml-xs {
  margin-left: 0.5rem !important;
}

.mr-xs {
  margin-right: 0.5rem !important;
}

.mb-xs {
  margin-bottom: 0.5rem !important;
}

.mt-xs {
  margin-top: 0.5rem !important;
}

.m-sm {
  margin: 1rem;
}

.ml-sm {
  margin-left: 1rem !important;
}

.mr-sm {
  margin-right: 1rem !important;
}

.mb-sm {
  margin-bottom: 1rem !important;
}

.mt-sm {
  margin-top: 1rem !important;
}

.m-md {
  margin: 1.5rem;
}

.ml-md {
  margin-left: 1.5rem !important;
}

.mr-md {
  margin-right: 1.5rem !important;
}

.mb-md {
  margin-bottom: 1.5rem !important;
}

.mt-md {
  margin-top: 1.5rem !important;
}

.m-lg {
  margin: 2rem;
}

.ml-lg {
  margin-left: 2rem !important;
}

.mr-lg {
  margin-right: 2rem !important;
}

.mb-lg {
  margin-bottom: 2rem !important;
}

.mt-lg {
  margin-top: 2rem !important;
}

.m-xl {
  margin: 3rem;
}

.ml-xl {
  margin-left: 3rem !important;
}

.mr-xl {
  margin-right: 3rem !important;
}

.mb-xl {
  margin-bottom: 3rem !important;
}

.mt-xl {
  margin-top: 3rem !important;
}

.m-xxl {
  margin: 4rem;
}

.ml-xxl {
  margin-left: 4rem !important;
}

.mr-xxl {
  margin-right: 4rem !important;
}

.mb-xxl {
  margin-bottom: 4rem !important;
}

.mt-xxl {
  margin-top: 4rem !important;
}

.m-xxxl {
  margin: 5rem;
}

.ml-xxxl {
  margin-left: 5rem !important;
}

.mr-xxxl {
  margin-right: 5rem !important;
}

.mb-xxxl {
  margin-bottom: 5rem !important;
}

.mt-xxxl {
  margin-top: 5rem !important;
}

.p-none {
  padding: 0 !important;
}

.pl-none {
  padding-left: 0 !important;
}

.pr-none {
  padding-right: 0 !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pt-none {
  padding-top: 0 !important;
}

.p-xxs {
  padding: 0.25rem !important;
}

.pl-xxs {
  padding-left: 0.25rem !important;
}

.pr-xxs {
  padding-right: 0.25rem !important;
}

.pb-xxs {
  padding-bottom: 0.25rem !important;
}

.pt-xxs {
  padding-top: 0.25rem !important;
}

.p-xs {
  padding: 0.5rem !important;
}

.pl-xs {
  padding-left: 0.5rem !important;
}

.pr-xs {
  padding-right: 0.5rem !important;
}

.pb-xs {
  padding-bottom: 0.5rem !important;
}

.pt-xs {
  padding-top: 0.5rem !important;
}

.p-sm {
  padding: 1rem !important;
}

.pl-sm {
  padding-left: 1rem !important;
}

.pr-sm {
  padding-right: 1rem !important;
}

.pb-sm {
  padding-bottom: 1rem !important;
}

.pt-sm {
  padding-top: 1rem !important;
}

.p-md {
  padding: 1.5rem !important;
}

.pl-md {
  padding-left: 1.5rem !important;
}

.pr-md {
  padding-right: 1.5rem !important;
}

.pb-md {
  padding-bottom: 1.5rem !important;
}

.pt-md {
  padding-top: 1.5rem !important;
}

.p-lg {
  padding: 2rem !important;
}

.pl-lg {
  padding-left: 2rem !important;
}

.pr-lg {
  padding-right: 2rem !important;
}

.pb-lg {
  padding-bottom: 2rem !important;
}

.pt-lg {
  padding-top: 2rem !important;
}

.p-xl {
  padding: 3rem !important;
}

.pl-xl {
  padding-left: 3rem !important;
}

.pr-xl {
  padding-right: 3rem !important;
}

.pb-xl {
  padding-bottom: 3rem !important;
}

.pt-xl {
  padding-top: 3rem !important;
}

.p-xxl {
  padding: 4rem !important;
}

.pl-xxl {
  padding-left: 4rem !important;
}

.pr-xxl {
  padding-right: 4rem !important;
}

.pb-xxl {
  padding-bottom: 4rem !important;
}

.pt-xxl {
  padding-top: 4rem !important;
}

.p-xxxl {
  padding: 5rem !important;
}

.pl-xxxl {
  padding-left: 5rem !important;
}

.pr-xxxl {
  padding-right: 5rem !important;
}

.pb-xxxl {
  padding-bottom: 5rem !important;
}

.pt-xxxl {
  padding-top: 5rem !important;
}

.brad-none {
  border-radius: 0;
}

.brad-xxs {
  border-radius: 0.25rem;
}

.brad-xs {
  border-radius: 0.5rem;
}

.brad-sm {
  border-radius: 1rem;
}

.brad-md {
  border-radius: 1.5rem;
}

.brad-lg {
  border-radius: 2rem;
}

.brad-xl {
  border-radius: 3rem;
}

.brad-xxl {
  border-radius: 4rem;
}

.brad-xxxl {
  border-radius: 5rem;
}

.bgc-primary-blue {
  background-color: #419ef8 !important;
}

.bgc-secondary-blue {
  background-color: #465fdc !important;
}

.bgc-primary-green {
  background-color: #1bf8ab !important;
}

.bgc-secondary-green {
  background-color: #25d0a4 !important;
}

.bgc-midnight {
  background-color: #384c8d !important;
}

.bgc-teal {
  background-color: #01ddff !important;
}

.bgc-light-blue {
  background-color: #f1f7ff !important;
}

.bgc-white {
  background-color: #ffffff !important;
}

.bgc-light {
  background-color: #f4f9fc !important;
}

.bgc-grey-lighter {
  background-color: #e1ebf4 !important;
}

.bgc-grey-light {
  background-color: #cdd7e4 !important;
}

.bgc-grey-mid {
  background-color: #96a3b6 !important;
}

.bgc-grey-dark {
  background-color: #515d79 !important;
}

.bgc-dark {
  background-color: #131349 !important;
}

.bgc-black {
  background-color: #131349 !important;
}

.bgc-slate-50 {
  background-color: #f8fafc !important;
}

.bgc-inactive {
  background-color: #96a3b6 !important;
}

.bgc-red {
  background-color: #fa105d !important;
}

.bgc-red-dark {
  background-color: #a8144c !important;
}

.bgc-red-light {
  background-color: #fa5777 !important;
}

.bgc-red-light-alpha {
  background-color: rgba(250, 87, 119, 0.1) !important;
}

.bgc-yellow {
  background-color: #fadc46 !important;
}

.bgc-yellow-dark {
  background-color: #dcbd32 !important;
}

.bgc-yellow-light {
  background-color: #faf084 !important;
}

.bgc-yellow-alpha {
  background-color: rgba(250, 220, 70, 0.2) !important;
}

.bgc-dark-mask {
  background-color: rgba(20, 19, 73, 0.1) !important;
}

.bgc-light-mask {
  background-color: rgba(20, 19, 73, 0.05) !important;
}

.bgc-green-100 {
  background-color: #DEFCF5 !important;
}

.bgc-green-600 {
  background-color: #149F7E !important;
}

.tc-primary-blue {
  color: #419ef8;
}

.tc-secondary-blue {
  color: #465fdc;
}

.tc-primary-green {
  color: #1bf8ab;
}

.tc-secondary-green {
  color: #25d0a4;
}

.tc-midnight {
  color: #384c8d;
}

.tc-teal {
  color: #01ddff;
}

.tc-light-blue {
  color: #f1f7ff;
}

.tc-white {
  color: #ffffff;
}

.tc-light {
  color: #f4f9fc;
}

.tc-grey-lighter {
  color: #e1ebf4;
}

.tc-grey-light {
  color: #cdd7e4;
}

.tc-grey-mid {
  color: #96a3b6;
}

.tc-grey-dark {
  color: #515d79;
}

.tc-dark {
  color: #131349;
}

.tc-black {
  color: #131349;
}

.tc-slate-50 {
  color: #f8fafc;
}

.tc-inactive {
  color: #96a3b6;
}

.tc-red {
  color: #fa105d;
}

.tc-red-dark {
  color: #a8144c;
}

.tc-red-light {
  color: #fa5777;
}

.tc-red-light-alpha {
  color: rgba(250, 87, 119, 0.1);
}

.tc-yellow {
  color: #fadc46;
}

.tc-yellow-dark {
  color: #dcbd32;
}

.tc-yellow-light {
  color: #faf084;
}

.tc-yellow-alpha {
  color: rgba(250, 220, 70, 0.2);
}

.tc-dark-mask {
  color: rgba(20, 19, 73, 0.1);
}

.tc-light-mask {
  color: rgba(20, 19, 73, 0.05);
}

.tc-green-100 {
  color: #DEFCF5;
}

.tc-green-600 {
  color: #149F7E;
}

.b-none-primary-blue {
  border: 0 solid #419ef8;
}

.bl-none-primary-blue {
  border-left: 0 solid #419ef8;
}

.br-none-primary-blue {
  border-right: 0 solid #419ef8;
}

.bb-none-primary-blue {
  border-bottom: 0 solid #419ef8;
}

.bt-none-primary-blue {
  border-top: 0 solid #419ef8;
}

.b-xxs-primary-blue {
  border: 0.25rem solid #419ef8;
}

.bl-xxs-primary-blue {
  border-left: 0.25rem solid #419ef8;
}

.br-xxs-primary-blue {
  border-right: 0.25rem solid #419ef8;
}

.bb-xxs-primary-blue {
  border-bottom: 0.25rem solid #419ef8;
}

.bt-xxs-primary-blue {
  border-top: 0.25rem solid #419ef8;
}

.b-xs-primary-blue {
  border: 0.5rem solid #419ef8;
}

.bl-xs-primary-blue {
  border-left: 0.5rem solid #419ef8;
}

.br-xs-primary-blue {
  border-right: 0.5rem solid #419ef8;
}

.bb-xs-primary-blue {
  border-bottom: 0.5rem solid #419ef8;
}

.bt-xs-primary-blue {
  border-top: 0.5rem solid #419ef8;
}

.b-sm-primary-blue {
  border: 1rem solid #419ef8;
}

.bl-sm-primary-blue {
  border-left: 1rem solid #419ef8;
}

.br-sm-primary-blue {
  border-right: 1rem solid #419ef8;
}

.bb-sm-primary-blue {
  border-bottom: 1rem solid #419ef8;
}

.bt-sm-primary-blue {
  border-top: 1rem solid #419ef8;
}

.b-md-primary-blue {
  border: 1.5rem solid #419ef8;
}

.bl-md-primary-blue {
  border-left: 1.5rem solid #419ef8;
}

.br-md-primary-blue {
  border-right: 1.5rem solid #419ef8;
}

.bb-md-primary-blue {
  border-bottom: 1.5rem solid #419ef8;
}

.bt-md-primary-blue {
  border-top: 1.5rem solid #419ef8;
}

.b-lg-primary-blue {
  border: 2rem solid #419ef8;
}

.bl-lg-primary-blue {
  border-left: 2rem solid #419ef8;
}

.br-lg-primary-blue {
  border-right: 2rem solid #419ef8;
}

.bb-lg-primary-blue {
  border-bottom: 2rem solid #419ef8;
}

.bt-lg-primary-blue {
  border-top: 2rem solid #419ef8;
}

.b-xl-primary-blue {
  border: 3rem solid #419ef8;
}

.bl-xl-primary-blue {
  border-left: 3rem solid #419ef8;
}

.br-xl-primary-blue {
  border-right: 3rem solid #419ef8;
}

.bb-xl-primary-blue {
  border-bottom: 3rem solid #419ef8;
}

.bt-xl-primary-blue {
  border-top: 3rem solid #419ef8;
}

.b-xxl-primary-blue {
  border: 4rem solid #419ef8;
}

.bl-xxl-primary-blue {
  border-left: 4rem solid #419ef8;
}

.br-xxl-primary-blue {
  border-right: 4rem solid #419ef8;
}

.bb-xxl-primary-blue {
  border-bottom: 4rem solid #419ef8;
}

.bt-xxl-primary-blue {
  border-top: 4rem solid #419ef8;
}

.b-xxxl-primary-blue {
  border: 5rem solid #419ef8;
}

.bl-xxxl-primary-blue {
  border-left: 5rem solid #419ef8;
}

.br-xxxl-primary-blue {
  border-right: 5rem solid #419ef8;
}

.bb-xxxl-primary-blue {
  border-bottom: 5rem solid #419ef8;
}

.bt-xxxl-primary-blue {
  border-top: 5rem solid #419ef8;
}

.b-none-secondary-blue {
  border: 0 solid #465fdc;
}

.bl-none-secondary-blue {
  border-left: 0 solid #465fdc;
}

.br-none-secondary-blue {
  border-right: 0 solid #465fdc;
}

.bb-none-secondary-blue {
  border-bottom: 0 solid #465fdc;
}

.bt-none-secondary-blue {
  border-top: 0 solid #465fdc;
}

.b-xxs-secondary-blue {
  border: 0.25rem solid #465fdc;
}

.bl-xxs-secondary-blue {
  border-left: 0.25rem solid #465fdc;
}

.br-xxs-secondary-blue {
  border-right: 0.25rem solid #465fdc;
}

.bb-xxs-secondary-blue {
  border-bottom: 0.25rem solid #465fdc;
}

.bt-xxs-secondary-blue {
  border-top: 0.25rem solid #465fdc;
}

.b-xs-secondary-blue {
  border: 0.5rem solid #465fdc;
}

.bl-xs-secondary-blue {
  border-left: 0.5rem solid #465fdc;
}

.br-xs-secondary-blue {
  border-right: 0.5rem solid #465fdc;
}

.bb-xs-secondary-blue {
  border-bottom: 0.5rem solid #465fdc;
}

.bt-xs-secondary-blue {
  border-top: 0.5rem solid #465fdc;
}

.b-sm-secondary-blue {
  border: 1rem solid #465fdc;
}

.bl-sm-secondary-blue {
  border-left: 1rem solid #465fdc;
}

.br-sm-secondary-blue {
  border-right: 1rem solid #465fdc;
}

.bb-sm-secondary-blue {
  border-bottom: 1rem solid #465fdc;
}

.bt-sm-secondary-blue {
  border-top: 1rem solid #465fdc;
}

.b-md-secondary-blue {
  border: 1.5rem solid #465fdc;
}

.bl-md-secondary-blue {
  border-left: 1.5rem solid #465fdc;
}

.br-md-secondary-blue {
  border-right: 1.5rem solid #465fdc;
}

.bb-md-secondary-blue {
  border-bottom: 1.5rem solid #465fdc;
}

.bt-md-secondary-blue {
  border-top: 1.5rem solid #465fdc;
}

.b-lg-secondary-blue {
  border: 2rem solid #465fdc;
}

.bl-lg-secondary-blue {
  border-left: 2rem solid #465fdc;
}

.br-lg-secondary-blue {
  border-right: 2rem solid #465fdc;
}

.bb-lg-secondary-blue {
  border-bottom: 2rem solid #465fdc;
}

.bt-lg-secondary-blue {
  border-top: 2rem solid #465fdc;
}

.b-xl-secondary-blue {
  border: 3rem solid #465fdc;
}

.bl-xl-secondary-blue {
  border-left: 3rem solid #465fdc;
}

.br-xl-secondary-blue {
  border-right: 3rem solid #465fdc;
}

.bb-xl-secondary-blue {
  border-bottom: 3rem solid #465fdc;
}

.bt-xl-secondary-blue {
  border-top: 3rem solid #465fdc;
}

.b-xxl-secondary-blue {
  border: 4rem solid #465fdc;
}

.bl-xxl-secondary-blue {
  border-left: 4rem solid #465fdc;
}

.br-xxl-secondary-blue {
  border-right: 4rem solid #465fdc;
}

.bb-xxl-secondary-blue {
  border-bottom: 4rem solid #465fdc;
}

.bt-xxl-secondary-blue {
  border-top: 4rem solid #465fdc;
}

.b-xxxl-secondary-blue {
  border: 5rem solid #465fdc;
}

.bl-xxxl-secondary-blue {
  border-left: 5rem solid #465fdc;
}

.br-xxxl-secondary-blue {
  border-right: 5rem solid #465fdc;
}

.bb-xxxl-secondary-blue {
  border-bottom: 5rem solid #465fdc;
}

.bt-xxxl-secondary-blue {
  border-top: 5rem solid #465fdc;
}

.b-none-primary-green {
  border: 0 solid #1bf8ab;
}

.bl-none-primary-green {
  border-left: 0 solid #1bf8ab;
}

.br-none-primary-green {
  border-right: 0 solid #1bf8ab;
}

.bb-none-primary-green {
  border-bottom: 0 solid #1bf8ab;
}

.bt-none-primary-green {
  border-top: 0 solid #1bf8ab;
}

.b-xxs-primary-green {
  border: 0.25rem solid #1bf8ab;
}

.bl-xxs-primary-green {
  border-left: 0.25rem solid #1bf8ab;
}

.br-xxs-primary-green {
  border-right: 0.25rem solid #1bf8ab;
}

.bb-xxs-primary-green {
  border-bottom: 0.25rem solid #1bf8ab;
}

.bt-xxs-primary-green {
  border-top: 0.25rem solid #1bf8ab;
}

.b-xs-primary-green {
  border: 0.5rem solid #1bf8ab;
}

.bl-xs-primary-green {
  border-left: 0.5rem solid #1bf8ab;
}

.br-xs-primary-green {
  border-right: 0.5rem solid #1bf8ab;
}

.bb-xs-primary-green {
  border-bottom: 0.5rem solid #1bf8ab;
}

.bt-xs-primary-green {
  border-top: 0.5rem solid #1bf8ab;
}

.b-sm-primary-green {
  border: 1rem solid #1bf8ab;
}

.bl-sm-primary-green {
  border-left: 1rem solid #1bf8ab;
}

.br-sm-primary-green {
  border-right: 1rem solid #1bf8ab;
}

.bb-sm-primary-green {
  border-bottom: 1rem solid #1bf8ab;
}

.bt-sm-primary-green {
  border-top: 1rem solid #1bf8ab;
}

.b-md-primary-green {
  border: 1.5rem solid #1bf8ab;
}

.bl-md-primary-green {
  border-left: 1.5rem solid #1bf8ab;
}

.br-md-primary-green {
  border-right: 1.5rem solid #1bf8ab;
}

.bb-md-primary-green {
  border-bottom: 1.5rem solid #1bf8ab;
}

.bt-md-primary-green {
  border-top: 1.5rem solid #1bf8ab;
}

.b-lg-primary-green {
  border: 2rem solid #1bf8ab;
}

.bl-lg-primary-green {
  border-left: 2rem solid #1bf8ab;
}

.br-lg-primary-green {
  border-right: 2rem solid #1bf8ab;
}

.bb-lg-primary-green {
  border-bottom: 2rem solid #1bf8ab;
}

.bt-lg-primary-green {
  border-top: 2rem solid #1bf8ab;
}

.b-xl-primary-green {
  border: 3rem solid #1bf8ab;
}

.bl-xl-primary-green {
  border-left: 3rem solid #1bf8ab;
}

.br-xl-primary-green {
  border-right: 3rem solid #1bf8ab;
}

.bb-xl-primary-green {
  border-bottom: 3rem solid #1bf8ab;
}

.bt-xl-primary-green {
  border-top: 3rem solid #1bf8ab;
}

.b-xxl-primary-green {
  border: 4rem solid #1bf8ab;
}

.bl-xxl-primary-green {
  border-left: 4rem solid #1bf8ab;
}

.br-xxl-primary-green {
  border-right: 4rem solid #1bf8ab;
}

.bb-xxl-primary-green {
  border-bottom: 4rem solid #1bf8ab;
}

.bt-xxl-primary-green {
  border-top: 4rem solid #1bf8ab;
}

.b-xxxl-primary-green {
  border: 5rem solid #1bf8ab;
}

.bl-xxxl-primary-green {
  border-left: 5rem solid #1bf8ab;
}

.br-xxxl-primary-green {
  border-right: 5rem solid #1bf8ab;
}

.bb-xxxl-primary-green {
  border-bottom: 5rem solid #1bf8ab;
}

.bt-xxxl-primary-green {
  border-top: 5rem solid #1bf8ab;
}

.b-none-secondary-green {
  border: 0 solid #25d0a4;
}

.bl-none-secondary-green {
  border-left: 0 solid #25d0a4;
}

.br-none-secondary-green {
  border-right: 0 solid #25d0a4;
}

.bb-none-secondary-green {
  border-bottom: 0 solid #25d0a4;
}

.bt-none-secondary-green {
  border-top: 0 solid #25d0a4;
}

.b-xxs-secondary-green {
  border: 0.25rem solid #25d0a4;
}

.bl-xxs-secondary-green {
  border-left: 0.25rem solid #25d0a4;
}

.br-xxs-secondary-green {
  border-right: 0.25rem solid #25d0a4;
}

.bb-xxs-secondary-green {
  border-bottom: 0.25rem solid #25d0a4;
}

.bt-xxs-secondary-green {
  border-top: 0.25rem solid #25d0a4;
}

.b-xs-secondary-green {
  border: 0.5rem solid #25d0a4;
}

.bl-xs-secondary-green {
  border-left: 0.5rem solid #25d0a4;
}

.br-xs-secondary-green {
  border-right: 0.5rem solid #25d0a4;
}

.bb-xs-secondary-green {
  border-bottom: 0.5rem solid #25d0a4;
}

.bt-xs-secondary-green {
  border-top: 0.5rem solid #25d0a4;
}

.b-sm-secondary-green {
  border: 1rem solid #25d0a4;
}

.bl-sm-secondary-green {
  border-left: 1rem solid #25d0a4;
}

.br-sm-secondary-green {
  border-right: 1rem solid #25d0a4;
}

.bb-sm-secondary-green {
  border-bottom: 1rem solid #25d0a4;
}

.bt-sm-secondary-green {
  border-top: 1rem solid #25d0a4;
}

.b-md-secondary-green {
  border: 1.5rem solid #25d0a4;
}

.bl-md-secondary-green {
  border-left: 1.5rem solid #25d0a4;
}

.br-md-secondary-green {
  border-right: 1.5rem solid #25d0a4;
}

.bb-md-secondary-green {
  border-bottom: 1.5rem solid #25d0a4;
}

.bt-md-secondary-green {
  border-top: 1.5rem solid #25d0a4;
}

.b-lg-secondary-green {
  border: 2rem solid #25d0a4;
}

.bl-lg-secondary-green {
  border-left: 2rem solid #25d0a4;
}

.br-lg-secondary-green {
  border-right: 2rem solid #25d0a4;
}

.bb-lg-secondary-green {
  border-bottom: 2rem solid #25d0a4;
}

.bt-lg-secondary-green {
  border-top: 2rem solid #25d0a4;
}

.b-xl-secondary-green {
  border: 3rem solid #25d0a4;
}

.bl-xl-secondary-green {
  border-left: 3rem solid #25d0a4;
}

.br-xl-secondary-green {
  border-right: 3rem solid #25d0a4;
}

.bb-xl-secondary-green {
  border-bottom: 3rem solid #25d0a4;
}

.bt-xl-secondary-green {
  border-top: 3rem solid #25d0a4;
}

.b-xxl-secondary-green {
  border: 4rem solid #25d0a4;
}

.bl-xxl-secondary-green {
  border-left: 4rem solid #25d0a4;
}

.br-xxl-secondary-green {
  border-right: 4rem solid #25d0a4;
}

.bb-xxl-secondary-green {
  border-bottom: 4rem solid #25d0a4;
}

.bt-xxl-secondary-green {
  border-top: 4rem solid #25d0a4;
}

.b-xxxl-secondary-green {
  border: 5rem solid #25d0a4;
}

.bl-xxxl-secondary-green {
  border-left: 5rem solid #25d0a4;
}

.br-xxxl-secondary-green {
  border-right: 5rem solid #25d0a4;
}

.bb-xxxl-secondary-green {
  border-bottom: 5rem solid #25d0a4;
}

.bt-xxxl-secondary-green {
  border-top: 5rem solid #25d0a4;
}

.b-none-midnight {
  border: 0 solid #384c8d;
}

.bl-none-midnight {
  border-left: 0 solid #384c8d;
}

.br-none-midnight {
  border-right: 0 solid #384c8d;
}

.bb-none-midnight {
  border-bottom: 0 solid #384c8d;
}

.bt-none-midnight {
  border-top: 0 solid #384c8d;
}

.b-xxs-midnight {
  border: 0.25rem solid #384c8d;
}

.bl-xxs-midnight {
  border-left: 0.25rem solid #384c8d;
}

.br-xxs-midnight {
  border-right: 0.25rem solid #384c8d;
}

.bb-xxs-midnight {
  border-bottom: 0.25rem solid #384c8d;
}

.bt-xxs-midnight {
  border-top: 0.25rem solid #384c8d;
}

.b-xs-midnight {
  border: 0.5rem solid #384c8d;
}

.bl-xs-midnight {
  border-left: 0.5rem solid #384c8d;
}

.br-xs-midnight {
  border-right: 0.5rem solid #384c8d;
}

.bb-xs-midnight {
  border-bottom: 0.5rem solid #384c8d;
}

.bt-xs-midnight {
  border-top: 0.5rem solid #384c8d;
}

.b-sm-midnight {
  border: 1rem solid #384c8d;
}

.bl-sm-midnight {
  border-left: 1rem solid #384c8d;
}

.br-sm-midnight {
  border-right: 1rem solid #384c8d;
}

.bb-sm-midnight {
  border-bottom: 1rem solid #384c8d;
}

.bt-sm-midnight {
  border-top: 1rem solid #384c8d;
}

.b-md-midnight {
  border: 1.5rem solid #384c8d;
}

.bl-md-midnight {
  border-left: 1.5rem solid #384c8d;
}

.br-md-midnight {
  border-right: 1.5rem solid #384c8d;
}

.bb-md-midnight {
  border-bottom: 1.5rem solid #384c8d;
}

.bt-md-midnight {
  border-top: 1.5rem solid #384c8d;
}

.b-lg-midnight {
  border: 2rem solid #384c8d;
}

.bl-lg-midnight {
  border-left: 2rem solid #384c8d;
}

.br-lg-midnight {
  border-right: 2rem solid #384c8d;
}

.bb-lg-midnight {
  border-bottom: 2rem solid #384c8d;
}

.bt-lg-midnight {
  border-top: 2rem solid #384c8d;
}

.b-xl-midnight {
  border: 3rem solid #384c8d;
}

.bl-xl-midnight {
  border-left: 3rem solid #384c8d;
}

.br-xl-midnight {
  border-right: 3rem solid #384c8d;
}

.bb-xl-midnight {
  border-bottom: 3rem solid #384c8d;
}

.bt-xl-midnight {
  border-top: 3rem solid #384c8d;
}

.b-xxl-midnight {
  border: 4rem solid #384c8d;
}

.bl-xxl-midnight {
  border-left: 4rem solid #384c8d;
}

.br-xxl-midnight {
  border-right: 4rem solid #384c8d;
}

.bb-xxl-midnight {
  border-bottom: 4rem solid #384c8d;
}

.bt-xxl-midnight {
  border-top: 4rem solid #384c8d;
}

.b-xxxl-midnight {
  border: 5rem solid #384c8d;
}

.bl-xxxl-midnight {
  border-left: 5rem solid #384c8d;
}

.br-xxxl-midnight {
  border-right: 5rem solid #384c8d;
}

.bb-xxxl-midnight {
  border-bottom: 5rem solid #384c8d;
}

.bt-xxxl-midnight {
  border-top: 5rem solid #384c8d;
}

.b-none-teal {
  border: 0 solid #01ddff;
}

.bl-none-teal {
  border-left: 0 solid #01ddff;
}

.br-none-teal {
  border-right: 0 solid #01ddff;
}

.bb-none-teal {
  border-bottom: 0 solid #01ddff;
}

.bt-none-teal {
  border-top: 0 solid #01ddff;
}

.b-xxs-teal {
  border: 0.25rem solid #01ddff;
}

.bl-xxs-teal {
  border-left: 0.25rem solid #01ddff;
}

.br-xxs-teal {
  border-right: 0.25rem solid #01ddff;
}

.bb-xxs-teal {
  border-bottom: 0.25rem solid #01ddff;
}

.bt-xxs-teal {
  border-top: 0.25rem solid #01ddff;
}

.b-xs-teal {
  border: 0.5rem solid #01ddff;
}

.bl-xs-teal {
  border-left: 0.5rem solid #01ddff;
}

.br-xs-teal {
  border-right: 0.5rem solid #01ddff;
}

.bb-xs-teal {
  border-bottom: 0.5rem solid #01ddff;
}

.bt-xs-teal {
  border-top: 0.5rem solid #01ddff;
}

.b-sm-teal {
  border: 1rem solid #01ddff;
}

.bl-sm-teal {
  border-left: 1rem solid #01ddff;
}

.br-sm-teal {
  border-right: 1rem solid #01ddff;
}

.bb-sm-teal {
  border-bottom: 1rem solid #01ddff;
}

.bt-sm-teal {
  border-top: 1rem solid #01ddff;
}

.b-md-teal {
  border: 1.5rem solid #01ddff;
}

.bl-md-teal {
  border-left: 1.5rem solid #01ddff;
}

.br-md-teal {
  border-right: 1.5rem solid #01ddff;
}

.bb-md-teal {
  border-bottom: 1.5rem solid #01ddff;
}

.bt-md-teal {
  border-top: 1.5rem solid #01ddff;
}

.b-lg-teal {
  border: 2rem solid #01ddff;
}

.bl-lg-teal {
  border-left: 2rem solid #01ddff;
}

.br-lg-teal {
  border-right: 2rem solid #01ddff;
}

.bb-lg-teal {
  border-bottom: 2rem solid #01ddff;
}

.bt-lg-teal {
  border-top: 2rem solid #01ddff;
}

.b-xl-teal {
  border: 3rem solid #01ddff;
}

.bl-xl-teal {
  border-left: 3rem solid #01ddff;
}

.br-xl-teal {
  border-right: 3rem solid #01ddff;
}

.bb-xl-teal {
  border-bottom: 3rem solid #01ddff;
}

.bt-xl-teal {
  border-top: 3rem solid #01ddff;
}

.b-xxl-teal {
  border: 4rem solid #01ddff;
}

.bl-xxl-teal {
  border-left: 4rem solid #01ddff;
}

.br-xxl-teal {
  border-right: 4rem solid #01ddff;
}

.bb-xxl-teal {
  border-bottom: 4rem solid #01ddff;
}

.bt-xxl-teal {
  border-top: 4rem solid #01ddff;
}

.b-xxxl-teal {
  border: 5rem solid #01ddff;
}

.bl-xxxl-teal {
  border-left: 5rem solid #01ddff;
}

.br-xxxl-teal {
  border-right: 5rem solid #01ddff;
}

.bb-xxxl-teal {
  border-bottom: 5rem solid #01ddff;
}

.bt-xxxl-teal {
  border-top: 5rem solid #01ddff;
}

.b-none-light-blue {
  border: 0 solid #f1f7ff;
}

.bl-none-light-blue {
  border-left: 0 solid #f1f7ff;
}

.br-none-light-blue {
  border-right: 0 solid #f1f7ff;
}

.bb-none-light-blue {
  border-bottom: 0 solid #f1f7ff;
}

.bt-none-light-blue {
  border-top: 0 solid #f1f7ff;
}

.b-xxs-light-blue {
  border: 0.25rem solid #f1f7ff;
}

.bl-xxs-light-blue {
  border-left: 0.25rem solid #f1f7ff;
}

.br-xxs-light-blue {
  border-right: 0.25rem solid #f1f7ff;
}

.bb-xxs-light-blue {
  border-bottom: 0.25rem solid #f1f7ff;
}

.bt-xxs-light-blue {
  border-top: 0.25rem solid #f1f7ff;
}

.b-xs-light-blue {
  border: 0.5rem solid #f1f7ff;
}

.bl-xs-light-blue {
  border-left: 0.5rem solid #f1f7ff;
}

.br-xs-light-blue {
  border-right: 0.5rem solid #f1f7ff;
}

.bb-xs-light-blue {
  border-bottom: 0.5rem solid #f1f7ff;
}

.bt-xs-light-blue {
  border-top: 0.5rem solid #f1f7ff;
}

.b-sm-light-blue {
  border: 1rem solid #f1f7ff;
}

.bl-sm-light-blue {
  border-left: 1rem solid #f1f7ff;
}

.br-sm-light-blue {
  border-right: 1rem solid #f1f7ff;
}

.bb-sm-light-blue {
  border-bottom: 1rem solid #f1f7ff;
}

.bt-sm-light-blue {
  border-top: 1rem solid #f1f7ff;
}

.b-md-light-blue {
  border: 1.5rem solid #f1f7ff;
}

.bl-md-light-blue {
  border-left: 1.5rem solid #f1f7ff;
}

.br-md-light-blue {
  border-right: 1.5rem solid #f1f7ff;
}

.bb-md-light-blue {
  border-bottom: 1.5rem solid #f1f7ff;
}

.bt-md-light-blue {
  border-top: 1.5rem solid #f1f7ff;
}

.b-lg-light-blue {
  border: 2rem solid #f1f7ff;
}

.bl-lg-light-blue {
  border-left: 2rem solid #f1f7ff;
}

.br-lg-light-blue {
  border-right: 2rem solid #f1f7ff;
}

.bb-lg-light-blue {
  border-bottom: 2rem solid #f1f7ff;
}

.bt-lg-light-blue {
  border-top: 2rem solid #f1f7ff;
}

.b-xl-light-blue {
  border: 3rem solid #f1f7ff;
}

.bl-xl-light-blue {
  border-left: 3rem solid #f1f7ff;
}

.br-xl-light-blue {
  border-right: 3rem solid #f1f7ff;
}

.bb-xl-light-blue {
  border-bottom: 3rem solid #f1f7ff;
}

.bt-xl-light-blue {
  border-top: 3rem solid #f1f7ff;
}

.b-xxl-light-blue {
  border: 4rem solid #f1f7ff;
}

.bl-xxl-light-blue {
  border-left: 4rem solid #f1f7ff;
}

.br-xxl-light-blue {
  border-right: 4rem solid #f1f7ff;
}

.bb-xxl-light-blue {
  border-bottom: 4rem solid #f1f7ff;
}

.bt-xxl-light-blue {
  border-top: 4rem solid #f1f7ff;
}

.b-xxxl-light-blue {
  border: 5rem solid #f1f7ff;
}

.bl-xxxl-light-blue {
  border-left: 5rem solid #f1f7ff;
}

.br-xxxl-light-blue {
  border-right: 5rem solid #f1f7ff;
}

.bb-xxxl-light-blue {
  border-bottom: 5rem solid #f1f7ff;
}

.bt-xxxl-light-blue {
  border-top: 5rem solid #f1f7ff;
}

.b-none-white {
  border: 0 solid #ffffff;
}

.bl-none-white {
  border-left: 0 solid #ffffff;
}

.br-none-white {
  border-right: 0 solid #ffffff;
}

.bb-none-white {
  border-bottom: 0 solid #ffffff;
}

.bt-none-white {
  border-top: 0 solid #ffffff;
}

.b-xxs-white {
  border: 0.25rem solid #ffffff;
}

.bl-xxs-white {
  border-left: 0.25rem solid #ffffff;
}

.br-xxs-white {
  border-right: 0.25rem solid #ffffff;
}

.bb-xxs-white {
  border-bottom: 0.25rem solid #ffffff;
}

.bt-xxs-white {
  border-top: 0.25rem solid #ffffff;
}

.b-xs-white {
  border: 0.5rem solid #ffffff;
}

.bl-xs-white {
  border-left: 0.5rem solid #ffffff;
}

.br-xs-white {
  border-right: 0.5rem solid #ffffff;
}

.bb-xs-white {
  border-bottom: 0.5rem solid #ffffff;
}

.bt-xs-white {
  border-top: 0.5rem solid #ffffff;
}

.b-sm-white {
  border: 1rem solid #ffffff;
}

.bl-sm-white {
  border-left: 1rem solid #ffffff;
}

.br-sm-white {
  border-right: 1rem solid #ffffff;
}

.bb-sm-white {
  border-bottom: 1rem solid #ffffff;
}

.bt-sm-white {
  border-top: 1rem solid #ffffff;
}

.b-md-white {
  border: 1.5rem solid #ffffff;
}

.bl-md-white {
  border-left: 1.5rem solid #ffffff;
}

.br-md-white {
  border-right: 1.5rem solid #ffffff;
}

.bb-md-white {
  border-bottom: 1.5rem solid #ffffff;
}

.bt-md-white {
  border-top: 1.5rem solid #ffffff;
}

.b-lg-white {
  border: 2rem solid #ffffff;
}

.bl-lg-white {
  border-left: 2rem solid #ffffff;
}

.br-lg-white {
  border-right: 2rem solid #ffffff;
}

.bb-lg-white {
  border-bottom: 2rem solid #ffffff;
}

.bt-lg-white {
  border-top: 2rem solid #ffffff;
}

.b-xl-white {
  border: 3rem solid #ffffff;
}

.bl-xl-white {
  border-left: 3rem solid #ffffff;
}

.br-xl-white {
  border-right: 3rem solid #ffffff;
}

.bb-xl-white {
  border-bottom: 3rem solid #ffffff;
}

.bt-xl-white {
  border-top: 3rem solid #ffffff;
}

.b-xxl-white {
  border: 4rem solid #ffffff;
}

.bl-xxl-white {
  border-left: 4rem solid #ffffff;
}

.br-xxl-white {
  border-right: 4rem solid #ffffff;
}

.bb-xxl-white {
  border-bottom: 4rem solid #ffffff;
}

.bt-xxl-white {
  border-top: 4rem solid #ffffff;
}

.b-xxxl-white {
  border: 5rem solid #ffffff;
}

.bl-xxxl-white {
  border-left: 5rem solid #ffffff;
}

.br-xxxl-white {
  border-right: 5rem solid #ffffff;
}

.bb-xxxl-white {
  border-bottom: 5rem solid #ffffff;
}

.bt-xxxl-white {
  border-top: 5rem solid #ffffff;
}

.b-none-light {
  border: 0 solid #f4f9fc;
}

.bl-none-light {
  border-left: 0 solid #f4f9fc;
}

.br-none-light {
  border-right: 0 solid #f4f9fc;
}

.bb-none-light {
  border-bottom: 0 solid #f4f9fc;
}

.bt-none-light {
  border-top: 0 solid #f4f9fc;
}

.b-xxs-light {
  border: 0.25rem solid #f4f9fc;
}

.bl-xxs-light {
  border-left: 0.25rem solid #f4f9fc;
}

.br-xxs-light {
  border-right: 0.25rem solid #f4f9fc;
}

.bb-xxs-light {
  border-bottom: 0.25rem solid #f4f9fc;
}

.bt-xxs-light {
  border-top: 0.25rem solid #f4f9fc;
}

.b-xs-light {
  border: 0.5rem solid #f4f9fc;
}

.bl-xs-light {
  border-left: 0.5rem solid #f4f9fc;
}

.br-xs-light {
  border-right: 0.5rem solid #f4f9fc;
}

.bb-xs-light {
  border-bottom: 0.5rem solid #f4f9fc;
}

.bt-xs-light {
  border-top: 0.5rem solid #f4f9fc;
}

.b-sm-light {
  border: 1rem solid #f4f9fc;
}

.bl-sm-light {
  border-left: 1rem solid #f4f9fc;
}

.br-sm-light {
  border-right: 1rem solid #f4f9fc;
}

.bb-sm-light {
  border-bottom: 1rem solid #f4f9fc;
}

.bt-sm-light {
  border-top: 1rem solid #f4f9fc;
}

.b-md-light {
  border: 1.5rem solid #f4f9fc;
}

.bl-md-light {
  border-left: 1.5rem solid #f4f9fc;
}

.br-md-light {
  border-right: 1.5rem solid #f4f9fc;
}

.bb-md-light {
  border-bottom: 1.5rem solid #f4f9fc;
}

.bt-md-light {
  border-top: 1.5rem solid #f4f9fc;
}

.b-lg-light {
  border: 2rem solid #f4f9fc;
}

.bl-lg-light {
  border-left: 2rem solid #f4f9fc;
}

.br-lg-light {
  border-right: 2rem solid #f4f9fc;
}

.bb-lg-light {
  border-bottom: 2rem solid #f4f9fc;
}

.bt-lg-light {
  border-top: 2rem solid #f4f9fc;
}

.b-xl-light {
  border: 3rem solid #f4f9fc;
}

.bl-xl-light {
  border-left: 3rem solid #f4f9fc;
}

.br-xl-light {
  border-right: 3rem solid #f4f9fc;
}

.bb-xl-light {
  border-bottom: 3rem solid #f4f9fc;
}

.bt-xl-light {
  border-top: 3rem solid #f4f9fc;
}

.b-xxl-light {
  border: 4rem solid #f4f9fc;
}

.bl-xxl-light {
  border-left: 4rem solid #f4f9fc;
}

.br-xxl-light {
  border-right: 4rem solid #f4f9fc;
}

.bb-xxl-light {
  border-bottom: 4rem solid #f4f9fc;
}

.bt-xxl-light {
  border-top: 4rem solid #f4f9fc;
}

.b-xxxl-light {
  border: 5rem solid #f4f9fc;
}

.bl-xxxl-light {
  border-left: 5rem solid #f4f9fc;
}

.br-xxxl-light {
  border-right: 5rem solid #f4f9fc;
}

.bb-xxxl-light {
  border-bottom: 5rem solid #f4f9fc;
}

.bt-xxxl-light {
  border-top: 5rem solid #f4f9fc;
}

.b-none-grey-lighter {
  border: 0 solid #e1ebf4;
}

.bl-none-grey-lighter {
  border-left: 0 solid #e1ebf4;
}

.br-none-grey-lighter {
  border-right: 0 solid #e1ebf4;
}

.bb-none-grey-lighter {
  border-bottom: 0 solid #e1ebf4;
}

.bt-none-grey-lighter {
  border-top: 0 solid #e1ebf4;
}

.b-xxs-grey-lighter {
  border: 0.25rem solid #e1ebf4;
}

.bl-xxs-grey-lighter {
  border-left: 0.25rem solid #e1ebf4;
}

.br-xxs-grey-lighter {
  border-right: 0.25rem solid #e1ebf4;
}

.bb-xxs-grey-lighter {
  border-bottom: 0.25rem solid #e1ebf4;
}

.bt-xxs-grey-lighter {
  border-top: 0.25rem solid #e1ebf4;
}

.b-xs-grey-lighter {
  border: 0.5rem solid #e1ebf4;
}

.bl-xs-grey-lighter {
  border-left: 0.5rem solid #e1ebf4;
}

.br-xs-grey-lighter {
  border-right: 0.5rem solid #e1ebf4;
}

.bb-xs-grey-lighter {
  border-bottom: 0.5rem solid #e1ebf4;
}

.bt-xs-grey-lighter {
  border-top: 0.5rem solid #e1ebf4;
}

.b-sm-grey-lighter {
  border: 1rem solid #e1ebf4;
}

.bl-sm-grey-lighter {
  border-left: 1rem solid #e1ebf4;
}

.br-sm-grey-lighter {
  border-right: 1rem solid #e1ebf4;
}

.bb-sm-grey-lighter {
  border-bottom: 1rem solid #e1ebf4;
}

.bt-sm-grey-lighter {
  border-top: 1rem solid #e1ebf4;
}

.b-md-grey-lighter {
  border: 1.5rem solid #e1ebf4;
}

.bl-md-grey-lighter {
  border-left: 1.5rem solid #e1ebf4;
}

.br-md-grey-lighter {
  border-right: 1.5rem solid #e1ebf4;
}

.bb-md-grey-lighter {
  border-bottom: 1.5rem solid #e1ebf4;
}

.bt-md-grey-lighter {
  border-top: 1.5rem solid #e1ebf4;
}

.b-lg-grey-lighter {
  border: 2rem solid #e1ebf4;
}

.bl-lg-grey-lighter {
  border-left: 2rem solid #e1ebf4;
}

.br-lg-grey-lighter {
  border-right: 2rem solid #e1ebf4;
}

.bb-lg-grey-lighter {
  border-bottom: 2rem solid #e1ebf4;
}

.bt-lg-grey-lighter {
  border-top: 2rem solid #e1ebf4;
}

.b-xl-grey-lighter {
  border: 3rem solid #e1ebf4;
}

.bl-xl-grey-lighter {
  border-left: 3rem solid #e1ebf4;
}

.br-xl-grey-lighter {
  border-right: 3rem solid #e1ebf4;
}

.bb-xl-grey-lighter {
  border-bottom: 3rem solid #e1ebf4;
}

.bt-xl-grey-lighter {
  border-top: 3rem solid #e1ebf4;
}

.b-xxl-grey-lighter {
  border: 4rem solid #e1ebf4;
}

.bl-xxl-grey-lighter {
  border-left: 4rem solid #e1ebf4;
}

.br-xxl-grey-lighter {
  border-right: 4rem solid #e1ebf4;
}

.bb-xxl-grey-lighter {
  border-bottom: 4rem solid #e1ebf4;
}

.bt-xxl-grey-lighter {
  border-top: 4rem solid #e1ebf4;
}

.b-xxxl-grey-lighter {
  border: 5rem solid #e1ebf4;
}

.bl-xxxl-grey-lighter {
  border-left: 5rem solid #e1ebf4;
}

.br-xxxl-grey-lighter {
  border-right: 5rem solid #e1ebf4;
}

.bb-xxxl-grey-lighter {
  border-bottom: 5rem solid #e1ebf4;
}

.bt-xxxl-grey-lighter {
  border-top: 5rem solid #e1ebf4;
}

.b-none-grey-light {
  border: 0 solid #cdd7e4;
}

.bl-none-grey-light {
  border-left: 0 solid #cdd7e4;
}

.br-none-grey-light {
  border-right: 0 solid #cdd7e4;
}

.bb-none-grey-light {
  border-bottom: 0 solid #cdd7e4;
}

.bt-none-grey-light {
  border-top: 0 solid #cdd7e4;
}

.b-xxs-grey-light {
  border: 0.25rem solid #cdd7e4;
}

.bl-xxs-grey-light {
  border-left: 0.25rem solid #cdd7e4;
}

.br-xxs-grey-light {
  border-right: 0.25rem solid #cdd7e4;
}

.bb-xxs-grey-light {
  border-bottom: 0.25rem solid #cdd7e4;
}

.bt-xxs-grey-light {
  border-top: 0.25rem solid #cdd7e4;
}

.b-xs-grey-light {
  border: 0.5rem solid #cdd7e4;
}

.bl-xs-grey-light {
  border-left: 0.5rem solid #cdd7e4;
}

.br-xs-grey-light {
  border-right: 0.5rem solid #cdd7e4;
}

.bb-xs-grey-light {
  border-bottom: 0.5rem solid #cdd7e4;
}

.bt-xs-grey-light {
  border-top: 0.5rem solid #cdd7e4;
}

.b-sm-grey-light {
  border: 1rem solid #cdd7e4;
}

.bl-sm-grey-light {
  border-left: 1rem solid #cdd7e4;
}

.br-sm-grey-light {
  border-right: 1rem solid #cdd7e4;
}

.bb-sm-grey-light {
  border-bottom: 1rem solid #cdd7e4;
}

.bt-sm-grey-light {
  border-top: 1rem solid #cdd7e4;
}

.b-md-grey-light {
  border: 1.5rem solid #cdd7e4;
}

.bl-md-grey-light {
  border-left: 1.5rem solid #cdd7e4;
}

.br-md-grey-light {
  border-right: 1.5rem solid #cdd7e4;
}

.bb-md-grey-light {
  border-bottom: 1.5rem solid #cdd7e4;
}

.bt-md-grey-light {
  border-top: 1.5rem solid #cdd7e4;
}

.b-lg-grey-light {
  border: 2rem solid #cdd7e4;
}

.bl-lg-grey-light {
  border-left: 2rem solid #cdd7e4;
}

.br-lg-grey-light {
  border-right: 2rem solid #cdd7e4;
}

.bb-lg-grey-light {
  border-bottom: 2rem solid #cdd7e4;
}

.bt-lg-grey-light {
  border-top: 2rem solid #cdd7e4;
}

.b-xl-grey-light {
  border: 3rem solid #cdd7e4;
}

.bl-xl-grey-light {
  border-left: 3rem solid #cdd7e4;
}

.br-xl-grey-light {
  border-right: 3rem solid #cdd7e4;
}

.bb-xl-grey-light {
  border-bottom: 3rem solid #cdd7e4;
}

.bt-xl-grey-light {
  border-top: 3rem solid #cdd7e4;
}

.b-xxl-grey-light {
  border: 4rem solid #cdd7e4;
}

.bl-xxl-grey-light {
  border-left: 4rem solid #cdd7e4;
}

.br-xxl-grey-light {
  border-right: 4rem solid #cdd7e4;
}

.bb-xxl-grey-light {
  border-bottom: 4rem solid #cdd7e4;
}

.bt-xxl-grey-light {
  border-top: 4rem solid #cdd7e4;
}

.b-xxxl-grey-light {
  border: 5rem solid #cdd7e4;
}

.bl-xxxl-grey-light {
  border-left: 5rem solid #cdd7e4;
}

.br-xxxl-grey-light {
  border-right: 5rem solid #cdd7e4;
}

.bb-xxxl-grey-light {
  border-bottom: 5rem solid #cdd7e4;
}

.bt-xxxl-grey-light {
  border-top: 5rem solid #cdd7e4;
}

.b-none-grey-mid {
  border: 0 solid #96a3b6;
}

.bl-none-grey-mid {
  border-left: 0 solid #96a3b6;
}

.br-none-grey-mid {
  border-right: 0 solid #96a3b6;
}

.bb-none-grey-mid {
  border-bottom: 0 solid #96a3b6;
}

.bt-none-grey-mid {
  border-top: 0 solid #96a3b6;
}

.b-xxs-grey-mid {
  border: 0.25rem solid #96a3b6;
}

.bl-xxs-grey-mid {
  border-left: 0.25rem solid #96a3b6;
}

.br-xxs-grey-mid {
  border-right: 0.25rem solid #96a3b6;
}

.bb-xxs-grey-mid {
  border-bottom: 0.25rem solid #96a3b6;
}

.bt-xxs-grey-mid {
  border-top: 0.25rem solid #96a3b6;
}

.b-xs-grey-mid {
  border: 0.5rem solid #96a3b6;
}

.bl-xs-grey-mid {
  border-left: 0.5rem solid #96a3b6;
}

.br-xs-grey-mid {
  border-right: 0.5rem solid #96a3b6;
}

.bb-xs-grey-mid {
  border-bottom: 0.5rem solid #96a3b6;
}

.bt-xs-grey-mid {
  border-top: 0.5rem solid #96a3b6;
}

.b-sm-grey-mid {
  border: 1rem solid #96a3b6;
}

.bl-sm-grey-mid {
  border-left: 1rem solid #96a3b6;
}

.br-sm-grey-mid {
  border-right: 1rem solid #96a3b6;
}

.bb-sm-grey-mid {
  border-bottom: 1rem solid #96a3b6;
}

.bt-sm-grey-mid {
  border-top: 1rem solid #96a3b6;
}

.b-md-grey-mid {
  border: 1.5rem solid #96a3b6;
}

.bl-md-grey-mid {
  border-left: 1.5rem solid #96a3b6;
}

.br-md-grey-mid {
  border-right: 1.5rem solid #96a3b6;
}

.bb-md-grey-mid {
  border-bottom: 1.5rem solid #96a3b6;
}

.bt-md-grey-mid {
  border-top: 1.5rem solid #96a3b6;
}

.b-lg-grey-mid {
  border: 2rem solid #96a3b6;
}

.bl-lg-grey-mid {
  border-left: 2rem solid #96a3b6;
}

.br-lg-grey-mid {
  border-right: 2rem solid #96a3b6;
}

.bb-lg-grey-mid {
  border-bottom: 2rem solid #96a3b6;
}

.bt-lg-grey-mid {
  border-top: 2rem solid #96a3b6;
}

.b-xl-grey-mid {
  border: 3rem solid #96a3b6;
}

.bl-xl-grey-mid {
  border-left: 3rem solid #96a3b6;
}

.br-xl-grey-mid {
  border-right: 3rem solid #96a3b6;
}

.bb-xl-grey-mid {
  border-bottom: 3rem solid #96a3b6;
}

.bt-xl-grey-mid {
  border-top: 3rem solid #96a3b6;
}

.b-xxl-grey-mid {
  border: 4rem solid #96a3b6;
}

.bl-xxl-grey-mid {
  border-left: 4rem solid #96a3b6;
}

.br-xxl-grey-mid {
  border-right: 4rem solid #96a3b6;
}

.bb-xxl-grey-mid {
  border-bottom: 4rem solid #96a3b6;
}

.bt-xxl-grey-mid {
  border-top: 4rem solid #96a3b6;
}

.b-xxxl-grey-mid {
  border: 5rem solid #96a3b6;
}

.bl-xxxl-grey-mid {
  border-left: 5rem solid #96a3b6;
}

.br-xxxl-grey-mid {
  border-right: 5rem solid #96a3b6;
}

.bb-xxxl-grey-mid {
  border-bottom: 5rem solid #96a3b6;
}

.bt-xxxl-grey-mid {
  border-top: 5rem solid #96a3b6;
}

.b-none-grey-dark {
  border: 0 solid #515d79;
}

.bl-none-grey-dark {
  border-left: 0 solid #515d79;
}

.br-none-grey-dark {
  border-right: 0 solid #515d79;
}

.bb-none-grey-dark {
  border-bottom: 0 solid #515d79;
}

.bt-none-grey-dark {
  border-top: 0 solid #515d79;
}

.b-xxs-grey-dark {
  border: 0.25rem solid #515d79;
}

.bl-xxs-grey-dark {
  border-left: 0.25rem solid #515d79;
}

.br-xxs-grey-dark {
  border-right: 0.25rem solid #515d79;
}

.bb-xxs-grey-dark {
  border-bottom: 0.25rem solid #515d79;
}

.bt-xxs-grey-dark {
  border-top: 0.25rem solid #515d79;
}

.b-xs-grey-dark {
  border: 0.5rem solid #515d79;
}

.bl-xs-grey-dark {
  border-left: 0.5rem solid #515d79;
}

.br-xs-grey-dark {
  border-right: 0.5rem solid #515d79;
}

.bb-xs-grey-dark {
  border-bottom: 0.5rem solid #515d79;
}

.bt-xs-grey-dark {
  border-top: 0.5rem solid #515d79;
}

.b-sm-grey-dark {
  border: 1rem solid #515d79;
}

.bl-sm-grey-dark {
  border-left: 1rem solid #515d79;
}

.br-sm-grey-dark {
  border-right: 1rem solid #515d79;
}

.bb-sm-grey-dark {
  border-bottom: 1rem solid #515d79;
}

.bt-sm-grey-dark {
  border-top: 1rem solid #515d79;
}

.b-md-grey-dark {
  border: 1.5rem solid #515d79;
}

.bl-md-grey-dark {
  border-left: 1.5rem solid #515d79;
}

.br-md-grey-dark {
  border-right: 1.5rem solid #515d79;
}

.bb-md-grey-dark {
  border-bottom: 1.5rem solid #515d79;
}

.bt-md-grey-dark {
  border-top: 1.5rem solid #515d79;
}

.b-lg-grey-dark {
  border: 2rem solid #515d79;
}

.bl-lg-grey-dark {
  border-left: 2rem solid #515d79;
}

.br-lg-grey-dark {
  border-right: 2rem solid #515d79;
}

.bb-lg-grey-dark {
  border-bottom: 2rem solid #515d79;
}

.bt-lg-grey-dark {
  border-top: 2rem solid #515d79;
}

.b-xl-grey-dark {
  border: 3rem solid #515d79;
}

.bl-xl-grey-dark {
  border-left: 3rem solid #515d79;
}

.br-xl-grey-dark {
  border-right: 3rem solid #515d79;
}

.bb-xl-grey-dark {
  border-bottom: 3rem solid #515d79;
}

.bt-xl-grey-dark {
  border-top: 3rem solid #515d79;
}

.b-xxl-grey-dark {
  border: 4rem solid #515d79;
}

.bl-xxl-grey-dark {
  border-left: 4rem solid #515d79;
}

.br-xxl-grey-dark {
  border-right: 4rem solid #515d79;
}

.bb-xxl-grey-dark {
  border-bottom: 4rem solid #515d79;
}

.bt-xxl-grey-dark {
  border-top: 4rem solid #515d79;
}

.b-xxxl-grey-dark {
  border: 5rem solid #515d79;
}

.bl-xxxl-grey-dark {
  border-left: 5rem solid #515d79;
}

.br-xxxl-grey-dark {
  border-right: 5rem solid #515d79;
}

.bb-xxxl-grey-dark {
  border-bottom: 5rem solid #515d79;
}

.bt-xxxl-grey-dark {
  border-top: 5rem solid #515d79;
}

.b-none-dark {
  border: 0 solid #131349;
}

.bl-none-dark {
  border-left: 0 solid #131349;
}

.br-none-dark {
  border-right: 0 solid #131349;
}

.bb-none-dark {
  border-bottom: 0 solid #131349;
}

.bt-none-dark {
  border-top: 0 solid #131349;
}

.b-xxs-dark {
  border: 0.25rem solid #131349;
}

.bl-xxs-dark {
  border-left: 0.25rem solid #131349;
}

.br-xxs-dark {
  border-right: 0.25rem solid #131349;
}

.bb-xxs-dark {
  border-bottom: 0.25rem solid #131349;
}

.bt-xxs-dark {
  border-top: 0.25rem solid #131349;
}

.b-xs-dark {
  border: 0.5rem solid #131349;
}

.bl-xs-dark {
  border-left: 0.5rem solid #131349;
}

.br-xs-dark {
  border-right: 0.5rem solid #131349;
}

.bb-xs-dark {
  border-bottom: 0.5rem solid #131349;
}

.bt-xs-dark {
  border-top: 0.5rem solid #131349;
}

.b-sm-dark {
  border: 1rem solid #131349;
}

.bl-sm-dark {
  border-left: 1rem solid #131349;
}

.br-sm-dark {
  border-right: 1rem solid #131349;
}

.bb-sm-dark {
  border-bottom: 1rem solid #131349;
}

.bt-sm-dark {
  border-top: 1rem solid #131349;
}

.b-md-dark {
  border: 1.5rem solid #131349;
}

.bl-md-dark {
  border-left: 1.5rem solid #131349;
}

.br-md-dark {
  border-right: 1.5rem solid #131349;
}

.bb-md-dark {
  border-bottom: 1.5rem solid #131349;
}

.bt-md-dark {
  border-top: 1.5rem solid #131349;
}

.b-lg-dark {
  border: 2rem solid #131349;
}

.bl-lg-dark {
  border-left: 2rem solid #131349;
}

.br-lg-dark {
  border-right: 2rem solid #131349;
}

.bb-lg-dark {
  border-bottom: 2rem solid #131349;
}

.bt-lg-dark {
  border-top: 2rem solid #131349;
}

.b-xl-dark {
  border: 3rem solid #131349;
}

.bl-xl-dark {
  border-left: 3rem solid #131349;
}

.br-xl-dark {
  border-right: 3rem solid #131349;
}

.bb-xl-dark {
  border-bottom: 3rem solid #131349;
}

.bt-xl-dark {
  border-top: 3rem solid #131349;
}

.b-xxl-dark {
  border: 4rem solid #131349;
}

.bl-xxl-dark {
  border-left: 4rem solid #131349;
}

.br-xxl-dark {
  border-right: 4rem solid #131349;
}

.bb-xxl-dark {
  border-bottom: 4rem solid #131349;
}

.bt-xxl-dark {
  border-top: 4rem solid #131349;
}

.b-xxxl-dark {
  border: 5rem solid #131349;
}

.bl-xxxl-dark {
  border-left: 5rem solid #131349;
}

.br-xxxl-dark {
  border-right: 5rem solid #131349;
}

.bb-xxxl-dark {
  border-bottom: 5rem solid #131349;
}

.bt-xxxl-dark {
  border-top: 5rem solid #131349;
}

.b-none-black {
  border: 0 solid #131349;
}

.bl-none-black {
  border-left: 0 solid #131349;
}

.br-none-black {
  border-right: 0 solid #131349;
}

.bb-none-black {
  border-bottom: 0 solid #131349;
}

.bt-none-black {
  border-top: 0 solid #131349;
}

.b-xxs-black {
  border: 0.25rem solid #131349;
}

.bl-xxs-black {
  border-left: 0.25rem solid #131349;
}

.br-xxs-black {
  border-right: 0.25rem solid #131349;
}

.bb-xxs-black {
  border-bottom: 0.25rem solid #131349;
}

.bt-xxs-black {
  border-top: 0.25rem solid #131349;
}

.b-xs-black {
  border: 0.5rem solid #131349;
}

.bl-xs-black {
  border-left: 0.5rem solid #131349;
}

.br-xs-black {
  border-right: 0.5rem solid #131349;
}

.bb-xs-black {
  border-bottom: 0.5rem solid #131349;
}

.bt-xs-black {
  border-top: 0.5rem solid #131349;
}

.b-sm-black {
  border: 1rem solid #131349;
}

.bl-sm-black {
  border-left: 1rem solid #131349;
}

.br-sm-black {
  border-right: 1rem solid #131349;
}

.bb-sm-black {
  border-bottom: 1rem solid #131349;
}

.bt-sm-black {
  border-top: 1rem solid #131349;
}

.b-md-black {
  border: 1.5rem solid #131349;
}

.bl-md-black {
  border-left: 1.5rem solid #131349;
}

.br-md-black {
  border-right: 1.5rem solid #131349;
}

.bb-md-black {
  border-bottom: 1.5rem solid #131349;
}

.bt-md-black {
  border-top: 1.5rem solid #131349;
}

.b-lg-black {
  border: 2rem solid #131349;
}

.bl-lg-black {
  border-left: 2rem solid #131349;
}

.br-lg-black {
  border-right: 2rem solid #131349;
}

.bb-lg-black {
  border-bottom: 2rem solid #131349;
}

.bt-lg-black {
  border-top: 2rem solid #131349;
}

.b-xl-black {
  border: 3rem solid #131349;
}

.bl-xl-black {
  border-left: 3rem solid #131349;
}

.br-xl-black {
  border-right: 3rem solid #131349;
}

.bb-xl-black {
  border-bottom: 3rem solid #131349;
}

.bt-xl-black {
  border-top: 3rem solid #131349;
}

.b-xxl-black {
  border: 4rem solid #131349;
}

.bl-xxl-black {
  border-left: 4rem solid #131349;
}

.br-xxl-black {
  border-right: 4rem solid #131349;
}

.bb-xxl-black {
  border-bottom: 4rem solid #131349;
}

.bt-xxl-black {
  border-top: 4rem solid #131349;
}

.b-xxxl-black {
  border: 5rem solid #131349;
}

.bl-xxxl-black {
  border-left: 5rem solid #131349;
}

.br-xxxl-black {
  border-right: 5rem solid #131349;
}

.bb-xxxl-black {
  border-bottom: 5rem solid #131349;
}

.bt-xxxl-black {
  border-top: 5rem solid #131349;
}

.b-none-slate-50 {
  border: 0 solid #f8fafc;
}

.bl-none-slate-50 {
  border-left: 0 solid #f8fafc;
}

.br-none-slate-50 {
  border-right: 0 solid #f8fafc;
}

.bb-none-slate-50 {
  border-bottom: 0 solid #f8fafc;
}

.bt-none-slate-50 {
  border-top: 0 solid #f8fafc;
}

.b-xxs-slate-50 {
  border: 0.25rem solid #f8fafc;
}

.bl-xxs-slate-50 {
  border-left: 0.25rem solid #f8fafc;
}

.br-xxs-slate-50 {
  border-right: 0.25rem solid #f8fafc;
}

.bb-xxs-slate-50 {
  border-bottom: 0.25rem solid #f8fafc;
}

.bt-xxs-slate-50 {
  border-top: 0.25rem solid #f8fafc;
}

.b-xs-slate-50 {
  border: 0.5rem solid #f8fafc;
}

.bl-xs-slate-50 {
  border-left: 0.5rem solid #f8fafc;
}

.br-xs-slate-50 {
  border-right: 0.5rem solid #f8fafc;
}

.bb-xs-slate-50 {
  border-bottom: 0.5rem solid #f8fafc;
}

.bt-xs-slate-50 {
  border-top: 0.5rem solid #f8fafc;
}

.b-sm-slate-50 {
  border: 1rem solid #f8fafc;
}

.bl-sm-slate-50 {
  border-left: 1rem solid #f8fafc;
}

.br-sm-slate-50 {
  border-right: 1rem solid #f8fafc;
}

.bb-sm-slate-50 {
  border-bottom: 1rem solid #f8fafc;
}

.bt-sm-slate-50 {
  border-top: 1rem solid #f8fafc;
}

.b-md-slate-50 {
  border: 1.5rem solid #f8fafc;
}

.bl-md-slate-50 {
  border-left: 1.5rem solid #f8fafc;
}

.br-md-slate-50 {
  border-right: 1.5rem solid #f8fafc;
}

.bb-md-slate-50 {
  border-bottom: 1.5rem solid #f8fafc;
}

.bt-md-slate-50 {
  border-top: 1.5rem solid #f8fafc;
}

.b-lg-slate-50 {
  border: 2rem solid #f8fafc;
}

.bl-lg-slate-50 {
  border-left: 2rem solid #f8fafc;
}

.br-lg-slate-50 {
  border-right: 2rem solid #f8fafc;
}

.bb-lg-slate-50 {
  border-bottom: 2rem solid #f8fafc;
}

.bt-lg-slate-50 {
  border-top: 2rem solid #f8fafc;
}

.b-xl-slate-50 {
  border: 3rem solid #f8fafc;
}

.bl-xl-slate-50 {
  border-left: 3rem solid #f8fafc;
}

.br-xl-slate-50 {
  border-right: 3rem solid #f8fafc;
}

.bb-xl-slate-50 {
  border-bottom: 3rem solid #f8fafc;
}

.bt-xl-slate-50 {
  border-top: 3rem solid #f8fafc;
}

.b-xxl-slate-50 {
  border: 4rem solid #f8fafc;
}

.bl-xxl-slate-50 {
  border-left: 4rem solid #f8fafc;
}

.br-xxl-slate-50 {
  border-right: 4rem solid #f8fafc;
}

.bb-xxl-slate-50 {
  border-bottom: 4rem solid #f8fafc;
}

.bt-xxl-slate-50 {
  border-top: 4rem solid #f8fafc;
}

.b-xxxl-slate-50 {
  border: 5rem solid #f8fafc;
}

.bl-xxxl-slate-50 {
  border-left: 5rem solid #f8fafc;
}

.br-xxxl-slate-50 {
  border-right: 5rem solid #f8fafc;
}

.bb-xxxl-slate-50 {
  border-bottom: 5rem solid #f8fafc;
}

.bt-xxxl-slate-50 {
  border-top: 5rem solid #f8fafc;
}

.b-none-inactive {
  border: 0 solid #96a3b6;
}

.bl-none-inactive {
  border-left: 0 solid #96a3b6;
}

.br-none-inactive {
  border-right: 0 solid #96a3b6;
}

.bb-none-inactive {
  border-bottom: 0 solid #96a3b6;
}

.bt-none-inactive {
  border-top: 0 solid #96a3b6;
}

.b-xxs-inactive {
  border: 0.25rem solid #96a3b6;
}

.bl-xxs-inactive {
  border-left: 0.25rem solid #96a3b6;
}

.br-xxs-inactive {
  border-right: 0.25rem solid #96a3b6;
}

.bb-xxs-inactive {
  border-bottom: 0.25rem solid #96a3b6;
}

.bt-xxs-inactive {
  border-top: 0.25rem solid #96a3b6;
}

.b-xs-inactive {
  border: 0.5rem solid #96a3b6;
}

.bl-xs-inactive {
  border-left: 0.5rem solid #96a3b6;
}

.br-xs-inactive {
  border-right: 0.5rem solid #96a3b6;
}

.bb-xs-inactive {
  border-bottom: 0.5rem solid #96a3b6;
}

.bt-xs-inactive {
  border-top: 0.5rem solid #96a3b6;
}

.b-sm-inactive {
  border: 1rem solid #96a3b6;
}

.bl-sm-inactive {
  border-left: 1rem solid #96a3b6;
}

.br-sm-inactive {
  border-right: 1rem solid #96a3b6;
}

.bb-sm-inactive {
  border-bottom: 1rem solid #96a3b6;
}

.bt-sm-inactive {
  border-top: 1rem solid #96a3b6;
}

.b-md-inactive {
  border: 1.5rem solid #96a3b6;
}

.bl-md-inactive {
  border-left: 1.5rem solid #96a3b6;
}

.br-md-inactive {
  border-right: 1.5rem solid #96a3b6;
}

.bb-md-inactive {
  border-bottom: 1.5rem solid #96a3b6;
}

.bt-md-inactive {
  border-top: 1.5rem solid #96a3b6;
}

.b-lg-inactive {
  border: 2rem solid #96a3b6;
}

.bl-lg-inactive {
  border-left: 2rem solid #96a3b6;
}

.br-lg-inactive {
  border-right: 2rem solid #96a3b6;
}

.bb-lg-inactive {
  border-bottom: 2rem solid #96a3b6;
}

.bt-lg-inactive {
  border-top: 2rem solid #96a3b6;
}

.b-xl-inactive {
  border: 3rem solid #96a3b6;
}

.bl-xl-inactive {
  border-left: 3rem solid #96a3b6;
}

.br-xl-inactive {
  border-right: 3rem solid #96a3b6;
}

.bb-xl-inactive {
  border-bottom: 3rem solid #96a3b6;
}

.bt-xl-inactive {
  border-top: 3rem solid #96a3b6;
}

.b-xxl-inactive {
  border: 4rem solid #96a3b6;
}

.bl-xxl-inactive {
  border-left: 4rem solid #96a3b6;
}

.br-xxl-inactive {
  border-right: 4rem solid #96a3b6;
}

.bb-xxl-inactive {
  border-bottom: 4rem solid #96a3b6;
}

.bt-xxl-inactive {
  border-top: 4rem solid #96a3b6;
}

.b-xxxl-inactive {
  border: 5rem solid #96a3b6;
}

.bl-xxxl-inactive {
  border-left: 5rem solid #96a3b6;
}

.br-xxxl-inactive {
  border-right: 5rem solid #96a3b6;
}

.bb-xxxl-inactive {
  border-bottom: 5rem solid #96a3b6;
}

.bt-xxxl-inactive {
  border-top: 5rem solid #96a3b6;
}

.b-none-red {
  border: 0 solid #fa105d;
}

.bl-none-red {
  border-left: 0 solid #fa105d;
}

.br-none-red {
  border-right: 0 solid #fa105d;
}

.bb-none-red {
  border-bottom: 0 solid #fa105d;
}

.bt-none-red {
  border-top: 0 solid #fa105d;
}

.b-xxs-red {
  border: 0.25rem solid #fa105d;
}

.bl-xxs-red {
  border-left: 0.25rem solid #fa105d;
}

.br-xxs-red {
  border-right: 0.25rem solid #fa105d;
}

.bb-xxs-red {
  border-bottom: 0.25rem solid #fa105d;
}

.bt-xxs-red {
  border-top: 0.25rem solid #fa105d;
}

.b-xs-red {
  border: 0.5rem solid #fa105d;
}

.bl-xs-red {
  border-left: 0.5rem solid #fa105d;
}

.br-xs-red {
  border-right: 0.5rem solid #fa105d;
}

.bb-xs-red {
  border-bottom: 0.5rem solid #fa105d;
}

.bt-xs-red {
  border-top: 0.5rem solid #fa105d;
}

.b-sm-red {
  border: 1rem solid #fa105d;
}

.bl-sm-red {
  border-left: 1rem solid #fa105d;
}

.br-sm-red {
  border-right: 1rem solid #fa105d;
}

.bb-sm-red {
  border-bottom: 1rem solid #fa105d;
}

.bt-sm-red {
  border-top: 1rem solid #fa105d;
}

.b-md-red {
  border: 1.5rem solid #fa105d;
}

.bl-md-red {
  border-left: 1.5rem solid #fa105d;
}

.br-md-red {
  border-right: 1.5rem solid #fa105d;
}

.bb-md-red {
  border-bottom: 1.5rem solid #fa105d;
}

.bt-md-red {
  border-top: 1.5rem solid #fa105d;
}

.b-lg-red {
  border: 2rem solid #fa105d;
}

.bl-lg-red {
  border-left: 2rem solid #fa105d;
}

.br-lg-red {
  border-right: 2rem solid #fa105d;
}

.bb-lg-red {
  border-bottom: 2rem solid #fa105d;
}

.bt-lg-red {
  border-top: 2rem solid #fa105d;
}

.b-xl-red {
  border: 3rem solid #fa105d;
}

.bl-xl-red {
  border-left: 3rem solid #fa105d;
}

.br-xl-red {
  border-right: 3rem solid #fa105d;
}

.bb-xl-red {
  border-bottom: 3rem solid #fa105d;
}

.bt-xl-red {
  border-top: 3rem solid #fa105d;
}

.b-xxl-red {
  border: 4rem solid #fa105d;
}

.bl-xxl-red {
  border-left: 4rem solid #fa105d;
}

.br-xxl-red {
  border-right: 4rem solid #fa105d;
}

.bb-xxl-red {
  border-bottom: 4rem solid #fa105d;
}

.bt-xxl-red {
  border-top: 4rem solid #fa105d;
}

.b-xxxl-red {
  border: 5rem solid #fa105d;
}

.bl-xxxl-red {
  border-left: 5rem solid #fa105d;
}

.br-xxxl-red {
  border-right: 5rem solid #fa105d;
}

.bb-xxxl-red {
  border-bottom: 5rem solid #fa105d;
}

.bt-xxxl-red {
  border-top: 5rem solid #fa105d;
}

.b-none-red-dark {
  border: 0 solid #a8144c;
}

.bl-none-red-dark {
  border-left: 0 solid #a8144c;
}

.br-none-red-dark {
  border-right: 0 solid #a8144c;
}

.bb-none-red-dark {
  border-bottom: 0 solid #a8144c;
}

.bt-none-red-dark {
  border-top: 0 solid #a8144c;
}

.b-xxs-red-dark {
  border: 0.25rem solid #a8144c;
}

.bl-xxs-red-dark {
  border-left: 0.25rem solid #a8144c;
}

.br-xxs-red-dark {
  border-right: 0.25rem solid #a8144c;
}

.bb-xxs-red-dark {
  border-bottom: 0.25rem solid #a8144c;
}

.bt-xxs-red-dark {
  border-top: 0.25rem solid #a8144c;
}

.b-xs-red-dark {
  border: 0.5rem solid #a8144c;
}

.bl-xs-red-dark {
  border-left: 0.5rem solid #a8144c;
}

.br-xs-red-dark {
  border-right: 0.5rem solid #a8144c;
}

.bb-xs-red-dark {
  border-bottom: 0.5rem solid #a8144c;
}

.bt-xs-red-dark {
  border-top: 0.5rem solid #a8144c;
}

.b-sm-red-dark {
  border: 1rem solid #a8144c;
}

.bl-sm-red-dark {
  border-left: 1rem solid #a8144c;
}

.br-sm-red-dark {
  border-right: 1rem solid #a8144c;
}

.bb-sm-red-dark {
  border-bottom: 1rem solid #a8144c;
}

.bt-sm-red-dark {
  border-top: 1rem solid #a8144c;
}

.b-md-red-dark {
  border: 1.5rem solid #a8144c;
}

.bl-md-red-dark {
  border-left: 1.5rem solid #a8144c;
}

.br-md-red-dark {
  border-right: 1.5rem solid #a8144c;
}

.bb-md-red-dark {
  border-bottom: 1.5rem solid #a8144c;
}

.bt-md-red-dark {
  border-top: 1.5rem solid #a8144c;
}

.b-lg-red-dark {
  border: 2rem solid #a8144c;
}

.bl-lg-red-dark {
  border-left: 2rem solid #a8144c;
}

.br-lg-red-dark {
  border-right: 2rem solid #a8144c;
}

.bb-lg-red-dark {
  border-bottom: 2rem solid #a8144c;
}

.bt-lg-red-dark {
  border-top: 2rem solid #a8144c;
}

.b-xl-red-dark {
  border: 3rem solid #a8144c;
}

.bl-xl-red-dark {
  border-left: 3rem solid #a8144c;
}

.br-xl-red-dark {
  border-right: 3rem solid #a8144c;
}

.bb-xl-red-dark {
  border-bottom: 3rem solid #a8144c;
}

.bt-xl-red-dark {
  border-top: 3rem solid #a8144c;
}

.b-xxl-red-dark {
  border: 4rem solid #a8144c;
}

.bl-xxl-red-dark {
  border-left: 4rem solid #a8144c;
}

.br-xxl-red-dark {
  border-right: 4rem solid #a8144c;
}

.bb-xxl-red-dark {
  border-bottom: 4rem solid #a8144c;
}

.bt-xxl-red-dark {
  border-top: 4rem solid #a8144c;
}

.b-xxxl-red-dark {
  border: 5rem solid #a8144c;
}

.bl-xxxl-red-dark {
  border-left: 5rem solid #a8144c;
}

.br-xxxl-red-dark {
  border-right: 5rem solid #a8144c;
}

.bb-xxxl-red-dark {
  border-bottom: 5rem solid #a8144c;
}

.bt-xxxl-red-dark {
  border-top: 5rem solid #a8144c;
}

.b-none-red-light {
  border: 0 solid #fa5777;
}

.bl-none-red-light {
  border-left: 0 solid #fa5777;
}

.br-none-red-light {
  border-right: 0 solid #fa5777;
}

.bb-none-red-light {
  border-bottom: 0 solid #fa5777;
}

.bt-none-red-light {
  border-top: 0 solid #fa5777;
}

.b-xxs-red-light {
  border: 0.25rem solid #fa5777;
}

.bl-xxs-red-light {
  border-left: 0.25rem solid #fa5777;
}

.br-xxs-red-light {
  border-right: 0.25rem solid #fa5777;
}

.bb-xxs-red-light {
  border-bottom: 0.25rem solid #fa5777;
}

.bt-xxs-red-light {
  border-top: 0.25rem solid #fa5777;
}

.b-xs-red-light {
  border: 0.5rem solid #fa5777;
}

.bl-xs-red-light {
  border-left: 0.5rem solid #fa5777;
}

.br-xs-red-light {
  border-right: 0.5rem solid #fa5777;
}

.bb-xs-red-light {
  border-bottom: 0.5rem solid #fa5777;
}

.bt-xs-red-light {
  border-top: 0.5rem solid #fa5777;
}

.b-sm-red-light {
  border: 1rem solid #fa5777;
}

.bl-sm-red-light {
  border-left: 1rem solid #fa5777;
}

.br-sm-red-light {
  border-right: 1rem solid #fa5777;
}

.bb-sm-red-light {
  border-bottom: 1rem solid #fa5777;
}

.bt-sm-red-light {
  border-top: 1rem solid #fa5777;
}

.b-md-red-light {
  border: 1.5rem solid #fa5777;
}

.bl-md-red-light {
  border-left: 1.5rem solid #fa5777;
}

.br-md-red-light {
  border-right: 1.5rem solid #fa5777;
}

.bb-md-red-light {
  border-bottom: 1.5rem solid #fa5777;
}

.bt-md-red-light {
  border-top: 1.5rem solid #fa5777;
}

.b-lg-red-light {
  border: 2rem solid #fa5777;
}

.bl-lg-red-light {
  border-left: 2rem solid #fa5777;
}

.br-lg-red-light {
  border-right: 2rem solid #fa5777;
}

.bb-lg-red-light {
  border-bottom: 2rem solid #fa5777;
}

.bt-lg-red-light {
  border-top: 2rem solid #fa5777;
}

.b-xl-red-light {
  border: 3rem solid #fa5777;
}

.bl-xl-red-light {
  border-left: 3rem solid #fa5777;
}

.br-xl-red-light {
  border-right: 3rem solid #fa5777;
}

.bb-xl-red-light {
  border-bottom: 3rem solid #fa5777;
}

.bt-xl-red-light {
  border-top: 3rem solid #fa5777;
}

.b-xxl-red-light {
  border: 4rem solid #fa5777;
}

.bl-xxl-red-light {
  border-left: 4rem solid #fa5777;
}

.br-xxl-red-light {
  border-right: 4rem solid #fa5777;
}

.bb-xxl-red-light {
  border-bottom: 4rem solid #fa5777;
}

.bt-xxl-red-light {
  border-top: 4rem solid #fa5777;
}

.b-xxxl-red-light {
  border: 5rem solid #fa5777;
}

.bl-xxxl-red-light {
  border-left: 5rem solid #fa5777;
}

.br-xxxl-red-light {
  border-right: 5rem solid #fa5777;
}

.bb-xxxl-red-light {
  border-bottom: 5rem solid #fa5777;
}

.bt-xxxl-red-light {
  border-top: 5rem solid #fa5777;
}

.b-none-red-light-alpha {
  border: 0 solid rgba(250, 87, 119, 0.1);
}

.bl-none-red-light-alpha {
  border-left: 0 solid rgba(250, 87, 119, 0.1);
}

.br-none-red-light-alpha {
  border-right: 0 solid rgba(250, 87, 119, 0.1);
}

.bb-none-red-light-alpha {
  border-bottom: 0 solid rgba(250, 87, 119, 0.1);
}

.bt-none-red-light-alpha {
  border-top: 0 solid rgba(250, 87, 119, 0.1);
}

.b-xxs-red-light-alpha {
  border: 0.25rem solid rgba(250, 87, 119, 0.1);
}

.bl-xxs-red-light-alpha {
  border-left: 0.25rem solid rgba(250, 87, 119, 0.1);
}

.br-xxs-red-light-alpha {
  border-right: 0.25rem solid rgba(250, 87, 119, 0.1);
}

.bb-xxs-red-light-alpha {
  border-bottom: 0.25rem solid rgba(250, 87, 119, 0.1);
}

.bt-xxs-red-light-alpha {
  border-top: 0.25rem solid rgba(250, 87, 119, 0.1);
}

.b-xs-red-light-alpha {
  border: 0.5rem solid rgba(250, 87, 119, 0.1);
}

.bl-xs-red-light-alpha {
  border-left: 0.5rem solid rgba(250, 87, 119, 0.1);
}

.br-xs-red-light-alpha {
  border-right: 0.5rem solid rgba(250, 87, 119, 0.1);
}

.bb-xs-red-light-alpha {
  border-bottom: 0.5rem solid rgba(250, 87, 119, 0.1);
}

.bt-xs-red-light-alpha {
  border-top: 0.5rem solid rgba(250, 87, 119, 0.1);
}

.b-sm-red-light-alpha {
  border: 1rem solid rgba(250, 87, 119, 0.1);
}

.bl-sm-red-light-alpha {
  border-left: 1rem solid rgba(250, 87, 119, 0.1);
}

.br-sm-red-light-alpha {
  border-right: 1rem solid rgba(250, 87, 119, 0.1);
}

.bb-sm-red-light-alpha {
  border-bottom: 1rem solid rgba(250, 87, 119, 0.1);
}

.bt-sm-red-light-alpha {
  border-top: 1rem solid rgba(250, 87, 119, 0.1);
}

.b-md-red-light-alpha {
  border: 1.5rem solid rgba(250, 87, 119, 0.1);
}

.bl-md-red-light-alpha {
  border-left: 1.5rem solid rgba(250, 87, 119, 0.1);
}

.br-md-red-light-alpha {
  border-right: 1.5rem solid rgba(250, 87, 119, 0.1);
}

.bb-md-red-light-alpha {
  border-bottom: 1.5rem solid rgba(250, 87, 119, 0.1);
}

.bt-md-red-light-alpha {
  border-top: 1.5rem solid rgba(250, 87, 119, 0.1);
}

.b-lg-red-light-alpha {
  border: 2rem solid rgba(250, 87, 119, 0.1);
}

.bl-lg-red-light-alpha {
  border-left: 2rem solid rgba(250, 87, 119, 0.1);
}

.br-lg-red-light-alpha {
  border-right: 2rem solid rgba(250, 87, 119, 0.1);
}

.bb-lg-red-light-alpha {
  border-bottom: 2rem solid rgba(250, 87, 119, 0.1);
}

.bt-lg-red-light-alpha {
  border-top: 2rem solid rgba(250, 87, 119, 0.1);
}

.b-xl-red-light-alpha {
  border: 3rem solid rgba(250, 87, 119, 0.1);
}

.bl-xl-red-light-alpha {
  border-left: 3rem solid rgba(250, 87, 119, 0.1);
}

.br-xl-red-light-alpha {
  border-right: 3rem solid rgba(250, 87, 119, 0.1);
}

.bb-xl-red-light-alpha {
  border-bottom: 3rem solid rgba(250, 87, 119, 0.1);
}

.bt-xl-red-light-alpha {
  border-top: 3rem solid rgba(250, 87, 119, 0.1);
}

.b-xxl-red-light-alpha {
  border: 4rem solid rgba(250, 87, 119, 0.1);
}

.bl-xxl-red-light-alpha {
  border-left: 4rem solid rgba(250, 87, 119, 0.1);
}

.br-xxl-red-light-alpha {
  border-right: 4rem solid rgba(250, 87, 119, 0.1);
}

.bb-xxl-red-light-alpha {
  border-bottom: 4rem solid rgba(250, 87, 119, 0.1);
}

.bt-xxl-red-light-alpha {
  border-top: 4rem solid rgba(250, 87, 119, 0.1);
}

.b-xxxl-red-light-alpha {
  border: 5rem solid rgba(250, 87, 119, 0.1);
}

.bl-xxxl-red-light-alpha {
  border-left: 5rem solid rgba(250, 87, 119, 0.1);
}

.br-xxxl-red-light-alpha {
  border-right: 5rem solid rgba(250, 87, 119, 0.1);
}

.bb-xxxl-red-light-alpha {
  border-bottom: 5rem solid rgba(250, 87, 119, 0.1);
}

.bt-xxxl-red-light-alpha {
  border-top: 5rem solid rgba(250, 87, 119, 0.1);
}

.b-none-yellow {
  border: 0 solid #fadc46;
}

.bl-none-yellow {
  border-left: 0 solid #fadc46;
}

.br-none-yellow {
  border-right: 0 solid #fadc46;
}

.bb-none-yellow {
  border-bottom: 0 solid #fadc46;
}

.bt-none-yellow {
  border-top: 0 solid #fadc46;
}

.b-xxs-yellow {
  border: 0.25rem solid #fadc46;
}

.bl-xxs-yellow {
  border-left: 0.25rem solid #fadc46;
}

.br-xxs-yellow {
  border-right: 0.25rem solid #fadc46;
}

.bb-xxs-yellow {
  border-bottom: 0.25rem solid #fadc46;
}

.bt-xxs-yellow {
  border-top: 0.25rem solid #fadc46;
}

.b-xs-yellow {
  border: 0.5rem solid #fadc46;
}

.bl-xs-yellow {
  border-left: 0.5rem solid #fadc46;
}

.br-xs-yellow {
  border-right: 0.5rem solid #fadc46;
}

.bb-xs-yellow {
  border-bottom: 0.5rem solid #fadc46;
}

.bt-xs-yellow {
  border-top: 0.5rem solid #fadc46;
}

.b-sm-yellow {
  border: 1rem solid #fadc46;
}

.bl-sm-yellow {
  border-left: 1rem solid #fadc46;
}

.br-sm-yellow {
  border-right: 1rem solid #fadc46;
}

.bb-sm-yellow {
  border-bottom: 1rem solid #fadc46;
}

.bt-sm-yellow {
  border-top: 1rem solid #fadc46;
}

.b-md-yellow {
  border: 1.5rem solid #fadc46;
}

.bl-md-yellow {
  border-left: 1.5rem solid #fadc46;
}

.br-md-yellow {
  border-right: 1.5rem solid #fadc46;
}

.bb-md-yellow {
  border-bottom: 1.5rem solid #fadc46;
}

.bt-md-yellow {
  border-top: 1.5rem solid #fadc46;
}

.b-lg-yellow {
  border: 2rem solid #fadc46;
}

.bl-lg-yellow {
  border-left: 2rem solid #fadc46;
}

.br-lg-yellow {
  border-right: 2rem solid #fadc46;
}

.bb-lg-yellow {
  border-bottom: 2rem solid #fadc46;
}

.bt-lg-yellow {
  border-top: 2rem solid #fadc46;
}

.b-xl-yellow {
  border: 3rem solid #fadc46;
}

.bl-xl-yellow {
  border-left: 3rem solid #fadc46;
}

.br-xl-yellow {
  border-right: 3rem solid #fadc46;
}

.bb-xl-yellow {
  border-bottom: 3rem solid #fadc46;
}

.bt-xl-yellow {
  border-top: 3rem solid #fadc46;
}

.b-xxl-yellow {
  border: 4rem solid #fadc46;
}

.bl-xxl-yellow {
  border-left: 4rem solid #fadc46;
}

.br-xxl-yellow {
  border-right: 4rem solid #fadc46;
}

.bb-xxl-yellow {
  border-bottom: 4rem solid #fadc46;
}

.bt-xxl-yellow {
  border-top: 4rem solid #fadc46;
}

.b-xxxl-yellow {
  border: 5rem solid #fadc46;
}

.bl-xxxl-yellow {
  border-left: 5rem solid #fadc46;
}

.br-xxxl-yellow {
  border-right: 5rem solid #fadc46;
}

.bb-xxxl-yellow {
  border-bottom: 5rem solid #fadc46;
}

.bt-xxxl-yellow {
  border-top: 5rem solid #fadc46;
}

.b-none-yellow-dark {
  border: 0 solid #dcbd32;
}

.bl-none-yellow-dark {
  border-left: 0 solid #dcbd32;
}

.br-none-yellow-dark {
  border-right: 0 solid #dcbd32;
}

.bb-none-yellow-dark {
  border-bottom: 0 solid #dcbd32;
}

.bt-none-yellow-dark {
  border-top: 0 solid #dcbd32;
}

.b-xxs-yellow-dark {
  border: 0.25rem solid #dcbd32;
}

.bl-xxs-yellow-dark {
  border-left: 0.25rem solid #dcbd32;
}

.br-xxs-yellow-dark {
  border-right: 0.25rem solid #dcbd32;
}

.bb-xxs-yellow-dark {
  border-bottom: 0.25rem solid #dcbd32;
}

.bt-xxs-yellow-dark {
  border-top: 0.25rem solid #dcbd32;
}

.b-xs-yellow-dark {
  border: 0.5rem solid #dcbd32;
}

.bl-xs-yellow-dark {
  border-left: 0.5rem solid #dcbd32;
}

.br-xs-yellow-dark {
  border-right: 0.5rem solid #dcbd32;
}

.bb-xs-yellow-dark {
  border-bottom: 0.5rem solid #dcbd32;
}

.bt-xs-yellow-dark {
  border-top: 0.5rem solid #dcbd32;
}

.b-sm-yellow-dark {
  border: 1rem solid #dcbd32;
}

.bl-sm-yellow-dark {
  border-left: 1rem solid #dcbd32;
}

.br-sm-yellow-dark {
  border-right: 1rem solid #dcbd32;
}

.bb-sm-yellow-dark {
  border-bottom: 1rem solid #dcbd32;
}

.bt-sm-yellow-dark {
  border-top: 1rem solid #dcbd32;
}

.b-md-yellow-dark {
  border: 1.5rem solid #dcbd32;
}

.bl-md-yellow-dark {
  border-left: 1.5rem solid #dcbd32;
}

.br-md-yellow-dark {
  border-right: 1.5rem solid #dcbd32;
}

.bb-md-yellow-dark {
  border-bottom: 1.5rem solid #dcbd32;
}

.bt-md-yellow-dark {
  border-top: 1.5rem solid #dcbd32;
}

.b-lg-yellow-dark {
  border: 2rem solid #dcbd32;
}

.bl-lg-yellow-dark {
  border-left: 2rem solid #dcbd32;
}

.br-lg-yellow-dark {
  border-right: 2rem solid #dcbd32;
}

.bb-lg-yellow-dark {
  border-bottom: 2rem solid #dcbd32;
}

.bt-lg-yellow-dark {
  border-top: 2rem solid #dcbd32;
}

.b-xl-yellow-dark {
  border: 3rem solid #dcbd32;
}

.bl-xl-yellow-dark {
  border-left: 3rem solid #dcbd32;
}

.br-xl-yellow-dark {
  border-right: 3rem solid #dcbd32;
}

.bb-xl-yellow-dark {
  border-bottom: 3rem solid #dcbd32;
}

.bt-xl-yellow-dark {
  border-top: 3rem solid #dcbd32;
}

.b-xxl-yellow-dark {
  border: 4rem solid #dcbd32;
}

.bl-xxl-yellow-dark {
  border-left: 4rem solid #dcbd32;
}

.br-xxl-yellow-dark {
  border-right: 4rem solid #dcbd32;
}

.bb-xxl-yellow-dark {
  border-bottom: 4rem solid #dcbd32;
}

.bt-xxl-yellow-dark {
  border-top: 4rem solid #dcbd32;
}

.b-xxxl-yellow-dark {
  border: 5rem solid #dcbd32;
}

.bl-xxxl-yellow-dark {
  border-left: 5rem solid #dcbd32;
}

.br-xxxl-yellow-dark {
  border-right: 5rem solid #dcbd32;
}

.bb-xxxl-yellow-dark {
  border-bottom: 5rem solid #dcbd32;
}

.bt-xxxl-yellow-dark {
  border-top: 5rem solid #dcbd32;
}

.b-none-yellow-light {
  border: 0 solid #faf084;
}

.bl-none-yellow-light {
  border-left: 0 solid #faf084;
}

.br-none-yellow-light {
  border-right: 0 solid #faf084;
}

.bb-none-yellow-light {
  border-bottom: 0 solid #faf084;
}

.bt-none-yellow-light {
  border-top: 0 solid #faf084;
}

.b-xxs-yellow-light {
  border: 0.25rem solid #faf084;
}

.bl-xxs-yellow-light {
  border-left: 0.25rem solid #faf084;
}

.br-xxs-yellow-light {
  border-right: 0.25rem solid #faf084;
}

.bb-xxs-yellow-light {
  border-bottom: 0.25rem solid #faf084;
}

.bt-xxs-yellow-light {
  border-top: 0.25rem solid #faf084;
}

.b-xs-yellow-light {
  border: 0.5rem solid #faf084;
}

.bl-xs-yellow-light {
  border-left: 0.5rem solid #faf084;
}

.br-xs-yellow-light {
  border-right: 0.5rem solid #faf084;
}

.bb-xs-yellow-light {
  border-bottom: 0.5rem solid #faf084;
}

.bt-xs-yellow-light {
  border-top: 0.5rem solid #faf084;
}

.b-sm-yellow-light {
  border: 1rem solid #faf084;
}

.bl-sm-yellow-light {
  border-left: 1rem solid #faf084;
}

.br-sm-yellow-light {
  border-right: 1rem solid #faf084;
}

.bb-sm-yellow-light {
  border-bottom: 1rem solid #faf084;
}

.bt-sm-yellow-light {
  border-top: 1rem solid #faf084;
}

.b-md-yellow-light {
  border: 1.5rem solid #faf084;
}

.bl-md-yellow-light {
  border-left: 1.5rem solid #faf084;
}

.br-md-yellow-light {
  border-right: 1.5rem solid #faf084;
}

.bb-md-yellow-light {
  border-bottom: 1.5rem solid #faf084;
}

.bt-md-yellow-light {
  border-top: 1.5rem solid #faf084;
}

.b-lg-yellow-light {
  border: 2rem solid #faf084;
}

.bl-lg-yellow-light {
  border-left: 2rem solid #faf084;
}

.br-lg-yellow-light {
  border-right: 2rem solid #faf084;
}

.bb-lg-yellow-light {
  border-bottom: 2rem solid #faf084;
}

.bt-lg-yellow-light {
  border-top: 2rem solid #faf084;
}

.b-xl-yellow-light {
  border: 3rem solid #faf084;
}

.bl-xl-yellow-light {
  border-left: 3rem solid #faf084;
}

.br-xl-yellow-light {
  border-right: 3rem solid #faf084;
}

.bb-xl-yellow-light {
  border-bottom: 3rem solid #faf084;
}

.bt-xl-yellow-light {
  border-top: 3rem solid #faf084;
}

.b-xxl-yellow-light {
  border: 4rem solid #faf084;
}

.bl-xxl-yellow-light {
  border-left: 4rem solid #faf084;
}

.br-xxl-yellow-light {
  border-right: 4rem solid #faf084;
}

.bb-xxl-yellow-light {
  border-bottom: 4rem solid #faf084;
}

.bt-xxl-yellow-light {
  border-top: 4rem solid #faf084;
}

.b-xxxl-yellow-light {
  border: 5rem solid #faf084;
}

.bl-xxxl-yellow-light {
  border-left: 5rem solid #faf084;
}

.br-xxxl-yellow-light {
  border-right: 5rem solid #faf084;
}

.bb-xxxl-yellow-light {
  border-bottom: 5rem solid #faf084;
}

.bt-xxxl-yellow-light {
  border-top: 5rem solid #faf084;
}

.b-none-yellow-alpha {
  border: 0 solid rgba(250, 220, 70, 0.2);
}

.bl-none-yellow-alpha {
  border-left: 0 solid rgba(250, 220, 70, 0.2);
}

.br-none-yellow-alpha {
  border-right: 0 solid rgba(250, 220, 70, 0.2);
}

.bb-none-yellow-alpha {
  border-bottom: 0 solid rgba(250, 220, 70, 0.2);
}

.bt-none-yellow-alpha {
  border-top: 0 solid rgba(250, 220, 70, 0.2);
}

.b-xxs-yellow-alpha {
  border: 0.25rem solid rgba(250, 220, 70, 0.2);
}

.bl-xxs-yellow-alpha {
  border-left: 0.25rem solid rgba(250, 220, 70, 0.2);
}

.br-xxs-yellow-alpha {
  border-right: 0.25rem solid rgba(250, 220, 70, 0.2);
}

.bb-xxs-yellow-alpha {
  border-bottom: 0.25rem solid rgba(250, 220, 70, 0.2);
}

.bt-xxs-yellow-alpha {
  border-top: 0.25rem solid rgba(250, 220, 70, 0.2);
}

.b-xs-yellow-alpha {
  border: 0.5rem solid rgba(250, 220, 70, 0.2);
}

.bl-xs-yellow-alpha {
  border-left: 0.5rem solid rgba(250, 220, 70, 0.2);
}

.br-xs-yellow-alpha {
  border-right: 0.5rem solid rgba(250, 220, 70, 0.2);
}

.bb-xs-yellow-alpha {
  border-bottom: 0.5rem solid rgba(250, 220, 70, 0.2);
}

.bt-xs-yellow-alpha {
  border-top: 0.5rem solid rgba(250, 220, 70, 0.2);
}

.b-sm-yellow-alpha {
  border: 1rem solid rgba(250, 220, 70, 0.2);
}

.bl-sm-yellow-alpha {
  border-left: 1rem solid rgba(250, 220, 70, 0.2);
}

.br-sm-yellow-alpha {
  border-right: 1rem solid rgba(250, 220, 70, 0.2);
}

.bb-sm-yellow-alpha {
  border-bottom: 1rem solid rgba(250, 220, 70, 0.2);
}

.bt-sm-yellow-alpha {
  border-top: 1rem solid rgba(250, 220, 70, 0.2);
}

.b-md-yellow-alpha {
  border: 1.5rem solid rgba(250, 220, 70, 0.2);
}

.bl-md-yellow-alpha {
  border-left: 1.5rem solid rgba(250, 220, 70, 0.2);
}

.br-md-yellow-alpha {
  border-right: 1.5rem solid rgba(250, 220, 70, 0.2);
}

.bb-md-yellow-alpha {
  border-bottom: 1.5rem solid rgba(250, 220, 70, 0.2);
}

.bt-md-yellow-alpha {
  border-top: 1.5rem solid rgba(250, 220, 70, 0.2);
}

.b-lg-yellow-alpha {
  border: 2rem solid rgba(250, 220, 70, 0.2);
}

.bl-lg-yellow-alpha {
  border-left: 2rem solid rgba(250, 220, 70, 0.2);
}

.br-lg-yellow-alpha {
  border-right: 2rem solid rgba(250, 220, 70, 0.2);
}

.bb-lg-yellow-alpha {
  border-bottom: 2rem solid rgba(250, 220, 70, 0.2);
}

.bt-lg-yellow-alpha {
  border-top: 2rem solid rgba(250, 220, 70, 0.2);
}

.b-xl-yellow-alpha {
  border: 3rem solid rgba(250, 220, 70, 0.2);
}

.bl-xl-yellow-alpha {
  border-left: 3rem solid rgba(250, 220, 70, 0.2);
}

.br-xl-yellow-alpha {
  border-right: 3rem solid rgba(250, 220, 70, 0.2);
}

.bb-xl-yellow-alpha {
  border-bottom: 3rem solid rgba(250, 220, 70, 0.2);
}

.bt-xl-yellow-alpha {
  border-top: 3rem solid rgba(250, 220, 70, 0.2);
}

.b-xxl-yellow-alpha {
  border: 4rem solid rgba(250, 220, 70, 0.2);
}

.bl-xxl-yellow-alpha {
  border-left: 4rem solid rgba(250, 220, 70, 0.2);
}

.br-xxl-yellow-alpha {
  border-right: 4rem solid rgba(250, 220, 70, 0.2);
}

.bb-xxl-yellow-alpha {
  border-bottom: 4rem solid rgba(250, 220, 70, 0.2);
}

.bt-xxl-yellow-alpha {
  border-top: 4rem solid rgba(250, 220, 70, 0.2);
}

.b-xxxl-yellow-alpha {
  border: 5rem solid rgba(250, 220, 70, 0.2);
}

.bl-xxxl-yellow-alpha {
  border-left: 5rem solid rgba(250, 220, 70, 0.2);
}

.br-xxxl-yellow-alpha {
  border-right: 5rem solid rgba(250, 220, 70, 0.2);
}

.bb-xxxl-yellow-alpha {
  border-bottom: 5rem solid rgba(250, 220, 70, 0.2);
}

.bt-xxxl-yellow-alpha {
  border-top: 5rem solid rgba(250, 220, 70, 0.2);
}

.b-none-dark-mask {
  border: 0 solid rgba(20, 19, 73, 0.1);
}

.bl-none-dark-mask {
  border-left: 0 solid rgba(20, 19, 73, 0.1);
}

.br-none-dark-mask {
  border-right: 0 solid rgba(20, 19, 73, 0.1);
}

.bb-none-dark-mask {
  border-bottom: 0 solid rgba(20, 19, 73, 0.1);
}

.bt-none-dark-mask {
  border-top: 0 solid rgba(20, 19, 73, 0.1);
}

.b-xxs-dark-mask {
  border: 0.25rem solid rgba(20, 19, 73, 0.1);
}

.bl-xxs-dark-mask {
  border-left: 0.25rem solid rgba(20, 19, 73, 0.1);
}

.br-xxs-dark-mask {
  border-right: 0.25rem solid rgba(20, 19, 73, 0.1);
}

.bb-xxs-dark-mask {
  border-bottom: 0.25rem solid rgba(20, 19, 73, 0.1);
}

.bt-xxs-dark-mask {
  border-top: 0.25rem solid rgba(20, 19, 73, 0.1);
}

.b-xs-dark-mask {
  border: 0.5rem solid rgba(20, 19, 73, 0.1);
}

.bl-xs-dark-mask {
  border-left: 0.5rem solid rgba(20, 19, 73, 0.1);
}

.br-xs-dark-mask {
  border-right: 0.5rem solid rgba(20, 19, 73, 0.1);
}

.bb-xs-dark-mask {
  border-bottom: 0.5rem solid rgba(20, 19, 73, 0.1);
}

.bt-xs-dark-mask {
  border-top: 0.5rem solid rgba(20, 19, 73, 0.1);
}

.b-sm-dark-mask {
  border: 1rem solid rgba(20, 19, 73, 0.1);
}

.bl-sm-dark-mask {
  border-left: 1rem solid rgba(20, 19, 73, 0.1);
}

.br-sm-dark-mask {
  border-right: 1rem solid rgba(20, 19, 73, 0.1);
}

.bb-sm-dark-mask {
  border-bottom: 1rem solid rgba(20, 19, 73, 0.1);
}

.bt-sm-dark-mask {
  border-top: 1rem solid rgba(20, 19, 73, 0.1);
}

.b-md-dark-mask {
  border: 1.5rem solid rgba(20, 19, 73, 0.1);
}

.bl-md-dark-mask {
  border-left: 1.5rem solid rgba(20, 19, 73, 0.1);
}

.br-md-dark-mask {
  border-right: 1.5rem solid rgba(20, 19, 73, 0.1);
}

.bb-md-dark-mask {
  border-bottom: 1.5rem solid rgba(20, 19, 73, 0.1);
}

.bt-md-dark-mask {
  border-top: 1.5rem solid rgba(20, 19, 73, 0.1);
}

.b-lg-dark-mask {
  border: 2rem solid rgba(20, 19, 73, 0.1);
}

.bl-lg-dark-mask {
  border-left: 2rem solid rgba(20, 19, 73, 0.1);
}

.br-lg-dark-mask {
  border-right: 2rem solid rgba(20, 19, 73, 0.1);
}

.bb-lg-dark-mask {
  border-bottom: 2rem solid rgba(20, 19, 73, 0.1);
}

.bt-lg-dark-mask {
  border-top: 2rem solid rgba(20, 19, 73, 0.1);
}

.b-xl-dark-mask {
  border: 3rem solid rgba(20, 19, 73, 0.1);
}

.bl-xl-dark-mask {
  border-left: 3rem solid rgba(20, 19, 73, 0.1);
}

.br-xl-dark-mask {
  border-right: 3rem solid rgba(20, 19, 73, 0.1);
}

.bb-xl-dark-mask {
  border-bottom: 3rem solid rgba(20, 19, 73, 0.1);
}

.bt-xl-dark-mask {
  border-top: 3rem solid rgba(20, 19, 73, 0.1);
}

.b-xxl-dark-mask {
  border: 4rem solid rgba(20, 19, 73, 0.1);
}

.bl-xxl-dark-mask {
  border-left: 4rem solid rgba(20, 19, 73, 0.1);
}

.br-xxl-dark-mask {
  border-right: 4rem solid rgba(20, 19, 73, 0.1);
}

.bb-xxl-dark-mask {
  border-bottom: 4rem solid rgba(20, 19, 73, 0.1);
}

.bt-xxl-dark-mask {
  border-top: 4rem solid rgba(20, 19, 73, 0.1);
}

.b-xxxl-dark-mask {
  border: 5rem solid rgba(20, 19, 73, 0.1);
}

.bl-xxxl-dark-mask {
  border-left: 5rem solid rgba(20, 19, 73, 0.1);
}

.br-xxxl-dark-mask {
  border-right: 5rem solid rgba(20, 19, 73, 0.1);
}

.bb-xxxl-dark-mask {
  border-bottom: 5rem solid rgba(20, 19, 73, 0.1);
}

.bt-xxxl-dark-mask {
  border-top: 5rem solid rgba(20, 19, 73, 0.1);
}

.b-none-light-mask {
  border: 0 solid rgba(20, 19, 73, 0.05);
}

.bl-none-light-mask {
  border-left: 0 solid rgba(20, 19, 73, 0.05);
}

.br-none-light-mask {
  border-right: 0 solid rgba(20, 19, 73, 0.05);
}

.bb-none-light-mask {
  border-bottom: 0 solid rgba(20, 19, 73, 0.05);
}

.bt-none-light-mask {
  border-top: 0 solid rgba(20, 19, 73, 0.05);
}

.b-xxs-light-mask {
  border: 0.25rem solid rgba(20, 19, 73, 0.05);
}

.bl-xxs-light-mask {
  border-left: 0.25rem solid rgba(20, 19, 73, 0.05);
}

.br-xxs-light-mask {
  border-right: 0.25rem solid rgba(20, 19, 73, 0.05);
}

.bb-xxs-light-mask {
  border-bottom: 0.25rem solid rgba(20, 19, 73, 0.05);
}

.bt-xxs-light-mask {
  border-top: 0.25rem solid rgba(20, 19, 73, 0.05);
}

.b-xs-light-mask {
  border: 0.5rem solid rgba(20, 19, 73, 0.05);
}

.bl-xs-light-mask {
  border-left: 0.5rem solid rgba(20, 19, 73, 0.05);
}

.br-xs-light-mask {
  border-right: 0.5rem solid rgba(20, 19, 73, 0.05);
}

.bb-xs-light-mask {
  border-bottom: 0.5rem solid rgba(20, 19, 73, 0.05);
}

.bt-xs-light-mask {
  border-top: 0.5rem solid rgba(20, 19, 73, 0.05);
}

.b-sm-light-mask {
  border: 1rem solid rgba(20, 19, 73, 0.05);
}

.bl-sm-light-mask {
  border-left: 1rem solid rgba(20, 19, 73, 0.05);
}

.br-sm-light-mask {
  border-right: 1rem solid rgba(20, 19, 73, 0.05);
}

.bb-sm-light-mask {
  border-bottom: 1rem solid rgba(20, 19, 73, 0.05);
}

.bt-sm-light-mask {
  border-top: 1rem solid rgba(20, 19, 73, 0.05);
}

.b-md-light-mask {
  border: 1.5rem solid rgba(20, 19, 73, 0.05);
}

.bl-md-light-mask {
  border-left: 1.5rem solid rgba(20, 19, 73, 0.05);
}

.br-md-light-mask {
  border-right: 1.5rem solid rgba(20, 19, 73, 0.05);
}

.bb-md-light-mask {
  border-bottom: 1.5rem solid rgba(20, 19, 73, 0.05);
}

.bt-md-light-mask {
  border-top: 1.5rem solid rgba(20, 19, 73, 0.05);
}

.b-lg-light-mask {
  border: 2rem solid rgba(20, 19, 73, 0.05);
}

.bl-lg-light-mask {
  border-left: 2rem solid rgba(20, 19, 73, 0.05);
}

.br-lg-light-mask {
  border-right: 2rem solid rgba(20, 19, 73, 0.05);
}

.bb-lg-light-mask {
  border-bottom: 2rem solid rgba(20, 19, 73, 0.05);
}

.bt-lg-light-mask {
  border-top: 2rem solid rgba(20, 19, 73, 0.05);
}

.b-xl-light-mask {
  border: 3rem solid rgba(20, 19, 73, 0.05);
}

.bl-xl-light-mask {
  border-left: 3rem solid rgba(20, 19, 73, 0.05);
}

.br-xl-light-mask {
  border-right: 3rem solid rgba(20, 19, 73, 0.05);
}

.bb-xl-light-mask {
  border-bottom: 3rem solid rgba(20, 19, 73, 0.05);
}

.bt-xl-light-mask {
  border-top: 3rem solid rgba(20, 19, 73, 0.05);
}

.b-xxl-light-mask {
  border: 4rem solid rgba(20, 19, 73, 0.05);
}

.bl-xxl-light-mask {
  border-left: 4rem solid rgba(20, 19, 73, 0.05);
}

.br-xxl-light-mask {
  border-right: 4rem solid rgba(20, 19, 73, 0.05);
}

.bb-xxl-light-mask {
  border-bottom: 4rem solid rgba(20, 19, 73, 0.05);
}

.bt-xxl-light-mask {
  border-top: 4rem solid rgba(20, 19, 73, 0.05);
}

.b-xxxl-light-mask {
  border: 5rem solid rgba(20, 19, 73, 0.05);
}

.bl-xxxl-light-mask {
  border-left: 5rem solid rgba(20, 19, 73, 0.05);
}

.br-xxxl-light-mask {
  border-right: 5rem solid rgba(20, 19, 73, 0.05);
}

.bb-xxxl-light-mask {
  border-bottom: 5rem solid rgba(20, 19, 73, 0.05);
}

.bt-xxxl-light-mask {
  border-top: 5rem solid rgba(20, 19, 73, 0.05);
}

.b-none-green-100 {
  border: 0 solid #DEFCF5;
}

.bl-none-green-100 {
  border-left: 0 solid #DEFCF5;
}

.br-none-green-100 {
  border-right: 0 solid #DEFCF5;
}

.bb-none-green-100 {
  border-bottom: 0 solid #DEFCF5;
}

.bt-none-green-100 {
  border-top: 0 solid #DEFCF5;
}

.b-xxs-green-100 {
  border: 0.25rem solid #DEFCF5;
}

.bl-xxs-green-100 {
  border-left: 0.25rem solid #DEFCF5;
}

.br-xxs-green-100 {
  border-right: 0.25rem solid #DEFCF5;
}

.bb-xxs-green-100 {
  border-bottom: 0.25rem solid #DEFCF5;
}

.bt-xxs-green-100 {
  border-top: 0.25rem solid #DEFCF5;
}

.b-xs-green-100 {
  border: 0.5rem solid #DEFCF5;
}

.bl-xs-green-100 {
  border-left: 0.5rem solid #DEFCF5;
}

.br-xs-green-100 {
  border-right: 0.5rem solid #DEFCF5;
}

.bb-xs-green-100 {
  border-bottom: 0.5rem solid #DEFCF5;
}

.bt-xs-green-100 {
  border-top: 0.5rem solid #DEFCF5;
}

.b-sm-green-100 {
  border: 1rem solid #DEFCF5;
}

.bl-sm-green-100 {
  border-left: 1rem solid #DEFCF5;
}

.br-sm-green-100 {
  border-right: 1rem solid #DEFCF5;
}

.bb-sm-green-100 {
  border-bottom: 1rem solid #DEFCF5;
}

.bt-sm-green-100 {
  border-top: 1rem solid #DEFCF5;
}

.b-md-green-100 {
  border: 1.5rem solid #DEFCF5;
}

.bl-md-green-100 {
  border-left: 1.5rem solid #DEFCF5;
}

.br-md-green-100 {
  border-right: 1.5rem solid #DEFCF5;
}

.bb-md-green-100 {
  border-bottom: 1.5rem solid #DEFCF5;
}

.bt-md-green-100 {
  border-top: 1.5rem solid #DEFCF5;
}

.b-lg-green-100 {
  border: 2rem solid #DEFCF5;
}

.bl-lg-green-100 {
  border-left: 2rem solid #DEFCF5;
}

.br-lg-green-100 {
  border-right: 2rem solid #DEFCF5;
}

.bb-lg-green-100 {
  border-bottom: 2rem solid #DEFCF5;
}

.bt-lg-green-100 {
  border-top: 2rem solid #DEFCF5;
}

.b-xl-green-100 {
  border: 3rem solid #DEFCF5;
}

.bl-xl-green-100 {
  border-left: 3rem solid #DEFCF5;
}

.br-xl-green-100 {
  border-right: 3rem solid #DEFCF5;
}

.bb-xl-green-100 {
  border-bottom: 3rem solid #DEFCF5;
}

.bt-xl-green-100 {
  border-top: 3rem solid #DEFCF5;
}

.b-xxl-green-100 {
  border: 4rem solid #DEFCF5;
}

.bl-xxl-green-100 {
  border-left: 4rem solid #DEFCF5;
}

.br-xxl-green-100 {
  border-right: 4rem solid #DEFCF5;
}

.bb-xxl-green-100 {
  border-bottom: 4rem solid #DEFCF5;
}

.bt-xxl-green-100 {
  border-top: 4rem solid #DEFCF5;
}

.b-xxxl-green-100 {
  border: 5rem solid #DEFCF5;
}

.bl-xxxl-green-100 {
  border-left: 5rem solid #DEFCF5;
}

.br-xxxl-green-100 {
  border-right: 5rem solid #DEFCF5;
}

.bb-xxxl-green-100 {
  border-bottom: 5rem solid #DEFCF5;
}

.bt-xxxl-green-100 {
  border-top: 5rem solid #DEFCF5;
}

.b-none-green-600 {
  border: 0 solid #149F7E;
}

.bl-none-green-600 {
  border-left: 0 solid #149F7E;
}

.br-none-green-600 {
  border-right: 0 solid #149F7E;
}

.bb-none-green-600 {
  border-bottom: 0 solid #149F7E;
}

.bt-none-green-600 {
  border-top: 0 solid #149F7E;
}

.b-xxs-green-600 {
  border: 0.25rem solid #149F7E;
}

.bl-xxs-green-600 {
  border-left: 0.25rem solid #149F7E;
}

.br-xxs-green-600 {
  border-right: 0.25rem solid #149F7E;
}

.bb-xxs-green-600 {
  border-bottom: 0.25rem solid #149F7E;
}

.bt-xxs-green-600 {
  border-top: 0.25rem solid #149F7E;
}

.b-xs-green-600 {
  border: 0.5rem solid #149F7E;
}

.bl-xs-green-600 {
  border-left: 0.5rem solid #149F7E;
}

.br-xs-green-600 {
  border-right: 0.5rem solid #149F7E;
}

.bb-xs-green-600 {
  border-bottom: 0.5rem solid #149F7E;
}

.bt-xs-green-600 {
  border-top: 0.5rem solid #149F7E;
}

.b-sm-green-600 {
  border: 1rem solid #149F7E;
}

.bl-sm-green-600 {
  border-left: 1rem solid #149F7E;
}

.br-sm-green-600 {
  border-right: 1rem solid #149F7E;
}

.bb-sm-green-600 {
  border-bottom: 1rem solid #149F7E;
}

.bt-sm-green-600 {
  border-top: 1rem solid #149F7E;
}

.b-md-green-600 {
  border: 1.5rem solid #149F7E;
}

.bl-md-green-600 {
  border-left: 1.5rem solid #149F7E;
}

.br-md-green-600 {
  border-right: 1.5rem solid #149F7E;
}

.bb-md-green-600 {
  border-bottom: 1.5rem solid #149F7E;
}

.bt-md-green-600 {
  border-top: 1.5rem solid #149F7E;
}

.b-lg-green-600 {
  border: 2rem solid #149F7E;
}

.bl-lg-green-600 {
  border-left: 2rem solid #149F7E;
}

.br-lg-green-600 {
  border-right: 2rem solid #149F7E;
}

.bb-lg-green-600 {
  border-bottom: 2rem solid #149F7E;
}

.bt-lg-green-600 {
  border-top: 2rem solid #149F7E;
}

.b-xl-green-600 {
  border: 3rem solid #149F7E;
}

.bl-xl-green-600 {
  border-left: 3rem solid #149F7E;
}

.br-xl-green-600 {
  border-right: 3rem solid #149F7E;
}

.bb-xl-green-600 {
  border-bottom: 3rem solid #149F7E;
}

.bt-xl-green-600 {
  border-top: 3rem solid #149F7E;
}

.b-xxl-green-600 {
  border: 4rem solid #149F7E;
}

.bl-xxl-green-600 {
  border-left: 4rem solid #149F7E;
}

.br-xxl-green-600 {
  border-right: 4rem solid #149F7E;
}

.bb-xxl-green-600 {
  border-bottom: 4rem solid #149F7E;
}

.bt-xxl-green-600 {
  border-top: 4rem solid #149F7E;
}

.b-xxxl-green-600 {
  border: 5rem solid #149F7E;
}

.bl-xxxl-green-600 {
  border-left: 5rem solid #149F7E;
}

.br-xxxl-green-600 {
  border-right: 5rem solid #149F7E;
}

.bb-xxxl-green-600 {
  border-bottom: 5rem solid #149F7E;
}

.bt-xxxl-green-600 {
  border-top: 5rem solid #149F7E;
}

.h-none {
  height: 0 !important;
}

.w-none {
  height: 0 !important;
}

.h-xxs {
  height: 0.25rem !important;
}

.w-xxs {
  height: 0.25rem !important;
}

.h-xs {
  height: 0.5rem !important;
}

.w-xs {
  height: 0.5rem !important;
}

.h-sm {
  height: 1rem !important;
}

.w-sm {
  height: 1rem !important;
}

.h-md {
  height: 1.5rem !important;
}

.w-md {
  height: 1.5rem !important;
}

.h-lg {
  height: 2rem !important;
}

.w-lg {
  height: 2rem !important;
}

.h-xl {
  height: 3rem !important;
}

.w-xl {
  height: 3rem !important;
}

.h-xxl {
  height: 4rem !important;
}

.w-xxl {
  height: 4rem !important;
}

.h-xxxl {
  height: 5rem !important;
}

.w-xxxl {
  height: 5rem !important;
}

/** @format */
body {
  color: #131349;
  font-family: "Source Sans Pro", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.65;
}

h1 {
  font-size: 3.65rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

h3,
h4 {
  margin: 1rem 0 0.5rem;
}

p {
  color: #515d79;
  margin: 0 0 1rem;
}
p.small {
  color: #96a3b6;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 600;
}
p.grey-mid {
  color: #96a3b6;
}
p.grey-dark {
  color: #515d79;
}
p.italic {
  font-style: italic;
}
p.margin-bottom {
  margin-bottom: 1rem;
}
p.no-margin {
  margin: 0;
}
p.truncate, p[data-component=util][data-truncate=true], .collaboration-thread-2-title-bar .card-header .case-status .case-stage p.data-truncated, .collaboration-thread-2-title-bar .card-header .case-info .case-type p.data-truncated, .collaboration-thread-2-title-bar .card-header .case-info p.case-title {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: nowrap;
}
p code {
  background: #f4f9fc;
  color: #131349;
}
p.no-margin {
  margin: 0;
}
p.no-word-break {
  word-break: break-word;
}
p.scrollable-text-box {
  overflow-y: scroll;
  height: 100%;
}

span.red-link {
  color: #fa105d;
}
span.red-link:hover {
  color: #b51157;
  cursor: pointer;
}
span.green-link {
  color: #25d0a4;
}
span.green-link:hover {
  color: #209789;
  cursor: pointer;
}
span.blue-link {
  color: #419ef8;
}
span.blue-link:hover {
  color: #3374c4;
  cursor: pointer;
}

a {
  color: #419ef8;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: #3374c4;
}
a.red-link {
  color: #fa105d;
}
a.red-link:hover {
  color: #b51157;
}
a.status-1 {
  color: #5f6fa3;
}
a.status-1--i {
  color: #5f6fa3 !important;
}
a.status-2 {
  color: #384c8d;
}
a.status-2--i {
  color: #384c8d !important;
}
a.status-3 {
  color: #2c3c70;
}
a.status-3--i {
  color: #2c3c70 !important;
}
a.status-4 {
  color: #3547a5;
}
a.status-4--i {
  color: #3547a5 !important;
}
a.status-5 {
  color: #465fdc;
}
a.status-5--i {
  color: #465fdc !important;
}
a.status-6 {
  color: #7da8eb;
}
a.status-6--i {
  color: #7da8eb !important;
}

.like-link {
  color: #419ef8;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.like-link:hover {
  color: #3374c4;
}

label {
  color: #96a3b6;
  font-size: 0.85rem;
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #96a3b6;
}

div.original-content p {
  color: #96a3b6;
}
div.original-content p .border-right {
  border-right: 2px solid #cdd7e4;
}

/*!
 * spin-button
 * http://lab.hakim.se/spin-button
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
  * MIXINS
  */
/*************************************
  * BUTTON BASE
  */
.spin-button {
  position: relative;
}

/* Spinner animation */
.spin-button .spin-button-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

/* Button label */
.spin-button .spin-button-label {
  position: relative;
  z-index: 3;
}

/* Progress bar */
.spin-button .spin-button-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}

.spin-button.in-flight .spin-button-progress {
  opacity: 1;
  visibility: visible;
}

/*************************************
  * EASING
  */
.spin-button,
.spin-button .spin-button-spinner,
.spin-button .spin-button-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.spin-button[data-style=zoom-in],
.spin-button[data-style=zoom-in] .spin-button-spinner,
.spin-button[data-style=zoom-in] .spin-button-label,
.spin-button[data-style=zoom-out],
.spin-button[data-style=zoom-out] .spin-button-spinner,
.spin-button[data-style=zoom-out] .spin-button-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}

/*************************************
  * EXPAND LEFT
  */
.spin-button[data-style=expand-right] .spin-button-spinner {
  right: -6px;
}
.spin-button[data-style=expand-right][data-size=s] .spin-button-spinner, .spin-button[data-style=expand-right][data-size=xs] .spin-button-spinner {
  right: -12px;
}
.spin-button[data-style=expand-right].in-flight {
  padding-right: 56px;
}
.spin-button[data-style=expand-right].in-flight .spin-button-spinner {
  opacity: 1;
}
.spin-button[data-style=expand-right].in-flight[data-size=s], .spin-button[data-style=expand-right].in-flight[data-size=xs] {
  padding-right: 40px;
}

/*************************************
  * EXPAND RIGHT
  */
.spin-button[data-style=expand-left] .spin-button-spinner {
  left: 10px;
}
.spin-button[data-style=expand-left][data-size=s] .spin-button-spinner, .spin-button[data-style=expand-left][data-size=xs] .spin-button-spinner {
  left: 4px;
}
.spin-button[data-style=expand-left].in-flight {
  padding-left: 56px;
}
.spin-button[data-style=expand-left].in-flight .spin-button-spinner {
  opacity: 1;
}
.spin-button[data-style=expand-left].in-flight[data-size=s], .spin-button[data-style=expand-left].in-flight[data-size=xs] {
  padding-left: 40px;
}

/*************************************
  * EXPAND UP
  */
.spin-button[data-style=expand-up] {
  overflow: hidden;
}
.spin-button[data-style=expand-up] .spin-button-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}
.spin-button[data-style=expand-up].in-flight {
  padding-top: 54px;
}
.spin-button[data-style=expand-up].in-flight .spin-button-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}
.spin-button[data-style=expand-up].in-flight[data-size=s], .spin-button[data-style=expand-up].in-flight[data-size=xs] {
  padding-top: 32px;
}
.spin-button[data-style=expand-up].in-flight[data-size=s] .spin-button-spinner, .spin-button[data-style=expand-up].in-flight[data-size=xs] .spin-button-spinner {
  top: 4px;
}

/*************************************
  * EXPAND DOWN
  */
.spin-button[data-style=expand-down] {
  overflow: hidden;
}
.spin-button[data-style=expand-down] .spin-button-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}
.spin-button[data-style=expand-down][data-size=s] .spin-button-spinner, .spin-button[data-style=expand-down][data-size=xs] .spin-button-spinner {
  top: 40px;
}
.spin-button[data-style=expand-down].in-flight {
  padding-bottom: 54px;
}
.spin-button[data-style=expand-down].in-flight .spin-button-spinner {
  opacity: 1;
}
.spin-button[data-style=expand-down].in-flight[data-size=s], .spin-button[data-style=expand-down].in-flight[data-size=xs] {
  padding-bottom: 32px;
}

/*************************************
  * SLIDE LEFT
  */
.spin-button[data-style=slide-left] {
  overflow: hidden;
}
.spin-button[data-style=slide-left] .spin-button-label {
  position: relative;
}
.spin-button[data-style=slide-left] .spin-button-spinner {
  left: 100%;
  margin-left: 0;
}
.spin-button[data-style=slide-left].in-flight .spin-button-label {
  opacity: 0;
  left: -100%;
}
.spin-button[data-style=slide-left].in-flight .spin-button-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
  * SLIDE RIGHT
  */
.spin-button[data-style=slide-right] {
  overflow: hidden;
}
.spin-button[data-style=slide-right] .spin-button-label {
  position: relative;
}
.spin-button[data-style=slide-right] .spin-button-spinner {
  right: 100%;
  margin-left: 0;
  left: 0px;
}
.spin-button[data-style=slide-right].in-flight .spin-button-label {
  opacity: 0;
  left: 100%;
}
.spin-button[data-style=slide-right].in-flight .spin-button-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
  * SLIDE UP
  */
.spin-button[data-style=slide-up] {
  overflow: hidden;
}
.spin-button[data-style=slide-up] .spin-button-label {
  position: relative;
}
.spin-button[data-style=slide-up] .spin-button-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}
.spin-button[data-style=slide-up].in-flight .spin-button-label {
  opacity: 0;
  top: -1em;
}
.spin-button[data-style=slide-up].in-flight .spin-button-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
  * SLIDE DOWN
  */
.spin-button[data-style=slide-down] {
  overflow: hidden;
}
.spin-button[data-style=slide-down] .spin-button-label {
  position: relative;
}
.spin-button[data-style=slide-down] .spin-button-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}
.spin-button[data-style=slide-down].in-flight .spin-button-label {
  opacity: 0;
  top: 1em;
}
.spin-button[data-style=slide-down].in-flight .spin-button-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
  * ZOOM-OUT
  */
.spin-button[data-style=zoom-out] {
  overflow: hidden;
}

.spin-button[data-style=zoom-out] .spin-button-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

.spin-button[data-style=zoom-out] .spin-button-label {
  position: relative;
  display: inline-block;
}

.spin-button[data-style=zoom-out].in-flight .spin-button-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.spin-button[data-style=zoom-out].in-flight .spin-button-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
  * ZOOM-IN
  */
.spin-button[data-style=zoom-in] {
  overflow: hidden;
}

.spin-button[data-style=zoom-in] .spin-button-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.spin-button[data-style=zoom-in] .spin-button-label {
  position: relative;
  display: inline-block;
}

.spin-button[data-style=zoom-in].in-flight .spin-button-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

.spin-button[data-style=zoom-in].in-flight .spin-button-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
  * CONTRACT
  */
.spin-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.spin-button[data-style=contract] .spin-button-spinner {
  left: 50%;
  margin-left: 0;
}

.spin-button[data-style=contract].in-flight {
  border-radius: 50%;
  width: 52px;
}

.spin-button[data-style=contract].in-flight .spin-button-label {
  opacity: 0;
}

.spin-button[data-style=contract].in-flight .spin-button-spinner {
  opacity: 1;
}

/*************************************
  * OVERLAY
  */
.spin-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0);
}

.spin-button[data-style=contract-overlay] .spin-button-spinner {
  left: 50%;
  margin-left: 0;
}

.spin-button[data-style=contract-overlay].in-flight {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

.spin-button[data-style=contract-overlay].in-flight .spin-button-label {
  opacity: 0;
}

.spin-button[data-style=contract-overlay].in-flight .spin-button-spinner {
  opacity: 1;
}

/**
 * Mixin to generate responsive classes based on breakpoints.
 *
 * Initially was trying to imitate Tailwind's responsive classes (e.g., .xs:items-end), but
 * that is _incredibly_ difficult to do as CSS interprets the colon as a pseudo-class.
 * Tailwinds is likely doing post-processing or even meta-programming to achieve this.
 * 
 * @param {string} $breakpoint - The breakpoint name (e.g., 'xs', 'sm').
 * @param {string} $media - The media query string for the breakpoint.
 * @param {string} $class - The class name to apply the styles to.
 * @param {map} $styles - A map of CSS properties and values to apply.
 */
.bg-gray-300 {
  background: #cdd7e4;
}

@media (max-width: 766px) {
  .bg-gray-300-xs {
    background: #cdd7e4;
  }
}
@media (min-width: 767px) {
  .bg-gray-300-sm {
    background: #cdd7e4;
  }
}
.bg-gray-400 {
  background: #96a3b6;
}

@media (max-width: 766px) {
  .bg-gray-400-xs {
    background: #96a3b6;
  }
}
@media (min-width: 767px) {
  .bg-gray-400-sm {
    background: #96a3b6;
  }
}
.bg-gray-500 {
  background: #515d79;
}

@media (max-width: 766px) {
  .bg-gray-500-xs {
    background: #515d79;
  }
}
@media (min-width: 767px) {
  .bg-gray-500-sm {
    background: #515d79;
  }
}
.mb-0 {
  margin-bottom: 0;
}

@media (max-width: 766px) {
  .mb-0-xs {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .mb-0-sm {
    margin-bottom: 0;
  }
}
.items-end {
  align-items: flex-end;
}

@media (max-width: 766px) {
  .items-end-xs {
    align-items: flex-end;
  }
}
@media (min-width: 767px) {
  .items-end-sm {
    align-items: flex-end;
  }
}
.items-center {
  align-items: center;
}

@media (max-width: 766px) {
  .items-center-xs {
    align-items: center;
  }
}
@media (min-width: 767px) {
  .items-center-sm {
    align-items: center;
  }
}
.justify-center {
  justify-content: center;
}

@media (max-width: 766px) {
  .justify-center-xs {
    justify-content: center;
  }
}
@media (min-width: 767px) {
  .justify-center-sm {
    justify-content: center;
  }
}
.justify-start {
  justify-content: flex-start;
}

@media (max-width: 766px) {
  .justify-start-xs {
    justify-content: flex-start;
  }
}
@media (min-width: 767px) {
  .justify-start-sm {
    justify-content: flex-start;
  }
}
.w-full {
  width: 100%;
}

@media (max-width: 766px) {
  .w-full-xs {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .w-full-sm {
    width: 100%;
  }
}
.h-100 {
  height: 100%;
}

@media (max-width: 766px) {
  .h-100-xs {
    height: 100%;
  }
}
@media (min-width: 767px) {
  .h-100-sm {
    height: 100%;
  }
}
.m-0 {
  margin: 0;
}

@media (max-width: 766px) {
  .m-0-xs {
    margin: 0;
  }
}
@media (min-width: 767px) {
  .m-0-sm {
    margin: 0;
  }
}
/** @format */
.assignables {
  background-color: #f4f9fc;
  border-radius: 10px;
  padding: 0 1rem 0 1rem;
  margin: 0.75rem 0 1rem 1rem;
}
.assignables .lt-head-wrap {
  display: none;
}
.assignables td {
  background-color: #f4f9fc !important;
  padding: 0 0 0.75rem 0 !important;
}
.assignables td.bold {
  font-weight: bold;
}

.selecteds {
  margin-top: 0.75rem;
  text-align: left;
  padding-left: 2.5rem;
  color: #515d79;
}

/** @format */
.automation-item {
  background: #f4f9fc;
  border-radius: 2px;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}
.automation-item.error {
  background: rgba(250, 87, 119, 0.1);
}
.automation-item.is-editing {
  padding-bottom: 2rem;
}
.automation-item.add-new-bar {
  color: #419ef8;
  cursor: pointer;
  font-weight: 700;
}
.automation-item .action-steps-wrapper .pell-editor-wrapper {
  margin-bottom: 2rem;
  padding: 1rem 1rem 3rem 1rem;
}
.automation-item .action-steps-wrapper .automation-step {
  position: relative;
  padding-bottom: 1rem;
}
.automation-item .action-steps-wrapper .automation-step .step-label {
  background: #e1e7ef;
  color: #96a3b6;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
  float: left;
  margin-right: 1rem;
  min-width: 5rem;
  z-index: 99;
}
.automation-item .action-steps-wrapper .automation-step .step-action {
  display: inline-block;
  width: calc(99% - 7rem);
}
.automation-item .action-steps-wrapper .automation-step .step-action ul {
  margin: 0;
  padding: 0 1rem;
}
.automation-item .action-steps-wrapper .automation-step:after {
  content: "";
  background: #e1e7ef;
  display: inline-block;
  height: 100%;
  left: 2.5rem;
  position: absolute;
  transform: translateX(-1px) translateY(2rem);
  width: 2px;
}
.automation-item .action-steps-wrapper .automation-step.timeframe .ember-view {
  display: inline-block;
  float: left;
  margin-right: 1rem;
}
.automation-item .action-steps-wrapper .automation-step.timeframe .field, .automation-item .action-steps-wrapper .automation-step.timeframe .field--action, .automation-item .action-steps-wrapper .automation-step.timeframe .field--half {
  display: inline-block;
  width: 6rem;
}
.automation-item .action-steps-wrapper .automation-step.timeframe .field [type=color], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=color], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=color], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=date], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=date], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=date], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=datetime], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=datetime], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=datetime], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=datetime-local], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=datetime-local], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=datetime-local], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=email], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=email], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=email], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=month], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=month], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=month], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=number], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=number], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=number], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=password], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=password], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=password], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=search], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=search], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=search], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=tel], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=tel], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=tel], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=text], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=text], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=text], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=time], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=time], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=time], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=url], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=url], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=url], .automation-item .action-steps-wrapper .automation-step.timeframe .field [type=week], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [type=week], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [type=week], .automation-item .action-steps-wrapper .automation-step.timeframe .field input:not([type]), .automation-item .action-steps-wrapper .automation-step.timeframe .field--action input:not([type]), .automation-item .action-steps-wrapper .automation-step.timeframe .field--half input:not([type]), .automation-item .action-steps-wrapper .automation-step.timeframe .field textarea, .automation-item .action-steps-wrapper .automation-step.timeframe .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .automation-item .action-steps-wrapper .automation-step.timeframe .field [contenteditable], .automation-item .action-steps-wrapper .automation-step.timeframe .field--action textarea, .automation-item .action-steps-wrapper .automation-step.timeframe .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .automation-item .action-steps-wrapper .automation-step.timeframe .field--action [contenteditable], .automation-item .action-steps-wrapper .automation-step.timeframe .field--half textarea, .automation-item .action-steps-wrapper .automation-step.timeframe .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .automation-item .action-steps-wrapper .automation-step.timeframe .field--half [contenteditable] {
  text-align: center;
}
.automation-item .action-steps-wrapper .automation-step.timeframe .timeframe-label {
  color: #96a3b6;
  font-weight: 600;
  display: inline-block;
  line-height: 4;
}
.automation-item .action-steps-wrapper .automation-step.message textarea, .automation-item .action-steps-wrapper .automation-step.message .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .automation-item .action-steps-wrapper .automation-step.message [contenteditable] {
  min-height: 12rem;
}
.automation-item .action-steps-wrapper .automation-step.last-step:after {
  display: none;
}
.automation-item .action-steps-wrapper .automation-summary {
  background: #e1e7ef;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.automation-item .action-steps-wrapper .automation-summary h4 {
  font-size: 0.9rem;
  color: #96a3b6;
  margin: 0;
}
.automation-item .action-steps-wrapper .automation-summary p {
  color: #96a3b6;
  margin: 0;
}
.automation-item .field.no-label, .automation-item .no-label.field--action, .automation-item .no-label.field--half {
  margin: 0;
}
.automation-item .field.no-label [type=color], .automation-item .no-label.field--action [type=color], .automation-item .no-label.field--half [type=color], .automation-item .field.no-label [type=date], .automation-item .no-label.field--action [type=date], .automation-item .no-label.field--half [type=date], .automation-item .field.no-label [type=datetime], .automation-item .no-label.field--action [type=datetime], .automation-item .no-label.field--half [type=datetime], .automation-item .field.no-label [type=datetime-local], .automation-item .no-label.field--action [type=datetime-local], .automation-item .no-label.field--half [type=datetime-local], .automation-item .field.no-label [type=email], .automation-item .no-label.field--action [type=email], .automation-item .no-label.field--half [type=email], .automation-item .field.no-label [type=month], .automation-item .no-label.field--action [type=month], .automation-item .no-label.field--half [type=month], .automation-item .field.no-label [type=number], .automation-item .no-label.field--action [type=number], .automation-item .no-label.field--half [type=number], .automation-item .field.no-label [type=password], .automation-item .no-label.field--action [type=password], .automation-item .no-label.field--half [type=password], .automation-item .field.no-label [type=search], .automation-item .no-label.field--action [type=search], .automation-item .no-label.field--half [type=search], .automation-item .field.no-label [type=tel], .automation-item .no-label.field--action [type=tel], .automation-item .no-label.field--half [type=tel], .automation-item .field.no-label [type=text], .automation-item .no-label.field--action [type=text], .automation-item .no-label.field--half [type=text], .automation-item .field.no-label [type=time], .automation-item .no-label.field--action [type=time], .automation-item .no-label.field--half [type=time], .automation-item .field.no-label [type=url], .automation-item .no-label.field--action [type=url], .automation-item .no-label.field--half [type=url], .automation-item .field.no-label [type=week], .automation-item .no-label.field--action [type=week], .automation-item .no-label.field--half [type=week], .automation-item .field.no-label input:not([type]), .automation-item .no-label.field--action input:not([type]), .automation-item .no-label.field--half input:not([type]), .automation-item .field.no-label textarea, .automation-item .field.no-label .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .automation-item .field.no-label [contenteditable], .automation-item .no-label.field--action textarea, .automation-item .no-label.field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .automation-item .no-label.field--action [contenteditable], .automation-item .no-label.field--half textarea, .automation-item .no-label.field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .automation-item .no-label.field--half [contenteditable] {
  padding: 1.35rem;
}
.automation-item [type=color], .automation-item [type=date], .automation-item [type=datetime], .automation-item [type=datetime-local], .automation-item [type=email], .automation-item [type=month], .automation-item [type=number], .automation-item [type=password], .automation-item [type=search], .automation-item [type=tel], .automation-item [type=text], .automation-item [type=time], .automation-item [type=url], .automation-item [type=week], .automation-item input:not([type]), .automation-item textarea, .automation-item .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .automation-item [contenteditable] {
  background: #ffffff;
  border: none !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 0;
}
.automation-item .action-steps-summary p {
  margin: 0;
}
.automation-item .automation-options a {
  margin-left: 1rem;
}
.automation-item .normal-disclaimer-text {
  cursor: text;
  display: block;
  font-weight: 400;
}
.automation-item .step-label {
  background: #e1e7ef;
  color: #96a3b6;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
}
.automation-item .week-day-options-list {
  display: inline-grid;
}
.automation-item .week-day-options-list .control__indicator, .automation-item .week-day-options-list .control .control__indicator_cell, .control .automation-item .week-day-options-list .control__indicator_cell, .automation-item .week-day-options-list .control-cell .control__indicator_cell, .control-cell .automation-item .week-day-options-list .control__indicator_cell {
  border: 2px solid #96a3b6;
}
.automation-item .week-day-options-list .control input:checked ~ .control__indicator, .automation-item .week-day-options-list .control input:checked ~ .control__indicator_cell, .automation-item .week-day-options-list .control-cell input:checked ~ .control__indicator, .automation-item .week-day-options-list .control-cell input:checked ~ .control__indicator_cell {
  background: #25d0a4;
  border-color: #25d0a4;
}
.automation-item .week-day-options-list .control input:checked ~ .control__indicator:after, .automation-item .week-day-options-list .control input:checked ~ .control__indicator_cell:after, .automation-item .week-day-options-list .control-cell input:checked ~ .control__indicator:after, .automation-item .week-day-options-list .control-cell input:checked ~ .control__indicator_cell:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
}
.automation-item .automation-time-input input {
  width: 100px;
}
.automation-item .automation-time-input .ember-power-select-trigger {
  width: 60px;
  height: 60px;
  padding-top: 16px;
}
.automation-item .automation-time-input .hour-select .ember-basic-dropdown {
  margin-bottom: 0 !important;
}
.automation-item .automation-time-input .hour-select .ember-power-select-trigger {
  width: 90px;
  height: 60px;
}
.automation-item .automation-time-input .ampm-select div {
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.automation-item .time-interval-input {
  width: 80px;
}
.automation-item .trigger-select-input {
  min-width: 160px;
}
.automation-item .message-preview :first-child {
  display: inline-block;
}

.beta-badge {
  background-color: #3c78c6;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-left: 5px;
}

/** @format */
.avatar, .avatar.bg-grey {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-size: cover;
  display: inline-block;
  background-position: center center;
  background-color: #419ef8;
  text-align: center;
  letter-spacing: -0.1rem;
  line-height: 2.2rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 0.05rem !important;
  overflow: hidden;
  border: #419ef8 solid 0.0625rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.avatar .silhouette {
  font-size: 2.5rem;
}
.avatar .silhouette.lg {
  font-size: 3.5rem;
}
.avatar.bg-grey {
  background-color: #cdd7e4;
  border-color: #cdd7e4;
}
.avatar.lg {
  height: 3rem;
  width: 3rem;
  font-size: 2.25rem;
  padding-top: 0.25rem;
}

.avatar-with-icon .icon {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background-size: cover;
  background-color: #ffffff;
  text-align: center;
  border: #ffffff solid 1px;
  bottom: 1.65em;
  left: 1.25em;
  color: #96a3b6;
  line-height: 0.5rem;
  padding-left: 0.05em;
  padding-top: 0.15em;
  height: 1.5rem;
  width: 1.5rem;
}

/** @format */
.chrome-notification {
  position: fixed;
  top: 0;
  background: #465fdc;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 1001;
}
.chrome-notification p {
  color: #ffffff !important;
  margin-bottom: 0;
}
.chrome-notification a {
  padding-left: 0.5rem;
  color: #ffffff;
}

/** @format */
.document-item {
  background: #f4f9fc;
  border-radius: 2px;
  display: block;
  padding: 10px;
  margin: 1rem 0;
}
.document-item .document-item-container {
  display: flex;
}
.document-item .document-item-container .document-select-checkbox {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.document-item .document-item-container .document-preview {
  width: 160px;
  height: 110px;
  border-radius: 4px;
  background-color: #cdd7e4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
.document-item .document-item-container .document-preview.image {
  background-size: cover;
  background-repeat: no-repeat;
}
.document-item .document-item-container .document-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.document-item .document-item-container .document-content .text {
  display: flex;
  justify-content: space-between;
}
.document-item .document-item-container .document-content .text .left {
  min-width: 0;
  padding-right: 16px;
}
.document-item .document-item-container .document-content .delete-text {
  display: flex;
  flex-direction: column;
}
.document-item .document-item-container .document-content .document-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.document-item .document-item-container .document-content .document-actions a {
  margin-right: 16px;
}
.document-item .document-item-container .document-content .document-upload-date {
  min-width: 175px;
}
.document-item .document-item-container .document-content .video-delete-buttons {
  display: flex;
  flex-direction: row;
  gap: 5%;
  align-items: center;
}
.document-item .document-integration-status {
  margin-top: 1rem;
  padding-left: 0.5rem;
  border-radius: 4px;
  color: #515d79;
  width: 100%;
  flex-basis: 100%;
  font-style: italic;
  font-weight: bold;
}
.document-item .document-integration-status.success {
  background-color: rgba(27, 248, 171, 0.5);
}
.document-item .document-integration-status.success .check-mark {
  color: #25d0a4;
}
.document-item .document-integration-status.error {
  background-color: rgba(250, 220, 70, 0.2);
}
.document-item .document-integration-status.error .warning {
  color: #dcbd32;
}

/** @format */
.document-content .title-esign {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  color: #515d79;
}
.document-content .title-esign .status .status-icon {
  margin-right: 0 !important;
  height: 6px !important;
  width: 6px !important;
  vertical-align: -35% !important;
}
.document-content .title-esign .status.executed .status-icon {
  background: #25d0a4 !important;
}
.document-content .title-esign .status.pending .status-icon {
  background: #fadc46 !important;
}

.document-signatory-list .title {
  color: #515d79;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
.document-signatory-list .signatory {
  padding: 3px 10px;
  margin-left: -10px !important;
}
.document-signatory-list .signatory.status-pending {
  border-radius: 3px;
  background-color: #ffffff;
}
.document-signatory-list .signatory .name {
  color: #515d79;
  font-size: 15px;
}
.document-signatory-list .signatory .name.status-pending {
  color: #131349;
  font-weight: 600;
}
.document-signatory-list .signatory .reminder {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  text-align: right;
}
.document-signatory-list .signatory .status {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0;
}
.document-signatory-list .signatory .status.signed {
  font-weight: 500;
  color: #515d79;
  line-height: 14px;
}
.document-signatory-list .signatory .status.signed .status-icon {
  color: #25d0a4;
}
.document-signatory-list .signatory .status.pending {
  color: #131349;
}
.document-signatory-list .signatory .status.pending .status-icon {
  height: 6px !important;
  width: 6px !important;
  background: #fadc46 !important;
  margin-right: 0 !important;
  vertical-align: -35% !important;
}
.document-signatory-list .signatory .status.upcoming {
  color: #96a3b6;
  font-style: italic;
}

/** @format */
.view-file-modal img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 4px;
}

button, [type=button], [type=reset], [type=submit] {
  border-radius: 4px;
  border-width: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  cursor: pointer;
  font-family: "Source Sans Pro", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
  min-width: golden-ratio(16px, 4);
  outline: none;
  padding: 0.75rem 2rem;
  position: relative;
  transition: 0.3s ease-in-out;
}
button[disabled], button:disabled, [type=button][disabled], [type=button]:disabled, [type=reset][disabled], [type=reset]:disabled, [type=submit][disabled], [type=submit]:disabled {
  background: #cdd7e4 !important;
  color: #ffffff !important;
  cursor: initial;
}
button.status-1, [type=button].status-1, [type=reset].status-1, [type=submit].status-1 {
  background-color: #5f6fa3;
}
button.status-1--i, [type=button].status-1--i, [type=reset].status-1--i, [type=submit].status-1--i {
  background-color: #5f6fa3 !important;
}
button.status-2, [type=button].status-2, [type=reset].status-2, [type=submit].status-2 {
  background-color: #384c8d;
}
button.status-2--i, [type=button].status-2--i, [type=reset].status-2--i, [type=submit].status-2--i {
  background-color: #384c8d !important;
}
button.status-3, [type=button].status-3, [type=reset].status-3, [type=submit].status-3 {
  background-color: #2c3c70;
}
button.status-3--i, [type=button].status-3--i, [type=reset].status-3--i, [type=submit].status-3--i {
  background-color: #2c3c70 !important;
}
button.status-4, [type=button].status-4, [type=reset].status-4, [type=submit].status-4 {
  background-color: #3547a5;
}
button.status-4--i, [type=button].status-4--i, [type=reset].status-4--i, [type=submit].status-4--i {
  background-color: #3547a5 !important;
}
button.status-5, [type=button].status-5, [type=reset].status-5, [type=submit].status-5 {
  background-color: #465fdc;
}
button.status-5--i, [type=button].status-5--i, [type=reset].status-5--i, [type=submit].status-5--i {
  background-color: #465fdc !important;
}
button.status-6, [type=button].status-6, [type=reset].status-6, [type=submit].status-6 {
  background-color: #7da8eb;
}
button.status-6--i, [type=button].status-6--i, [type=reset].status-6--i, [type=submit].status-6--i {
  background-color: #7da8eb !important;
}
button img, [type=button] img, [type=reset] img, [type=submit] img {
  display: inline-block;
  margin-bottom: -1px;
  max-height: 0.85rem;
  padding: 0 0.5rem 0 0;
  transition: 0.3s ease-in-out;
}
button.btn-slim, [type=button].btn-slim, [type=reset].btn-slim, [type=submit].btn-slim {
  padding: 0.4rem 1rem;
}
button.btn-primary, [type=button].btn-primary, [type=reset].btn-primary, [type=submit].btn-primary {
  background: #419ef8;
}
button.btn-primary:hover, [type=button].btn-primary:hover, [type=reset].btn-primary:hover, [type=submit].btn-primary:hover {
  background: #465fdc;
}
button.btn-primary.spin-button[data-color=blue], [type=button].btn-primary.spin-button[data-color=blue], [type=reset].btn-primary.spin-button[data-color=blue], [type=submit].btn-primary.spin-button[data-color=blue] {
  background: #419ef8;
}
button.btn-primary.spin-button[data-color=blue]:hover, [type=button].btn-primary.spin-button[data-color=blue]:hover, [type=reset].btn-primary.spin-button[data-color=blue]:hover, [type=submit].btn-primary.spin-button[data-color=blue]:hover {
  background-color: #5aabf9;
}
button.btn-primary.spin-button:hover[data-color=blue], [type=button].btn-primary.spin-button:hover[data-color=blue], [type=reset].btn-primary.spin-button:hover[data-color=blue], [type=submit].btn-primary.spin-button:hover[data-color=blue] {
  background: #314cd8;
}
button.btn-primary.spin-button:hover[data-color=blue]:hover, [type=button].btn-primary.spin-button:hover[data-color=blue]:hover, [type=reset].btn-primary.spin-button:hover[data-color=blue]:hover, [type=submit].btn-primary.spin-button:hover[data-color=blue]:hover {
  background-color: #465fdc;
}
button.btn-red, [type=button].btn-red, [type=reset].btn-red, [type=submit].btn-red {
  background: #fa105d;
}
button.btn-red:hover, [type=button].btn-red:hover, [type=reset].btn-red:hover, [type=submit].btn-red:hover {
  background: #ec0551;
}
button.btn-red.spin-button[data-color=red], [type=button].btn-red.spin-button[data-color=red], [type=reset].btn-red.spin-button[data-color=red], [type=submit].btn-red.spin-button[data-color=red] {
  background: #fa105d;
}
button.btn-red.spin-button[data-color=red]:hover, [type=button].btn-red.spin-button[data-color=red]:hover, [type=reset].btn-red.spin-button[data-color=red]:hover, [type=submit].btn-red.spin-button[data-color=red]:hover {
  background-color: #fb296e;
}
button.btn-red.spin-button:hover[data-color=red], [type=button].btn-red.spin-button:hover[data-color=red], [type=reset].btn-red.spin-button:hover[data-color=red], [type=submit].btn-red.spin-button:hover[data-color=red] {
  background: #ec0551;
}
button.btn-red.spin-button:hover[data-color=red]:hover, [type=button].btn-red.spin-button:hover[data-color=red]:hover, [type=reset].btn-red.spin-button:hover[data-color=red]:hover, [type=submit].btn-red.spin-button:hover[data-color=red]:hover {
  background-color: #fa105d;
}
button.btn-purple, [type=button].btn-purple, [type=reset].btn-purple, [type=submit].btn-purple {
  background: #7e54f2;
}
button.btn-purple:hover, [type=button].btn-purple:hover, [type=reset].btn-purple:hover, [type=submit].btn-purple:hover {
  background: #6c3cf0;
}
button.btn-purple.spin-button[data-color=purple], [type=button].btn-purple.spin-button[data-color=purple], [type=reset].btn-purple.spin-button[data-color=purple], [type=submit].btn-purple.spin-button[data-color=purple] {
  background: #7e54f2;
}
button.btn-purple.spin-button[data-color=purple]:hover, [type=button].btn-purple.spin-button[data-color=purple]:hover, [type=reset].btn-purple.spin-button[data-color=purple]:hover, [type=submit].btn-purple.spin-button[data-color=purple]:hover {
  background-color: #906cf4;
}
button.btn-purple.spin-button:hover[data-color=purple], [type=button].btn-purple.spin-button:hover[data-color=purple], [type=reset].btn-purple.spin-button:hover[data-color=purple], [type=submit].btn-purple.spin-button:hover[data-color=purple] {
  background: #6c3cf0;
}
button.btn-purple.spin-button:hover[data-color=purple]:hover, [type=button].btn-purple.spin-button:hover[data-color=purple]:hover, [type=reset].btn-purple.spin-button:hover[data-color=purple]:hover, [type=submit].btn-purple.spin-button:hover[data-color=purple]:hover {
  background-color: #7e54f2;
}
button.client-actions, [type=button].client-actions, [type=reset].client-actions, [type=submit].client-actions {
  margin: 0 !important;
  padding: 0.813rem 1rem !important;
}
button.btn-outline, [type=button].btn-outline, [type=reset].btn-outline, [type=submit].btn-outline {
  background-color: #ffffff;
  border-color: #515d79 !important;
  color: #515d79;
  border-width: 0.0625rem !important;
  transition: all 0.15s ease-in-out;
}
button.btn-outline:hover, [type=button].btn-outline:hover, [type=reset].btn-outline:hover, [type=submit].btn-outline:hover {
  background-color: #515d79;
  color: #ffffff;
}
button.btn-white, button.btn-white-green, button.btn-white-red, [type=button].btn-white, [type=button].btn-white-green, [type=button].btn-white-red, [type=reset].btn-white, [type=reset].btn-white-green, [type=reset].btn-white-red, [type=submit].btn-white, [type=submit].btn-white-green, [type=submit].btn-white-red {
  background: #ffffff;
  color: #419ef8;
}
button.btn-white:hover, button.btn-white-green:hover, button.btn-white-red:hover, [type=button].btn-white:hover, [type=button].btn-white-green:hover, [type=button].btn-white-red:hover, [type=reset].btn-white:hover, [type=reset].btn-white-green:hover, [type=reset].btn-white-red:hover, [type=submit].btn-white:hover, [type=submit].btn-white-green:hover, [type=submit].btn-white-red:hover {
  background: #f1f7ff;
}
button.btn-white-red, [type=button].btn-white-red, [type=reset].btn-white-red, [type=submit].btn-white-red {
  color: #fa105d;
}
button.btn-white-green, [type=button].btn-white-green, [type=reset].btn-white-green, [type=submit].btn-white-green {
  color: #25d0a4;
}
button.btn-white.messages, button.messages.btn-white-red, button.messages.btn-white-green, [type=button].btn-white.messages, [type=button].messages.btn-white-red, [type=button].messages.btn-white-green, [type=reset].btn-white.messages, [type=reset].messages.btn-white-red, [type=reset].messages.btn-white-green, [type=submit].btn-white.messages, [type=submit].messages.btn-white-red, [type=submit].messages.btn-white-green {
  border: 1px solid #cdd7e4;
  box-shadow: none;
  margin: 0;
  max-width: 100%;
  padding: 1rem;
  text-align: left;
  width: 100%;
}
button.btn-white.messages:hover, button.messages.btn-white-red:hover, button.messages.btn-white-green:hover, [type=button].btn-white.messages:hover, [type=button].messages.btn-white-red:hover, [type=button].messages.btn-white-green:hover, [type=reset].btn-white.messages:hover, [type=reset].messages.btn-white-red:hover, [type=reset].messages.btn-white-green:hover, [type=submit].btn-white.messages:hover, [type=submit].messages.btn-white-red:hover, [type=submit].messages.btn-white-green:hover {
  background: #ffffff;
  color: #3374c4;
}
button.btn-white.spin-button[data-color=white], button.spin-button[data-color=white].btn-white-red, button.spin-button[data-color=white].btn-white-green, [type=button].btn-white.spin-button[data-color=white], [type=button].spin-button[data-color=white].btn-white-red, [type=button].spin-button[data-color=white].btn-white-green, [type=reset].btn-white.spin-button[data-color=white], [type=reset].spin-button[data-color=white].btn-white-red, [type=reset].spin-button[data-color=white].btn-white-green, [type=submit].btn-white.spin-button[data-color=white], [type=submit].spin-button[data-color=white].btn-white-red, [type=submit].spin-button[data-color=white].btn-white-green {
  background: #ffffff;
}
button.btn-white.spin-button[data-color=white]:hover, button.spin-button[data-color=white].btn-white-red:hover, button.spin-button[data-color=white].btn-white-green:hover, [type=button].btn-white.spin-button[data-color=white]:hover, [type=button].spin-button[data-color=white].btn-white-red:hover, [type=button].spin-button[data-color=white].btn-white-green:hover, [type=reset].btn-white.spin-button[data-color=white]:hover, [type=reset].spin-button[data-color=white].btn-white-red:hover, [type=reset].spin-button[data-color=white].btn-white-green:hover, [type=submit].btn-white.spin-button[data-color=white]:hover, [type=submit].spin-button[data-color=white].btn-white-red:hover, [type=submit].spin-button[data-color=white].btn-white-green:hover {
  background-color: white;
}
button.btn-white.spin-button:hover[data-color=white], button.spin-button.btn-white-red:hover[data-color=white], button.spin-button.btn-white-green:hover[data-color=white], [type=button].btn-white.spin-button:hover[data-color=white], [type=button].spin-button.btn-white-red:hover[data-color=white], [type=button].spin-button.btn-white-green:hover[data-color=white], [type=reset].btn-white.spin-button:hover[data-color=white], [type=reset].spin-button.btn-white-red:hover[data-color=white], [type=reset].spin-button.btn-white-green:hover[data-color=white], [type=submit].btn-white.spin-button:hover[data-color=white], [type=submit].spin-button.btn-white-red:hover[data-color=white], [type=submit].spin-button.btn-white-green:hover[data-color=white] {
  background: #d8e8ff;
}
button.btn-white.spin-button:hover[data-color=white]:hover, button.spin-button.btn-white-red:hover[data-color=white]:hover, button.spin-button.btn-white-green:hover[data-color=white]:hover, [type=button].btn-white.spin-button:hover[data-color=white]:hover, [type=button].spin-button.btn-white-red:hover[data-color=white]:hover, [type=button].spin-button.btn-white-green:hover[data-color=white]:hover, [type=reset].btn-white.spin-button:hover[data-color=white]:hover, [type=reset].spin-button.btn-white-red:hover[data-color=white]:hover, [type=reset].spin-button.btn-white-green:hover[data-color=white]:hover, [type=submit].btn-white.spin-button:hover[data-color=white]:hover, [type=submit].spin-button.btn-white-red:hover[data-color=white]:hover, [type=submit].spin-button.btn-white-green:hover[data-color=white]:hover {
  background-color: #f1f7ff;
}
button.btn-stage-one, [type=button].btn-stage-one, [type=reset].btn-stage-one, [type=submit].btn-stage-one {
  border-top-right-radius: 0% !important;
  border-bottom-right-radius: 0% !important;
}
button.btn-stage-two, [type=button].btn-stage-two, [type=reset].btn-stage-two, [type=submit].btn-stage-two {
  border-top-left-radius: 0% !important;
  border-bottom-left-radius: 0% !important;
  padding: 0.75rem;
  margin-left: -0.15rem;
}
button.actions, button.message-actions, button.client-actions, [type=button].actions, [type=button].message-actions, [type=button].client-actions, [type=reset].actions, [type=reset].message-actions, [type=reset].client-actions, [type=submit].actions, [type=submit].message-actions, [type=submit].client-actions {
  border: 1px solid #cdd7e4;
  box-shadow: none;
  margin: 0;
  padding: 1rem;
  width: 54px;
  min-width: auto;
}
button.actions:hover, button.message-actions:hover, button.client-actions:hover, [type=button].actions:hover, [type=button].message-actions:hover, [type=button].client-actions:hover, [type=reset].actions:hover, [type=reset].message-actions:hover, [type=reset].client-actions:hover, [type=submit].actions:hover, [type=submit].message-actions:hover, [type=submit].client-actions:hover {
  background: #ffffff;
  color: #3374c4;
}
button.message-actions, [type=button].message-actions, [type=reset].message-actions, [type=submit].message-actions {
  border: none;
  margin: 0 !important;
}
button.btn-pale, [type=button].btn-pale, [type=reset].btn-pale, [type=submit].btn-pale {
  background: #f4f8fc;
  color: #419ef8;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border: none;
}
button.btn-pale:hover, [type=button].btn-pale:hover, [type=reset].btn-pale:hover, [type=submit].btn-pale:hover {
  background: #ecf3fa;
}
button.btn-cancel, [type=button].btn-cancel, [type=reset].btn-cancel, [type=submit].btn-cancel {
  background: transparent;
  box-shadow: none;
  color: #fa105d;
}
button.btn-cancel:hover, [type=button].btn-cancel:hover, [type=reset].btn-cancel:hover, [type=submit].btn-cancel:hover {
  color: #a8144c;
}
button.btn-text, button.btn-text--blue, [type=button].btn-text, [type=button].btn-text--blue, [type=reset].btn-text, [type=reset].btn-text--blue, [type=submit].btn-text, [type=submit].btn-text--blue {
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  min-width: 0;
  padding: 0.75rem 0;
  width: auto;
}
button.btn-text img, button.btn-text--blue img, [type=button].btn-text img, [type=button].btn-text--blue img, [type=reset].btn-text img, [type=reset].btn-text--blue img, [type=submit].btn-text img, [type=submit].btn-text--blue img {
  display: inline-block;
  margin-bottom: -1px;
  max-height: 0.85rem;
  padding: 0 0.5rem 0 0;
  transition: 0.3s ease-in-out;
}
button.btn-text:hover img, button.btn-text--blue:hover img, [type=button].btn-text:hover img, [type=button].btn-text--blue:hover img, [type=reset].btn-text:hover img, [type=reset].btn-text--blue:hover img, [type=submit].btn-text:hover img, [type=submit].btn-text--blue:hover img {
  padding: 0 0.7rem 0 0;
}
button.btn-text--blue, [type=button].btn-text--blue, [type=reset].btn-text--blue, [type=submit].btn-text--blue {
  color: #419ef8 !important;
}
button.btn-text.arrow-right img, button.arrow-right.btn-text--blue img, [type=button].btn-text.arrow-right img, [type=button].arrow-right.btn-text--blue img, [type=reset].btn-text.arrow-right img, [type=reset].arrow-right.btn-text--blue img, [type=submit].btn-text.arrow-right img, [type=submit].arrow-right.btn-text--blue img {
  padding: 0 0 0 0.5rem;
}
button.btn-text.arrow-right svg, button.arrow-right.btn-text--blue svg, [type=button].btn-text.arrow-right svg, [type=button].arrow-right.btn-text--blue svg, [type=reset].btn-text.arrow-right svg, [type=reset].arrow-right.btn-text--blue svg, [type=submit].btn-text.arrow-right svg, [type=submit].arrow-right.btn-text--blue svg {
  margin-left: 0.2rem;
  height: 14px;
  margin-bottom: -1px;
  transition: margin-left 0.3s ease-in-out;
}
button.btn-text.arrow-right:hover img, button.arrow-right.btn-text--blue:hover img, [type=button].btn-text.arrow-right:hover img, [type=button].arrow-right.btn-text--blue:hover img, [type=reset].btn-text.arrow-right:hover img, [type=reset].arrow-right.btn-text--blue:hover img, [type=submit].btn-text.arrow-right:hover img, [type=submit].arrow-right.btn-text--blue:hover img {
  padding: 0 0 0 0.75rem;
}
button.btn-text.arrow-right:hover svg, button.arrow-right.btn-text--blue:hover svg, [type=button].btn-text.arrow-right:hover svg, [type=button].arrow-right.btn-text--blue:hover svg, [type=reset].btn-text.arrow-right:hover svg, [type=reset].arrow-right.btn-text--blue:hover svg, [type=submit].btn-text.arrow-right:hover svg, [type=submit].arrow-right.btn-text--blue:hover svg {
  margin-left: 0.4rem;
}
button.btn-small, [type=button].btn-small, [type=reset].btn-small, [type=submit].btn-small {
  background: transparent;
  border: 1px solid #cdd7e4;
  border-width: 1px;
  box-shadow: none;
  color: #419ef8;
  font-size: 0.8rem;
  margin: 0;
  min-width: 0;
  padding: 0.3rem 0.6666666667rem 0.2rem;
}
button.btn-small img, [type=button].btn-small img, [type=reset].btn-small img, [type=submit].btn-small img {
  display: inline-block;
  margin-bottom: 0;
  max-height: none;
  padding: 0;
  transition: none;
}
button.btn-small span, [type=button].btn-small span, [type=reset].btn-small span, [type=submit].btn-small span {
  vertical-align: top;
  padding-left: 5px;
}
button.btn-small:hover, [type=button].btn-small:hover, [type=reset].btn-small:hover, [type=submit].btn-small:hover {
  background: #f1f7ff;
}
button.btn-small.is-loading span, [type=button].btn-small.is-loading span, [type=reset].btn-small.is-loading span, [type=submit].btn-small.is-loading span {
  display: none;
}
button.btn-small.is-loading img, [type=button].btn-small.is-loading img, [type=reset].btn-small.is-loading img, [type=submit].btn-small.is-loading img {
  animation: rotate 0.8s infinite ease-in;
}
button.ai-recommend-responses, [type=button].ai-recommend-responses, [type=reset].ai-recommend-responses, [type=submit].ai-recommend-responses {
  background: #e5f1ff;
  border: none;
}
button.ai-recommend-responses:hover, [type=button].ai-recommend-responses:hover, [type=reset].ai-recommend-responses:hover, [type=submit].ai-recommend-responses:hover {
  background: #dbecff;
}
button.spin-button, [type=button].spin-button, [type=reset].spin-button, [type=submit].spin-button {
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  padding: 0.75rem 2rem !important;
  width: auto !important;
}
button.spin-button span, [type=button].spin-button span, [type=reset].spin-button span, [type=submit].spin-button span {
  font-size: 1rem;
}
button.spin-button.btn-slim, [type=button].spin-button.btn-slim, [type=reset].spin-button.btn-slim, [type=submit].spin-button.btn-slim {
  padding: 0.25rem 2rem !important;
}
button.spin-button.full-width, [type=button].spin-button.full-width, [type=reset].spin-button.full-width, [type=submit].spin-button.full-width {
  width: 100% !important;
}
button.spin-button.in-flight, [type=button].spin-button.in-flight, [type=reset].spin-button.in-flight, [type=submit].spin-button.in-flight {
  border-radius: 4px !important;
  width: auto !important;
}
button.spin-button.in-flight.btn-slim, [type=button].spin-button.in-flight.btn-slim, [type=reset].spin-button.in-flight.btn-slim, [type=submit].spin-button.in-flight.btn-slim {
  padding: 0.25rem 2rem !important;
}
button.spin-button.in-flight.full-width, [type=button].spin-button.in-flight.full-width, [type=reset].spin-button.in-flight.full-width, [type=submit].spin-button.in-flight.full-width {
  width: 100% !important;
}
button.no-margin, [type=button].no-margin, [type=reset].no-margin, [type=submit].no-margin {
  margin: 0 !important;
}
button.hover-text:after, [type=button].hover-text:after, [type=reset].hover-text:after, [type=submit].hover-text:after {
  content: attr(data-title);
  background: #515d79;
  border-radius: 4px;
  color: #ffffff;
  cursor: default;
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  left: 50%;
  max-width: 96%;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  top: 3rem;
  transform: translateX(-50%);
  transition: 0.2s ease-in;
  visibility: hidden;
  width: 96%;
  z-index: 997;
}
button.hover-text:before, [type=button].hover-text:before, [type=reset].hover-text:before, [type=submit].hover-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #515d79 transparent;
  left: 50%;
  transform: translateX(-50%);
  top: calc(3rem - 8px);
  opacity: 0;
  transition: 0.2s ease-in;
  visibility: hidden;
  z-index: 997;
}
button.hover-text:hover:before, [type=button].hover-text:hover:before, [type=reset].hover-text:hover:before, [type=submit].hover-text:hover:before {
  opacity: 1;
  visibility: visible;
}
button.hover-text:hover:after, [type=button].hover-text:hover:after, [type=reset].hover-text:hover:after, [type=submit].hover-text:hover:after {
  opacity: 1;
  visibility: visible;
}

.btn-group button, .btn-group [type=button], .btn-group [type=reset], .btn-group [type=submit] {
  margin-right: 1rem !important;
}
.btn-group button:last-child, .btn-group [type=button]:last-child, .btn-group [type=reset]:last-child, .btn-group [type=submit]:last-child {
  margin: 0;
}

.import-btn {
  display: inline-flex;
  height: 44px;
  width: 48px;
  margin-left: 1rem;
  margin-right: 0.25rem;
  background-color: #ffffff;
  color: #419ef8;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s ease-in;
  transition: margin 0.1s ease-in-out;
}
.import-btn .dropdown-arrow {
  color: inherit;
  transition: box-shadow 0.2s ease-in-out;
}
.import-btn:hover {
  cursor: pointer;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease-out;
}
.import-btn:hover .dropdown-arrow {
  text-shadow: 0.25px 0.25px 2px rgba(0, 0, 0, 0.2);
}
.import-btn:active {
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.btn-add-invite {
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-right: 2rem;
}

.scheduled-datetime-picker-modal {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #cdd7e4;
  top: 2.25rem;
  left: 3rem;
  z-index: 1;
  padding: 1rem;
  width: 20rem;
}
.scheduled-datetime-picker-modal input,
.scheduled-datetime-picker-modal .dropdown-wrapper .ember-power-select-trigger,
.scheduled-datetime-picker-modal .dropdown-wrapper--full-width .ember-power-select-trigger {
  padding: 0.06rem 1rem !important;
  max-height: 2rem;
}

/** @format */
#case-activity-feed section.activity-section .activity-date-title {
  font-size: 1rem;
  font-weight: 600;
  color: #96a3b6;
}
#case-activity-feed section.activity-section .activity-date {
  font-size: 1rem;
  font-weight: 600;
  color: #515d79;
  align-self: flex-end;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}
#case-activity-feed section.activity-section .activity-item {
  position: relative;
}
#case-activity-feed section.activity-section .activity-item .dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: #419ef8;
  display: inline-flex;
  position: absolute;
  left: -1%;
  bottom: 65%;
}
#case-activity-feed section.activity-section .activity-item .activity-info {
  color: #96a3b6;
}
#case-activity-feed section.activity-section .activity-item .activity-info b {
  font-weight: 600;
  color: #515d79;
}
#case-activity-feed section.activity-section .activity-item .activity-timestamp {
  font-size: 0.75rem;
  font-weight: 600;
  color: #96a3b6;
  line-height: 0.5rem;
  display: inline;
}
#case-activity-feed section.activity-section .activity-stats {
  border-radius: 10px;
  background-color: #f4f9fc;
  color: #515d79;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.25rem 0.75rem;
  word-wrap: nowrap;
  white-space: nowrap;
}
#case-activity-feed section.activity-section .activity-stats .stat-trends,
#case-activity-feed section.activity-section .activity-stats .stat-trends i {
  line-height: 0.5rem;
  color: #25d0a4;
}
#case-activity-feed section.activity-section .activity-stats i {
  color: #96a3b6;
}
#case-activity-feed section.activity-section .activity-line-container {
  position: relative;
}
#case-activity-feed section.activity-section .activity-line-container .activity-line {
  position: absolute;
  display: inline-flex;
  height: 3rem;
  width: 1px;
  border: 1px solid #cdd7e4;
  bottom: -0.9rem;
  left: 2.75rem;
  font-size: 0;
}
#case-activity-feed section.activity-section .activity-cache-helper-text {
  color: #96a3b6;
  position: relative;
  width: 100%;
  text-align: right;
}
#case-activity-feed section.activity-section .activity-group-show-more {
  color: #96a3b6;
  cursor: pointer;
}

/** @format */
.add-collaborator-btn {
  margin-top: 0;
}

.collaborators-list {
  overflow: hidden;
}
.collaborators-list .collaboration-option {
  margin-bottom: 1rem;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-property: padding-left;
}
.collaborators-list .collaboration-option:hover {
  cursor: pointer;
  padding-left: 0.5rem;
}
.collaborators-list .collaboration-option:hover .name {
  color: #131349;
}
.collaborators-list .collaboration-option:hover .description {
  color: #96a3b6;
}
.collaborators-list .collaboration-option .name {
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #515d79;
}
.collaborators-list .collaboration-option .description {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #cdd7e4;
}
.collaborators-list .collaboration-option.selected {
  border-left: 3px solid #419ef8;
  padding-left: 0.8125rem;
}
.collaborators-list .collaboration-option.selected .name {
  color: #131349;
}
.collaborators-list .collaboration-option.selected .description {
  color: #96a3b6;
}
.collaborators-list .collaboration-option.selected:hover {
  cursor: default;
}
.collaborators-list .collaboration-option.alert .collaborator, .collaborators-list .collaboration-option.alert--light .collaborator, .add-collaborator-list .collaborators-list .collaboration-option.alert .selected-collaborator, .add-collaborator-list .collaborators-list .collaboration-option.alert--light .selected-collaborator, .add-collaborator-list .collaborators-list .collaboration-option.alert .collaborator-create, .add-collaborator-list .collaborators-list .collaboration-option.alert--light .collaborator-create {
  margin-left: 2rem;
}
.collaborators-list .collaboration-option.alert .collaborator .name, .collaborators-list .collaboration-option.alert--light .collaborator .name, .add-collaborator-list .collaborators-list .collaboration-option.alert .selected-collaborator .name, .add-collaborator-list .collaborators-list .collaboration-option.alert--light .selected-collaborator .name, .add-collaborator-list .collaborators-list .collaboration-option.alert .collaborator-create .name, .add-collaborator-list .collaborators-list .collaboration-option.alert--light .collaborator-create .name {
  color: #fa105d;
  font-weight: bold;
}
.collaborators-list .collaboration-option.alert .collaborator .description, .collaborators-list .collaboration-option.alert--light .collaborator .description, .add-collaborator-list .collaborators-list .collaboration-option.alert .selected-collaborator .description, .add-collaborator-list .collaborators-list .collaboration-option.alert--light .selected-collaborator .description, .add-collaborator-list .collaborators-list .collaboration-option.alert .collaborator-create .description, .add-collaborator-list .collaborators-list .collaboration-option.alert--light .collaborator-create .description {
  color: #96a3b6;
}

.collaboration-thread-title-bar {
  margin-bottom: 1rem !important;
  padding: 0.5rem 1rem !important;
  max-height: 5.5rem;
}
.collaboration-thread-title-bar .card-header .title-row {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
}
.collaboration-thread-title-bar .card-header .title-row .name {
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  color: #131349;
  margin-right: 1rem;
  text-overflow: ellipsis;
  max-width: 50%;
}
.collaboration-thread-title-bar .card-header .title-row .description {
  color: #96a3b6;
  font-weight: 600;
  max-width: 20%;
  text-overflow: ellipsis;
  display: flex;
  align-items: flex-end;
  line-height: 2rem;
}
.collaboration-thread-title-bar .card-header .info-row .user-count {
  display: inline-block;
  text-align: center;
  background-color: #f4f9fc;
  border-radius: 2px;
  padding: 0 0.5rem;
  font-weight: 600;
  color: #515d79;
  margin-bottom: 0.75rem;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.collaboration-thread-title-bar .card-header .info-row .user-count i {
  color: #419ef8;
}
.collaboration-thread-title-bar .card-header .info-row .user-count:hover {
  cursor: pointer;
  background-color: #e1ebf4;
}
.collaboration-thread-title-bar .card-header .info-row .removed-collaborator {
  font-size: 0.8251;
  font-weight: 600;
  font-style: italic;
  color: #515d79;
}
.collaboration-thread-title-bar .card-header .info-row .access-control-group {
  position: relative;
  display: inline;
  float: right;
}
.collaboration-thread-title-bar .card-header .info-row .access-control-group .access-control {
  display: inline;
  float: right;
}
.collaboration-thread-title-bar .card-header .info-row .access-control-group .access-control:hover {
  cursor: pointer;
}
.collaboration-thread-title-bar .card-header .info-row .access-control-group .access-control-modal {
  position: absolute;
  min-width: 250px;
  padding: 1.5rem 1rem;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  z-index: 100;
  right: 0;
  top: 1.75rem;
}
.collaboration-thread.message-thread, .message-thread.collaboration-thread-2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.collaboration-thread .card-content .loader, .collaboration-thread-2 .card-content .loader {
  width: 100%;
}
.collaboration-thread .card-content.message-list, .collaboration-thread-2 .card-content.message-list {
  flex-direction: column;
  display: flex;
  overflow: scroll;
  height: 40vh;
  padding-right: 1rem;
  pointer-events: auto !important;
  opacity: 1 !important;
}
.collaboration-thread .card-content.message-list img.message-file, .collaboration-thread-2 .card-content.message-list img.message-file {
  border-radius: 4px;
  cursor: pointer;
  max-height: 15rem;
}
.collaboration-thread .card-content.message-list :only-child.chat-date-group, .collaboration-thread-2 .card-content.message-list :only-child.chat-date-group {
  display: none;
}
.collaboration-thread .card-content.message-list.writing-message, .collaboration-thread-2 .card-content.message-list.writing-message {
  height: 12vh;
}
.collaboration-thread .card-content.message-list .chat-date-group, .collaboration-thread-2 .card-content.message-list .chat-date-group {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.8125;
  color: #96a3b6;
  font-weight: 600;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.collaboration-thread .card-content.requests-list, .collaboration-thread-2 .card-content.requests-list {
  height: 50vh;
}
.collaboration-thread .card-content .document-list, .collaboration-thread-2 .card-content .document-list {
  padding-top: 1rem;
  height: 44vh;
  overflow: auto;
}
.collaboration-thread .footer, .collaboration-thread-2 .footer {
  padding: 1rem;
  padding-bottom: 0;
}
.collaboration-thread .footer .editor-row, .collaboration-thread-2 .footer .editor-row {
  display: flex;
}
.collaboration-thread .footer .editor-row .editor, .collaboration-thread-2 .footer .editor-row .editor {
  flex-grow: 1;
  margin-right: 1rem !important;
}
.collaboration-thread .footer .editor-row .editor .field--action, .collaboration-thread-2 .footer .editor-row .editor .field--action {
  margin-top: 0 !important;
}
.collaboration-thread .footer .editor-row .actions-button, .collaboration-thread-2 .footer .editor-row .actions-button {
  position: relative;
}
.collaboration-thread .unread-banner, .collaboration-thread-2 .unread-banner {
  background-color: #fa105d;
  color: #ffffff;
  border-radius: 0.25rem;
  width: 100%;
  padding: 0.5rem;
}
.collaboration-thread .unread-banner .count, .collaboration-thread-2 .unread-banner .count {
  display: inline;
}
.collaboration-thread .unread-banner .mark-unread, .collaboration-thread-2 .unread-banner .mark-unread {
  font-weight: 600;
  float: right;
}
.collaboration-thread .unread-banner .mark-unread:hover, .collaboration-thread-2 .unread-banner .mark-unread:hover {
  cursor: pointer;
}

.line {
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  border: 1px solid #e1ebf4;
}

.collaborator-firm .firm-name {
  color: #131349;
  height: 1.5rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.collaborator-firm .user {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.collaborator-firm .user .user-avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background-color: #419ef8;
  color: #ffffff;
  font-weight: 600;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}
.collaborator-firm .user .user-info {
  display: inline;
  margin-left: 0.5rem;
  width: 80%;
}
.collaborator-firm .user .user-info .user-name {
  display: block;
  line-height: 1.5rem;
  font-weight: 600;
  color: #131349;
}
.collaborator-firm .user .user-info .user-title {
  display: block;
  color: #96a3b6;
  height: 1rem;
  line-height: 1rem;
  font-weight: 600;
  font-style: italic;
  font-size: 0.75rem;
}

.collaboration-thread-2-title-bar {
  margin-bottom: 1rem !important;
  padding: 0.5rem 1rem !important;
  max-height: 6.5rem;
}
.collaboration-thread-2-title-bar .card-header {
  display: flex;
  height: 5rem;
  margin-bottom: 1rem;
}
.collaboration-thread-2-title-bar .card-header .case-info {
  width: 50%;
}
.collaboration-thread-2-title-bar .card-header .case-info .case-title-wrapper {
  display: flex;
  min-height: 30px;
}
.collaboration-thread-2-title-bar .card-header .case-info .case-title {
  color: #131349;
  font-weight: bold;
  overflow: hidden;
  z-index: 1;
}
.collaboration-thread-2-title-bar .card-header .case-info .case-title:hover::before {
  content: " ";
  display: block;
}
.collaboration-thread-2-title-bar .card-header .case-info .case-date {
  display: inline-block;
  color: #515d79;
  width: 35%;
  margin-top: 0.5rem;
}
.collaboration-thread-2-title-bar .card-header .case-info .case-date .label {
  color: #96a3b6;
  font-weight: 600;
  font-size: 0.85rem;
}
.collaboration-thread-2-title-bar .card-header .case-info .case-type {
  display: inline-block;
  width: 45%;
  margin-top: 0.5rem;
  color: #515d79;
}
.collaboration-thread-2-title-bar .card-header .case-info .case-type .label {
  color: #96a3b6;
  font-weight: 600;
  font-size: 0.85rem;
}
.collaboration-thread-2-title-bar .card-header .case-info .case-type .case-type-wrapper {
  display: flex;
  min-height: 2rem;
}
.collaboration-thread-2-title-bar .card-header .case-info .case-type .data-truncated {
  overflow: hidden;
  z-index: 2;
}
.collaboration-thread-2-title-bar .card-header .case-info .case-type .data-truncated:hover {
  overflow: visible;
  position: inherit !important;
}
.collaboration-thread-2-title-bar .card-header .case-status {
  width: 50%;
}
.collaboration-thread-2-title-bar .card-header .case-status .status-bar {
  height: 2.5rem;
  width: 100%;
  background-color: #419ef8;
  margin-top: 0.5rem;
  border-radius: 6px;
}
.collaboration-thread-2-title-bar .card-header .case-status .case-stage {
  display: flex;
  color: #131349;
  font-weight: bold;
  margin-top: 0.25rem;
}
.collaboration-thread-2-title-bar .card-header .case-status .case-stage .data-truncated {
  overflow: hidden;
  z-index: 1;
}
.collaboration-thread-2-title-bar .card-header .case-status .case-stage .data-truncated:hover {
  overflow: visible;
  position: inherit !important;
}
.collaboration-thread-2-title-bar .card-header .case-status .case-updated-at {
  display: inline-block;
  float: right;
  color: #96a3b6;
  font-weight: 600;
  font-style: italic;
  font-size: 0.85rem;
  margin-top: -0.25rem;
}

@media (max-width: 550px) {
  .collaboration-thread-2 .card-header {
    height: 6rem;
  }
  .collaboration-thread-2 .card-header .case-info .case-date {
    display: block;
    width: 100%;
  }
  .collaboration-thread-2 .card-header .case-info .case-date .label {
    display: inline-block;
    margin-right: 0.25rem;
  }
  .collaboration-thread-2 .card-header .case-info .case-date .label::after {
    color: inherit;
    content: ":";
  }
  .collaboration-thread-2 .card-header .case-info .case-date .data {
    display: inline-block;
  }
  .collaboration-thread-2 .card-header .case-info .case-type {
    display: block;
    width: 100%;
  }
  .collaboration-thread-2 .card-header .case-info .case-type .label {
    display: inline-block;
    margin-right: 0.25rem;
  }
  .collaboration-thread-2 .card-header .case-info .case-type .label::after {
    color: inherit;
    content: ":";
  }
  .collaboration-thread-2 .card-header .case-info .case-type .data {
    display: inline-block;
  }
  .collaboration-thread-2 .card-header .case-status .status-bar {
    height: 1.5rem;
  }
  .collaboration-thread-2 .card-header .case-status .case-stage {
    float: right;
  }
  .collaboration-thread-2 .card-content.message-list {
    height: 42vh;
  }
  .collaboration-thread-2 .card-content.message-list.writing-message {
    height: 12vh;
  }
}
.add-collaborator-list .title {
  margin-top: 1rem;
  text-align: left;
  font-weight: 600;
  color: #131349;
}
.add-collaborator-list .collaborators-list {
  width: 100%;
  max-height: 30rem;
  overflow: auto;
}
.add-collaborator-list .collaborators-list .collaborator, .add-collaborator-list .collaborators-list .selected-collaborator, .add-collaborator-list .collaborators-list .collaborator-create {
  display: block;
  width: 100% !important;
  padding: 0.625rem 1rem !important;
  background-color: #f4f9fc;
  border-radius: 3px;
  text-align: left;
  margin-top: 0.625rem;
  transition: background-color 0.2s ease-in-out;
}
.add-collaborator-list .collaborators-list .collaborator:hover, .add-collaborator-list .collaborators-list .selected-collaborator:hover, .add-collaborator-list .collaborators-list .collaborator-create:hover {
  cursor: pointer;
  background-color: #e1ebf4;
}
.add-collaborator-list .collaborators-list .collaborator .name, .add-collaborator-list .collaborators-list .selected-collaborator .name, .add-collaborator-list .collaborators-list .collaborator-create .name {
  color: #419ef8;
  line-height: 1.5rem;
  font-weight: bold;
}
.add-collaborator-list .collaborators-list .collaborator .description, .add-collaborator-list .collaborators-list .selected-collaborator .description, .add-collaborator-list .collaborators-list .collaborator-create .description {
  color: #419ef8;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.add-collaborator-list .collaborators-list .collaborator-create {
  text-align: center;
}
.add-collaborator-list .collaborators-list .collaborator-create:hover {
  cursor: default;
  background-color: #f4f9fc;
}
.add-collaborator-list .collaborators-list .selected-collaborator .name,
.add-collaborator-list .collaborators-list .selected-collaborator .description {
  color: #131349;
}
.add-collaborator-list .collaborators-list .selected-collaborator .change-collaborator {
  color: #fa105d;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-top: 0.25rem;
  transition: color 0.1s ease-in-out;
}
.add-collaborator-list .collaborators-list .selected-collaborator .change-collaborator:hover {
  cursor: pointer;
  color: #a8144c;
}
.add-collaborator-list .collaborators-list .selected-collaborator:hover {
  cursor: default;
  background-color: #f4f9fc;
}

.selected-collaborator-actions .permissions {
  display: block;
  margin-top: 1rem;
}
.selected-collaborator-actions .permissions .title {
  color: #96a3b6;
  font-size: 0.8125;
}
.selected-collaborator-actions .permissions .control, .selected-collaborator-actions .permissions .control-cell {
  display: block;
}

/** @format */
.case-info-modal .invite-clients {
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: end;
  float: right;
}
.case-info-modal .invite-clients input {
  height: 1.15rem;
  width: 1.15rem;
}
.case-info-modal .invite-clients p {
  display: inline-block;
  margin: 0;
}

.case-type-template {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  margin: 1rem 0;
  padding: 1rem;
  text-align: left;
  transition: 0.3s ease-in-out;
}
.case-type-template h4 {
  color: #515d79;
  font-size: 1.15rem;
  margin: 0;
}
.case-type-template p {
  color: #96a3b6;
  font-weight: 600;
  margin: 0;
}
.case-type-template:hover {
  border-color: #419ef8;
}
.case-type-template:hover h4 {
  color: #131349;
}
.case-type-template:hover .btn-text img, .case-type-template:hover button.btn-text--blue img, .case-type-template:hover [type=button].btn-text--blue img, .case-type-template:hover [type=reset].btn-text--blue img, .case-type-template:hover [type=submit].btn-text--blue img {
  padding: 0 0 0 0.75rem;
}

.light-bg h3 {
  margin: 0 0 0.5rem;
}

/** @format */
.cell-overflow-hover, .cell-overflow-hover--firm-insights, .cell-overflow-hover--transaction, .cell-overflow-hover--transaction--client {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 0.66667rem;
}
.cell-overflow-hover--firm-insights, .cell-overflow-hover--transaction, .cell-overflow-hover--transaction--client {
  padding-left: 0;
}
.cell-overflow-hover--firm-insights p, .cell-overflow-hover--transaction p, .cell-overflow-hover--transaction--client p {
  margin: 0 0 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cell-overflow-hover--firm-insights .class-id, .cell-overflow-hover--transaction .class-id, .cell-overflow-hover--transaction--client .class-id {
  font-weight: 700;
  color: #419ef8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cell-overflow-hover .hover-value, .cell-overflow-hover--firm-insights .hover-value, .cell-overflow-hover--transaction .hover-value, .cell-overflow-hover--transaction--client .hover-value {
  background: #515d79;
  border-radius: 4px;
  color: #f4f9fc;
  font-weight: 600;
  left: 0;
  margin-left: 0.25rem;
  padding: 0 0.35rem;
  opacity: 0;
  position: absolute;
  transition: visibility 0s linear 0.5s, opacity 0.2s ease-in-out 0s;
  visibility: hidden;
}
.cell-overflow-hover:hover .hover-value, .cell-overflow-hover--firm-insights:hover .hover-value, .cell-overflow-hover--transaction:hover .hover-value, .cell-overflow-hover--transaction--client:hover .hover-value {
  opacity: 1;
  z-index: 1;
  transition: visibility 0s linear 0s, opacity 0.2s ease-in-out 0.5s;
  visibility: visible;
}

.cell-overflow-hover--transaction--client {
  cursor: auto !important;
}

/** @format */
.chat-message {
  display: flex;
  margin-bottom: 0.5rem;
}
.chat-message .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem !important;
  width: 1.75rem !important;
  background-color: #419ef8;
  border: 2px solid #419ef8;
  border-radius: 100%;
  margin-top: 0.25rem;
  margin-right: 0.325rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
}
.chat-message .avatar .avatar-pic {
  border-radius: 50%;
}
.chat-message .avatar .avatar-logo {
  height: 90%;
  width: 90%;
  border-radius: 50%;
  margin-left: 0.105rem;
  margin-top: -0.025rem;
}
.chat-message .avatar .initials {
  height: 100%;
  width: 100%;
  padding-top: 0.04rem;
  padding-left: 0.045rem;
}
.chat-message .message-details, .chat-message .message-details--unread {
  width: 96.5%;
  display: block;
}
.chat-message .message-details--unread {
  width: 94%;
}
.chat-message .message-details .name, .chat-message .message-details--unread .name {
  display: inline-flex;
  color: #131349;
  font-weight: 600;
  line-height: 1.25rem;
}
.chat-message .message-details .time, .chat-message .message-details--unread .time {
  display: inline-flex;
  margin-left: 0.32rem;
  color: #96a3b6;
  font-size: 0.8125rem;
}
.chat-message .message-details .content, .chat-message .message-details--unread .content {
  display: block;
  color: #515d79;
  line-height: 1.25rem;
  width: 100%;
}
.chat-message .unread-message-indicator {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.85rem;
  border-radius: 100%;
  background-color: #fa105d;
}

/** @format */
.chat-users-modal-description {
  text-align: left;
  color: #515d79;
}

.chat-users-list {
  margin-top: 1.5rem;
}
.chat-users-list .title {
  font-weight: 600;
  text-align: left;
  color: #515d79;
}
.chat-users-list .users {
  max-height: 10rem;
  overflow: auto;
}
.chat-users-list .user {
  display: flex;
  align-items: center;
  background-color: #f4f9fc;
  margin-bottom: 0.5rem;
  border-radius: 2px;
  text-align: left;
  padding: 0.625rem;
  width: 100%;
}
.chat-users-list .user .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem !important;
  width: 1.75rem !important;
  background-color: #419ef8;
  border: 2px solid #419ef8;
  border-radius: 100%;
  margin-right: 0.325rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
}
.chat-users-list .user .avatar .avatar-pic {
  border-radius: 50%;
}
.chat-users-list .user .avatar .avatar-logo {
  height: 90%;
  width: 90%;
  border-radius: 50%;
  margin-left: 0.105rem;
  margin-top: -0.025rem;
}
.chat-users-list .user .name {
  display: inline-flex;
  font-weight: 600;
  width: 62%;
}
.chat-users-list .user .action, .chat-users-list .user .action-add, .chat-users-list .user .action-remove {
  display: inline-flex;
  font-weight: 600;
  margin-left: auto;
}
.chat-users-list .user .action:hover, .chat-users-list .user .action-add:hover, .chat-users-list .user .action-remove:hover {
  cursor: pointer;
}
.chat-users-list .user .action-remove {
  color: #fa105d;
}
.chat-users-list .user .action-add {
  color: #419ef8;
}

/** @format */
label.control, label.control-cell {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  color: #384c8d !important;
  font-size: 1rem;
  text-transform: none;
  transition: 0.3s ease-in-out;
}

.control, .control-cell {
  font-size: 18px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 0px;
  cursor: pointer;
  text-align: left;
  word-wrap: none;
}
.control-cell {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.control input, .control-cell input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.control input:checked ~ .control__indicator, .control input:checked ~ .control__indicator_cell, .control-cell input:checked ~ .control__indicator, .control-cell input:checked ~ .control__indicator_cell {
  background: #ffffff;
  border: 2px solid #ffffff;
  transition: 0.3s ease-in-out;
}
.control input:checked ~ .control__indicator:after, .control input:checked ~ .control__indicator_cell:after, .control-cell input:checked ~ .control__indicator:after, .control-cell input:checked ~ .control__indicator_cell:after {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.control input:checked ~ label, .control-cell input:checked ~ label {
  color: #ffffff !important;
}
.control input:disabled ~ .control__indicator, .control input:disabled ~ .control__indicator_cell, .control-cell input:disabled ~ .control__indicator, .control-cell input:disabled ~ .control__indicator_cell {
  pointer-events: none;
  background: #f4f9fc;
  border-color: #cdd7e4;
}
.control .control__indicator, .control .control__indicator_cell, .control-cell .control__indicator, .control-cell .control__indicator_cell {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 0.6666666667rem;
  margin-top: 5px;
  border-radius: 4px;
  border: 2px solid #384c8d;
  background: transparent;
  transition: 0.3s ease-in-out;
}
.control .control__indicator_cell, .control-cell .control__indicator_cell {
  margin: 0;
}
.control .control__indicator:after, .control-cell .control__indicator:after, .control .control__indicator_cell:after, .control-cell .control__indicator_cell:after {
  border: solid #25d0a4;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
  width: 6px;
}
.control.checkbox-dark, .checkbox-dark.control-cell {
  color: #96a3b6 !important;
  font-weight: 600;
  padding: 0;
}
.control.checkbox-dark .control__indicator, .checkbox-dark.control-cell .control__indicator, .control.checkbox-dark .control__indicator_cell, .checkbox-dark.control-cell .control__indicator_cell {
  border-color: #96a3b6;
  border-width: 2px;
}
.control.checkbox-dark .control__indicator:after, .checkbox-dark.control-cell .control__indicator:after, .control.checkbox-dark .control__indicator_cell:after, .checkbox-dark.control-cell .control__indicator_cell:after {
  border-color: #ffffff;
}
.control.checkbox-dark input:checked ~ .control__indicator, .checkbox-dark.control-cell input:checked ~ .control__indicator, .control.checkbox-dark input:checked ~ .control__indicator_cell, .checkbox-dark.control-cell input:checked ~ .control__indicator_cell {
  background: #25d0a4;
  border: 2px solid #25d0a4;
  transition: 0.3s ease-in-out;
}
.control.checkbox-dark input:checked ~ .control__indicator:after, .checkbox-dark.control-cell input:checked ~ .control__indicator:after, .control.checkbox-dark input:checked ~ .control__indicator_cell:after, .checkbox-dark.control-cell input:checked ~ .control__indicator_cell:after {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.control.checkbox-dark input:checked ~ .checkbox-text, .checkbox-dark.control-cell input:checked ~ .checkbox-text {
  color: #515d79 !important;
}
.control.checkbox-light, .checkbox-light.control-cell {
  color: #515d79 !important;
  font-weight: 600;
  padding: 0;
}
.control.checkbox-light .control__indicator, .checkbox-light.control-cell .control__indicator, .control.checkbox-light .control__indicator_cell, .checkbox-light.control-cell .control__indicator_cell {
  border-color: #cdd7e4;
  background-color: #f4f9fc;
}
.control.checkbox-light .control__indicator:after, .checkbox-light.control-cell .control__indicator:after, .control.checkbox-light .control__indicator_cell:after, .checkbox-light.control-cell .control__indicator_cell:after {
  border-color: #ffffff;
}
.control.checkbox-light input:checked ~ .control__indicator, .checkbox-light.control-cell input:checked ~ .control__indicator, .control.checkbox-light input:checked ~ .control__indicator_cell, .checkbox-light.control-cell input:checked ~ .control__indicator_cell {
  background: #25d0a4;
  border: 2px solid #25d0a4;
  transition: 0.3s ease-in-out;
}
.control.checkbox-light input:checked ~ .control__indicator:after, .checkbox-light.control-cell input:checked ~ .control__indicator:after, .control.checkbox-light input:checked ~ .control__indicator_cell:after, .checkbox-light.control-cell input:checked ~ .control__indicator_cell:after {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.control.checkbox-light input:indeterminate ~ .control__indicator, .checkbox-light.control-cell input:indeterminate ~ .control__indicator, .control.checkbox-light input:indeterminate ~ .control__indicator_cell, .checkbox-light.control-cell input:indeterminate ~ .control__indicator_cell {
  background: #f4f9fc;
  border: 2px solid #25d0a4;
  transition: 0.3s ease-in-out;
}
.control.checkbox-light input:indeterminate ~ .control__indicator:after, .checkbox-light.control-cell input:indeterminate ~ .control__indicator:after, .control.checkbox-light input:indeterminate ~ .control__indicator_cell:after, .checkbox-light.control-cell input:indeterminate ~ .control__indicator_cell:after {
  opacity: 1;
  border-width: 0 0 2px 0;
  border-color: #25d0a4;
  height: 0.45rem;
  width: 0.65rem;
  left: 3px;
  transform: none;
  transition: 0.3s ease-in-out;
}
.control.checkbox-light input:checked ~ .checkbox-text, .checkbox-light.control-cell input:checked ~ .checkbox-text {
  color: #25d0a4 !important;
}

/* Checked state */
.control input:checked ~ label, .control-cell input:checked ~ label {
  color: #ffffff;
}

.checkbox-item-large {
  background: #f4f9fc;
  border: 2px solid #cdd7e4;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  margin: 0.75rem 0;
  padding: 0.5rem;
  position: relative;
  text-align: left;
  transition: 0.3s ease-in-out;
}
.checkbox-item-large h3 {
  color: #515d79;
}
.checkbox-item-large p {
  color: #96a3b6;
  font-weight: 600;
}
.checkbox-item-large h3,
.checkbox-item-large p {
  margin: 0 0 0 2.25rem;
  transition: 0.3s ease-in-out;
}
.checkbox-item-large.checked {
  background: #ffffff;
  border-color: #25d0a4;
}
.checkbox-item-large.checked h3 {
  color: #131349;
}
.checkbox-item-large.checked p {
  color: #515d79;
}
.checkbox-item-large input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.checkbox-item-large input:checked ~ .control__indicator, .checkbox-item-large .control input:checked ~ .control__indicator_cell, .control .checkbox-item-large input:checked ~ .control__indicator_cell, .checkbox-item-large .control-cell input:checked ~ .control__indicator_cell, .control-cell .checkbox-item-large input:checked ~ .control__indicator_cell {
  background: #25d0a4;
  border: 2px solid #25d0a4;
  transition: 0.3s ease-in-out;
}
.checkbox-item-large input:checked ~ .control__indicator:after, .checkbox-item-large .control input:checked ~ .control__indicator_cell:after, .control .checkbox-item-large input:checked ~ .control__indicator_cell:after, .checkbox-item-large .control-cell input:checked ~ .control__indicator_cell:after, .control-cell .checkbox-item-large input:checked ~ .control__indicator_cell:after {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.checkbox-item-large input:disabled ~ .control__indicator, .checkbox-item-large .control input:disabled ~ .control__indicator_cell, .control .checkbox-item-large input:disabled ~ .control__indicator_cell, .checkbox-item-large .control-cell input:disabled ~ .control__indicator_cell, .control-cell .checkbox-item-large input:disabled ~ .control__indicator_cell {
  pointer-events: none;
  background: #f4f9fc;
  border-color: #cdd7e4;
}
.checkbox-item-large .control__indicator, .checkbox-item-large .control .control__indicator_cell, .control .checkbox-item-large .control__indicator_cell, .checkbox-item-large .control-cell .control__indicator_cell, .control-cell .checkbox-item-large .control__indicator_cell {
  background: transparent;
  border: 2px solid #cdd7e4;
  border-radius: 4px;
  height: 20px;
  left: 0.75rem;
  margin-right: 0.6666666667rem;
  margin-top: 5px;
  position: absolute;
  top: 0.5rem;
  transition: 0.3s ease-in-out;
  width: 20px;
}
.checkbox-item-large .control__indicator:after, .checkbox-item-large .control .control__indicator_cell:after, .control .checkbox-item-large .control__indicator_cell:after, .checkbox-item-large .control-cell .control__indicator_cell:after, .control-cell .checkbox-item-large .control__indicator_cell:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
  width: 6px;
}

/** @format */
.cs-table {
  overflow: hidden;
}
.cs-table .cs-headers {
  z-index: 1;
}
.cs-table .cs-table-rows {
  max-height: inherit;
  height: inherit;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 1.5rem;
}
.cs-table .cs-table-rows .cs-table-row {
  padding: 0.25rem 0.5rem;
}

#cta-case-onboarding {
  border-top: 0.75rem solid #fadc46;
  border-radius: inherit;
}
#cta-case-onboarding h3 {
  margin-top: 1rem !important;
  margin-bottom: none !important;
  margin-block-end: 0;
}

/** @format */
.date-range-picker {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin: 0;
  position: relative;
}
.date-range-picker .date-input {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 49%;
}
.date-range-picker .date-input label {
  opacity: 0;
  top: 0.4rem;
  transition: 0.3s ease-in-out;
}
.date-range-picker .date-input [type=color], .date-range-picker .date-input [type=date], .date-range-picker .date-input [type=datetime], .date-range-picker .date-input [type=datetime-local], .date-range-picker .date-input [type=email], .date-range-picker .date-input [type=month], .date-range-picker .date-input [type=number], .date-range-picker .date-input [type=password], .date-range-picker .date-input [type=search], .date-range-picker .date-input [type=tel], .date-range-picker .date-input [type=text], .date-range-picker .date-input [type=time], .date-range-picker .date-input [type=url], .date-range-picker .date-input [type=week], .date-range-picker .date-input input:not([type]), .date-range-picker .date-input textarea, .date-range-picker .date-input .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .date-range-picker .date-input [contenteditable] {
  background: transparent;
  border: none;
  height: auto;
  margin: 0;
  padding: 1.25rem 1rem 1.4rem;
}
.date-range-picker .date-input.start {
  float: left;
}
.date-range-picker .date-input.show-label label {
  opacity: 1;
}
.date-range-picker .date-input.show-label [type=color], .date-range-picker .date-input.show-label [type=date], .date-range-picker .date-input.show-label [type=datetime], .date-range-picker .date-input.show-label [type=datetime-local], .date-range-picker .date-input.show-label [type=email], .date-range-picker .date-input.show-label [type=month], .date-range-picker .date-input.show-label [type=number], .date-range-picker .date-input.show-label [type=password], .date-range-picker .date-input.show-label [type=search], .date-range-picker .date-input.show-label [type=tel], .date-range-picker .date-input.show-label [type=text], .date-range-picker .date-input.show-label [type=time], .date-range-picker .date-input.show-label [type=url], .date-range-picker .date-input.show-label [type=week], .date-range-picker .date-input.show-label input:not([type]), .date-range-picker .date-input.show-label textarea, .date-range-picker .date-input.show-label .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .date-range-picker .date-input.show-label [contenteditable] {
  background: transparent;
  border: none;
  height: auto;
  margin: 0;
  padding: 1.75rem 1rem 0.9rem;
}

/** @format */
.date-range-shortcuts {
  display: inline-block;
}
.date-range-shortcuts-container {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0;
  border-radius: 4px;
  min-height: 60px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
}
.date-range-shortcuts-col {
  border-right: 1px solid #e1ebf4;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
}
.date-range-shortcuts-col.end {
  border-right: 0px;
}
.date-range-shortcuts-col.date-range-inputs {
  border-right: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: auto;
  line-height: unset;
}
.date-range-shortcuts-col .date-range-inputs {
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  margin-left: 0.5rem;
  margin-top: 0.1rem;
}
.date-range-shortcuts-col .date-input {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  margin-top: -0.5rem;
}
.date-range-shortcuts-col .date-input .label {
  text-align: left;
  font-size: 0.8rem;
  color: #96a3b6;
  font-weight: bold;
  display: block;
}
.date-range-shortcuts-col .date-input input {
  font-size: 1rem;
  color: #96a3b6;
  display: block;
  padding: 0;
  border: none;
  width: 95px;
  height: 1rem;
  margin: 0;
}
.date-range-shortcuts-col .date-input :hover {
  cursor: pointer !important;
}
.date-range-shortcuts-option {
  padding: 6px 9px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #96a3b6;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.25s ease-in-out;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.date-range-shortcuts-option.no-hover:hover {
  cursor: default;
  background-color: inherit;
}
.date-range-shortcuts-option:hover {
  background-color: #f4f9fc;
  cursor: pointer;
}
.date-range-shortcuts-option.selected {
  background-color: #f4f9fc;
}
.date-range-shortcuts-option.selected:hover {
  cursor: default;
}

/** @format */
.dropdown-wrapper, .dropdown-wrapper.small, .small.dropdown-wrapper--full-width, .dropdown-wrapper--full-width {
  max-width: 20rem;
  padding: 0.5rem 0;
  position: relative;
}
.dropdown-wrapper.full-width, .full-width.dropdown-wrapper--full-width {
  max-width: none !important;
}
.dropdown-wrapper.iframe, .iframe.dropdown-wrapper--full-width {
  max-width: 7rem !important;
}
.dropdown-wrapper.slim .ember-power-select-trigger, .slim.dropdown-wrapper--full-width .ember-power-select-trigger {
  padding: 0.5rem 1rem 0.1rem 0.25rem !important;
}
.dropdown-wrapper.slim label, .slim.dropdown-wrapper--full-width label {
  top: 0.5rem !important;
  left: calc(0.1rem + 2px) !important;
}
.dropdown-wrapper.pr2 .ember-power-select-trigger, .pr2.dropdown-wrapper--full-width .ember-power-select-trigger {
  padding-right: 2rem !important;
}
.dropdown-wrapper .ember-power-select-trigger, .dropdown-wrapper--full-width .ember-power-select-trigger {
  border-radius: 6px;
  border: 1px solid #cdd7e4;
  height: 60px;
  margin-bottom: 0.35rem;
  outline: none;
  padding: 1rem;
  width: 100%;
  font-size: 1em;
  transition: 0.3s ease-in-out;
  background: #f4f9fc;
  border-radius: 6px;
  cursor: pointer;
  height: auto;
  overflow: hidden;
  padding: 1.5rem 1rem 0.5rem 1rem;
  border: none;
  text-align: left;
  transition: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.dropdown-wrapper .ember-power-select-trigger:focus, .dropdown-wrapper--full-width .ember-power-select-trigger:focus {
  border-color: #419ef8;
}
.dropdown-wrapper .ember-power-select-trigger.error, .dropdown-wrapper--full-width .ember-power-select-trigger.error {
  border-color: #fa105d;
}
.dropdown-wrapper .ember-power-select-trigger:hover, .dropdown-wrapper--full-width .ember-power-select-trigger:hover, .dropdown-wrapper .ember-power-select-trigger:focus, .dropdown-wrapper--full-width .ember-power-select-trigger:focus {
  border-color: #cdd7e4;
  border-width: 1px !important;
}
.dropdown-wrapper .ember-power-select-trigger .ember-power-select-placeholder, .dropdown-wrapper--full-width .ember-power-select-trigger .ember-power-select-placeholder {
  color: #96a3b6;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0;
  transform: translateY(-8px);
}
.dropdown-wrapper .ember-power-select-trigger .ember-power-select-selected-item, .dropdown-wrapper--full-width .ember-power-select-trigger .ember-power-select-selected-item {
  color: #131349;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.dropdown-wrapper .ember-power-select-trigger .ember-power-select-status-icon, .dropdown-wrapper--full-width .ember-power-select-trigger .ember-power-select-status-icon {
  border-color: #96a3b6 transparent transparent;
  right: 1rem;
  transition: 0.3s ease-in-out;
}
.dropdown-wrapper .ember-power-select-trigger.ember-power-select-multiple-trigger, .dropdown-wrapper--full-width .ember-power-select-trigger.ember-power-select-multiple-trigger {
  padding: 1rem !important;
}
.dropdown-wrapper .ember-power-select-trigger.ember-power-select-multiple-trigger .ember-power-select-multiple-option, .dropdown-wrapper--full-width .ember-power-select-trigger.ember-power-select-multiple-trigger .ember-power-select-multiple-option {
  display: flex;
  flex-direction: row-reverse;
  background: #f4f9fc;
  border: none;
  font-weight: 500;
  padding: 0.6rem 0.25rem 0;
  border-radius: 5% !important;
  margin: 0;
}
.dropdown-wrapper .ember-power-select-trigger.ember-power-select-multiple-trigger .ember-power-select-multiple-option + input, .dropdown-wrapper--full-width .ember-power-select-trigger.ember-power-select-multiple-trigger .ember-power-select-multiple-option + input {
  margin-top: 0.6rem;
}
.dropdown-wrapper .ember-power-select-trigger.ember-power-select-multiple-trigger .ember-power-select-multiple-option span, .dropdown-wrapper--full-width .ember-power-select-trigger.ember-power-select-multiple-trigger .ember-power-select-multiple-option span {
  margin-left: 0.5rem;
  color: #515d79;
  font-weight: 900;
}
.dropdown-wrapper.nolabel > .ember-power-select-trigger, .nolabel.dropdown-wrapper--full-width > .ember-power-select-trigger {
  padding: 1rem;
}
.dropdown-wrapper.bg-white > .ember-power-select-trigger, .bg-white.dropdown-wrapper--full-width > .ember-power-select-trigger {
  background-color: #ffffff;
}
.dropdown-wrapper .ember-power-select-trigger-multiple-input, .dropdown-wrapper--full-width .ember-power-select-trigger-multiple-input {
  border: none;
  font-weight: 700;
  padding: 0;
  height: 24px;
  margin-bottom: 0;
}
.dropdown-wrapper .ember-power-select-trigger-multiple-input::placeholder, .dropdown-wrapper--full-width .ember-power-select-trigger-multiple-input::placeholder {
  color: #96a3b6;
}
.dropdown-wrapper.error .ember-power-select-trigger-multiple-input, .error.dropdown-wrapper--full-width .ember-power-select-trigger-multiple-input {
  border: none;
  font-weight: 700;
  padding: 0;
  height: 24px;
  margin-bottom: 0;
}
.dropdown-wrapper.error .ember-power-select-trigger-multiple-input::placeholder, .error.dropdown-wrapper--full-width .ember-power-select-trigger-multiple-input::placeholder {
  color: #fa105d;
}
.dropdown-wrapper label, .dropdown-wrapper.small label, .small.dropdown-wrapper--full-width label, .dropdown-wrapper--full-width label {
  position: absolute !important;
  top: 1rem !important;
  left: calc(1rem + 2px) !important;
  font-size: 0.8rem !important;
  opacity: 1 !important;
}
.dropdown-wrapper--full-width {
  max-width: 100%;
}
.dropdown-wrapper.error .ember-power-select-trigger, .error.dropdown-wrapper--full-width .ember-power-select-trigger {
  border-color: #fa105d;
}
.dropdown-wrapper.error .ember-power-select-trigger .ember-power-select-placeholder, .error.dropdown-wrapper--full-width .ember-power-select-trigger .ember-power-select-placeholder {
  color: #fa105d;
}
.dropdown-wrapper.error p, .error.dropdown-wrapper--full-width p {
  color: #fa105d;
  font-style: italic;
  margin: 0;
}
.dropdown-wrapper.small .ember-power-select-trigger.ember-basic-dropdown-trigger, .small.dropdown-wrapper--full-width .ember-power-select-trigger.ember-basic-dropdown-trigger {
  height: 2.875rem;
}
.dropdown-wrapper.small .ember-power-select-trigger, .small.dropdown-wrapper--full-width .ember-power-select-trigger {
  padding-top: 0.75rem;
}

.contact-info-dropdown-option {
  line-height: 1;
  padding: 0.25rem 0 0.35rem;
}
.contact-info-dropdown-option .client-name {
  display: block;
  line-height: 1;
  width: 100%;
}
.contact-info-dropdown-option .client-contact {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
}

.country-code-selector-dropdown {
  width: auto !important;
}

.ember-basic-dropdown-content, .ember-basic-dropdown-content--above {
  background: #f4f9fc !important;
  border-left: 1px solid #cdd7e4 !important;
  border-right: 1px solid #cdd7e4 !important;
  border-bottom: 1px solid #cdd7e4 !important;
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  z-index: 999;
}
.ember-basic-dropdown-content [type=color], .ember-basic-dropdown-content--above [type=color], .ember-basic-dropdown-content [type=date], .ember-basic-dropdown-content--above [type=date], .ember-basic-dropdown-content [type=datetime], .ember-basic-dropdown-content--above [type=datetime], .ember-basic-dropdown-content [type=datetime-local], .ember-basic-dropdown-content--above [type=datetime-local], .ember-basic-dropdown-content [type=email], .ember-basic-dropdown-content--above [type=email], .ember-basic-dropdown-content [type=month], .ember-basic-dropdown-content--above [type=month], .ember-basic-dropdown-content [type=number], .ember-basic-dropdown-content--above [type=number], .ember-basic-dropdown-content [type=password], .ember-basic-dropdown-content--above [type=password], .ember-basic-dropdown-content [type=search], .ember-basic-dropdown-content--above [type=search], .ember-basic-dropdown-content [type=tel], .ember-basic-dropdown-content--above [type=tel], .ember-basic-dropdown-content [type=text], .ember-basic-dropdown-content--above [type=text], .ember-basic-dropdown-content [type=time], .ember-basic-dropdown-content--above [type=time], .ember-basic-dropdown-content [type=url], .ember-basic-dropdown-content--above [type=url], .ember-basic-dropdown-content [type=week], .ember-basic-dropdown-content--above [type=week], .ember-basic-dropdown-content input:not([type]), .ember-basic-dropdown-content--above input:not([type]), .ember-basic-dropdown-content textarea, .ember-basic-dropdown-content .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .ember-basic-dropdown-content [contenteditable], .ember-basic-dropdown-content--above textarea, .ember-basic-dropdown-content--above .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .ember-basic-dropdown-content--above [contenteditable] {
  border-radius: 5px;
  height: auto;
  padding: 0.25rem 0.6666666667rem;
}
.ember-basic-dropdown-content .ember-power-select-search [type=color], .ember-basic-dropdown-content--above .ember-power-select-search [type=color], .ember-basic-dropdown-content .ember-power-select-search [type=date], .ember-basic-dropdown-content--above .ember-power-select-search [type=date], .ember-basic-dropdown-content .ember-power-select-search [type=datetime], .ember-basic-dropdown-content--above .ember-power-select-search [type=datetime], .ember-basic-dropdown-content .ember-power-select-search [type=datetime-local], .ember-basic-dropdown-content--above .ember-power-select-search [type=datetime-local], .ember-basic-dropdown-content .ember-power-select-search [type=email], .ember-basic-dropdown-content--above .ember-power-select-search [type=email], .ember-basic-dropdown-content .ember-power-select-search [type=month], .ember-basic-dropdown-content--above .ember-power-select-search [type=month], .ember-basic-dropdown-content .ember-power-select-search [type=number], .ember-basic-dropdown-content--above .ember-power-select-search [type=number], .ember-basic-dropdown-content .ember-power-select-search [type=password], .ember-basic-dropdown-content--above .ember-power-select-search [type=password], .ember-basic-dropdown-content .ember-power-select-search [type=search], .ember-basic-dropdown-content--above .ember-power-select-search [type=search], .ember-basic-dropdown-content .ember-power-select-search [type=tel], .ember-basic-dropdown-content--above .ember-power-select-search [type=tel], .ember-basic-dropdown-content .ember-power-select-search [type=text], .ember-basic-dropdown-content--above .ember-power-select-search [type=text], .ember-basic-dropdown-content .ember-power-select-search [type=time], .ember-basic-dropdown-content--above .ember-power-select-search [type=time], .ember-basic-dropdown-content .ember-power-select-search [type=url], .ember-basic-dropdown-content--above .ember-power-select-search [type=url], .ember-basic-dropdown-content .ember-power-select-search [type=week], .ember-basic-dropdown-content--above .ember-power-select-search [type=week], .ember-basic-dropdown-content .ember-power-select-search input:not([type]), .ember-basic-dropdown-content--above .ember-power-select-search input:not([type]), .ember-basic-dropdown-content .ember-power-select-search textarea, .ember-basic-dropdown-content .ember-power-select-search .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .ember-basic-dropdown-content .ember-power-select-search [contenteditable], .ember-basic-dropdown-content--above .ember-power-select-search textarea, .ember-basic-dropdown-content--above .ember-power-select-search .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .ember-basic-dropdown-content--above .ember-power-select-search [contenteditable] {
  border: 1px solid #cdd7e4 !important;
}
.ember-basic-dropdown-content .ember-power-select-search [type=color]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=color]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=date]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=date]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=datetime]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=datetime]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=datetime-local]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=datetime-local]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=email]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=email]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=month]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=month]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=number]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=number]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=password]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=password]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=search]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=search]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=tel]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=tel]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=text]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=text]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=time]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=time]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=url]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=url]:focus, .ember-basic-dropdown-content .ember-power-select-search [type=week]:focus, .ember-basic-dropdown-content--above .ember-power-select-search [type=week]:focus, .ember-basic-dropdown-content .ember-power-select-search input:not([type]):focus, .ember-basic-dropdown-content--above .ember-power-select-search input:not([type]):focus, .ember-basic-dropdown-content .ember-power-select-search textarea:focus, .ember-basic-dropdown-content .ember-power-select-search .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .ember-basic-dropdown-content .ember-power-select-search [contenteditable]:focus, .ember-basic-dropdown-content--above .ember-power-select-search textarea:focus, .ember-basic-dropdown-content--above .ember-power-select-search .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .ember-basic-dropdown-content--above .ember-power-select-search [contenteditable]:focus {
  border: 1px solid #419ef8 !important;
}
.ember-basic-dropdown-content .ember-power-select-options, .ember-basic-dropdown-content--above .ember-power-select-options {
  width: 100%;
}
.ember-basic-dropdown-content .ember-power-select-option, .ember-basic-dropdown-content--above .ember-power-select-option {
  padding: 0.35rem;
}
.ember-basic-dropdown-content .ember-power-select-option[aria-selected=true], .ember-basic-dropdown-content--above .ember-power-select-option[aria-selected=true] {
  background: #cdd7e4;
}
.ember-basic-dropdown-content .ember-power-select-option[aria-current=true], .ember-basic-dropdown-content--above .ember-power-select-option[aria-current=true] {
  background: #419ef8;
  color: #ffffff;
}
.ember-basic-dropdown-content--above {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  margin-bottom: -4px;
}

.ember-basic-dropdown.dropdown-simple-white .ember-power-select-trigger {
  background: #ffffff;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #515d79;
  cursor: pointer;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.25rem;
}
.ember-basic-dropdown.dropdown-simple-white .ember-power-select-trigger .ember-power-select-selected-item {
  color: #515d79;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ember-basic-dropdown.dropdown-simple-white .ember-power-select-trigger .ember-power-select-status-icon {
  right: 1rem;
}
.ember-basic-dropdown.dropdown-simple-white .ember-basic-dropdown-content, .ember-basic-dropdown.dropdown-simple-white .ember-basic-dropdown-content--above {
  border: none !important;
  background: #ffffff !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.ember-basic-dropdown.dropdown-simple-white .ember-basic-dropdown-content ul, .ember-basic-dropdown.dropdown-simple-white .ember-basic-dropdown-content--above ul {
  padding: 0 !important;
}

.import-list {
  position: absolute;
  padding: 1.375rem;
  right: 1.25rem;
  margin-top: 0.625rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.import-list div a,
.import-list div p {
  color: inherit;
}
.import-list div a:hover {
  color: #465fdc;
}

.checkbox-dropdown-wrapper {
  position: absolute;
  z-index: 997;
}
.checkbox-dropdown-box {
  padding: 0.75rem 0.5rem;
  position: absolute;
  z-index: 997;
  right: 8px;
  word-wrap: none;
  white-space: nowrap;
  width: 440px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.table-settings-modal {
  max-height: calc(84vh - 210px);
  overflow-y: auto;
}

.editable-case-status {
  border-bottom: 1px solid #f4f9fc;
  padding: 1rem 1.5rem;
}
.editable-case-status .case-status-header .number {
  color: #131349;
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
  width: 2rem;
}
.editable-case-status .case-status-header .title {
  display: inline-block;
  width: 60%;
}
.editable-case-status .case-status-header.is-editing .title {
  display: block;
  width: 100%;
}
.editable-case-status .case-status-header.is-editing .btn-group {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: right;
  width: calc(98% - 2rem);
}
.editable-case-status .case-status-header.is-editing .btn-group .btn-primary {
  margin-right: 0 !important;
}
.editable-case-status .case-status-description {
  padding-left: 2.2rem;
}

/** @format */
.expandable-toggle-wrapper {
  display: inline-block;
}
.expandable-toggle-wrapper .expandable-toggle {
  display: flex;
  border-radius: 4px;
  border-width: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #515d79;
  cursor: pointer;
  font-family: "Source Sans Pro", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  outline: none;
  padding: 0.75rem;
  transition: 0.3s ease-in-out;
  width: 7.25rem;
  align-items: center;
  justify-content: space-between;
}

/** @format */
.error-message {
  background: #ffe7ef;
  border-radius: 6px;
  margin: 1rem 0;
  padding: 1rem;
}
.error-message p,
.error-message label {
  color: #d30448 !important;
  margin: 0;
}

p.error {
  color: #fa105d;
  font-style: italic;
  margin: 0;
}

/** @format */
.uploads-container {
  background: #f4f9fc;
  border-radius: 10px;
  color: #515d79;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  gap: 0.5rem;
}
.uploads-container button {
  width: 35%;
  margin: unset !important;
}
.uploads-container .dz-file-preview {
  padding: 0.6666666667rem;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e1ebf4;
  color: #515d79;
  width: 75%;
}
.uploads-container .dz-file-preview .dz-filename {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.uploads-container .dz-file-preview .dz-filename .upload-img {
  width: 2rem;
  height: 2rem;
}
.uploads-container .dz-file-preview .dz-filename .upload-icon {
  width: 2rem;
  height: 2rem;
  color: #419ef8;
}
.uploads-container .dz-file-preview .dz-filename .action, .uploads-container .dz-file-preview .dz-filename .chat-users-list .user .action-remove, .chat-users-list .user .uploads-container .dz-file-preview .dz-filename .action-remove, .uploads-container .dz-file-preview .dz-filename .chat-users-list .user .action-add, .chat-users-list .user .uploads-container .dz-file-preview .dz-filename .action-add {
  font-weight: 600;
}

.uploaded-file {
  background: #f4f9fc;
  border-radius: 10px;
  color: #515d79;
  font-weight: 600;
  display: block;
  padding: 1rem;
}
.uploaded-file .filename {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.uploaded-file .file-action {
  display: inline-block;
  margin: 0 1rem;
}

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.dropzone {
  height: 6.9375rem;
  width: 100%;
  padding-top: 1.4375rem;
  border: 0.09375rem dashed #e1ebf4;
  border-radius: 0.3125rem;
  background-color: #f4f9fc;
  margin: 1rem auto;
}
.dropzone:hover {
  cursor: pointer;
}
.dropzone .type-icon {
  color: #cdd7e4;
}
.dropzone.valid {
  background: #25d0a4;
}
.dropzone.invalid {
  background: #fa105d;
}
.dropzone.invalid p,
.dropzone.invalid .type-icon, .dropzone.valid p,
.dropzone.valid .type-icon {
  color: #ffffff;
}
.dropzone.invalid p, .dropzone.valid p {
  font-weight: bold;
}

/** @format */
.filter-message-wrapper {
  position: relative;
}
.filter-message-wrapper::before {
  content: " ";
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/search-icon_grey-92ff12cdd22c32adaf056a3fa922a0a8.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: calc(50% - 9px);
  left: 0.8rem;
  z-index: 1;
}
.filter-message-wrapper input {
  background-color: #ffffff;
  position: relative;
  padding: 8px 16px 8px 40px;
  height: 3rem;
}
.filter-message-wrapper input:hover, .filter-message-wrapper input:active, .filter-message-wrapper input:focus {
  background-color: #f4f9fc;
}

/** @format */
#settings-firm-users {
  padding: 1rem 0 0;
}
#settings-firm-users .users-header {
  padding: 0 1rem;
}
#settings-firm-users .users-card {
  padding: 0.3rem 0;
}
#settings-firm-users .users-card:hover {
  border-radius: 4px;
  background-color: #f4f9fc;
}
#settings-firm-users .users-container {
  max-height: 36.7rem;
  overflow: auto;
}
#settings-firm-users .users-avatar {
  padding-right: 0;
}
#settings-firm-users .users-profile-pic {
  margin-left: 1rem;
  max-width: 100%;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-size: cover;
  display: block;
  background-position: center;
}
#settings-firm-users .users-profile-no-pic {
  margin-left: 1rem;
  max-width: 100%;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: block;
  background-color: #419ef8;
  text-align: center;
  letter-spacing: -0.1rem;
  line-height: 2.2rem;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 0 !important;
}
#settings-firm-users .users-info {
  padding-left: 0;
  margin-left: -0.6rem;
  margin-top: 0.3rem;
}
#settings-firm-users .users-info-name {
  font-weight: 900;
  vertical-align: top;
  max-height: 1rem;
}
#settings-firm-users .users-info-role {
  color: #96a3b6;
  float: left;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.03rem;
  line-height: 2.3rem;
}
#settings-firm-users .users-none {
  color: #96a3b6;
  padding-bottom: 1rem;
}
#settings-firm-users .card--header > .card-content {
  padding: 0.5rem;
}
#settings-firm-users .invite-new-user-btn {
  float: right;
  font-size: 1.13rem;
  font-weight: bold;
}

#settings-firm-hours-timezone {
  margin-top: 1rem;
  min-height: 10rem;
}
#settings-firm-hours-timezone .dropdown-wrapper, #settings-firm-hours-timezone .dropdown-wrapper--full-width {
  max-width: 27.85rem;
}

#collab-partners {
  padding: 1rem 1rem 0;
}
#collab-partners .alert--light {
  margin-bottom: 1rem;
}

.collaboration-partners .card-content {
  max-height: 36.7rem;
  overflow: auto;
}

.organization-list-item {
  margin: 0.75rem 0;
}
.organization-list-item--name {
  margin-bottom: 0;
}
.flex-column {
  display: flex;
  flex-direction: column;
}

.configuration-card {
  padding: 16px 0px;
}
.configuration-card .card-title {
  color: #8496ab;
  font-size: 16px;
  font-weight: 700;
}
.configuration-card .card-description {
  color: #8496ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.11px;
}

@media (max-width: 1024px) {
  .flex-column {
    display: unset;
  }
}
/** @format */
.image-lightbox {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 997;
}
.image-lightbox .lightbox-dim {
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.image-lightbox img {
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  display: inherit;
  margin: 10px auto;
  max-height: 90vh;
  max-width: 80vw;
}
.image-lightbox a {
  color: white;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}

/** @format */
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea, .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea [contenteditable] {
  border-radius: 6px;
  border: 1px solid #cdd7e4;
  height: 60px;
  margin-bottom: 0.35rem;
  outline: none;
  padding: 1rem;
  width: 100%;
  font-size: 1em;
  transition: 0.3s ease-in-out;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus, .tiptap-element.textarea [contenteditable]:focus {
  border-color: #419ef8;
}
[type=color].error, [type=date].error, [type=datetime].error, [type=datetime-local].error, [type=email].error, [type=month].error, [type=number].error, [type=password].error, [type=search].error, [type=tel].error, [type=text].error, [type=time].error, [type=url].error, [type=week].error, input:not([type]).error, textarea.error, .tiptap-element.textarea .error[contenteditable] {
  border-color: #fa105d;
}

.field, .field--action, .field--half {
  margin: 1rem 0 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}
.field--half {
  display: inline-block;
  margin-right: 1rem;
  width: 46%;
}
.field--half:last-child {
  margin-right: 0;
}
.field.phone-number, .phone-number.field--action, .phone-number.field--half {
  display: inline-block;
  margin-left: 1rem;
  width: calc(99% - 6rem);
}
.field [type=color], .field--action [type=color], .field--half [type=color], .field [type=date], .field--action [type=date], .field--half [type=date], .field [type=datetime], .field--action [type=datetime], .field--half [type=datetime], .field [type=datetime-local], .field--action [type=datetime-local], .field--half [type=datetime-local], .field [type=email], .field--action [type=email], .field--half [type=email], .field [type=month], .field--action [type=month], .field--half [type=month], .field [type=number], .field--action [type=number], .field--half [type=number], .field [type=password], .field--action [type=password], .field--half [type=password], .field [type=search], .field--action [type=search], .field--half [type=search], .field [type=tel], .field--action [type=tel], .field--half [type=tel], .field [type=text], .field--action [type=text], .field--half [type=text], .field [type=time], .field--action [type=time], .field--half [type=time], .field [type=url], .field--action [type=url], .field--half [type=url], .field [type=week], .field--action [type=week], .field--half [type=week], .field input:not([type]), .field--action input:not([type]), .field--half input:not([type]), .field textarea, .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field [contenteditable], .field--action textarea, .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field--action [contenteditable], .field--half textarea, .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field--half [contenteditable] {
  border-radius: 6px;
  border: 1px solid #cdd7e4;
  height: 60px;
  margin-bottom: 0.35rem;
  outline: none;
  padding: 1rem;
  width: 100%;
  font-size: 1em;
  transition: 0.3s ease-in-out;
}
.field [type=color]:focus, .field--action [type=color]:focus, .field--half [type=color]:focus, .field [type=date]:focus, .field--action [type=date]:focus, .field--half [type=date]:focus, .field [type=datetime]:focus, .field--action [type=datetime]:focus, .field--half [type=datetime]:focus, .field [type=datetime-local]:focus, .field--action [type=datetime-local]:focus, .field--half [type=datetime-local]:focus, .field [type=email]:focus, .field--action [type=email]:focus, .field--half [type=email]:focus, .field [type=month]:focus, .field--action [type=month]:focus, .field--half [type=month]:focus, .field [type=number]:focus, .field--action [type=number]:focus, .field--half [type=number]:focus, .field [type=password]:focus, .field--action [type=password]:focus, .field--half [type=password]:focus, .field [type=search]:focus, .field--action [type=search]:focus, .field--half [type=search]:focus, .field [type=tel]:focus, .field--action [type=tel]:focus, .field--half [type=tel]:focus, .field [type=text]:focus, .field--action [type=text]:focus, .field--half [type=text]:focus, .field [type=time]:focus, .field--action [type=time]:focus, .field--half [type=time]:focus, .field [type=url]:focus, .field--action [type=url]:focus, .field--half [type=url]:focus, .field [type=week]:focus, .field--action [type=week]:focus, .field--half [type=week]:focus, .field input:not([type]):focus, .field--action input:not([type]):focus, .field--half input:not([type]):focus, .field textarea:focus, .field .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .field [contenteditable]:focus, .field--action textarea:focus, .field--action .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .field--action [contenteditable]:focus, .field--half textarea:focus, .field--half .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .field--half [contenteditable]:focus {
  border-color: #419ef8;
}
.field [type=color].error, .field--action [type=color].error, .field--half [type=color].error, .field [type=date].error, .field--action [type=date].error, .field--half [type=date].error, .field [type=datetime].error, .field--action [type=datetime].error, .field--half [type=datetime].error, .field [type=datetime-local].error, .field--action [type=datetime-local].error, .field--half [type=datetime-local].error, .field [type=email].error, .field--action [type=email].error, .field--half [type=email].error, .field [type=month].error, .field--action [type=month].error, .field--half [type=month].error, .field [type=number].error, .field--action [type=number].error, .field--half [type=number].error, .field [type=password].error, .field--action [type=password].error, .field--half [type=password].error, .field [type=search].error, .field--action [type=search].error, .field--half [type=search].error, .field [type=tel].error, .field--action [type=tel].error, .field--half [type=tel].error, .field [type=text].error, .field--action [type=text].error, .field--half [type=text].error, .field [type=time].error, .field--action [type=time].error, .field--half [type=time].error, .field [type=url].error, .field--action [type=url].error, .field--half [type=url].error, .field [type=week].error, .field--action [type=week].error, .field--half [type=week].error, .field input:not([type]).error, .field--action input:not([type]).error, .field--half input:not([type]).error, .field textarea.error, .field .tiptap-element.textarea .error[contenteditable], .tiptap-element.textarea .field .error[contenteditable], .field--action textarea.error, .field--action .tiptap-element.textarea .error[contenteditable], .tiptap-element.textarea .field--action .error[contenteditable], .field--half textarea.error, .field--half .tiptap-element.textarea .error[contenteditable], .tiptap-element.textarea .field--half .error[contenteditable] {
  border-color: #fa105d;
}
.field [type=color]:valid, .field--action [type=color]:valid, .field--half [type=color]:valid, .field [type=date]:valid, .field--action [type=date]:valid, .field--half [type=date]:valid, .field [type=datetime]:valid, .field--action [type=datetime]:valid, .field--half [type=datetime]:valid, .field [type=datetime-local]:valid, .field--action [type=datetime-local]:valid, .field--half [type=datetime-local]:valid, .field [type=email]:valid, .field--action [type=email]:valid, .field--half [type=email]:valid, .field [type=month]:valid, .field--action [type=month]:valid, .field--half [type=month]:valid, .field [type=number]:valid, .field--action [type=number]:valid, .field--half [type=number]:valid, .field [type=password]:valid, .field--action [type=password]:valid, .field--half [type=password]:valid, .field [type=search]:valid, .field--action [type=search]:valid, .field--half [type=search]:valid, .field [type=tel]:valid, .field--action [type=tel]:valid, .field--half [type=tel]:valid, .field [type=text]:valid, .field--action [type=text]:valid, .field--half [type=text]:valid, .field [type=time]:valid, .field--action [type=time]:valid, .field--half [type=time]:valid, .field [type=url]:valid, .field--action [type=url]:valid, .field--half [type=url]:valid, .field [type=week]:valid, .field--action [type=week]:valid, .field--half [type=week]:valid, .field input:not([type]):valid, .field--action input:not([type]):valid, .field--half input:not([type]):valid, .field textarea:valid, .field .tiptap-element.textarea [contenteditable]:valid, .tiptap-element.textarea .field [contenteditable]:valid, .field--action textarea:valid, .field--action .tiptap-element.textarea [contenteditable]:valid, .tiptap-element.textarea .field--action [contenteditable]:valid, .field--half textarea:valid, .field--half .tiptap-element.textarea [contenteditable]:valid, .tiptap-element.textarea .field--half [contenteditable]:valid {
  padding: 30px 1rem 12px;
}
.field [type=color]:valid ~ label, .field--action [type=color]:valid ~ label, .field--half [type=color]:valid ~ label,
.field [type=color] .valid-label,
.field--action [type=color] .valid-label,
.field--half [type=color] .valid-label, .field [type=date]:valid ~ label, .field--action [type=date]:valid ~ label, .field--half [type=date]:valid ~ label,
.field [type=date] .valid-label,
.field--action [type=date] .valid-label,
.field--half [type=date] .valid-label, .field [type=datetime]:valid ~ label, .field--action [type=datetime]:valid ~ label, .field--half [type=datetime]:valid ~ label,
.field [type=datetime] .valid-label,
.field--action [type=datetime] .valid-label,
.field--half [type=datetime] .valid-label, .field [type=datetime-local]:valid ~ label, .field--action [type=datetime-local]:valid ~ label, .field--half [type=datetime-local]:valid ~ label,
.field [type=datetime-local] .valid-label,
.field--action [type=datetime-local] .valid-label,
.field--half [type=datetime-local] .valid-label, .field [type=email]:valid ~ label, .field--action [type=email]:valid ~ label, .field--half [type=email]:valid ~ label,
.field [type=email] .valid-label,
.field--action [type=email] .valid-label,
.field--half [type=email] .valid-label, .field [type=month]:valid ~ label, .field--action [type=month]:valid ~ label, .field--half [type=month]:valid ~ label,
.field [type=month] .valid-label,
.field--action [type=month] .valid-label,
.field--half [type=month] .valid-label, .field [type=number]:valid ~ label, .field--action [type=number]:valid ~ label, .field--half [type=number]:valid ~ label,
.field [type=number] .valid-label,
.field--action [type=number] .valid-label,
.field--half [type=number] .valid-label, .field [type=password]:valid ~ label, .field--action [type=password]:valid ~ label, .field--half [type=password]:valid ~ label,
.field [type=password] .valid-label,
.field--action [type=password] .valid-label,
.field--half [type=password] .valid-label, .field [type=search]:valid ~ label, .field--action [type=search]:valid ~ label, .field--half [type=search]:valid ~ label,
.field [type=search] .valid-label,
.field--action [type=search] .valid-label,
.field--half [type=search] .valid-label, .field [type=tel]:valid ~ label, .field--action [type=tel]:valid ~ label, .field--half [type=tel]:valid ~ label,
.field [type=tel] .valid-label,
.field--action [type=tel] .valid-label,
.field--half [type=tel] .valid-label, .field [type=text]:valid ~ label, .field--action [type=text]:valid ~ label, .field--half [type=text]:valid ~ label,
.field [type=text] .valid-label,
.field--action [type=text] .valid-label,
.field--half [type=text] .valid-label, .field [type=time]:valid ~ label, .field--action [type=time]:valid ~ label, .field--half [type=time]:valid ~ label,
.field [type=time] .valid-label,
.field--action [type=time] .valid-label,
.field--half [type=time] .valid-label, .field [type=url]:valid ~ label, .field--action [type=url]:valid ~ label, .field--half [type=url]:valid ~ label,
.field [type=url] .valid-label,
.field--action [type=url] .valid-label,
.field--half [type=url] .valid-label, .field [type=week]:valid ~ label, .field--action [type=week]:valid ~ label, .field--half [type=week]:valid ~ label,
.field [type=week] .valid-label,
.field--action [type=week] .valid-label,
.field--half [type=week] .valid-label, .field input:not([type]):valid ~ label, .field--action input:not([type]):valid ~ label, .field--half input:not([type]):valid ~ label,
.field input:not([type]) .valid-label,
.field--action input:not([type]) .valid-label,
.field--half input:not([type]) .valid-label, .field textarea:valid ~ label, .field .tiptap-element.textarea.checklist-input [contenteditable]:valid ~ label, .tiptap-element.textarea.checklist-input .field [contenteditable]:valid ~ label, .field .tiptap-element.textarea [contenteditable]:valid ~ label, .tiptap-element.textarea .field [contenteditable]:valid ~ label, .field--action textarea:valid ~ label, .field--action .tiptap-element.textarea.checklist-input [contenteditable]:valid ~ label, .tiptap-element.textarea.checklist-input .field--action [contenteditable]:valid ~ label, .field--action .tiptap-element.textarea [contenteditable]:valid ~ label, .tiptap-element.textarea .field--action [contenteditable]:valid ~ label, .field--half textarea:valid ~ label, .field--half .tiptap-element.textarea.checklist-input [contenteditable]:valid ~ label, .tiptap-element.textarea.checklist-input .field--half [contenteditable]:valid ~ label, .field--half .tiptap-element.textarea [contenteditable]:valid ~ label, .tiptap-element.textarea .field--half [contenteditable]:valid ~ label,
.field textarea .valid-label,
.field .tiptap-element.textarea.checklist-input [contenteditable] .valid-label,
.tiptap-element.textarea.checklist-input .field [contenteditable] .valid-label,
.field .tiptap-element.textarea [contenteditable] .valid-label,
.tiptap-element.textarea .field [contenteditable] .valid-label,
.field--action textarea .valid-label,
.field--action .tiptap-element.textarea.checklist-input [contenteditable] .valid-label,
.tiptap-element.textarea.checklist-input .field--action [contenteditable] .valid-label,
.field--action .tiptap-element.textarea [contenteditable] .valid-label,
.tiptap-element.textarea .field--action [contenteditable] .valid-label,
.field--half textarea .valid-label,
.field--half .tiptap-element.textarea.checklist-input [contenteditable] .valid-label,
.tiptap-element.textarea.checklist-input .field--half [contenteditable] .valid-label,
.field--half .tiptap-element.textarea [contenteditable] .valid-label,
.tiptap-element.textarea .field--half [contenteditable] .valid-label {
  opacity: 1;
  top: 8px;
}
.field [type=color]::placeholder, .field--action [type=color]::placeholder, .field--half [type=color]::placeholder, .field [type=date]::placeholder, .field--action [type=date]::placeholder, .field--half [type=date]::placeholder, .field [type=datetime]::placeholder, .field--action [type=datetime]::placeholder, .field--half [type=datetime]::placeholder, .field [type=datetime-local]::placeholder, .field--action [type=datetime-local]::placeholder, .field--half [type=datetime-local]::placeholder, .field [type=email]::placeholder, .field--action [type=email]::placeholder, .field--half [type=email]::placeholder, .field [type=month]::placeholder, .field--action [type=month]::placeholder, .field--half [type=month]::placeholder, .field [type=number]::placeholder, .field--action [type=number]::placeholder, .field--half [type=number]::placeholder, .field [type=password]::placeholder, .field--action [type=password]::placeholder, .field--half [type=password]::placeholder, .field [type=search]::placeholder, .field--action [type=search]::placeholder, .field--half [type=search]::placeholder, .field [type=tel]::placeholder, .field--action [type=tel]::placeholder, .field--half [type=tel]::placeholder, .field [type=text]::placeholder, .field--action [type=text]::placeholder, .field--half [type=text]::placeholder, .field [type=time]::placeholder, .field--action [type=time]::placeholder, .field--half [type=time]::placeholder, .field [type=url]::placeholder, .field--action [type=url]::placeholder, .field--half [type=url]::placeholder, .field [type=week]::placeholder, .field--action [type=week]::placeholder, .field--half [type=week]::placeholder, .field input:not([type])::placeholder, .field--action input:not([type])::placeholder, .field--half input:not([type])::placeholder, .field textarea::placeholder, .field .tiptap-element.textarea [contenteditable]::placeholder, .tiptap-element.textarea .field [contenteditable]::placeholder, .field--action textarea::placeholder, .field--action .tiptap-element.textarea [contenteditable]::placeholder, .tiptap-element.textarea .field--action [contenteditable]::placeholder, .field--half textarea::placeholder, .field--half .tiptap-element.textarea [contenteditable]::placeholder, .tiptap-element.textarea .field--half [contenteditable]::placeholder {
  color: #96a3b6;
}
.field [type=color]:disabled ~ label, .field--action [type=color]:disabled ~ label, .field--half [type=color]:disabled ~ label,
.field [type=color] .valid-label,
.field--action [type=color] .valid-label,
.field--half [type=color] .valid-label, .field [type=date]:disabled ~ label, .field--action [type=date]:disabled ~ label, .field--half [type=date]:disabled ~ label,
.field [type=date] .valid-label,
.field--action [type=date] .valid-label,
.field--half [type=date] .valid-label, .field [type=datetime]:disabled ~ label, .field--action [type=datetime]:disabled ~ label, .field--half [type=datetime]:disabled ~ label,
.field [type=datetime] .valid-label,
.field--action [type=datetime] .valid-label,
.field--half [type=datetime] .valid-label, .field [type=datetime-local]:disabled ~ label, .field--action [type=datetime-local]:disabled ~ label, .field--half [type=datetime-local]:disabled ~ label,
.field [type=datetime-local] .valid-label,
.field--action [type=datetime-local] .valid-label,
.field--half [type=datetime-local] .valid-label, .field [type=email]:disabled ~ label, .field--action [type=email]:disabled ~ label, .field--half [type=email]:disabled ~ label,
.field [type=email] .valid-label,
.field--action [type=email] .valid-label,
.field--half [type=email] .valid-label, .field [type=month]:disabled ~ label, .field--action [type=month]:disabled ~ label, .field--half [type=month]:disabled ~ label,
.field [type=month] .valid-label,
.field--action [type=month] .valid-label,
.field--half [type=month] .valid-label, .field [type=number]:disabled ~ label, .field--action [type=number]:disabled ~ label, .field--half [type=number]:disabled ~ label,
.field [type=number] .valid-label,
.field--action [type=number] .valid-label,
.field--half [type=number] .valid-label, .field [type=password]:disabled ~ label, .field--action [type=password]:disabled ~ label, .field--half [type=password]:disabled ~ label,
.field [type=password] .valid-label,
.field--action [type=password] .valid-label,
.field--half [type=password] .valid-label, .field [type=search]:disabled ~ label, .field--action [type=search]:disabled ~ label, .field--half [type=search]:disabled ~ label,
.field [type=search] .valid-label,
.field--action [type=search] .valid-label,
.field--half [type=search] .valid-label, .field [type=tel]:disabled ~ label, .field--action [type=tel]:disabled ~ label, .field--half [type=tel]:disabled ~ label,
.field [type=tel] .valid-label,
.field--action [type=tel] .valid-label,
.field--half [type=tel] .valid-label, .field [type=text]:disabled ~ label, .field--action [type=text]:disabled ~ label, .field--half [type=text]:disabled ~ label,
.field [type=text] .valid-label,
.field--action [type=text] .valid-label,
.field--half [type=text] .valid-label, .field [type=time]:disabled ~ label, .field--action [type=time]:disabled ~ label, .field--half [type=time]:disabled ~ label,
.field [type=time] .valid-label,
.field--action [type=time] .valid-label,
.field--half [type=time] .valid-label, .field [type=url]:disabled ~ label, .field--action [type=url]:disabled ~ label, .field--half [type=url]:disabled ~ label,
.field [type=url] .valid-label,
.field--action [type=url] .valid-label,
.field--half [type=url] .valid-label, .field [type=week]:disabled ~ label, .field--action [type=week]:disabled ~ label, .field--half [type=week]:disabled ~ label,
.field [type=week] .valid-label,
.field--action [type=week] .valid-label,
.field--half [type=week] .valid-label, .field input:not([type]):disabled ~ label, .field--action input:not([type]):disabled ~ label, .field--half input:not([type]):disabled ~ label,
.field input:not([type]) .valid-label,
.field--action input:not([type]) .valid-label,
.field--half input:not([type]) .valid-label, .field textarea:disabled ~ label, .field .tiptap-element.textarea.checklist-input [contenteditable]:disabled ~ label, .tiptap-element.textarea.checklist-input .field [contenteditable]:disabled ~ label, .field .tiptap-element.textarea [contenteditable]:disabled ~ label, .tiptap-element.textarea .field [contenteditable]:disabled ~ label, .field--action textarea:disabled ~ label, .field--action .tiptap-element.textarea.checklist-input [contenteditable]:disabled ~ label, .tiptap-element.textarea.checklist-input .field--action [contenteditable]:disabled ~ label, .field--action .tiptap-element.textarea [contenteditable]:disabled ~ label, .tiptap-element.textarea .field--action [contenteditable]:disabled ~ label, .field--half textarea:disabled ~ label, .field--half .tiptap-element.textarea.checklist-input [contenteditable]:disabled ~ label, .tiptap-element.textarea.checklist-input .field--half [contenteditable]:disabled ~ label, .field--half .tiptap-element.textarea [contenteditable]:disabled ~ label, .tiptap-element.textarea .field--half [contenteditable]:disabled ~ label,
.field textarea .valid-label,
.field .tiptap-element.textarea.checklist-input [contenteditable] .valid-label,
.tiptap-element.textarea.checklist-input .field [contenteditable] .valid-label,
.field .tiptap-element.textarea [contenteditable] .valid-label,
.tiptap-element.textarea .field [contenteditable] .valid-label,
.field--action textarea .valid-label,
.field--action .tiptap-element.textarea.checklist-input [contenteditable] .valid-label,
.tiptap-element.textarea.checklist-input .field--action [contenteditable] .valid-label,
.field--action .tiptap-element.textarea [contenteditable] .valid-label,
.tiptap-element.textarea .field--action [contenteditable] .valid-label,
.field--half textarea .valid-label,
.field--half .tiptap-element.textarea.checklist-input [contenteditable] .valid-label,
.tiptap-element.textarea.checklist-input .field--half [contenteditable] .valid-label,
.field--half .tiptap-element.textarea [contenteditable] .valid-label,
.tiptap-element.textarea .field--half [contenteditable] .valid-label {
  opacity: 1;
  top: 8px;
}
.field [type=color]:disabled, .field--action [type=color]:disabled, .field--half [type=color]:disabled, .field [type=date]:disabled, .field--action [type=date]:disabled, .field--half [type=date]:disabled, .field [type=datetime]:disabled, .field--action [type=datetime]:disabled, .field--half [type=datetime]:disabled, .field [type=datetime-local]:disabled, .field--action [type=datetime-local]:disabled, .field--half [type=datetime-local]:disabled, .field [type=email]:disabled, .field--action [type=email]:disabled, .field--half [type=email]:disabled, .field [type=month]:disabled, .field--action [type=month]:disabled, .field--half [type=month]:disabled, .field [type=number]:disabled, .field--action [type=number]:disabled, .field--half [type=number]:disabled, .field [type=password]:disabled, .field--action [type=password]:disabled, .field--half [type=password]:disabled, .field [type=search]:disabled, .field--action [type=search]:disabled, .field--half [type=search]:disabled, .field [type=tel]:disabled, .field--action [type=tel]:disabled, .field--half [type=tel]:disabled, .field [type=text]:disabled, .field--action [type=text]:disabled, .field--half [type=text]:disabled, .field [type=time]:disabled, .field--action [type=time]:disabled, .field--half [type=time]:disabled, .field [type=url]:disabled, .field--action [type=url]:disabled, .field--half [type=url]:disabled, .field [type=week]:disabled, .field--action [type=week]:disabled, .field--half [type=week]:disabled, .field input:not([type]):disabled, .field--action input:not([type]):disabled, .field--half input:not([type]):disabled, .field textarea:disabled, .field .tiptap-element.textarea [contenteditable]:disabled, .tiptap-element.textarea .field [contenteditable]:disabled, .field--action textarea:disabled, .field--action .tiptap-element.textarea [contenteditable]:disabled, .tiptap-element.textarea .field--action [contenteditable]:disabled, .field--half textarea:disabled, .field--half .tiptap-element.textarea [contenteditable]:disabled, .tiptap-element.textarea .field--half [contenteditable]:disabled {
  background: #f4f9fc;
  color: #515d79;
  padding: 30px 1rem 12px;
}
.field.limit-padding textarea, .field.limit-padding .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field.limit-padding [contenteditable], .limit-padding.field--action textarea, .limit-padding.field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .limit-padding.field--action [contenteditable], .limit-padding.field--half textarea, .limit-padding.field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .limit-padding.field--half [contenteditable] {
  padding: 1rem;
}
.field textarea, .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field [contenteditable], .field--action textarea, .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field--action [contenteditable], .field--half textarea, .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field--half [contenteditable] {
  cursor: text !important;
  height: 10rem;
  line-height: 1.5;
}
.field textarea ~ label, .field .tiptap-element.textarea [contenteditable] ~ label, .tiptap-element.textarea .field [contenteditable] ~ label, .field--action textarea ~ label, .field--action .tiptap-element.textarea [contenteditable] ~ label, .tiptap-element.textarea .field--action [contenteditable] ~ label, .field--half textarea ~ label, .field--half .tiptap-element.textarea [contenteditable] ~ label, .tiptap-element.textarea .field--half [contenteditable] ~ label {
  background: white;
  border-radius: 5px;
  left: 1px;
  padding: 8px 8px 4px 1rem;
  top: 1px;
}
.field textarea:valid ~ label, .field .tiptap-element.textarea [contenteditable]:valid ~ label, .tiptap-element.textarea .field [contenteditable]:valid ~ label, .field--action textarea:valid ~ label, .field--action .tiptap-element.textarea [contenteditable]:valid ~ label, .tiptap-element.textarea .field--action [contenteditable]:valid ~ label, .field--half textarea:valid ~ label, .field--half .tiptap-element.textarea [contenteditable]:valid ~ label, .tiptap-element.textarea .field--half [contenteditable]:valid ~ label,
.field textarea .valid-label,
.field .tiptap-element.textarea [contenteditable] .valid-label,
.tiptap-element.textarea .field [contenteditable] .valid-label,
.field--action textarea .valid-label,
.field--action .tiptap-element.textarea [contenteditable] .valid-label,
.tiptap-element.textarea .field--action [contenteditable] .valid-label,
.field--half textarea .valid-label,
.field--half .tiptap-element.textarea [contenteditable] .valid-label,
.tiptap-element.textarea .field--half [contenteditable] .valid-label {
  top: 1px;
  width: 99%;
}
.field [type=color]:focus ~ label, .field--action [type=color]:focus ~ label, .field--half [type=color]:focus ~ label, .field [type=date]:focus ~ label, .field--action [type=date]:focus ~ label, .field--half [type=date]:focus ~ label, .field [type=datetime]:focus ~ label, .field--action [type=datetime]:focus ~ label, .field--half [type=datetime]:focus ~ label, .field [type=datetime-local]:focus ~ label, .field--action [type=datetime-local]:focus ~ label, .field--half [type=datetime-local]:focus ~ label, .field [type=email]:focus ~ label, .field--action [type=email]:focus ~ label, .field--half [type=email]:focus ~ label, .field [type=month]:focus ~ label, .field--action [type=month]:focus ~ label, .field--half [type=month]:focus ~ label, .field [type=number]:focus ~ label, .field--action [type=number]:focus ~ label, .field--half [type=number]:focus ~ label, .field [type=password]:focus ~ label, .field--action [type=password]:focus ~ label, .field--half [type=password]:focus ~ label, .field [type=search]:focus ~ label, .field--action [type=search]:focus ~ label, .field--half [type=search]:focus ~ label, .field [type=tel]:focus ~ label, .field--action [type=tel]:focus ~ label, .field--half [type=tel]:focus ~ label, .field [type=text]:focus ~ label, .field--action [type=text]:focus ~ label, .field--half [type=text]:focus ~ label, .field [type=time]:focus ~ label, .field--action [type=time]:focus ~ label, .field--half [type=time]:focus ~ label, .field [type=url]:focus ~ label, .field--action [type=url]:focus ~ label, .field--half [type=url]:focus ~ label, .field [type=week]:focus ~ label, .field--action [type=week]:focus ~ label, .field--half [type=week]:focus ~ label, .field input:not([type]):focus ~ label, .field--action input:not([type]):focus ~ label, .field--half input:not([type]):focus ~ label, .field textarea:focus ~ label, .field .tiptap-element.textarea.checklist-input [contenteditable]:focus ~ label, .tiptap-element.textarea.checklist-input .field [contenteditable]:focus ~ label, .field .tiptap-element.textarea [contenteditable]:focus ~ label, .tiptap-element.textarea .field [contenteditable]:focus ~ label, .field--action textarea:focus ~ label, .field--action .tiptap-element.textarea.checklist-input [contenteditable]:focus ~ label, .tiptap-element.textarea.checklist-input .field--action [contenteditable]:focus ~ label, .field--action .tiptap-element.textarea [contenteditable]:focus ~ label, .tiptap-element.textarea .field--action [contenteditable]:focus ~ label, .field--half textarea:focus ~ label, .field--half .tiptap-element.textarea.checklist-input [contenteditable]:focus ~ label, .tiptap-element.textarea.checklist-input .field--half [contenteditable]:focus ~ label, .field--half .tiptap-element.textarea [contenteditable]:focus ~ label, .tiptap-element.textarea .field--half [contenteditable]:focus ~ label,
.field [type=color]:active ~ label,
.field--action [type=color]:active ~ label,
.field--half [type=color]:active ~ label, .field [type=date]:active ~ label, .field--action [type=date]:active ~ label, .field--half [type=date]:active ~ label, .field [type=datetime]:active ~ label, .field--action [type=datetime]:active ~ label, .field--half [type=datetime]:active ~ label, .field [type=datetime-local]:active ~ label, .field--action [type=datetime-local]:active ~ label, .field--half [type=datetime-local]:active ~ label, .field [type=email]:active ~ label, .field--action [type=email]:active ~ label, .field--half [type=email]:active ~ label, .field [type=month]:active ~ label, .field--action [type=month]:active ~ label, .field--half [type=month]:active ~ label, .field [type=number]:active ~ label, .field--action [type=number]:active ~ label, .field--half [type=number]:active ~ label, .field [type=password]:active ~ label, .field--action [type=password]:active ~ label, .field--half [type=password]:active ~ label, .field [type=search]:active ~ label, .field--action [type=search]:active ~ label, .field--half [type=search]:active ~ label, .field [type=tel]:active ~ label, .field--action [type=tel]:active ~ label, .field--half [type=tel]:active ~ label, .field [type=text]:active ~ label, .field--action [type=text]:active ~ label, .field--half [type=text]:active ~ label, .field [type=time]:active ~ label, .field--action [type=time]:active ~ label, .field--half [type=time]:active ~ label, .field [type=url]:active ~ label, .field--action [type=url]:active ~ label, .field--half [type=url]:active ~ label, .field [type=week]:active ~ label, .field--action [type=week]:active ~ label, .field--half [type=week]:active ~ label, .field input:not([type]):active ~ label, .field--action input:not([type]):active ~ label, .field--half input:not([type]):active ~ label, .field textarea:active ~ label, .field .tiptap-element.textarea.checklist-input [contenteditable]:active ~ label, .tiptap-element.textarea.checklist-input .field [contenteditable]:active ~ label, .field .tiptap-element.textarea [contenteditable]:active ~ label, .tiptap-element.textarea .field [contenteditable]:active ~ label, .field--action textarea:active ~ label, .field--action .tiptap-element.textarea.checklist-input [contenteditable]:active ~ label, .tiptap-element.textarea.checklist-input .field--action [contenteditable]:active ~ label, .field--action .tiptap-element.textarea [contenteditable]:active ~ label, .tiptap-element.textarea .field--action [contenteditable]:active ~ label, .field--half textarea:active ~ label, .field--half .tiptap-element.textarea.checklist-input [contenteditable]:active ~ label, .tiptap-element.textarea.checklist-input .field--half [contenteditable]:active ~ label, .field--half .tiptap-element.textarea [contenteditable]:active ~ label, .tiptap-element.textarea .field--half [contenteditable]:active ~ label {
  color: #419ef8;
  transition: 0.3s ease-in-out;
}
.field [type=color]:focus.disabled, .field--action [type=color]:focus.disabled, .field--half [type=color]:focus.disabled, .field [type=date]:focus.disabled, .field--action [type=date]:focus.disabled, .field--half [type=date]:focus.disabled, .field [type=datetime]:focus.disabled, .field--action [type=datetime]:focus.disabled, .field--half [type=datetime]:focus.disabled, .field [type=datetime-local]:focus.disabled, .field--action [type=datetime-local]:focus.disabled, .field--half [type=datetime-local]:focus.disabled, .field [type=email]:focus.disabled, .field--action [type=email]:focus.disabled, .field--half [type=email]:focus.disabled, .field [type=month]:focus.disabled, .field--action [type=month]:focus.disabled, .field--half [type=month]:focus.disabled, .field [type=number]:focus.disabled, .field--action [type=number]:focus.disabled, .field--half [type=number]:focus.disabled, .field [type=password]:focus.disabled, .field--action [type=password]:focus.disabled, .field--half [type=password]:focus.disabled, .field [type=search]:focus.disabled, .field--action [type=search]:focus.disabled, .field--half [type=search]:focus.disabled, .field [type=tel]:focus.disabled, .field--action [type=tel]:focus.disabled, .field--half [type=tel]:focus.disabled, .field [type=text]:focus.disabled, .field--action [type=text]:focus.disabled, .field--half [type=text]:focus.disabled, .field [type=time]:focus.disabled, .field--action [type=time]:focus.disabled, .field--half [type=time]:focus.disabled, .field [type=url]:focus.disabled, .field--action [type=url]:focus.disabled, .field--half [type=url]:focus.disabled, .field [type=week]:focus.disabled, .field--action [type=week]:focus.disabled, .field--half [type=week]:focus.disabled, .field input:not([type]):focus.disabled, .field--action input:not([type]):focus.disabled, .field--half input:not([type]):focus.disabled, .field textarea:focus.disabled, .field .tiptap-element.textarea.checklist-input [contenteditable]:focus.disabled, .tiptap-element.textarea.checklist-input .field [contenteditable]:focus.disabled, .field .tiptap-element.textarea [contenteditable]:focus.disabled, .tiptap-element.textarea .field [contenteditable]:focus.disabled, .field--action textarea:focus.disabled, .field--action .tiptap-element.textarea.checklist-input [contenteditable]:focus.disabled, .tiptap-element.textarea.checklist-input .field--action [contenteditable]:focus.disabled, .field--action .tiptap-element.textarea [contenteditable]:focus.disabled, .tiptap-element.textarea .field--action [contenteditable]:focus.disabled, .field--half textarea:focus.disabled, .field--half .tiptap-element.textarea.checklist-input [contenteditable]:focus.disabled, .tiptap-element.textarea.checklist-input .field--half [contenteditable]:focus.disabled, .field--half .tiptap-element.textarea [contenteditable]:focus.disabled, .tiptap-element.textarea .field--half [contenteditable]:focus.disabled,
.field [type=color]:active.disabled,
.field--action [type=color]:active.disabled,
.field--half [type=color]:active.disabled, .field [type=date]:active.disabled, .field--action [type=date]:active.disabled, .field--half [type=date]:active.disabled, .field [type=datetime]:active.disabled, .field--action [type=datetime]:active.disabled, .field--half [type=datetime]:active.disabled, .field [type=datetime-local]:active.disabled, .field--action [type=datetime-local]:active.disabled, .field--half [type=datetime-local]:active.disabled, .field [type=email]:active.disabled, .field--action [type=email]:active.disabled, .field--half [type=email]:active.disabled, .field [type=month]:active.disabled, .field--action [type=month]:active.disabled, .field--half [type=month]:active.disabled, .field [type=number]:active.disabled, .field--action [type=number]:active.disabled, .field--half [type=number]:active.disabled, .field [type=password]:active.disabled, .field--action [type=password]:active.disabled, .field--half [type=password]:active.disabled, .field [type=search]:active.disabled, .field--action [type=search]:active.disabled, .field--half [type=search]:active.disabled, .field [type=tel]:active.disabled, .field--action [type=tel]:active.disabled, .field--half [type=tel]:active.disabled, .field [type=text]:active.disabled, .field--action [type=text]:active.disabled, .field--half [type=text]:active.disabled, .field [type=time]:active.disabled, .field--action [type=time]:active.disabled, .field--half [type=time]:active.disabled, .field [type=url]:active.disabled, .field--action [type=url]:active.disabled, .field--half [type=url]:active.disabled, .field [type=week]:active.disabled, .field--action [type=week]:active.disabled, .field--half [type=week]:active.disabled, .field input:not([type]):active.disabled, .field--action input:not([type]):active.disabled, .field--half input:not([type]):active.disabled, .field textarea:active.disabled, .field .tiptap-element.textarea.checklist-input [contenteditable]:active.disabled, .tiptap-element.textarea.checklist-input .field [contenteditable]:active.disabled, .field .tiptap-element.textarea [contenteditable]:active.disabled, .tiptap-element.textarea .field [contenteditable]:active.disabled, .field--action textarea:active.disabled, .field--action .tiptap-element.textarea.checklist-input [contenteditable]:active.disabled, .tiptap-element.textarea.checklist-input .field--action [contenteditable]:active.disabled, .field--action .tiptap-element.textarea [contenteditable]:active.disabled, .tiptap-element.textarea .field--action [contenteditable]:active.disabled, .field--half textarea:active.disabled, .field--half .tiptap-element.textarea.checklist-input [contenteditable]:active.disabled, .tiptap-element.textarea.checklist-input .field--half [contenteditable]:active.disabled, .field--half .tiptap-element.textarea [contenteditable]:active.disabled, .tiptap-element.textarea .field--half [contenteditable]:active.disabled {
  color: #96a3b6;
}
.field [type=color]:focus.disabled ~ label, .field--action [type=color]:focus.disabled ~ label, .field--half [type=color]:focus.disabled ~ label, .field [type=date]:focus.disabled ~ label, .field--action [type=date]:focus.disabled ~ label, .field--half [type=date]:focus.disabled ~ label, .field [type=datetime]:focus.disabled ~ label, .field--action [type=datetime]:focus.disabled ~ label, .field--half [type=datetime]:focus.disabled ~ label, .field [type=datetime-local]:focus.disabled ~ label, .field--action [type=datetime-local]:focus.disabled ~ label, .field--half [type=datetime-local]:focus.disabled ~ label, .field [type=email]:focus.disabled ~ label, .field--action [type=email]:focus.disabled ~ label, .field--half [type=email]:focus.disabled ~ label, .field [type=month]:focus.disabled ~ label, .field--action [type=month]:focus.disabled ~ label, .field--half [type=month]:focus.disabled ~ label, .field [type=number]:focus.disabled ~ label, .field--action [type=number]:focus.disabled ~ label, .field--half [type=number]:focus.disabled ~ label, .field [type=password]:focus.disabled ~ label, .field--action [type=password]:focus.disabled ~ label, .field--half [type=password]:focus.disabled ~ label, .field [type=search]:focus.disabled ~ label, .field--action [type=search]:focus.disabled ~ label, .field--half [type=search]:focus.disabled ~ label, .field [type=tel]:focus.disabled ~ label, .field--action [type=tel]:focus.disabled ~ label, .field--half [type=tel]:focus.disabled ~ label, .field [type=text]:focus.disabled ~ label, .field--action [type=text]:focus.disabled ~ label, .field--half [type=text]:focus.disabled ~ label, .field [type=time]:focus.disabled ~ label, .field--action [type=time]:focus.disabled ~ label, .field--half [type=time]:focus.disabled ~ label, .field [type=url]:focus.disabled ~ label, .field--action [type=url]:focus.disabled ~ label, .field--half [type=url]:focus.disabled ~ label, .field [type=week]:focus.disabled ~ label, .field--action [type=week]:focus.disabled ~ label, .field--half [type=week]:focus.disabled ~ label, .field input:not([type]):focus.disabled ~ label, .field--action input:not([type]):focus.disabled ~ label, .field--half input:not([type]):focus.disabled ~ label, .field textarea:focus.disabled ~ label, .field .tiptap-element.textarea.checklist-input [contenteditable]:focus.disabled ~ label, .tiptap-element.textarea.checklist-input .field [contenteditable]:focus.disabled ~ label, .field .tiptap-element.textarea [contenteditable]:focus.disabled ~ label, .tiptap-element.textarea .field [contenteditable]:focus.disabled ~ label, .field--action textarea:focus.disabled ~ label, .field--action .tiptap-element.textarea.checklist-input [contenteditable]:focus.disabled ~ label, .tiptap-element.textarea.checklist-input .field--action [contenteditable]:focus.disabled ~ label, .field--action .tiptap-element.textarea [contenteditable]:focus.disabled ~ label, .tiptap-element.textarea .field--action [contenteditable]:focus.disabled ~ label, .field--half textarea:focus.disabled ~ label, .field--half .tiptap-element.textarea.checklist-input [contenteditable]:focus.disabled ~ label, .tiptap-element.textarea.checklist-input .field--half [contenteditable]:focus.disabled ~ label, .field--half .tiptap-element.textarea [contenteditable]:focus.disabled ~ label, .tiptap-element.textarea .field--half [contenteditable]:focus.disabled ~ label,
.field [type=color]:active.disabled ~ label,
.field--action [type=color]:active.disabled ~ label,
.field--half [type=color]:active.disabled ~ label, .field [type=date]:active.disabled ~ label, .field--action [type=date]:active.disabled ~ label, .field--half [type=date]:active.disabled ~ label, .field [type=datetime]:active.disabled ~ label, .field--action [type=datetime]:active.disabled ~ label, .field--half [type=datetime]:active.disabled ~ label, .field [type=datetime-local]:active.disabled ~ label, .field--action [type=datetime-local]:active.disabled ~ label, .field--half [type=datetime-local]:active.disabled ~ label, .field [type=email]:active.disabled ~ label, .field--action [type=email]:active.disabled ~ label, .field--half [type=email]:active.disabled ~ label, .field [type=month]:active.disabled ~ label, .field--action [type=month]:active.disabled ~ label, .field--half [type=month]:active.disabled ~ label, .field [type=number]:active.disabled ~ label, .field--action [type=number]:active.disabled ~ label, .field--half [type=number]:active.disabled ~ label, .field [type=password]:active.disabled ~ label, .field--action [type=password]:active.disabled ~ label, .field--half [type=password]:active.disabled ~ label, .field [type=search]:active.disabled ~ label, .field--action [type=search]:active.disabled ~ label, .field--half [type=search]:active.disabled ~ label, .field [type=tel]:active.disabled ~ label, .field--action [type=tel]:active.disabled ~ label, .field--half [type=tel]:active.disabled ~ label, .field [type=text]:active.disabled ~ label, .field--action [type=text]:active.disabled ~ label, .field--half [type=text]:active.disabled ~ label, .field [type=time]:active.disabled ~ label, .field--action [type=time]:active.disabled ~ label, .field--half [type=time]:active.disabled ~ label, .field [type=url]:active.disabled ~ label, .field--action [type=url]:active.disabled ~ label, .field--half [type=url]:active.disabled ~ label, .field [type=week]:active.disabled ~ label, .field--action [type=week]:active.disabled ~ label, .field--half [type=week]:active.disabled ~ label, .field input:not([type]):active.disabled ~ label, .field--action input:not([type]):active.disabled ~ label, .field--half input:not([type]):active.disabled ~ label, .field textarea:active.disabled ~ label, .field .tiptap-element.textarea.checklist-input [contenteditable]:active.disabled ~ label, .tiptap-element.textarea.checklist-input .field [contenteditable]:active.disabled ~ label, .field .tiptap-element.textarea [contenteditable]:active.disabled ~ label, .tiptap-element.textarea .field [contenteditable]:active.disabled ~ label, .field--action textarea:active.disabled ~ label, .field--action .tiptap-element.textarea.checklist-input [contenteditable]:active.disabled ~ label, .tiptap-element.textarea.checklist-input .field--action [contenteditable]:active.disabled ~ label, .field--action .tiptap-element.textarea [contenteditable]:active.disabled ~ label, .tiptap-element.textarea .field--action [contenteditable]:active.disabled ~ label, .field--half textarea:active.disabled ~ label, .field--half .tiptap-element.textarea.checklist-input [contenteditable]:active.disabled ~ label, .tiptap-element.textarea.checklist-input .field--half [contenteditable]:active.disabled ~ label, .field--half .tiptap-element.textarea [contenteditable]:active.disabled ~ label, .tiptap-element.textarea .field--half [contenteditable]:active.disabled ~ label {
  color: #96a3b6;
}
.field input ~ label, .field--action input ~ label, .field--half input ~ label {
  font-size: 0.8rem;
  left: 1rem;
  opacity: 0;
  position: absolute;
  top: -8px;
}
.field.no-label [type=color], .no-label.field--action [type=color], .no-label.field--half [type=color], .field.no-label [type=date], .no-label.field--action [type=date], .no-label.field--half [type=date], .field.no-label [type=datetime], .no-label.field--action [type=datetime], .no-label.field--half [type=datetime], .field.no-label [type=datetime-local], .no-label.field--action [type=datetime-local], .no-label.field--half [type=datetime-local], .field.no-label [type=email], .no-label.field--action [type=email], .no-label.field--half [type=email], .field.no-label [type=month], .no-label.field--action [type=month], .no-label.field--half [type=month], .field.no-label [type=number], .no-label.field--action [type=number], .no-label.field--half [type=number], .field.no-label [type=password], .no-label.field--action [type=password], .no-label.field--half [type=password], .field.no-label [type=search], .no-label.field--action [type=search], .no-label.field--half [type=search], .field.no-label [type=tel], .no-label.field--action [type=tel], .no-label.field--half [type=tel], .field.no-label [type=text], .no-label.field--action [type=text], .no-label.field--half [type=text], .field.no-label [type=time], .no-label.field--action [type=time], .no-label.field--half [type=time], .field.no-label [type=url], .no-label.field--action [type=url], .no-label.field--half [type=url], .field.no-label [type=week], .no-label.field--action [type=week], .no-label.field--half [type=week], .field.no-label input:not([type]), .no-label.field--action input:not([type]), .no-label.field--half input:not([type]), .field.no-label textarea, .field.no-label .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field.no-label [contenteditable], .no-label.field--action textarea, .no-label.field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .no-label.field--action [contenteditable], .no-label.field--half textarea, .no-label.field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .no-label.field--half [contenteditable] {
  height: auto;
  padding: 1rem;
}
.field.no-label [type=color] [type=color]:active, .no-label.field--action [type=color] [type=color]:active, .no-label.field--half [type=color] [type=color]:active, .field.no-label [type=color] [type=date]:active, .no-label.field--action [type=color] [type=date]:active, .no-label.field--half [type=color] [type=date]:active, .field.no-label [type=color] [type=datetime]:active, .no-label.field--action [type=color] [type=datetime]:active, .no-label.field--half [type=color] [type=datetime]:active, .field.no-label [type=color] [type=datetime-local]:active, .no-label.field--action [type=color] [type=datetime-local]:active, .no-label.field--half [type=color] [type=datetime-local]:active, .field.no-label [type=color] [type=email]:active, .no-label.field--action [type=color] [type=email]:active, .no-label.field--half [type=color] [type=email]:active, .field.no-label [type=color] [type=month]:active, .no-label.field--action [type=color] [type=month]:active, .no-label.field--half [type=color] [type=month]:active, .field.no-label [type=color] [type=number]:active, .no-label.field--action [type=color] [type=number]:active, .no-label.field--half [type=color] [type=number]:active, .field.no-label [type=color] [type=password]:active, .no-label.field--action [type=color] [type=password]:active, .no-label.field--half [type=color] [type=password]:active, .field.no-label [type=color] [type=search]:active, .no-label.field--action [type=color] [type=search]:active, .no-label.field--half [type=color] [type=search]:active, .field.no-label [type=color] [type=tel]:active, .no-label.field--action [type=color] [type=tel]:active, .no-label.field--half [type=color] [type=tel]:active, .field.no-label [type=color] [type=text]:active, .no-label.field--action [type=color] [type=text]:active, .no-label.field--half [type=color] [type=text]:active, .field.no-label [type=color] [type=time]:active, .no-label.field--action [type=color] [type=time]:active, .no-label.field--half [type=color] [type=time]:active, .field.no-label [type=color] [type=url]:active, .no-label.field--action [type=color] [type=url]:active, .no-label.field--half [type=color] [type=url]:active, .field.no-label [type=color] [type=week]:active, .no-label.field--action [type=color] [type=week]:active, .no-label.field--half [type=color] [type=week]:active, .field.no-label [type=color] input:not([type]):active, .no-label.field--action [type=color] input:not([type]):active, .no-label.field--half [type=color] input:not([type]):active, .field.no-label [type=color] textarea:active, .field.no-label [type=color] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=color] [contenteditable]:active, .field.no-label [type=color] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=color] [contenteditable]:active, .no-label.field--action [type=color] textarea:active, .no-label.field--action [type=color] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=color] [contenteditable]:active, .no-label.field--action [type=color] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=color] [contenteditable]:active, .no-label.field--half [type=color] textarea:active, .no-label.field--half [type=color] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=color] [contenteditable]:active, .no-label.field--half [type=color] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=color] [contenteditable]:active,
.field.no-label [type=color] button:focus,
.no-label.field--action [type=color] button:focus,
.no-label.field--half [type=color] button:focus, .field.no-label [type=color] [type=button]:focus, .no-label.field--action [type=color] [type=button]:focus, .no-label.field--half [type=color] [type=button]:focus, .field.no-label [type=color] [type=reset]:focus, .no-label.field--action [type=color] [type=reset]:focus, .no-label.field--half [type=color] [type=reset]:focus, .field.no-label [type=color] [type=submit]:focus, .no-label.field--action [type=color] [type=submit]:focus, .no-label.field--half [type=color] [type=submit]:focus, .field.no-label [type=date] [type=color]:active, .no-label.field--action [type=date] [type=color]:active, .no-label.field--half [type=date] [type=color]:active, .field.no-label [type=date] [type=date]:active, .no-label.field--action [type=date] [type=date]:active, .no-label.field--half [type=date] [type=date]:active, .field.no-label [type=date] [type=datetime]:active, .no-label.field--action [type=date] [type=datetime]:active, .no-label.field--half [type=date] [type=datetime]:active, .field.no-label [type=date] [type=datetime-local]:active, .no-label.field--action [type=date] [type=datetime-local]:active, .no-label.field--half [type=date] [type=datetime-local]:active, .field.no-label [type=date] [type=email]:active, .no-label.field--action [type=date] [type=email]:active, .no-label.field--half [type=date] [type=email]:active, .field.no-label [type=date] [type=month]:active, .no-label.field--action [type=date] [type=month]:active, .no-label.field--half [type=date] [type=month]:active, .field.no-label [type=date] [type=number]:active, .no-label.field--action [type=date] [type=number]:active, .no-label.field--half [type=date] [type=number]:active, .field.no-label [type=date] [type=password]:active, .no-label.field--action [type=date] [type=password]:active, .no-label.field--half [type=date] [type=password]:active, .field.no-label [type=date] [type=search]:active, .no-label.field--action [type=date] [type=search]:active, .no-label.field--half [type=date] [type=search]:active, .field.no-label [type=date] [type=tel]:active, .no-label.field--action [type=date] [type=tel]:active, .no-label.field--half [type=date] [type=tel]:active, .field.no-label [type=date] [type=text]:active, .no-label.field--action [type=date] [type=text]:active, .no-label.field--half [type=date] [type=text]:active, .field.no-label [type=date] [type=time]:active, .no-label.field--action [type=date] [type=time]:active, .no-label.field--half [type=date] [type=time]:active, .field.no-label [type=date] [type=url]:active, .no-label.field--action [type=date] [type=url]:active, .no-label.field--half [type=date] [type=url]:active, .field.no-label [type=date] [type=week]:active, .no-label.field--action [type=date] [type=week]:active, .no-label.field--half [type=date] [type=week]:active, .field.no-label [type=date] input:not([type]):active, .no-label.field--action [type=date] input:not([type]):active, .no-label.field--half [type=date] input:not([type]):active, .field.no-label [type=date] textarea:active, .field.no-label [type=date] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=date] [contenteditable]:active, .field.no-label [type=date] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=date] [contenteditable]:active, .no-label.field--action [type=date] textarea:active, .no-label.field--action [type=date] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=date] [contenteditable]:active, .no-label.field--action [type=date] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=date] [contenteditable]:active, .no-label.field--half [type=date] textarea:active, .no-label.field--half [type=date] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=date] [contenteditable]:active, .no-label.field--half [type=date] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=date] [contenteditable]:active,
.field.no-label [type=date] button:focus,
.no-label.field--action [type=date] button:focus,
.no-label.field--half [type=date] button:focus, .field.no-label [type=date] [type=button]:focus, .no-label.field--action [type=date] [type=button]:focus, .no-label.field--half [type=date] [type=button]:focus, .field.no-label [type=date] [type=reset]:focus, .no-label.field--action [type=date] [type=reset]:focus, .no-label.field--half [type=date] [type=reset]:focus, .field.no-label [type=date] [type=submit]:focus, .no-label.field--action [type=date] [type=submit]:focus, .no-label.field--half [type=date] [type=submit]:focus, .field.no-label [type=datetime] [type=color]:active, .no-label.field--action [type=datetime] [type=color]:active, .no-label.field--half [type=datetime] [type=color]:active, .field.no-label [type=datetime] [type=date]:active, .no-label.field--action [type=datetime] [type=date]:active, .no-label.field--half [type=datetime] [type=date]:active, .field.no-label [type=datetime] [type=datetime]:active, .no-label.field--action [type=datetime] [type=datetime]:active, .no-label.field--half [type=datetime] [type=datetime]:active, .field.no-label [type=datetime] [type=datetime-local]:active, .no-label.field--action [type=datetime] [type=datetime-local]:active, .no-label.field--half [type=datetime] [type=datetime-local]:active, .field.no-label [type=datetime] [type=email]:active, .no-label.field--action [type=datetime] [type=email]:active, .no-label.field--half [type=datetime] [type=email]:active, .field.no-label [type=datetime] [type=month]:active, .no-label.field--action [type=datetime] [type=month]:active, .no-label.field--half [type=datetime] [type=month]:active, .field.no-label [type=datetime] [type=number]:active, .no-label.field--action [type=datetime] [type=number]:active, .no-label.field--half [type=datetime] [type=number]:active, .field.no-label [type=datetime] [type=password]:active, .no-label.field--action [type=datetime] [type=password]:active, .no-label.field--half [type=datetime] [type=password]:active, .field.no-label [type=datetime] [type=search]:active, .no-label.field--action [type=datetime] [type=search]:active, .no-label.field--half [type=datetime] [type=search]:active, .field.no-label [type=datetime] [type=tel]:active, .no-label.field--action [type=datetime] [type=tel]:active, .no-label.field--half [type=datetime] [type=tel]:active, .field.no-label [type=datetime] [type=text]:active, .no-label.field--action [type=datetime] [type=text]:active, .no-label.field--half [type=datetime] [type=text]:active, .field.no-label [type=datetime] [type=time]:active, .no-label.field--action [type=datetime] [type=time]:active, .no-label.field--half [type=datetime] [type=time]:active, .field.no-label [type=datetime] [type=url]:active, .no-label.field--action [type=datetime] [type=url]:active, .no-label.field--half [type=datetime] [type=url]:active, .field.no-label [type=datetime] [type=week]:active, .no-label.field--action [type=datetime] [type=week]:active, .no-label.field--half [type=datetime] [type=week]:active, .field.no-label [type=datetime] input:not([type]):active, .no-label.field--action [type=datetime] input:not([type]):active, .no-label.field--half [type=datetime] input:not([type]):active, .field.no-label [type=datetime] textarea:active, .field.no-label [type=datetime] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=datetime] [contenteditable]:active, .field.no-label [type=datetime] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=datetime] [contenteditable]:active, .no-label.field--action [type=datetime] textarea:active, .no-label.field--action [type=datetime] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=datetime] [contenteditable]:active, .no-label.field--action [type=datetime] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=datetime] [contenteditable]:active, .no-label.field--half [type=datetime] textarea:active, .no-label.field--half [type=datetime] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=datetime] [contenteditable]:active, .no-label.field--half [type=datetime] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=datetime] [contenteditable]:active,
.field.no-label [type=datetime] button:focus,
.no-label.field--action [type=datetime] button:focus,
.no-label.field--half [type=datetime] button:focus, .field.no-label [type=datetime] [type=button]:focus, .no-label.field--action [type=datetime] [type=button]:focus, .no-label.field--half [type=datetime] [type=button]:focus, .field.no-label [type=datetime] [type=reset]:focus, .no-label.field--action [type=datetime] [type=reset]:focus, .no-label.field--half [type=datetime] [type=reset]:focus, .field.no-label [type=datetime] [type=submit]:focus, .no-label.field--action [type=datetime] [type=submit]:focus, .no-label.field--half [type=datetime] [type=submit]:focus, .field.no-label [type=datetime-local] [type=color]:active, .no-label.field--action [type=datetime-local] [type=color]:active, .no-label.field--half [type=datetime-local] [type=color]:active, .field.no-label [type=datetime-local] [type=date]:active, .no-label.field--action [type=datetime-local] [type=date]:active, .no-label.field--half [type=datetime-local] [type=date]:active, .field.no-label [type=datetime-local] [type=datetime]:active, .no-label.field--action [type=datetime-local] [type=datetime]:active, .no-label.field--half [type=datetime-local] [type=datetime]:active, .field.no-label [type=datetime-local] [type=datetime-local]:active, .no-label.field--action [type=datetime-local] [type=datetime-local]:active, .no-label.field--half [type=datetime-local] [type=datetime-local]:active, .field.no-label [type=datetime-local] [type=email]:active, .no-label.field--action [type=datetime-local] [type=email]:active, .no-label.field--half [type=datetime-local] [type=email]:active, .field.no-label [type=datetime-local] [type=month]:active, .no-label.field--action [type=datetime-local] [type=month]:active, .no-label.field--half [type=datetime-local] [type=month]:active, .field.no-label [type=datetime-local] [type=number]:active, .no-label.field--action [type=datetime-local] [type=number]:active, .no-label.field--half [type=datetime-local] [type=number]:active, .field.no-label [type=datetime-local] [type=password]:active, .no-label.field--action [type=datetime-local] [type=password]:active, .no-label.field--half [type=datetime-local] [type=password]:active, .field.no-label [type=datetime-local] [type=search]:active, .no-label.field--action [type=datetime-local] [type=search]:active, .no-label.field--half [type=datetime-local] [type=search]:active, .field.no-label [type=datetime-local] [type=tel]:active, .no-label.field--action [type=datetime-local] [type=tel]:active, .no-label.field--half [type=datetime-local] [type=tel]:active, .field.no-label [type=datetime-local] [type=text]:active, .no-label.field--action [type=datetime-local] [type=text]:active, .no-label.field--half [type=datetime-local] [type=text]:active, .field.no-label [type=datetime-local] [type=time]:active, .no-label.field--action [type=datetime-local] [type=time]:active, .no-label.field--half [type=datetime-local] [type=time]:active, .field.no-label [type=datetime-local] [type=url]:active, .no-label.field--action [type=datetime-local] [type=url]:active, .no-label.field--half [type=datetime-local] [type=url]:active, .field.no-label [type=datetime-local] [type=week]:active, .no-label.field--action [type=datetime-local] [type=week]:active, .no-label.field--half [type=datetime-local] [type=week]:active, .field.no-label [type=datetime-local] input:not([type]):active, .no-label.field--action [type=datetime-local] input:not([type]):active, .no-label.field--half [type=datetime-local] input:not([type]):active, .field.no-label [type=datetime-local] textarea:active, .field.no-label [type=datetime-local] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=datetime-local] [contenteditable]:active, .field.no-label [type=datetime-local] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=datetime-local] [contenteditable]:active, .no-label.field--action [type=datetime-local] textarea:active, .no-label.field--action [type=datetime-local] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=datetime-local] [contenteditable]:active, .no-label.field--action [type=datetime-local] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=datetime-local] [contenteditable]:active, .no-label.field--half [type=datetime-local] textarea:active, .no-label.field--half [type=datetime-local] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=datetime-local] [contenteditable]:active, .no-label.field--half [type=datetime-local] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=datetime-local] [contenteditable]:active,
.field.no-label [type=datetime-local] button:focus,
.no-label.field--action [type=datetime-local] button:focus,
.no-label.field--half [type=datetime-local] button:focus, .field.no-label [type=datetime-local] [type=button]:focus, .no-label.field--action [type=datetime-local] [type=button]:focus, .no-label.field--half [type=datetime-local] [type=button]:focus, .field.no-label [type=datetime-local] [type=reset]:focus, .no-label.field--action [type=datetime-local] [type=reset]:focus, .no-label.field--half [type=datetime-local] [type=reset]:focus, .field.no-label [type=datetime-local] [type=submit]:focus, .no-label.field--action [type=datetime-local] [type=submit]:focus, .no-label.field--half [type=datetime-local] [type=submit]:focus, .field.no-label [type=email] [type=color]:active, .no-label.field--action [type=email] [type=color]:active, .no-label.field--half [type=email] [type=color]:active, .field.no-label [type=email] [type=date]:active, .no-label.field--action [type=email] [type=date]:active, .no-label.field--half [type=email] [type=date]:active, .field.no-label [type=email] [type=datetime]:active, .no-label.field--action [type=email] [type=datetime]:active, .no-label.field--half [type=email] [type=datetime]:active, .field.no-label [type=email] [type=datetime-local]:active, .no-label.field--action [type=email] [type=datetime-local]:active, .no-label.field--half [type=email] [type=datetime-local]:active, .field.no-label [type=email] [type=email]:active, .no-label.field--action [type=email] [type=email]:active, .no-label.field--half [type=email] [type=email]:active, .field.no-label [type=email] [type=month]:active, .no-label.field--action [type=email] [type=month]:active, .no-label.field--half [type=email] [type=month]:active, .field.no-label [type=email] [type=number]:active, .no-label.field--action [type=email] [type=number]:active, .no-label.field--half [type=email] [type=number]:active, .field.no-label [type=email] [type=password]:active, .no-label.field--action [type=email] [type=password]:active, .no-label.field--half [type=email] [type=password]:active, .field.no-label [type=email] [type=search]:active, .no-label.field--action [type=email] [type=search]:active, .no-label.field--half [type=email] [type=search]:active, .field.no-label [type=email] [type=tel]:active, .no-label.field--action [type=email] [type=tel]:active, .no-label.field--half [type=email] [type=tel]:active, .field.no-label [type=email] [type=text]:active, .no-label.field--action [type=email] [type=text]:active, .no-label.field--half [type=email] [type=text]:active, .field.no-label [type=email] [type=time]:active, .no-label.field--action [type=email] [type=time]:active, .no-label.field--half [type=email] [type=time]:active, .field.no-label [type=email] [type=url]:active, .no-label.field--action [type=email] [type=url]:active, .no-label.field--half [type=email] [type=url]:active, .field.no-label [type=email] [type=week]:active, .no-label.field--action [type=email] [type=week]:active, .no-label.field--half [type=email] [type=week]:active, .field.no-label [type=email] input:not([type]):active, .no-label.field--action [type=email] input:not([type]):active, .no-label.field--half [type=email] input:not([type]):active, .field.no-label [type=email] textarea:active, .field.no-label [type=email] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=email] [contenteditable]:active, .field.no-label [type=email] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=email] [contenteditable]:active, .no-label.field--action [type=email] textarea:active, .no-label.field--action [type=email] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=email] [contenteditable]:active, .no-label.field--action [type=email] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=email] [contenteditable]:active, .no-label.field--half [type=email] textarea:active, .no-label.field--half [type=email] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=email] [contenteditable]:active, .no-label.field--half [type=email] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=email] [contenteditable]:active,
.field.no-label [type=email] button:focus,
.no-label.field--action [type=email] button:focus,
.no-label.field--half [type=email] button:focus, .field.no-label [type=email] [type=button]:focus, .no-label.field--action [type=email] [type=button]:focus, .no-label.field--half [type=email] [type=button]:focus, .field.no-label [type=email] [type=reset]:focus, .no-label.field--action [type=email] [type=reset]:focus, .no-label.field--half [type=email] [type=reset]:focus, .field.no-label [type=email] [type=submit]:focus, .no-label.field--action [type=email] [type=submit]:focus, .no-label.field--half [type=email] [type=submit]:focus, .field.no-label [type=month] [type=color]:active, .no-label.field--action [type=month] [type=color]:active, .no-label.field--half [type=month] [type=color]:active, .field.no-label [type=month] [type=date]:active, .no-label.field--action [type=month] [type=date]:active, .no-label.field--half [type=month] [type=date]:active, .field.no-label [type=month] [type=datetime]:active, .no-label.field--action [type=month] [type=datetime]:active, .no-label.field--half [type=month] [type=datetime]:active, .field.no-label [type=month] [type=datetime-local]:active, .no-label.field--action [type=month] [type=datetime-local]:active, .no-label.field--half [type=month] [type=datetime-local]:active, .field.no-label [type=month] [type=email]:active, .no-label.field--action [type=month] [type=email]:active, .no-label.field--half [type=month] [type=email]:active, .field.no-label [type=month] [type=month]:active, .no-label.field--action [type=month] [type=month]:active, .no-label.field--half [type=month] [type=month]:active, .field.no-label [type=month] [type=number]:active, .no-label.field--action [type=month] [type=number]:active, .no-label.field--half [type=month] [type=number]:active, .field.no-label [type=month] [type=password]:active, .no-label.field--action [type=month] [type=password]:active, .no-label.field--half [type=month] [type=password]:active, .field.no-label [type=month] [type=search]:active, .no-label.field--action [type=month] [type=search]:active, .no-label.field--half [type=month] [type=search]:active, .field.no-label [type=month] [type=tel]:active, .no-label.field--action [type=month] [type=tel]:active, .no-label.field--half [type=month] [type=tel]:active, .field.no-label [type=month] [type=text]:active, .no-label.field--action [type=month] [type=text]:active, .no-label.field--half [type=month] [type=text]:active, .field.no-label [type=month] [type=time]:active, .no-label.field--action [type=month] [type=time]:active, .no-label.field--half [type=month] [type=time]:active, .field.no-label [type=month] [type=url]:active, .no-label.field--action [type=month] [type=url]:active, .no-label.field--half [type=month] [type=url]:active, .field.no-label [type=month] [type=week]:active, .no-label.field--action [type=month] [type=week]:active, .no-label.field--half [type=month] [type=week]:active, .field.no-label [type=month] input:not([type]):active, .no-label.field--action [type=month] input:not([type]):active, .no-label.field--half [type=month] input:not([type]):active, .field.no-label [type=month] textarea:active, .field.no-label [type=month] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=month] [contenteditable]:active, .field.no-label [type=month] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=month] [contenteditable]:active, .no-label.field--action [type=month] textarea:active, .no-label.field--action [type=month] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=month] [contenteditable]:active, .no-label.field--action [type=month] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=month] [contenteditable]:active, .no-label.field--half [type=month] textarea:active, .no-label.field--half [type=month] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=month] [contenteditable]:active, .no-label.field--half [type=month] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=month] [contenteditable]:active,
.field.no-label [type=month] button:focus,
.no-label.field--action [type=month] button:focus,
.no-label.field--half [type=month] button:focus, .field.no-label [type=month] [type=button]:focus, .no-label.field--action [type=month] [type=button]:focus, .no-label.field--half [type=month] [type=button]:focus, .field.no-label [type=month] [type=reset]:focus, .no-label.field--action [type=month] [type=reset]:focus, .no-label.field--half [type=month] [type=reset]:focus, .field.no-label [type=month] [type=submit]:focus, .no-label.field--action [type=month] [type=submit]:focus, .no-label.field--half [type=month] [type=submit]:focus, .field.no-label [type=number] [type=color]:active, .no-label.field--action [type=number] [type=color]:active, .no-label.field--half [type=number] [type=color]:active, .field.no-label [type=number] [type=date]:active, .no-label.field--action [type=number] [type=date]:active, .no-label.field--half [type=number] [type=date]:active, .field.no-label [type=number] [type=datetime]:active, .no-label.field--action [type=number] [type=datetime]:active, .no-label.field--half [type=number] [type=datetime]:active, .field.no-label [type=number] [type=datetime-local]:active, .no-label.field--action [type=number] [type=datetime-local]:active, .no-label.field--half [type=number] [type=datetime-local]:active, .field.no-label [type=number] [type=email]:active, .no-label.field--action [type=number] [type=email]:active, .no-label.field--half [type=number] [type=email]:active, .field.no-label [type=number] [type=month]:active, .no-label.field--action [type=number] [type=month]:active, .no-label.field--half [type=number] [type=month]:active, .field.no-label [type=number] [type=number]:active, .no-label.field--action [type=number] [type=number]:active, .no-label.field--half [type=number] [type=number]:active, .field.no-label [type=number] [type=password]:active, .no-label.field--action [type=number] [type=password]:active, .no-label.field--half [type=number] [type=password]:active, .field.no-label [type=number] [type=search]:active, .no-label.field--action [type=number] [type=search]:active, .no-label.field--half [type=number] [type=search]:active, .field.no-label [type=number] [type=tel]:active, .no-label.field--action [type=number] [type=tel]:active, .no-label.field--half [type=number] [type=tel]:active, .field.no-label [type=number] [type=text]:active, .no-label.field--action [type=number] [type=text]:active, .no-label.field--half [type=number] [type=text]:active, .field.no-label [type=number] [type=time]:active, .no-label.field--action [type=number] [type=time]:active, .no-label.field--half [type=number] [type=time]:active, .field.no-label [type=number] [type=url]:active, .no-label.field--action [type=number] [type=url]:active, .no-label.field--half [type=number] [type=url]:active, .field.no-label [type=number] [type=week]:active, .no-label.field--action [type=number] [type=week]:active, .no-label.field--half [type=number] [type=week]:active, .field.no-label [type=number] input:not([type]):active, .no-label.field--action [type=number] input:not([type]):active, .no-label.field--half [type=number] input:not([type]):active, .field.no-label [type=number] textarea:active, .field.no-label [type=number] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=number] [contenteditable]:active, .field.no-label [type=number] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=number] [contenteditable]:active, .no-label.field--action [type=number] textarea:active, .no-label.field--action [type=number] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=number] [contenteditable]:active, .no-label.field--action [type=number] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=number] [contenteditable]:active, .no-label.field--half [type=number] textarea:active, .no-label.field--half [type=number] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=number] [contenteditable]:active, .no-label.field--half [type=number] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=number] [contenteditable]:active,
.field.no-label [type=number] button:focus,
.no-label.field--action [type=number] button:focus,
.no-label.field--half [type=number] button:focus, .field.no-label [type=number] [type=button]:focus, .no-label.field--action [type=number] [type=button]:focus, .no-label.field--half [type=number] [type=button]:focus, .field.no-label [type=number] [type=reset]:focus, .no-label.field--action [type=number] [type=reset]:focus, .no-label.field--half [type=number] [type=reset]:focus, .field.no-label [type=number] [type=submit]:focus, .no-label.field--action [type=number] [type=submit]:focus, .no-label.field--half [type=number] [type=submit]:focus, .field.no-label [type=password] [type=color]:active, .no-label.field--action [type=password] [type=color]:active, .no-label.field--half [type=password] [type=color]:active, .field.no-label [type=password] [type=date]:active, .no-label.field--action [type=password] [type=date]:active, .no-label.field--half [type=password] [type=date]:active, .field.no-label [type=password] [type=datetime]:active, .no-label.field--action [type=password] [type=datetime]:active, .no-label.field--half [type=password] [type=datetime]:active, .field.no-label [type=password] [type=datetime-local]:active, .no-label.field--action [type=password] [type=datetime-local]:active, .no-label.field--half [type=password] [type=datetime-local]:active, .field.no-label [type=password] [type=email]:active, .no-label.field--action [type=password] [type=email]:active, .no-label.field--half [type=password] [type=email]:active, .field.no-label [type=password] [type=month]:active, .no-label.field--action [type=password] [type=month]:active, .no-label.field--half [type=password] [type=month]:active, .field.no-label [type=password] [type=number]:active, .no-label.field--action [type=password] [type=number]:active, .no-label.field--half [type=password] [type=number]:active, .field.no-label [type=password] [type=password]:active, .no-label.field--action [type=password] [type=password]:active, .no-label.field--half [type=password] [type=password]:active, .field.no-label [type=password] [type=search]:active, .no-label.field--action [type=password] [type=search]:active, .no-label.field--half [type=password] [type=search]:active, .field.no-label [type=password] [type=tel]:active, .no-label.field--action [type=password] [type=tel]:active, .no-label.field--half [type=password] [type=tel]:active, .field.no-label [type=password] [type=text]:active, .no-label.field--action [type=password] [type=text]:active, .no-label.field--half [type=password] [type=text]:active, .field.no-label [type=password] [type=time]:active, .no-label.field--action [type=password] [type=time]:active, .no-label.field--half [type=password] [type=time]:active, .field.no-label [type=password] [type=url]:active, .no-label.field--action [type=password] [type=url]:active, .no-label.field--half [type=password] [type=url]:active, .field.no-label [type=password] [type=week]:active, .no-label.field--action [type=password] [type=week]:active, .no-label.field--half [type=password] [type=week]:active, .field.no-label [type=password] input:not([type]):active, .no-label.field--action [type=password] input:not([type]):active, .no-label.field--half [type=password] input:not([type]):active, .field.no-label [type=password] textarea:active, .field.no-label [type=password] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=password] [contenteditable]:active, .field.no-label [type=password] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=password] [contenteditable]:active, .no-label.field--action [type=password] textarea:active, .no-label.field--action [type=password] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=password] [contenteditable]:active, .no-label.field--action [type=password] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=password] [contenteditable]:active, .no-label.field--half [type=password] textarea:active, .no-label.field--half [type=password] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=password] [contenteditable]:active, .no-label.field--half [type=password] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=password] [contenteditable]:active,
.field.no-label [type=password] button:focus,
.no-label.field--action [type=password] button:focus,
.no-label.field--half [type=password] button:focus, .field.no-label [type=password] [type=button]:focus, .no-label.field--action [type=password] [type=button]:focus, .no-label.field--half [type=password] [type=button]:focus, .field.no-label [type=password] [type=reset]:focus, .no-label.field--action [type=password] [type=reset]:focus, .no-label.field--half [type=password] [type=reset]:focus, .field.no-label [type=password] [type=submit]:focus, .no-label.field--action [type=password] [type=submit]:focus, .no-label.field--half [type=password] [type=submit]:focus, .field.no-label [type=search] [type=color]:active, .no-label.field--action [type=search] [type=color]:active, .no-label.field--half [type=search] [type=color]:active, .field.no-label [type=search] [type=date]:active, .no-label.field--action [type=search] [type=date]:active, .no-label.field--half [type=search] [type=date]:active, .field.no-label [type=search] [type=datetime]:active, .no-label.field--action [type=search] [type=datetime]:active, .no-label.field--half [type=search] [type=datetime]:active, .field.no-label [type=search] [type=datetime-local]:active, .no-label.field--action [type=search] [type=datetime-local]:active, .no-label.field--half [type=search] [type=datetime-local]:active, .field.no-label [type=search] [type=email]:active, .no-label.field--action [type=search] [type=email]:active, .no-label.field--half [type=search] [type=email]:active, .field.no-label [type=search] [type=month]:active, .no-label.field--action [type=search] [type=month]:active, .no-label.field--half [type=search] [type=month]:active, .field.no-label [type=search] [type=number]:active, .no-label.field--action [type=search] [type=number]:active, .no-label.field--half [type=search] [type=number]:active, .field.no-label [type=search] [type=password]:active, .no-label.field--action [type=search] [type=password]:active, .no-label.field--half [type=search] [type=password]:active, .field.no-label [type=search] [type=search]:active, .no-label.field--action [type=search] [type=search]:active, .no-label.field--half [type=search] [type=search]:active, .field.no-label [type=search] [type=tel]:active, .no-label.field--action [type=search] [type=tel]:active, .no-label.field--half [type=search] [type=tel]:active, .field.no-label [type=search] [type=text]:active, .no-label.field--action [type=search] [type=text]:active, .no-label.field--half [type=search] [type=text]:active, .field.no-label [type=search] [type=time]:active, .no-label.field--action [type=search] [type=time]:active, .no-label.field--half [type=search] [type=time]:active, .field.no-label [type=search] [type=url]:active, .no-label.field--action [type=search] [type=url]:active, .no-label.field--half [type=search] [type=url]:active, .field.no-label [type=search] [type=week]:active, .no-label.field--action [type=search] [type=week]:active, .no-label.field--half [type=search] [type=week]:active, .field.no-label [type=search] input:not([type]):active, .no-label.field--action [type=search] input:not([type]):active, .no-label.field--half [type=search] input:not([type]):active, .field.no-label [type=search] textarea:active, .field.no-label [type=search] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=search] [contenteditable]:active, .field.no-label [type=search] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=search] [contenteditable]:active, .no-label.field--action [type=search] textarea:active, .no-label.field--action [type=search] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=search] [contenteditable]:active, .no-label.field--action [type=search] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=search] [contenteditable]:active, .no-label.field--half [type=search] textarea:active, .no-label.field--half [type=search] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=search] [contenteditable]:active, .no-label.field--half [type=search] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=search] [contenteditable]:active,
.field.no-label [type=search] button:focus,
.no-label.field--action [type=search] button:focus,
.no-label.field--half [type=search] button:focus, .field.no-label [type=search] [type=button]:focus, .no-label.field--action [type=search] [type=button]:focus, .no-label.field--half [type=search] [type=button]:focus, .field.no-label [type=search] [type=reset]:focus, .no-label.field--action [type=search] [type=reset]:focus, .no-label.field--half [type=search] [type=reset]:focus, .field.no-label [type=search] [type=submit]:focus, .no-label.field--action [type=search] [type=submit]:focus, .no-label.field--half [type=search] [type=submit]:focus, .field.no-label [type=tel] [type=color]:active, .no-label.field--action [type=tel] [type=color]:active, .no-label.field--half [type=tel] [type=color]:active, .field.no-label [type=tel] [type=date]:active, .no-label.field--action [type=tel] [type=date]:active, .no-label.field--half [type=tel] [type=date]:active, .field.no-label [type=tel] [type=datetime]:active, .no-label.field--action [type=tel] [type=datetime]:active, .no-label.field--half [type=tel] [type=datetime]:active, .field.no-label [type=tel] [type=datetime-local]:active, .no-label.field--action [type=tel] [type=datetime-local]:active, .no-label.field--half [type=tel] [type=datetime-local]:active, .field.no-label [type=tel] [type=email]:active, .no-label.field--action [type=tel] [type=email]:active, .no-label.field--half [type=tel] [type=email]:active, .field.no-label [type=tel] [type=month]:active, .no-label.field--action [type=tel] [type=month]:active, .no-label.field--half [type=tel] [type=month]:active, .field.no-label [type=tel] [type=number]:active, .no-label.field--action [type=tel] [type=number]:active, .no-label.field--half [type=tel] [type=number]:active, .field.no-label [type=tel] [type=password]:active, .no-label.field--action [type=tel] [type=password]:active, .no-label.field--half [type=tel] [type=password]:active, .field.no-label [type=tel] [type=search]:active, .no-label.field--action [type=tel] [type=search]:active, .no-label.field--half [type=tel] [type=search]:active, .field.no-label [type=tel] [type=tel]:active, .no-label.field--action [type=tel] [type=tel]:active, .no-label.field--half [type=tel] [type=tel]:active, .field.no-label [type=tel] [type=text]:active, .no-label.field--action [type=tel] [type=text]:active, .no-label.field--half [type=tel] [type=text]:active, .field.no-label [type=tel] [type=time]:active, .no-label.field--action [type=tel] [type=time]:active, .no-label.field--half [type=tel] [type=time]:active, .field.no-label [type=tel] [type=url]:active, .no-label.field--action [type=tel] [type=url]:active, .no-label.field--half [type=tel] [type=url]:active, .field.no-label [type=tel] [type=week]:active, .no-label.field--action [type=tel] [type=week]:active, .no-label.field--half [type=tel] [type=week]:active, .field.no-label [type=tel] input:not([type]):active, .no-label.field--action [type=tel] input:not([type]):active, .no-label.field--half [type=tel] input:not([type]):active, .field.no-label [type=tel] textarea:active, .field.no-label [type=tel] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=tel] [contenteditable]:active, .field.no-label [type=tel] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=tel] [contenteditable]:active, .no-label.field--action [type=tel] textarea:active, .no-label.field--action [type=tel] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=tel] [contenteditable]:active, .no-label.field--action [type=tel] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=tel] [contenteditable]:active, .no-label.field--half [type=tel] textarea:active, .no-label.field--half [type=tel] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=tel] [contenteditable]:active, .no-label.field--half [type=tel] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=tel] [contenteditable]:active,
.field.no-label [type=tel] button:focus,
.no-label.field--action [type=tel] button:focus,
.no-label.field--half [type=tel] button:focus, .field.no-label [type=tel] [type=button]:focus, .no-label.field--action [type=tel] [type=button]:focus, .no-label.field--half [type=tel] [type=button]:focus, .field.no-label [type=tel] [type=reset]:focus, .no-label.field--action [type=tel] [type=reset]:focus, .no-label.field--half [type=tel] [type=reset]:focus, .field.no-label [type=tel] [type=submit]:focus, .no-label.field--action [type=tel] [type=submit]:focus, .no-label.field--half [type=tel] [type=submit]:focus, .field.no-label [type=text] [type=color]:active, .no-label.field--action [type=text] [type=color]:active, .no-label.field--half [type=text] [type=color]:active, .field.no-label [type=text] [type=date]:active, .no-label.field--action [type=text] [type=date]:active, .no-label.field--half [type=text] [type=date]:active, .field.no-label [type=text] [type=datetime]:active, .no-label.field--action [type=text] [type=datetime]:active, .no-label.field--half [type=text] [type=datetime]:active, .field.no-label [type=text] [type=datetime-local]:active, .no-label.field--action [type=text] [type=datetime-local]:active, .no-label.field--half [type=text] [type=datetime-local]:active, .field.no-label [type=text] [type=email]:active, .no-label.field--action [type=text] [type=email]:active, .no-label.field--half [type=text] [type=email]:active, .field.no-label [type=text] [type=month]:active, .no-label.field--action [type=text] [type=month]:active, .no-label.field--half [type=text] [type=month]:active, .field.no-label [type=text] [type=number]:active, .no-label.field--action [type=text] [type=number]:active, .no-label.field--half [type=text] [type=number]:active, .field.no-label [type=text] [type=password]:active, .no-label.field--action [type=text] [type=password]:active, .no-label.field--half [type=text] [type=password]:active, .field.no-label [type=text] [type=search]:active, .no-label.field--action [type=text] [type=search]:active, .no-label.field--half [type=text] [type=search]:active, .field.no-label [type=text] [type=tel]:active, .no-label.field--action [type=text] [type=tel]:active, .no-label.field--half [type=text] [type=tel]:active, .field.no-label [type=text] [type=text]:active, .no-label.field--action [type=text] [type=text]:active, .no-label.field--half [type=text] [type=text]:active, .field.no-label [type=text] [type=time]:active, .no-label.field--action [type=text] [type=time]:active, .no-label.field--half [type=text] [type=time]:active, .field.no-label [type=text] [type=url]:active, .no-label.field--action [type=text] [type=url]:active, .no-label.field--half [type=text] [type=url]:active, .field.no-label [type=text] [type=week]:active, .no-label.field--action [type=text] [type=week]:active, .no-label.field--half [type=text] [type=week]:active, .field.no-label [type=text] input:not([type]):active, .no-label.field--action [type=text] input:not([type]):active, .no-label.field--half [type=text] input:not([type]):active, .field.no-label [type=text] textarea:active, .field.no-label [type=text] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=text] [contenteditable]:active, .field.no-label [type=text] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=text] [contenteditable]:active, .no-label.field--action [type=text] textarea:active, .no-label.field--action [type=text] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=text] [contenteditable]:active, .no-label.field--action [type=text] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=text] [contenteditable]:active, .no-label.field--half [type=text] textarea:active, .no-label.field--half [type=text] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=text] [contenteditable]:active, .no-label.field--half [type=text] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=text] [contenteditable]:active,
.field.no-label [type=text] button:focus,
.no-label.field--action [type=text] button:focus,
.no-label.field--half [type=text] button:focus, .field.no-label [type=text] [type=button]:focus, .no-label.field--action [type=text] [type=button]:focus, .no-label.field--half [type=text] [type=button]:focus, .field.no-label [type=text] [type=reset]:focus, .no-label.field--action [type=text] [type=reset]:focus, .no-label.field--half [type=text] [type=reset]:focus, .field.no-label [type=text] [type=submit]:focus, .no-label.field--action [type=text] [type=submit]:focus, .no-label.field--half [type=text] [type=submit]:focus, .field.no-label [type=time] [type=color]:active, .no-label.field--action [type=time] [type=color]:active, .no-label.field--half [type=time] [type=color]:active, .field.no-label [type=time] [type=date]:active, .no-label.field--action [type=time] [type=date]:active, .no-label.field--half [type=time] [type=date]:active, .field.no-label [type=time] [type=datetime]:active, .no-label.field--action [type=time] [type=datetime]:active, .no-label.field--half [type=time] [type=datetime]:active, .field.no-label [type=time] [type=datetime-local]:active, .no-label.field--action [type=time] [type=datetime-local]:active, .no-label.field--half [type=time] [type=datetime-local]:active, .field.no-label [type=time] [type=email]:active, .no-label.field--action [type=time] [type=email]:active, .no-label.field--half [type=time] [type=email]:active, .field.no-label [type=time] [type=month]:active, .no-label.field--action [type=time] [type=month]:active, .no-label.field--half [type=time] [type=month]:active, .field.no-label [type=time] [type=number]:active, .no-label.field--action [type=time] [type=number]:active, .no-label.field--half [type=time] [type=number]:active, .field.no-label [type=time] [type=password]:active, .no-label.field--action [type=time] [type=password]:active, .no-label.field--half [type=time] [type=password]:active, .field.no-label [type=time] [type=search]:active, .no-label.field--action [type=time] [type=search]:active, .no-label.field--half [type=time] [type=search]:active, .field.no-label [type=time] [type=tel]:active, .no-label.field--action [type=time] [type=tel]:active, .no-label.field--half [type=time] [type=tel]:active, .field.no-label [type=time] [type=text]:active, .no-label.field--action [type=time] [type=text]:active, .no-label.field--half [type=time] [type=text]:active, .field.no-label [type=time] [type=time]:active, .no-label.field--action [type=time] [type=time]:active, .no-label.field--half [type=time] [type=time]:active, .field.no-label [type=time] [type=url]:active, .no-label.field--action [type=time] [type=url]:active, .no-label.field--half [type=time] [type=url]:active, .field.no-label [type=time] [type=week]:active, .no-label.field--action [type=time] [type=week]:active, .no-label.field--half [type=time] [type=week]:active, .field.no-label [type=time] input:not([type]):active, .no-label.field--action [type=time] input:not([type]):active, .no-label.field--half [type=time] input:not([type]):active, .field.no-label [type=time] textarea:active, .field.no-label [type=time] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=time] [contenteditable]:active, .field.no-label [type=time] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=time] [contenteditable]:active, .no-label.field--action [type=time] textarea:active, .no-label.field--action [type=time] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=time] [contenteditable]:active, .no-label.field--action [type=time] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=time] [contenteditable]:active, .no-label.field--half [type=time] textarea:active, .no-label.field--half [type=time] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=time] [contenteditable]:active, .no-label.field--half [type=time] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=time] [contenteditable]:active,
.field.no-label [type=time] button:focus,
.no-label.field--action [type=time] button:focus,
.no-label.field--half [type=time] button:focus, .field.no-label [type=time] [type=button]:focus, .no-label.field--action [type=time] [type=button]:focus, .no-label.field--half [type=time] [type=button]:focus, .field.no-label [type=time] [type=reset]:focus, .no-label.field--action [type=time] [type=reset]:focus, .no-label.field--half [type=time] [type=reset]:focus, .field.no-label [type=time] [type=submit]:focus, .no-label.field--action [type=time] [type=submit]:focus, .no-label.field--half [type=time] [type=submit]:focus, .field.no-label [type=url] [type=color]:active, .no-label.field--action [type=url] [type=color]:active, .no-label.field--half [type=url] [type=color]:active, .field.no-label [type=url] [type=date]:active, .no-label.field--action [type=url] [type=date]:active, .no-label.field--half [type=url] [type=date]:active, .field.no-label [type=url] [type=datetime]:active, .no-label.field--action [type=url] [type=datetime]:active, .no-label.field--half [type=url] [type=datetime]:active, .field.no-label [type=url] [type=datetime-local]:active, .no-label.field--action [type=url] [type=datetime-local]:active, .no-label.field--half [type=url] [type=datetime-local]:active, .field.no-label [type=url] [type=email]:active, .no-label.field--action [type=url] [type=email]:active, .no-label.field--half [type=url] [type=email]:active, .field.no-label [type=url] [type=month]:active, .no-label.field--action [type=url] [type=month]:active, .no-label.field--half [type=url] [type=month]:active, .field.no-label [type=url] [type=number]:active, .no-label.field--action [type=url] [type=number]:active, .no-label.field--half [type=url] [type=number]:active, .field.no-label [type=url] [type=password]:active, .no-label.field--action [type=url] [type=password]:active, .no-label.field--half [type=url] [type=password]:active, .field.no-label [type=url] [type=search]:active, .no-label.field--action [type=url] [type=search]:active, .no-label.field--half [type=url] [type=search]:active, .field.no-label [type=url] [type=tel]:active, .no-label.field--action [type=url] [type=tel]:active, .no-label.field--half [type=url] [type=tel]:active, .field.no-label [type=url] [type=text]:active, .no-label.field--action [type=url] [type=text]:active, .no-label.field--half [type=url] [type=text]:active, .field.no-label [type=url] [type=time]:active, .no-label.field--action [type=url] [type=time]:active, .no-label.field--half [type=url] [type=time]:active, .field.no-label [type=url] [type=url]:active, .no-label.field--action [type=url] [type=url]:active, .no-label.field--half [type=url] [type=url]:active, .field.no-label [type=url] [type=week]:active, .no-label.field--action [type=url] [type=week]:active, .no-label.field--half [type=url] [type=week]:active, .field.no-label [type=url] input:not([type]):active, .no-label.field--action [type=url] input:not([type]):active, .no-label.field--half [type=url] input:not([type]):active, .field.no-label [type=url] textarea:active, .field.no-label [type=url] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=url] [contenteditable]:active, .field.no-label [type=url] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=url] [contenteditable]:active, .no-label.field--action [type=url] textarea:active, .no-label.field--action [type=url] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=url] [contenteditable]:active, .no-label.field--action [type=url] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=url] [contenteditable]:active, .no-label.field--half [type=url] textarea:active, .no-label.field--half [type=url] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=url] [contenteditable]:active, .no-label.field--half [type=url] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=url] [contenteditable]:active,
.field.no-label [type=url] button:focus,
.no-label.field--action [type=url] button:focus,
.no-label.field--half [type=url] button:focus, .field.no-label [type=url] [type=button]:focus, .no-label.field--action [type=url] [type=button]:focus, .no-label.field--half [type=url] [type=button]:focus, .field.no-label [type=url] [type=reset]:focus, .no-label.field--action [type=url] [type=reset]:focus, .no-label.field--half [type=url] [type=reset]:focus, .field.no-label [type=url] [type=submit]:focus, .no-label.field--action [type=url] [type=submit]:focus, .no-label.field--half [type=url] [type=submit]:focus, .field.no-label [type=week] [type=color]:active, .no-label.field--action [type=week] [type=color]:active, .no-label.field--half [type=week] [type=color]:active, .field.no-label [type=week] [type=date]:active, .no-label.field--action [type=week] [type=date]:active, .no-label.field--half [type=week] [type=date]:active, .field.no-label [type=week] [type=datetime]:active, .no-label.field--action [type=week] [type=datetime]:active, .no-label.field--half [type=week] [type=datetime]:active, .field.no-label [type=week] [type=datetime-local]:active, .no-label.field--action [type=week] [type=datetime-local]:active, .no-label.field--half [type=week] [type=datetime-local]:active, .field.no-label [type=week] [type=email]:active, .no-label.field--action [type=week] [type=email]:active, .no-label.field--half [type=week] [type=email]:active, .field.no-label [type=week] [type=month]:active, .no-label.field--action [type=week] [type=month]:active, .no-label.field--half [type=week] [type=month]:active, .field.no-label [type=week] [type=number]:active, .no-label.field--action [type=week] [type=number]:active, .no-label.field--half [type=week] [type=number]:active, .field.no-label [type=week] [type=password]:active, .no-label.field--action [type=week] [type=password]:active, .no-label.field--half [type=week] [type=password]:active, .field.no-label [type=week] [type=search]:active, .no-label.field--action [type=week] [type=search]:active, .no-label.field--half [type=week] [type=search]:active, .field.no-label [type=week] [type=tel]:active, .no-label.field--action [type=week] [type=tel]:active, .no-label.field--half [type=week] [type=tel]:active, .field.no-label [type=week] [type=text]:active, .no-label.field--action [type=week] [type=text]:active, .no-label.field--half [type=week] [type=text]:active, .field.no-label [type=week] [type=time]:active, .no-label.field--action [type=week] [type=time]:active, .no-label.field--half [type=week] [type=time]:active, .field.no-label [type=week] [type=url]:active, .no-label.field--action [type=week] [type=url]:active, .no-label.field--half [type=week] [type=url]:active, .field.no-label [type=week] [type=week]:active, .no-label.field--action [type=week] [type=week]:active, .no-label.field--half [type=week] [type=week]:active, .field.no-label [type=week] input:not([type]):active, .no-label.field--action [type=week] input:not([type]):active, .no-label.field--half [type=week] input:not([type]):active, .field.no-label [type=week] textarea:active, .field.no-label [type=week] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [type=week] [contenteditable]:active, .field.no-label [type=week] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label [type=week] [contenteditable]:active, .no-label.field--action [type=week] textarea:active, .no-label.field--action [type=week] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [type=week] [contenteditable]:active, .no-label.field--action [type=week] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [type=week] [contenteditable]:active, .no-label.field--half [type=week] textarea:active, .no-label.field--half [type=week] .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [type=week] [contenteditable]:active, .no-label.field--half [type=week] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [type=week] [contenteditable]:active,
.field.no-label [type=week] button:focus,
.no-label.field--action [type=week] button:focus,
.no-label.field--half [type=week] button:focus, .field.no-label [type=week] [type=button]:focus, .no-label.field--action [type=week] [type=button]:focus, .no-label.field--half [type=week] [type=button]:focus, .field.no-label [type=week] [type=reset]:focus, .no-label.field--action [type=week] [type=reset]:focus, .no-label.field--half [type=week] [type=reset]:focus, .field.no-label [type=week] [type=submit]:focus, .no-label.field--action [type=week] [type=submit]:focus, .no-label.field--half [type=week] [type=submit]:focus, .field.no-label input:not([type]) [type=color]:active, .no-label.field--action input:not([type]) [type=color]:active, .no-label.field--half input:not([type]) [type=color]:active, .field.no-label input:not([type]) [type=date]:active, .no-label.field--action input:not([type]) [type=date]:active, .no-label.field--half input:not([type]) [type=date]:active, .field.no-label input:not([type]) [type=datetime]:active, .no-label.field--action input:not([type]) [type=datetime]:active, .no-label.field--half input:not([type]) [type=datetime]:active, .field.no-label input:not([type]) [type=datetime-local]:active, .no-label.field--action input:not([type]) [type=datetime-local]:active, .no-label.field--half input:not([type]) [type=datetime-local]:active, .field.no-label input:not([type]) [type=email]:active, .no-label.field--action input:not([type]) [type=email]:active, .no-label.field--half input:not([type]) [type=email]:active, .field.no-label input:not([type]) [type=month]:active, .no-label.field--action input:not([type]) [type=month]:active, .no-label.field--half input:not([type]) [type=month]:active, .field.no-label input:not([type]) [type=number]:active, .no-label.field--action input:not([type]) [type=number]:active, .no-label.field--half input:not([type]) [type=number]:active, .field.no-label input:not([type]) [type=password]:active, .no-label.field--action input:not([type]) [type=password]:active, .no-label.field--half input:not([type]) [type=password]:active, .field.no-label input:not([type]) [type=search]:active, .no-label.field--action input:not([type]) [type=search]:active, .no-label.field--half input:not([type]) [type=search]:active, .field.no-label input:not([type]) [type=tel]:active, .no-label.field--action input:not([type]) [type=tel]:active, .no-label.field--half input:not([type]) [type=tel]:active, .field.no-label input:not([type]) [type=text]:active, .no-label.field--action input:not([type]) [type=text]:active, .no-label.field--half input:not([type]) [type=text]:active, .field.no-label input:not([type]) [type=time]:active, .no-label.field--action input:not([type]) [type=time]:active, .no-label.field--half input:not([type]) [type=time]:active, .field.no-label input:not([type]) [type=url]:active, .no-label.field--action input:not([type]) [type=url]:active, .no-label.field--half input:not([type]) [type=url]:active, .field.no-label input:not([type]) [type=week]:active, .no-label.field--action input:not([type]) [type=week]:active, .no-label.field--half input:not([type]) [type=week]:active, .field.no-label input:not([type]) input:not([type]):active, .no-label.field--action input:not([type]) input:not([type]):active, .no-label.field--half input:not([type]) input:not([type]):active, .field.no-label input:not([type]) textarea:active, .field.no-label input:not([type]) .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label input:not([type]) [contenteditable]:active, .field.no-label input:not([type]) .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label input:not([type]) [contenteditable]:active, .no-label.field--action input:not([type]) textarea:active, .no-label.field--action input:not([type]) .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action input:not([type]) [contenteditable]:active, .no-label.field--action input:not([type]) .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action input:not([type]) [contenteditable]:active, .no-label.field--half input:not([type]) textarea:active, .no-label.field--half input:not([type]) .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half input:not([type]) [contenteditable]:active, .no-label.field--half input:not([type]) .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half input:not([type]) [contenteditable]:active,
.field.no-label input:not([type]) button:focus,
.no-label.field--action input:not([type]) button:focus,
.no-label.field--half input:not([type]) button:focus, .field.no-label input:not([type]) [type=button]:focus, .no-label.field--action input:not([type]) [type=button]:focus, .no-label.field--half input:not([type]) [type=button]:focus, .field.no-label input:not([type]) [type=reset]:focus, .no-label.field--action input:not([type]) [type=reset]:focus, .no-label.field--half input:not([type]) [type=reset]:focus, .field.no-label input:not([type]) [type=submit]:focus, .no-label.field--action input:not([type]) [type=submit]:focus, .no-label.field--half input:not([type]) [type=submit]:focus, .field.no-label textarea [type=color]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=color]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=color]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=color]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=color]:active, .no-label.field--action textarea [type=color]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=color]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=color]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=color]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=color]:active, .no-label.field--half textarea [type=color]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=color]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=color]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=color]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=color]:active, .field.no-label textarea [type=date]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=date]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=date]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=date]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=date]:active, .no-label.field--action textarea [type=date]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=date]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=date]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=date]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=date]:active, .no-label.field--half textarea [type=date]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=date]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=date]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=date]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=date]:active, .field.no-label textarea [type=datetime]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=datetime]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=datetime]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=datetime]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=datetime]:active, .no-label.field--action textarea [type=datetime]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=datetime]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=datetime]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=datetime]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=datetime]:active, .no-label.field--half textarea [type=datetime]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=datetime]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=datetime]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=datetime]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=datetime]:active, .field.no-label textarea [type=datetime-local]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=datetime-local]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=datetime-local]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=datetime-local]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=datetime-local]:active, .no-label.field--action textarea [type=datetime-local]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=datetime-local]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=datetime-local]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=datetime-local]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=datetime-local]:active, .no-label.field--half textarea [type=datetime-local]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=datetime-local]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=datetime-local]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=datetime-local]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=datetime-local]:active, .field.no-label textarea [type=email]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=email]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=email]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=email]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=email]:active, .no-label.field--action textarea [type=email]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=email]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=email]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=email]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=email]:active, .no-label.field--half textarea [type=email]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=email]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=email]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=email]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=email]:active, .field.no-label textarea [type=month]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=month]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=month]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=month]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=month]:active, .no-label.field--action textarea [type=month]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=month]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=month]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=month]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=month]:active, .no-label.field--half textarea [type=month]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=month]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=month]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=month]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=month]:active, .field.no-label textarea [type=number]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=number]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=number]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=number]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=number]:active, .no-label.field--action textarea [type=number]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=number]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=number]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=number]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=number]:active, .no-label.field--half textarea [type=number]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=number]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=number]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=number]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=number]:active, .field.no-label textarea [type=password]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=password]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=password]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=password]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=password]:active, .no-label.field--action textarea [type=password]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=password]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=password]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=password]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=password]:active, .no-label.field--half textarea [type=password]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=password]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=password]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=password]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=password]:active, .field.no-label textarea [type=search]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=search]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=search]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=search]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=search]:active, .no-label.field--action textarea [type=search]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=search]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=search]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=search]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=search]:active, .no-label.field--half textarea [type=search]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=search]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=search]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=search]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=search]:active, .field.no-label textarea [type=tel]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=tel]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=tel]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=tel]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=tel]:active, .no-label.field--action textarea [type=tel]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=tel]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=tel]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=tel]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=tel]:active, .no-label.field--half textarea [type=tel]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=tel]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=tel]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=tel]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=tel]:active, .field.no-label textarea [type=text]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=text]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=text]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=text]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=text]:active, .no-label.field--action textarea [type=text]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=text]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=text]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=text]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=text]:active, .no-label.field--half textarea [type=text]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=text]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=text]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=text]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=text]:active, .field.no-label textarea [type=time]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=time]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=time]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=time]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=time]:active, .no-label.field--action textarea [type=time]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=time]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=time]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=time]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=time]:active, .no-label.field--half textarea [type=time]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=time]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=time]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=time]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=time]:active, .field.no-label textarea [type=url]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=url]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=url]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=url]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=url]:active, .no-label.field--action textarea [type=url]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=url]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=url]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=url]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=url]:active, .no-label.field--half textarea [type=url]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=url]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=url]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=url]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=url]:active, .field.no-label textarea [type=week]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=week]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=week]:active, .field.no-label .tiptap-element.textarea [contenteditable] [type=week]:active, .tiptap-element.textarea .field.no-label [contenteditable] [type=week]:active, .no-label.field--action textarea [type=week]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=week]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=week]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=week]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=week]:active, .no-label.field--half textarea [type=week]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=week]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=week]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=week]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=week]:active, .field.no-label textarea input:not([type]):active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] input:not([type]):active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] input:not([type]):active, .field.no-label .tiptap-element.textarea [contenteditable] input:not([type]):active, .tiptap-element.textarea .field.no-label [contenteditable] input:not([type]):active, .no-label.field--action textarea input:not([type]):active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] input:not([type]):active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] input:not([type]):active, .no-label.field--action .tiptap-element.textarea [contenteditable] input:not([type]):active, .tiptap-element.textarea .no-label.field--action [contenteditable] input:not([type]):active, .no-label.field--half textarea input:not([type]):active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] input:not([type]):active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] input:not([type]):active, .no-label.field--half .tiptap-element.textarea [contenteditable] input:not([type]):active, .tiptap-element.textarea .no-label.field--half [contenteditable] input:not([type]):active, .field.no-label textarea textarea:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] textarea:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] textarea:active, .field.no-label textarea .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label textarea [contenteditable]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [contenteditable]:active, .field.no-label .tiptap-element.textarea [contenteditable] textarea:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [contenteditable]:active, .tiptap-element.textarea .field.no-label [contenteditable] textarea:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [contenteditable]:active, .field.no-label textarea .tiptap-element.textarea [contenteditable]:active, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .field.no-label textarea [contenteditable]:active, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [contenteditable]:active, .field.no-label .tiptap-element.textarea [contenteditable] [contenteditable]:active, .tiptap-element.textarea .field.no-label [contenteditable] [contenteditable]:active, .no-label.field--action textarea textarea:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] textarea:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] textarea:active, .no-label.field--action textarea .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action textarea [contenteditable]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [contenteditable]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] textarea:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] textarea:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [contenteditable]:active, .no-label.field--action textarea .tiptap-element.textarea [contenteditable]:active, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--action textarea [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [contenteditable]:active, .no-label.field--action .tiptap-element.textarea [contenteditable] [contenteditable]:active, .tiptap-element.textarea .no-label.field--action [contenteditable] [contenteditable]:active, .no-label.field--half textarea textarea:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] textarea:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] textarea:active, .no-label.field--half textarea .tiptap-element.textarea.checklist-input [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half textarea [contenteditable]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [contenteditable]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] textarea:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] textarea:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [contenteditable]:active, .no-label.field--half textarea .tiptap-element.textarea [contenteditable]:active, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] .tiptap-element.textarea [contenteditable]:active, .tiptap-element.textarea .no-label.field--half textarea [contenteditable]:active, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [contenteditable]:active, .no-label.field--half .tiptap-element.textarea [contenteditable] [contenteditable]:active, .tiptap-element.textarea .no-label.field--half [contenteditable] [contenteditable]:active,
.field.no-label textarea button:focus,
.field.no-label .tiptap-element.textarea.checklist-input [contenteditable] button:focus,
.tiptap-element.textarea.checklist-input .field.no-label [contenteditable] button:focus,
.field.no-label .tiptap-element.textarea [contenteditable] button:focus,
.tiptap-element.textarea .field.no-label [contenteditable] button:focus,
.no-label.field--action textarea button:focus,
.no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] button:focus,
.tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] button:focus,
.no-label.field--action .tiptap-element.textarea [contenteditable] button:focus,
.tiptap-element.textarea .no-label.field--action [contenteditable] button:focus,
.no-label.field--half textarea button:focus,
.no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] button:focus,
.tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] button:focus,
.no-label.field--half .tiptap-element.textarea [contenteditable] button:focus,
.tiptap-element.textarea .no-label.field--half [contenteditable] button:focus, .field.no-label textarea [type=button]:focus, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=button]:focus, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=button]:focus, .field.no-label .tiptap-element.textarea [contenteditable] [type=button]:focus, .tiptap-element.textarea .field.no-label [contenteditable] [type=button]:focus, .no-label.field--action textarea [type=button]:focus, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=button]:focus, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=button]:focus, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=button]:focus, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=button]:focus, .no-label.field--half textarea [type=button]:focus, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=button]:focus, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=button]:focus, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=button]:focus, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=button]:focus, .field.no-label textarea [type=reset]:focus, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=reset]:focus, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=reset]:focus, .field.no-label .tiptap-element.textarea [contenteditable] [type=reset]:focus, .tiptap-element.textarea .field.no-label [contenteditable] [type=reset]:focus, .no-label.field--action textarea [type=reset]:focus, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=reset]:focus, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=reset]:focus, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=reset]:focus, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=reset]:focus, .no-label.field--half textarea [type=reset]:focus, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=reset]:focus, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=reset]:focus, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=reset]:focus, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=reset]:focus, .field.no-label textarea [type=submit]:focus, .field.no-label .tiptap-element.textarea.checklist-input [contenteditable] [type=submit]:focus, .tiptap-element.textarea.checklist-input .field.no-label [contenteditable] [type=submit]:focus, .field.no-label .tiptap-element.textarea [contenteditable] [type=submit]:focus, .tiptap-element.textarea .field.no-label [contenteditable] [type=submit]:focus, .no-label.field--action textarea [type=submit]:focus, .no-label.field--action .tiptap-element.textarea.checklist-input [contenteditable] [type=submit]:focus, .tiptap-element.textarea.checklist-input .no-label.field--action [contenteditable] [type=submit]:focus, .no-label.field--action .tiptap-element.textarea [contenteditable] [type=submit]:focus, .tiptap-element.textarea .no-label.field--action [contenteditable] [type=submit]:focus, .no-label.field--half textarea [type=submit]:focus, .no-label.field--half .tiptap-element.textarea.checklist-input [contenteditable] [type=submit]:focus, .tiptap-element.textarea.checklist-input .no-label.field--half [contenteditable] [type=submit]:focus, .no-label.field--half .tiptap-element.textarea [contenteditable] [type=submit]:focus, .tiptap-element.textarea .no-label.field--half [contenteditable] [type=submit]:focus {
  height: auto;
  padding: 1rem;
}
.field.error [type=color], .error.field--action [type=color], .error.field--half [type=color], .field.error [type=date], .error.field--action [type=date], .error.field--half [type=date], .field.error [type=datetime], .error.field--action [type=datetime], .error.field--half [type=datetime], .field.error [type=datetime-local], .error.field--action [type=datetime-local], .error.field--half [type=datetime-local], .field.error [type=email], .error.field--action [type=email], .error.field--half [type=email], .field.error [type=month], .error.field--action [type=month], .error.field--half [type=month], .field.error [type=number], .error.field--action [type=number], .error.field--half [type=number], .field.error [type=password], .error.field--action [type=password], .error.field--half [type=password], .field.error [type=search], .error.field--action [type=search], .error.field--half [type=search], .field.error [type=tel], .error.field--action [type=tel], .error.field--half [type=tel], .field.error [type=text], .error.field--action [type=text], .error.field--half [type=text], .field.error [type=time], .error.field--action [type=time], .error.field--half [type=time], .field.error [type=url], .error.field--action [type=url], .error.field--half [type=url], .field.error [type=week], .error.field--action [type=week], .error.field--half [type=week], .field.error input:not([type]), .error.field--action input:not([type]), .error.field--half input:not([type]), .field.error textarea, .field.error .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field.error [contenteditable], .error.field--action textarea, .error.field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .error.field--action [contenteditable], .error.field--half textarea, .error.field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .error.field--half [contenteditable] {
  border-color: #fa105d;
}
.field.error p, .error.field--action p, .error.field--half p {
  color: #fa105d;
  font-style: italic;
  margin: 0;
}
.field.search, .search.field--action, .search.field--half {
  min-width: 16rem;
  position: relative;
}
.field.search [type=color], .search.field--action [type=color], .search.field--half [type=color], .field.search [type=date], .search.field--action [type=date], .search.field--half [type=date], .field.search [type=datetime], .search.field--action [type=datetime], .search.field--half [type=datetime], .field.search [type=datetime-local], .search.field--action [type=datetime-local], .search.field--half [type=datetime-local], .field.search [type=email], .search.field--action [type=email], .search.field--half [type=email], .field.search [type=month], .search.field--action [type=month], .search.field--half [type=month], .field.search [type=number], .search.field--action [type=number], .search.field--half [type=number], .field.search [type=password], .search.field--action [type=password], .search.field--half [type=password], .field.search [type=search], .search.field--action [type=search], .search.field--half [type=search], .field.search [type=tel], .search.field--action [type=tel], .search.field--half [type=tel], .field.search [type=text], .search.field--action [type=text], .search.field--half [type=text], .field.search [type=time], .search.field--action [type=time], .search.field--half [type=time], .field.search [type=url], .search.field--action [type=url], .search.field--half [type=url], .field.search [type=week], .search.field--action [type=week], .search.field--half [type=week], .field.search input:not([type]), .search.field--action input:not([type]), .search.field--half input:not([type]), .field.search textarea, .field.search .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field.search [contenteditable], .search.field--action textarea, .search.field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search.field--action [contenteditable], .search.field--half textarea, .search.field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search.field--half [contenteditable] {
  background: #f4f9fc;
  border: none;
  height: auto;
  padding: 1rem;
}
.field.search [type=color]:focus, .search.field--action [type=color]:focus, .search.field--half [type=color]:focus, .field.search [type=date]:focus, .search.field--action [type=date]:focus, .search.field--half [type=date]:focus, .field.search [type=datetime]:focus, .search.field--action [type=datetime]:focus, .search.field--half [type=datetime]:focus, .field.search [type=datetime-local]:focus, .search.field--action [type=datetime-local]:focus, .search.field--half [type=datetime-local]:focus, .field.search [type=email]:focus, .search.field--action [type=email]:focus, .search.field--half [type=email]:focus, .field.search [type=month]:focus, .search.field--action [type=month]:focus, .search.field--half [type=month]:focus, .field.search [type=number]:focus, .search.field--action [type=number]:focus, .search.field--half [type=number]:focus, .field.search [type=password]:focus, .search.field--action [type=password]:focus, .search.field--half [type=password]:focus, .field.search [type=search]:focus, .search.field--action [type=search]:focus, .search.field--half [type=search]:focus, .field.search [type=tel]:focus, .search.field--action [type=tel]:focus, .search.field--half [type=tel]:focus, .field.search [type=text]:focus, .search.field--action [type=text]:focus, .search.field--half [type=text]:focus, .field.search [type=time]:focus, .search.field--action [type=time]:focus, .search.field--half [type=time]:focus, .field.search [type=url]:focus, .search.field--action [type=url]:focus, .search.field--half [type=url]:focus, .field.search [type=week]:focus, .search.field--action [type=week]:focus, .search.field--half [type=week]:focus, .field.search input:not([type]):focus, .search.field--action input:not([type]):focus, .search.field--half input:not([type]):focus, .field.search textarea:focus, .field.search .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .field.search [contenteditable]:focus, .search.field--action textarea:focus, .search.field--action .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search.field--action [contenteditable]:focus, .search.field--half textarea:focus, .search.field--half .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search.field--half [contenteditable]:focus,
.field.search button:active,
.search.field--action button:active,
.search.field--half button:active, .field.search [type=button]:active, .search.field--action [type=button]:active, .search.field--half [type=button]:active, .field.search [type=reset]:active, .search.field--action [type=reset]:active, .search.field--half [type=reset]:active, .field.search [type=submit]:active, .search.field--action [type=submit]:active, .search.field--half [type=submit]:active {
  background: #ffffff;
}
.field.search:after, .search.field--action:after, .search.field--half:after {
  content: "";
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/search-icon_grey-92ff12cdd22c32adaf056a3fa922a0a8.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.field--action textarea, .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .field--action [contenteditable] {
  height: 14rem;
  padding: 1rem 1rem 80px 1rem;
}
.field--action textarea:valid, .field--action .tiptap-element.textarea [contenteditable]:valid, .tiptap-element.textarea .field--action [contenteditable]:valid {
  padding: 1rem 1rem 80px 1rem;
}
.field--action .action-rail {
  background: #ffffff;
  border-radius: 10px;
  bottom: 15px;
  height: auto;
  left: 1%;
  max-height: 80px;
  overflow: hidden;
  padding: 1rem;
  position: absolute;
  width: 98%;
}
.field--action .action-rail .text {
  display: inline-block;
  float: left;
}
.field--action .action-rail .text p {
  color: #515d79;
  font-style: normal;
  line-height: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .field--action .action-rail .text {
    display: none !important;
  }
}
.field--action .action-rail .buttons {
  display: inline-block;
  float: right;
}
.field--action .action-rail .buttons button, .field--action .action-rail .buttons [type=button], .field--action .action-rail .buttons [type=reset], .field--action .action-rail .buttons [type=submit] {
  margin: 0 !important;
}

.country-selector {
  display: inline-block;
  float: left;
  margin-top: 1rem;
  max-width: 5rem;
  position: relative;
  width: auto;
}
.country-selector:before {
  content: "+";
  color: #515d79;
  position: absolute;
  left: 10px;
  font-size: 1.5rem;
  top: 0.65rem;
}
.country-selector [type=color], .country-selector [type=date], .country-selector [type=datetime], .country-selector [type=datetime-local], .country-selector [type=email], .country-selector [type=month], .country-selector [type=number], .country-selector [type=password], .country-selector [type=search], .country-selector [type=tel], .country-selector [type=text], .country-selector [type=time], .country-selector [type=url], .country-selector [type=week], .country-selector input:not([type]), .country-selector textarea, .country-selector .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .country-selector [contenteditable] {
  padding-left: 1.75rem;
}

@media screen and (max-width: 767px) {
  .field--action .action-rail {
    padding: 1rem 0;
  }
  .field--action .action-rail .buttons button, .field--action .action-rail .buttons [type=button], .field--action .action-rail .buttons [type=reset], .field--action .action-rail .buttons [type=submit] {
    min-width: 0;
    padding: 0.75rem 1rem;
  }
}
/** @format */
.live-feed-item {
  color: #96a3b6;
  font-weight: 600;
  display: block;
  margin: 1rem 0;
}
.live-feed-item:first-child {
  margin-top: 0;
}
.live-feed-item:last-child {
  margin-bottom: 0;
}
.live-feed-item .live-feed-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  display: inline-block;
  height: 1.75rem;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  padding: 0;
  vertical-align: top;
  width: 1.75rem;
  background-color: #96a3b6;
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/live-feed-icons/message-3aeedd01f0db2035bb10c1bd79e1e543.png");
}
.live-feed-item .live-feed-icon.message {
  background-color: #465fdc;
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/live-feed-icons/message-3aeedd01f0db2035bb10c1bd79e1e543.png");
}
.live-feed-item .live-feed-icon.case_status_changed {
  background-color: #01ddff;
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/live-feed-icons/case-status-1c56ca6c0db9dd89430d0055047d7628.png");
}
.live-feed-item .live-feed-icon.case_closed {
  background-color: #25d0a4;
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/live-feed-icons/case-closed-a01e0e419342b174441a1d9ef54b5140.png");
}
.live-feed-item .live-feed-icon.case_on_hold {
  background-color: #fa105d;
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/live-feed-icons/on-hold-33fbb940e1beb029d5c419a30e509c7e.png");
}
.live-feed-item .live-feed-icon.case_added {
  background-color: #384c8d;
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/live-feed-icons/new-case-7762c58e44ca67538d037dfb50a4c1f3.png");
}
.live-feed-item .live-feed-icon.client_added {
  background-color: #419ef8;
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/live-feed-icons/new-client-5f71981ebf0af768cc6bb76dc3f497c6.png");
}
.live-feed-item .live-feed-icon.case_info_changed {
  background-color: #fadc46;
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/live-feed-icons/edit-case-f659ea00b1b6cb43ffa91cc312b97e20.png");
}
.live-feed-item .item-content {
  display: inline-block;
  width: calc(99% - 3.5rem - 0.75rem);
}
.live-feed-item .item-content .item-text {
  color: #96a3b6;
  line-height: 1.25;
}
.live-feed-item .item-content .item-text .staff,
.live-feed-item .item-content .item-text .client {
  color: #515d79;
}
.live-feed-item .item-content .item-timestamp {
  font-size: 0.8rem;
}

/** @format */
.insights-module {
  color: #96a3b6;
}
.insights-module .insights-module-header {
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.insights-module .insights-module-header h3 {
  color: #515d79;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
.insights-module .insights-module-header .dropdown-wrapper, .insights-module .insights-module-header .dropdown-wrapper--full-width {
  padding: 0;
}
.insights-module .insights-module-card {
  background: #ffffff;
}
.insights-module .insights-main-view {
  min-height: 200px;
}
.insights-module .nps-empty-state {
  padding: 3rem 1rem;
  text-align: center;
}
.insights-module .nps-empty-state .nps-empty-title {
  color: #96a3b6;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.insights-module .nps-empty-state .nps-empty-desc {
  color: #96a3b6;
  font-size: 0.9rem;
  font-style: italic;
  margin: 0;
}
.insights-module .insights-module-footer {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}
.insights-module p.only-client {
  color: #96a3b6;
  font-style: italic;
  padding: 0 0 0 1rem;
}
.insights-module .dropdown-wrapper, .insights-module .dropdown-wrapper--full-width {
  padding: 0 1rem 1rem;
}
.insights-module .dropdown-wrapper .ember-power-select-trigger, .insights-module .dropdown-wrapper--full-width .ember-power-select-trigger {
  padding: 0.5rem;
}
.insights-module .dropdown-wrapper .ember-power-select-trigger[aria-disabled=true] .ember-power-select-status-icon, .insights-module .dropdown-wrapper--full-width .ember-power-select-trigger[aria-disabled=true] .ember-power-select-status-icon {
  visibility: hidden;
}
.insights-module .multi-option-toggle {
  float: right;
  margin: 0.5rem;
}
.insights-module .firm-insight-action {
  float: right;
  width: 50%;
  text-align: center;
}
.insights-module .display-data, .insights-module .display-data--min-padding {
  padding: 0 1rem 5em;
}
.insights-module .display-data .data-number, .insights-module .display-data--min-padding .data-number {
  color: #419ef8;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
.insights-module .display-data .data-number .no-data, .insights-module .display-data--min-padding .data-number .no-data {
  font-size: 2.5rem;
  line-height: 1;
}
.insights-module .display-data .data-timestamp, .insights-module .display-data--min-padding .data-timestamp {
  font-size: 0.9rem;
  font-weight: 600;
}
.insights-module .display-data--min-padding {
  padding: 0 1rem 2.75rem;
}
.insights-module canvas {
  margin-top: -70px;
  transition: 0.3s ease-in-out;
}
.insights-module.is-hovering canvas {
  opacity: 0.5;
}
.insights-module.margin-bottom {
  margin-bottom: 2rem;
}

.data-feedback {
  padding: 1rem;
  color: #515d79;
}
.data-feedback .feedback-timestamp {
  color: #515d79;
}
.data-feedback p {
  margin-bottom: 0;
}
.data-feedback .no-feedback {
  color: #96a3b6;
  font-style: italic;
}

#chartjs-tooltip {
  background-color: #419ef8;
  height: 100px;
  width: 3px;
}
#chartjs-tooltip:before {
  content: "";
  background: #ffffff;
  border: 3px solid #419ef8;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  left: 50%;
  position: absolute;
  top: -6px;
  transform: translateX(-50%);
  width: 14px;
}

.disabled {
  color: darkGray;
  font-style: italic;
  opacity: 0.5;
  pointer-events: none;
}

/** @format */
.logo, .logo--full-color, .logo--mark-dark, .logo--mark {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/cs-logo-dark-03ae79696f1a088c15d686ac4b492506.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 4rem;
  width: 12rem;
}
.logo--mark {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/logo-mark-7d871b8daa39d5e158efab16e8f901d2.svg");
  height: 3rem;
  width: 3rem;
}
.logo--mark-dark {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/cs-logo-mark-dark-bf80282db89e3638e7329863988be5ac.svg");
  height: 3rem;
  width: 3rem;
}
.logo--full-color {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/cs-logo-89fc11c07d22995dc4416f40a70ae81a.svg");
}

/** @format */
.read-receipts {
  position: relative;
}
.read-receipts.mobile {
  display: none;
}
.read-receipts .read-receipts-modal {
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  padding-top: 0.25rem;
  min-width: 20rem;
  z-index: 2;
  left: -0.6rem;
  top: 2rem;
  white-space: nowrap;
}
.read-receipts .read-receipts-modal .title {
  color: #131349;
  font-size: 1.25rem;
  font-weight: bold;
}
.read-receipts .read-receipts-modal .receipts {
  background: #f4f9fc;
  border-radius: 5px;
  padding: 1rem;
  width: 100%;
}
.read-receipts .read-receipts-modal::after {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/triangle-7bfba5652289d7726c3f89664251dbaf.svg");
  background-size: 33px 26px;
  top: -19px;
  left: 0;
  position: absolute;
  display: inline-block;
  width: 33px;
  height: 20px;
  content: "";
}

@media (max-width: 767px) {
  .read-receipts {
    display: none;
  }
  .read-receipts.mobile {
    display: block;
  }
}
/** @format */
#client-process-tab-stage-list {
  overflow: hidden;
}
#client-process-tab-stage-list .stage-info label.stage-label {
  font-size: 0.75rem;
  color: #cdd7e4;
}
#client-process-tab-stage-list .stage-info h4.stage-name {
  margin-top: 0;
}
#client-process-tab-stage-list .stage-info.stage-closed > h4.stage-name {
  margin-top: 1.6rem;
}
#client-process-tab-stage-list .stage-status {
  display: block;
  position: relative;
}
#client-process-tab-stage-list .stage-status .stage-circle {
  position: absolute;
  height: 1rem;
  width: 1rem;
  margin-top: 2rem;
  border-radius: 50%;
  border-width: 2px;
  border-color: #96a3b6;
  border-style: solid;
}
#client-process-tab-stage-list .stage-status:not(.stage-last) .stage-line {
  position: absolute;
  height: calc(100% - 1rem);
  width: 1px;
  border: 1px solid #96a3b6;
  margin-top: 3rem;
  margin-left: 0.45rem;
}
#client-process-tab-stage-list .stage-status.current .stage-circle {
  border-color: #25d0a4;
}
#client-process-tab-stage-list .stage-status.complete .stage-circle {
  border-color: #25d0a4;
}
#client-process-tab-stage-list .stage-status.complete .stage-circle .stage-checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 0.5rem;
  width: 0.25rem;
  border-bottom: 2px solid #25d0a4;
  border-right: 2px solid #25d0a4;
  margin-left: 0.25rem;
  margin-top: 0.05rem;
}
#client-process-tab-stage-list .stage-status.complete .stage-line {
  border-color: #25d0a4;
}
#client-process-tab-stage-list .stage-status.stage-last.complete > .stage-circle > .stage-checkmark {
  margin-top: 0.06rem;
}

/** @format */
.modal-add-scheduled-message div.ember-power-select-search {
  display: none !important;
}
.modal-add-scheduled-message .btn-cancel {
  margin-top: 0;
}
.modal-add-scheduled-message .btn-primary {
  margin-bottom: 8px;
}
.modal-add-scheduled-message .cancel-wrapper {
  margin: 0 auto;
}
.modal-add-scheduled-message .dropdown-wrapper, .modal-add-scheduled-message .dropdown-wrapper--full-width {
  max-width: 10rem;
  display: inline-block;
}
.modal-add-scheduled-message .dropdown-wrapper.small, .modal-add-scheduled-message .small.dropdown-wrapper--full-width {
  width: 3.5rem;
}
.modal-add-scheduled-message .dropdown-wrapper.small .ember-power-select-trigger, .modal-add-scheduled-message .small.dropdown-wrapper--full-width .ember-power-select-trigger {
  padding: 0.5rem;
  margin: 0;
  background: #ffffff;
}
.modal-add-scheduled-message .dropdown-wrapper.small .ember-power-select-status-icon, .modal-add-scheduled-message .small.dropdown-wrapper--full-width .ember-power-select-status-icon {
  border-color: #419ef8 transparent transparent;
}
.modal-add-scheduled-message .dropdown-wrapper.date, .modal-add-scheduled-message .date.dropdown-wrapper--full-width {
  margin-right: 2rem !important;
}
.modal-add-scheduled-message .dropdown-wrapper .ember-power-select-status-icon, .modal-add-scheduled-message .dropdown-wrapper--full-width .ember-power-select-status-icon {
  right: 0rem;
}
.modal-add-scheduled-message .modal-card, .modal-add-scheduled-message .modal-overlay .modal-card--small, .modal-overlay .modal-add-scheduled-message .modal-card--small, .modal-add-scheduled-message .modal-overlay--nps .modal-card--small, .modal-overlay--nps .modal-add-scheduled-message .modal-card--small, .modal-add-scheduled-message .modal-overlay .modal-card--medium, .modal-overlay .modal-add-scheduled-message .modal-card--medium, .modal-add-scheduled-message .modal-overlay--nps .modal-card--medium, .modal-overlay--nps .modal-add-scheduled-message .modal-card--medium, .modal-add-scheduled-message .modal-overlay .modal-card--csat, .modal-overlay .modal-add-scheduled-message .modal-card--csat, .modal-add-scheduled-message .modal-overlay--nps .modal-card--csat, .modal-overlay--nps .modal-add-scheduled-message .modal-card--csat, .modal-add-scheduled-message .modal-overlay .modal-card--nps, .modal-overlay .modal-add-scheduled-message .modal-card--nps, .modal-add-scheduled-message .modal-overlay--nps .modal-card--nps, .modal-overlay--nps .modal-add-scheduled-message .modal-card--nps, .modal-add-scheduled-message .modal-overlay .modal-card--large, .modal-overlay .modal-add-scheduled-message .modal-card--large, .modal-add-scheduled-message .modal-overlay--nps .modal-card--large, .modal-overlay--nps .modal-add-scheduled-message .modal-card--large {
  padding: 3rem;
}
.modal-add-scheduled-message .date-input {
  border-radius: 4px;
  border-width: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0.75rem 0.25rem;
  width: 85% !important;
  font-size: 0.9rem;
}
.modal-add-scheduled-message .date-input img {
  margin-right: 0.66rem;
}
.modal-add-scheduled-message .date-input input {
  padding: 0 !important;
  display: inline;
  float: right;
  width: 66%;
  font-weight: 700;
  color: #131349;
}
.modal-add-scheduled-message .date-input span label {
  display: none;
}
.modal-add-scheduled-message .time-selector {
  display: flex;
  align-items: center;
  float: right;
}
.modal-add-scheduled-message .time-selector .dropdown-wrapper, .modal-add-scheduled-message .time-selector .dropdown-wrapper--full-width,
.modal-add-scheduled-message .time-selector span {
  margin-right: 0.5rem;
}

.field--action div.buttons button#schedule.btn-text--blue {
  padding-right: 1.25rem !important;
}

@media (max-width: 1024px) {
  .add-clients > .row .clients-list .clients {
    max-height: 12rem;
    overflow-y: scroll;
  }
  .add-clients > .row .clients-search {
    background-color: #ffffff;
  }
}
/** @format */
#new-e-sign-document-modal .file-upload-bar {
  padding: 1rem !important;
  border-radius: 5px;
  background-color: #f4f9fc;
  color: #515d79;
}
#new-e-sign-document-modal .file-upload-bar.valid {
  color: #131349;
  font-weight: bold;
  background-color: #25d0a4;
}
#new-e-sign-document-modal .file-upload-bar.invalid {
  color: #f4f9fc;
  font-weight: bold;
  background-color: #fa105d;
}
#new-e-sign-document-modal .file-upload-bar.error {
  border-style: solid;
  border-color: #fa5777;
  border-width: 1px;
}
#new-e-sign-document-modal .column .explainer {
  max-height: 4.875rem;
}
#new-e-sign-document-modal .column .explainer .title {
  color: #515d79;
  font-weight: bold;
}
#new-e-sign-document-modal .column .explainer .info {
  color: #96a3b6;
  font-weight: 600;
}
#new-e-sign-document-modal .signatories-list {
  margin-top: 0.75rem !important;
  max-height: 15rem;
  min-height: 15rem;
  overflow: scroll;
}
#new-e-sign-document-modal .signatories-list .signatory {
  max-height: 34px;
  margin-left: 0.5 !important;
  background-color: #f4f9fc;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 0.375rem;
  padding: 4px 10px 6px;
  color: #515d79;
  line-height: 1.5rem;
}
#new-e-sign-document-modal .signatories-list .signatory .drag-handle {
  margin-right: 9px;
  color: #cdd7e4;
}
#new-e-sign-document-modal .signatories-list.error {
  border-style: solid;
  border-color: #fa5777;
  border-width: 1px;
  border-radius: 5px;
  padding-left: 0.5rem;
}

.drag-handle {
  color: #cdd7e4;
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.drag-handle:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/** @format */
.multi-option-toggle {
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0.25rem;
  padding: 0.25rem 0.5rem;
}
.multi-option-toggle span {
  color: #96a3b6;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0 0.25rem;
}
.multi-option-toggle span.selected {
  color: #419ef8;
}

/** @format */
.modal-card--nps .btn-white, .modal-card--nps button.btn-white-red, .modal-card--nps [type=button].btn-white-red, .modal-card--nps [type=reset].btn-white-red, .modal-card--nps [type=submit].btn-white-red, .modal-card--nps button.btn-white-green, .modal-card--nps [type=button].btn-white-green, .modal-card--nps [type=reset].btn-white-green, .modal-card--nps [type=submit].btn-white-green {
  padding: 21px;
  margin: 9px 3px;
  width: 24%;
  font-size: 1.5rem;
  border-radius: 10px;
}
.modal-card--nps .btn-white.selected, .modal-card--nps button.selected.btn-white-red, .modal-card--nps .selected[type=button].btn-white-red, .modal-card--nps .selected[type=reset].btn-white-red, .modal-card--nps .selected[type=submit].btn-white-red, .modal-card--nps button.selected.btn-white-green, .modal-card--nps .selected[type=button].btn-white-green, .modal-card--nps .selected[type=reset].btn-white-green, .modal-card--nps .selected[type=submit].btn-white-green {
  background: #419ef8;
  color: #ffffff;
}
.modal-card--nps .field textarea, .modal-card--nps .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .modal-card--nps .field [contenteditable], .modal-card--nps .field--half textarea, .modal-card--nps .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .modal-card--nps .field--half [contenteditable], .modal-card--nps .field--action textarea, .modal-card--nps .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .modal-card--nps .field--action [contenteditable] {
  height: 10rem;
}
.modal-card--nps .logo, .modal-card--nps .logo--mark, .modal-card--nps .logo--mark-dark, .modal-card--nps .logo--full-color {
  width: 12rem;
  margin-bottom: -10px;
}

/** @format */
.notification, .notification--error, .notification--failure, .notification--success {
  background: #f4f9fc;
  color: #515d79;
}
.notification--success {
  background-color: #25d0a4;
  color: #ffffff;
}
.notification--failure {
  background-color: #dcbd32;
  font-weight: bold;
}
.notification--failure div[class*=__icon_] {
  display: none;
}
.notification--failure div[class*=__close_] {
  display: none;
}
.notification--error {
  background-color: #faf084;
  font-weight: bold;
}
.notification--error div[class*=__icon_] {
  display: none;
}
.notification--error div[class*=__close_] {
  display: none;
}

.pell-editor-wrapper {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #cdd7e4;
  padding: 1rem;
}
.pell-editor-wrapper.with-shortcode-options {
  border-radius: 4px 4px 0 0;
}
.pell-editor-wrapper.internal {
  background: rgba(250, 220, 70, 0.2);
}
.pell-editor-wrapper.internal .pell-actionbar {
  background: transparent;
}
.pell-editor-wrapper.internal ~ div.action-rail {
  background: transparent;
}
.pell-editor-wrapper:has(.sender-checkbox) {
  padding-bottom: 0.75rem;
}
.pell-editor-wrapper .sender-checkbox {
  margin-left: -0.35rem;
}
.pell-editor-wrapper .sender-checkbox label.control, .pell-editor-wrapper .sender-checkbox label.control-cell {
  color: #96a3b6 !important;
  font-weight: 600;
  padding: 0;
  transition: 0.3s ease-in-out;
}
.pell-editor-wrapper .sender-checkbox label.control .control__indicator, .pell-editor-wrapper .sender-checkbox label.control-cell .control__indicator, .pell-editor-wrapper .sender-checkbox label.control .control__indicator_cell, .pell-editor-wrapper .sender-checkbox label.control-cell .control__indicator_cell {
  border-color: #96a3b6;
}
.pell-editor-wrapper .sender-checkbox label.control .control__indicator:after, .pell-editor-wrapper .sender-checkbox label.control-cell .control__indicator:after, .pell-editor-wrapper .sender-checkbox label.control .control__indicator_cell:after, .pell-editor-wrapper .sender-checkbox label.control-cell .control__indicator_cell:after {
  border-color: #ffffff;
}
.pell-editor-wrapper .sender-checkbox label.control input:checked ~ .control__indicator, .pell-editor-wrapper .sender-checkbox label.control-cell input:checked ~ .control__indicator, .pell-editor-wrapper .sender-checkbox label.control input:checked ~ .control__indicator_cell, .pell-editor-wrapper .sender-checkbox label.control-cell input:checked ~ .control__indicator_cell {
  background: #25d0a4;
  border: 2px solid #25d0a4;
  transition: 0.3s ease-in-out;
}
.pell-editor-wrapper .sender-checkbox label.control input:checked ~ .control__indicator:after, .pell-editor-wrapper .sender-checkbox label.control-cell input:checked ~ .control__indicator:after, .pell-editor-wrapper .sender-checkbox label.control input:checked ~ .control__indicator_cell:after, .pell-editor-wrapper .sender-checkbox label.control-cell input:checked ~ .control__indicator_cell:after {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.pell-editor-wrapper .sender-checkbox label.control input:checked ~ .checkbox-text, .pell-editor-wrapper .sender-checkbox label.control-cell input:checked ~ .checkbox-text {
  color: #515d79 !important;
}
.pell-editor-wrapper .action-bar .dropdown-wrapper, .pell-editor-wrapper .action-bar .dropdown-wrapper--full-width {
  padding: 0 !important;
}

.pell-actionbar {
  border: none;
}
.pell-actionbar button, .pell-actionbar [type=button], .pell-actionbar [type=reset], .pell-actionbar [type=submit],
.pell-actionbar .pell-button {
  color: #515d79;
  padding: 3px 12px;
  margin: 0 3px;
  min-width: 0;
  width: 2.75rem;
}
.pell-actionbar button .link-icon, .pell-actionbar [type=button] .link-icon, .pell-actionbar [type=reset] .link-icon, .pell-actionbar [type=submit] .link-icon,
.pell-actionbar .pell-button .link-icon {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/link-icon-9b9b3e0e4346dade459dc4de0983d923.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin-top: 3px;
  width: 100%;
}
.pell-actionbar button .template-icon, .pell-actionbar [type=button] .template-icon, .pell-actionbar [type=reset] .template-icon, .pell-actionbar [type=submit] .template-icon,
.pell-actionbar .pell-button .template-icon {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/template-icon-dbdba7c1d66d1461940cac95b9077f4a.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin-top: 3px;
  width: 100%;
}
.pell-actionbar.internal {
  background: rgba(250, 220, 70, 0.2);
}

.template-icon {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/template-icon-dbdba7c1d66d1461940cac95b9077f4a.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: 15px;
  margin-top: 3px;
  min-width: 13px;
}

.tiptap-element.textarea [contenteditable] {
  overflow: scroll;
}

.tiptap-element.textarea.checklist-input [contenteditable] {
  overflow: auto;
  height: 3rem;
  padding: 0.5rem;
  margin: 0;
}
.tiptap-element.textarea.checklist-input [contenteditable] p {
  margin: 0;
}

.tiptap-btn {
  padding: 0.25rem 0.5rem;
  height: 2rem;
  width: 2rem;
  border-radius: 6px;
  border: 1px solid #cdd7e4;
  color: #515d79;
  background-color: #ffffff;
  margin-bottom: 0.05rem;
}
.tiptap-btn.active {
  background-color: rgba(250, 220, 70, 0.2);
}

.tiptap-element p.is-editor-empty:first-child::before {
  color: #adb5bd;
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}

.cropper .cropper-face .cropper-move {
  border-radius: 50%;
}
.cropper .cropper-view-box {
  background-color: black;
  border-radius: 50%;
}

/** @format */
.pika-lendar table thead tr th {
  display: inline-block;
}
.pika-lendar table tbody tr {
  display: inline-block;
  width: 100%;
}
.pika-lendar table tbody tr td {
  display: inline-block;
  padding: 0;
}
.pika-lendar table tbody tr td .pika-button {
  padding: 5px;
}
.pika-lendar button, .pika-lendar [type=button], .pika-lendar [type=reset], .pika-lendar [type=submit] {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  color: initial;
  font-size: initial;
  box-shadow: none;
  margin: 0;
  min-width: 0;
}
.pika-lendar .pika-next,
.pika-lendar .pika-prev {
  padding: 5px;
}
.pika-lendar .pika-button {
  box-shadow: none !important;
}
.pika-lendar .pika-button.is-selected {
  background: #419ef8;
}
.pika-lendar .pika-button:hover {
  background: #01ddff;
}

/** @format */
.pill-badge, .pill-badge-2 {
  display: inline-block;
  position: relative;
  word-wrap: nowrap;
  white-space: nowrap;
  color: #ffffff;
  background-color: #01ddff;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 3.125rem;
  min-width: 2rem;
  padding: 0 0.5rem;
  overflow: hidden;
  margin-right: 0.25rem;
  justify-content: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  cursor: default;
  max-width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.pill-badge.clickable:hover, .clickable.pill-badge-2:hover {
  color: #f4f9fc;
  font-size: 0.755rem;
  background-color: #40bce0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  transition-property: background-color;
}
.pill-badge-2 {
  padding-right: 1.5rem;
}
.pill-badge-2 .pb-text {
  max-width: calc(100% - 1em);
}
.pill-badge-2 .pill-badge-close {
  border-radius: 3.125rem;
  margin-left: 0.5rem;
  font-size: 0.5rem;
  text-align: center;
  background-color: rgba(153, 241, 255, 0.7);
  justify-content: center;
  padding: 0.05rem 0.25rem;
  position: absolute;
  top: 50%;
  right: 0.3em;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  transition-property: background-color;
}
.pill-badge-2 .pill-badge-close:hover {
  color: #f4f9fc;
  font-size: 0.55rem;
  background-color: rgba(64, 188, 224, 0.5);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  transition-property: background-color;
}

.pill-badges {
  margin-top: 0;
}

.pill-generating-input {
  display: inline-block;
  position: relative;
}
.pill-generating-input .pill-badge-add {
  border-radius: 25%;
  margin-left: 0.5rem;
  font-size: 0.75rem;
  color: #ffffff;
  height: 1.5rem;
  width: 1.5rem;
  max-height: 1.5rem;
  max-width: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  text-align: center;
  background-color: #01ddff;
  justify-content: center;
  padding-top: 0.125rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  transition-property: background-color;
}
.pill-generating-input .pill-badge-add:hover {
  color: #f4f9fc;
  font-size: 0.755rem;
  background-color: #40bce0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  transition-property: background-color;
}

/** @format */
.practice-area-modal input {
  padding: 0.5rem;
  height: 45px !important;
  margin-bottom: 0.75rem !important;
}
.practice-area-modal .back {
  display: flex;
  position: absolute;
  left: 35px;
  justify-content: space-between;
  align-items: center;
}
.practice-area-modal .back img {
  width: 1rem;
  margin-right: 0.25rem;
}
.practice-area-modal .blank-stages {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  padding: 32px;
}
.practice-area-modal .blank-stages .btn-white, .practice-area-modal .blank-stages button.btn-white-red, .practice-area-modal .blank-stages [type=button].btn-white-red, .practice-area-modal .blank-stages [type=reset].btn-white-red, .practice-area-modal .blank-stages [type=submit].btn-white-red, .practice-area-modal .blank-stages button.btn-white-green, .practice-area-modal .blank-stages [type=button].btn-white-green, .practice-area-modal .blank-stages [type=reset].btn-white-green, .practice-area-modal .blank-stages [type=submit].btn-white-green {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}
.practice-area-modal .field, .practice-area-modal .field--half, .practice-area-modal .field--action {
  margin: 0;
}
.practice-area-modal .field [type=text]:valid ~ label, .practice-area-modal .field--half [type=text]:valid ~ label, .practice-area-modal .field--action [type=text]:valid ~ label {
  top: 3px !important;
}
.practice-area-modal .inner-card {
  background-color: #f4f9fc;
  padding: 0.6666666667rem 1rem;
}
.practice-area-modal .modal-card, .practice-area-modal .modal-overlay .modal-card--small, .modal-overlay .practice-area-modal .modal-card--small, .practice-area-modal .modal-overlay--nps .modal-card--small, .modal-overlay--nps .practice-area-modal .modal-card--small, .practice-area-modal .modal-overlay .modal-card--medium, .modal-overlay .practice-area-modal .modal-card--medium, .practice-area-modal .modal-overlay--nps .modal-card--medium, .modal-overlay--nps .practice-area-modal .modal-card--medium, .practice-area-modal .modal-overlay .modal-card--csat, .modal-overlay .practice-area-modal .modal-card--csat, .practice-area-modal .modal-overlay--nps .modal-card--csat, .modal-overlay--nps .practice-area-modal .modal-card--csat, .practice-area-modal .modal-overlay .modal-card--nps, .modal-overlay .practice-area-modal .modal-card--nps, .practice-area-modal .modal-overlay--nps .modal-card--nps, .modal-overlay--nps .practice-area-modal .modal-card--nps, .practice-area-modal .modal-overlay .modal-card--large, .modal-overlay .practice-area-modal .modal-card--large, .practice-area-modal .modal-overlay--nps .modal-card--large, .modal-overlay--nps .practice-area-modal .modal-card--large {
  position: relative;
}
.practice-area-modal .practice-area-option {
  background-color: #ffffff;
  margin: 0.33rem 0;
}
.practice-area-modal .practice-area-option a {
  display: flex;
  text-align: left;
  padding: 0.5rem 1rem;
  color: #515d79;
  justify-content: space-between;
  align-items: center;
}
.practice-area-modal .empty {
  margin-left: 1rem;
}

/** @format */
.progress-bar, .progress-bar--small {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: block;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.progress-bar.step-one, .step-one.progress-bar--small {
  border-left: 3px solid #ffffff;
}
.progress-bar.step-six, .step-six.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar .step, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator .graphic-indicator .step--six, .client-case-status-indicator .graphic-indicator .progress-bar .step--six, .progress-bar .client-case-status-indicator .graphic-indicator .step--five, .client-case-status-indicator .graphic-indicator .progress-bar .step--five, .progress-bar .client-case-status-indicator .graphic-indicator .step--four, .client-case-status-indicator .graphic-indicator .progress-bar .step--four, .progress-bar .client-case-status-indicator .graphic-indicator .step--two, .client-case-status-indicator .graphic-indicator .progress-bar .step--two, .progress-bar .client-case-status-indicator .graphic-indicator .step--one, .client-case-status-indicator .graphic-indicator .progress-bar .step--one, .progress-bar .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar .step-six, .progress-bar .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar .step-five, .progress-bar .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar .step-four, .progress-bar .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar .step-three, .progress-bar .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar .step-two, .progress-bar .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar .step-one, .progress-bar--small .step, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--six, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--six, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--five, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--five, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--four, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--four, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--two, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--two, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--one, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar--small .step-six, .progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar--small .step-five, .progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar--small .step-four, .progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar--small .step-three, .progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar--small .step-two, .progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar--small .step-one, .progress-bar .step--twelve, .progress-bar--small .step--twelve, .progress-bar .step--eleven, .progress-bar--small .step--eleven, .progress-bar .step--ten, .progress-bar--small .step--ten, .progress-bar .step--nine, .progress-bar--small .step--nine, .progress-bar .step--eight, .progress-bar--small .step--eight, .progress-bar .step--seven, .progress-bar--small .step--seven, .progress-bar .step--six, .progress-bar--small .step--six, .progress-bar .step--five, .progress-bar--small .step--five, .progress-bar .step--four, .progress-bar--small .step--four, .progress-bar .step--three, .progress-bar--small .step--three, .progress-bar .step--two, .progress-bar--small .step--two, .progress-bar .step--one, .progress-bar--small .step--one {
  background: #96a3b6;
  box-sizing: border-box;
  border: 3px solid transparent;
  display: inline-block;
  float: left;
  height: 100%;
  margin-left: -1%;
  position: absolute;
  -webkit-transform: skew(-16deg);
  -moz-transform: skew(-16deg);
  -o-transform: skew(-16deg);
  transform: skew(-16deg);
  width: 8.5%;
  transition: 0.3s ease-in-out;
}
.progress-bar .step.inactive, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--one, .progress-bar .client-status-label-wrapper .inactive.step-six, .client-status-label-wrapper .progress-bar .inactive.step-six, .progress-bar .client-status-label-wrapper .inactive.step-five, .client-status-label-wrapper .progress-bar .inactive.step-five, .progress-bar .client-status-label-wrapper .inactive.step-four, .client-status-label-wrapper .progress-bar .inactive.step-four, .progress-bar .client-status-label-wrapper .inactive.step-three, .client-status-label-wrapper .progress-bar .inactive.step-three, .progress-bar .client-status-label-wrapper .inactive.step-two, .client-status-label-wrapper .progress-bar .inactive.step-two, .progress-bar .client-status-label-wrapper .inactive.step-one, .client-status-label-wrapper .progress-bar .inactive.step-one, .progress-bar--small .step.inactive, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--one, .progress-bar--small .client-status-label-wrapper .inactive.step-six, .client-status-label-wrapper .progress-bar--small .inactive.step-six, .progress-bar--small .client-status-label-wrapper .inactive.step-five, .client-status-label-wrapper .progress-bar--small .inactive.step-five, .progress-bar--small .client-status-label-wrapper .inactive.step-four, .client-status-label-wrapper .progress-bar--small .inactive.step-four, .progress-bar--small .client-status-label-wrapper .inactive.step-three, .client-status-label-wrapper .progress-bar--small .inactive.step-three, .progress-bar--small .client-status-label-wrapper .inactive.step-two, .client-status-label-wrapper .progress-bar--small .inactive.step-two, .progress-bar--small .client-status-label-wrapper .inactive.step-one, .client-status-label-wrapper .progress-bar--small .inactive.step-one, .progress-bar .inactive.step--twelve, .progress-bar--small .inactive.step--twelve, .progress-bar .inactive.step--eleven, .progress-bar--small .inactive.step--eleven, .progress-bar .inactive.step--ten, .progress-bar--small .inactive.step--ten, .progress-bar .inactive.step--nine, .progress-bar--small .inactive.step--nine, .progress-bar .inactive.step--eight, .progress-bar--small .inactive.step--eight, .progress-bar .inactive.step--seven, .progress-bar--small .inactive.step--seven, .progress-bar .inactive.step--six, .progress-bar--small .inactive.step--six, .progress-bar .inactive.step--five, .progress-bar--small .inactive.step--five, .progress-bar .inactive.step--four, .progress-bar--small .inactive.step--four, .progress-bar .inactive.step--three, .progress-bar--small .inactive.step--three, .progress-bar .inactive.step--two, .progress-bar--small .inactive.step--two, .progress-bar .inactive.step--one, .progress-bar--small .inactive.step--one {
  background: #f4f9fc;
  border-right: 2px solid #e6ebf2;
}
.progress-bar .step.inactive:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .inactive.step--one:before, .progress-bar .client-status-label-wrapper .inactive.step-six:before, .client-status-label-wrapper .progress-bar .inactive.step-six:before, .progress-bar .client-status-label-wrapper .inactive.step-five:before, .client-status-label-wrapper .progress-bar .inactive.step-five:before, .progress-bar .client-status-label-wrapper .inactive.step-four:before, .client-status-label-wrapper .progress-bar .inactive.step-four:before, .progress-bar .client-status-label-wrapper .inactive.step-three:before, .client-status-label-wrapper .progress-bar .inactive.step-three:before, .progress-bar .client-status-label-wrapper .inactive.step-two:before, .client-status-label-wrapper .progress-bar .inactive.step-two:before, .progress-bar .client-status-label-wrapper .inactive.step-one:before, .client-status-label-wrapper .progress-bar .inactive.step-one:before, .progress-bar--small .step.inactive:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .inactive.step--one:before, .progress-bar--small .client-status-label-wrapper .inactive.step-six:before, .client-status-label-wrapper .progress-bar--small .inactive.step-six:before, .progress-bar--small .client-status-label-wrapper .inactive.step-five:before, .client-status-label-wrapper .progress-bar--small .inactive.step-five:before, .progress-bar--small .client-status-label-wrapper .inactive.step-four:before, .client-status-label-wrapper .progress-bar--small .inactive.step-four:before, .progress-bar--small .client-status-label-wrapper .inactive.step-three:before, .client-status-label-wrapper .progress-bar--small .inactive.step-three:before, .progress-bar--small .client-status-label-wrapper .inactive.step-two:before, .client-status-label-wrapper .progress-bar--small .inactive.step-two:before, .progress-bar--small .client-status-label-wrapper .inactive.step-one:before, .client-status-label-wrapper .progress-bar--small .inactive.step-one:before, .progress-bar .inactive.step--twelve:before, .progress-bar--small .inactive.step--twelve:before, .progress-bar .inactive.step--eleven:before, .progress-bar--small .inactive.step--eleven:before, .progress-bar .inactive.step--ten:before, .progress-bar--small .inactive.step--ten:before, .progress-bar .inactive.step--nine:before, .progress-bar--small .inactive.step--nine:before, .progress-bar .inactive.step--eight:before, .progress-bar--small .inactive.step--eight:before, .progress-bar .inactive.step--seven:before, .progress-bar--small .inactive.step--seven:before, .progress-bar .inactive.step--six:before, .progress-bar--small .inactive.step--six:before, .progress-bar .inactive.step--five:before, .progress-bar--small .inactive.step--five:before, .progress-bar .inactive.step--four:before, .progress-bar--small .inactive.step--four:before, .progress-bar .inactive.step--three:before, .progress-bar--small .inactive.step--three:before, .progress-bar .inactive.step--two:before, .progress-bar--small .inactive.step--two:before, .progress-bar .inactive.step--one:before, .progress-bar--small .inactive.step--one:before {
  color: #cdd7e4;
}
.progress-bar .step:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator .graphic-indicator .step--six:before, .client-case-status-indicator .graphic-indicator .progress-bar .step--six:before, .progress-bar .client-case-status-indicator .graphic-indicator .step--five:before, .client-case-status-indicator .graphic-indicator .progress-bar .step--five:before, .progress-bar .client-case-status-indicator .graphic-indicator .step--four:before, .client-case-status-indicator .graphic-indicator .progress-bar .step--four:before, .progress-bar .client-case-status-indicator .graphic-indicator .step--two:before, .client-case-status-indicator .graphic-indicator .progress-bar .step--two:before, .progress-bar .client-case-status-indicator .graphic-indicator .step--one:before, .client-case-status-indicator .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-status-label-wrapper .step-six:before, .client-status-label-wrapper .progress-bar .step-six:before, .progress-bar .client-status-label-wrapper .step-five:before, .client-status-label-wrapper .progress-bar .step-five:before, .progress-bar .client-status-label-wrapper .step-four:before, .client-status-label-wrapper .progress-bar .step-four:before, .progress-bar .client-status-label-wrapper .step-three:before, .client-status-label-wrapper .progress-bar .step-three:before, .progress-bar .client-status-label-wrapper .step-two:before, .client-status-label-wrapper .progress-bar .step-two:before, .progress-bar .client-status-label-wrapper .step-one:before, .client-status-label-wrapper .progress-bar .step-one:before, .progress-bar--small .step:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--six:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--six:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--five:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--five:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--four:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--four:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--two:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--two:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--one:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-status-label-wrapper .step-six:before, .client-status-label-wrapper .progress-bar--small .step-six:before, .progress-bar--small .client-status-label-wrapper .step-five:before, .client-status-label-wrapper .progress-bar--small .step-five:before, .progress-bar--small .client-status-label-wrapper .step-four:before, .client-status-label-wrapper .progress-bar--small .step-four:before, .progress-bar--small .client-status-label-wrapper .step-three:before, .client-status-label-wrapper .progress-bar--small .step-three:before, .progress-bar--small .client-status-label-wrapper .step-two:before, .client-status-label-wrapper .progress-bar--small .step-two:before, .progress-bar--small .client-status-label-wrapper .step-one:before, .client-status-label-wrapper .progress-bar--small .step-one:before, .progress-bar .step--twelve:before, .progress-bar--small .step--twelve:before, .progress-bar .step--eleven:before, .progress-bar--small .step--eleven:before, .progress-bar .step--ten:before, .progress-bar--small .step--ten:before, .progress-bar .step--nine:before, .progress-bar--small .step--nine:before, .progress-bar .step--eight:before, .progress-bar--small .step--eight:before, .progress-bar .step--seven:before, .progress-bar--small .step--seven:before, .progress-bar .step--six:before, .progress-bar--small .step--six:before, .progress-bar .step--five:before, .progress-bar--small .step--five:before, .progress-bar .step--four:before, .progress-bar--small .step--four:before, .progress-bar .step--three:before, .progress-bar--small .step--three:before, .progress-bar .step--two:before, .progress-bar--small .step--two:before, .progress-bar .step--one:before, .progress-bar--small .step--one:before {
  bottom: 15px;
  color: #ffffff;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  height: 20px;
  left: 20px;
  position: absolute;
  -webkit-transform: skew(16deg);
  -moz-transform: skew(16deg);
  -o-transform: skew(16deg);
  transform: skew(16deg);
  transition: 0.6s ease-out;
  width: 20px;
}
.progress-bar .step.current, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .current.step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .current.step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .current.step--ten, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .current.step--nine, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .current.step--eight, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .current.step--seven, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .current.step--three, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .current.step--one, .progress-bar .client-status-label-wrapper .current.step-six, .client-status-label-wrapper .progress-bar .current.step-six, .progress-bar .client-status-label-wrapper .current.step-five, .client-status-label-wrapper .progress-bar .current.step-five, .progress-bar .client-status-label-wrapper .current.step-four, .client-status-label-wrapper .progress-bar .current.step-four, .progress-bar .client-status-label-wrapper .current.step-three, .client-status-label-wrapper .progress-bar .current.step-three, .progress-bar .client-status-label-wrapper .current.step-two, .client-status-label-wrapper .progress-bar .current.step-two, .progress-bar .client-status-label-wrapper .current.step-one, .client-status-label-wrapper .progress-bar .current.step-one, .progress-bar--small .step.current, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .current.step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .current.step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .current.step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .current.step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .current.step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .current.step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .current.step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .current.step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .current.step--one, .progress-bar--small .client-status-label-wrapper .current.step-six, .client-status-label-wrapper .progress-bar--small .current.step-six, .progress-bar--small .client-status-label-wrapper .current.step-five, .client-status-label-wrapper .progress-bar--small .current.step-five, .progress-bar--small .client-status-label-wrapper .current.step-four, .client-status-label-wrapper .progress-bar--small .current.step-four, .progress-bar--small .client-status-label-wrapper .current.step-three, .client-status-label-wrapper .progress-bar--small .current.step-three, .progress-bar--small .client-status-label-wrapper .current.step-two, .client-status-label-wrapper .progress-bar--small .current.step-two, .progress-bar--small .client-status-label-wrapper .current.step-one, .client-status-label-wrapper .progress-bar--small .current.step-one, .progress-bar .current.step--twelve, .progress-bar--small .current.step--twelve, .progress-bar .current.step--eleven, .progress-bar--small .current.step--eleven, .progress-bar .current.step--ten, .progress-bar--small .current.step--ten, .progress-bar .current.step--nine, .progress-bar--small .current.step--nine, .progress-bar .current.step--eight, .progress-bar--small .current.step--eight, .progress-bar .current.step--seven, .progress-bar--small .current.step--seven, .progress-bar .current.step--six, .progress-bar--small .current.step--six, .progress-bar .current.step--five, .progress-bar--small .current.step--five, .progress-bar .current.step--four, .progress-bar--small .current.step--four, .progress-bar .current.step--three, .progress-bar--small .current.step--three, .progress-bar .current.step--two, .progress-bar--small .current.step--two, .progress-bar .current.step--one, .progress-bar--small .current.step--one {
  border: 3px solid #ffffff;
  z-index: 1;
}
.progress-bar .step--one, .progress-bar--small .step--one {
  left: -2.5%;
  position: absolute;
  width: 11%;
}
.progress-bar .step--one:before, .progress-bar--small .step--one:before {
  content: "1";
  left: 50px;
}
.progress-bar .step--one.status-label, .progress-bar--small .step--one.status-label {
  left: 0;
  transform: none;
}
.progress-bar .step--one.status-label::after, .progress-bar--small .step--one.status-label::after {
  left: 14%;
  transform: none;
}
.progress-bar .step--two, .progress-bar--small .step--two {
  left: 8.5%;
  transition-delay: 0.2s;
}
.progress-bar .step--two::before, .progress-bar--small .step--two::before {
  content: "2";
  transition-delay: 0.2s;
}
.progress-bar .step--three, .progress-bar--small .step--three {
  left: 17%;
  transition-delay: 0.4s;
}
.progress-bar .step--three::before, .progress-bar--small .step--three::before {
  content: "3";
  transition-delay: 0.4s;
}
.progress-bar .step--four, .progress-bar--small .step--four {
  left: 25.5%;
  transition-delay: 0.6s;
}
.progress-bar .step--four::before, .progress-bar--small .step--four::before {
  content: "4";
  transition-delay: 0.6s;
}
.progress-bar .step--five, .progress-bar--small .step--five {
  left: 34%;
  transition-delay: 0.8s;
}
.progress-bar .step--five::before, .progress-bar--small .step--five::before {
  content: "5";
}
.progress-bar .step--six, .progress-bar--small .step--six {
  left: 42.5%;
  transition-delay: 1s;
}
.progress-bar .step--six::before, .progress-bar--small .step--six::before {
  content: "6";
}
.progress-bar .step--seven, .progress-bar--small .step--seven {
  left: 51%;
  transition-delay: 1.2s;
}
.progress-bar .step--seven::before, .progress-bar--small .step--seven::before {
  content: "7";
}
.progress-bar .step--eight, .progress-bar--small .step--eight {
  left: 59.5%;
  transition-delay: 1.4s;
}
.progress-bar .step--eight::before, .progress-bar--small .step--eight::before {
  content: "8";
}
.progress-bar .step--nine, .progress-bar--small .step--nine {
  left: 68%;
  transition-delay: 1.6s;
}
.progress-bar .step--nine::before, .progress-bar--small .step--nine::before {
  content: "9";
}
.progress-bar .step--ten, .progress-bar--small .step--ten {
  left: 76.5%;
  transition-delay: 1.8s;
}
.progress-bar .step--ten::before, .progress-bar--small .step--ten::before {
  content: "10";
}
.progress-bar .step--eleven, .progress-bar--small .step--eleven {
  left: 85%;
  transition-delay: 2s;
}
.progress-bar .step--eleven::before, .progress-bar--small .step--eleven::before {
  content: "11";
}
.progress-bar .step--twelve, .progress-bar--small .step--twelve {
  left: 93.5%;
  transition-delay: 2.2s;
}
.progress-bar .step--twelve::before, .progress-bar--small .step--twelve::before {
  content: "12";
}
.progress-bar .step:last-child, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--twelve:last-child, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--eleven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--ten:last-child, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--nine:last-child, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--eight:last-child, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--seven:last-child, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--three:last-child, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--one:last-child, .progress-bar .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar .step-six:last-child, .progress-bar .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar .step-five:last-child, .progress-bar .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar .step-four:last-child, .progress-bar .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar .step-three:last-child, .progress-bar .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar .step-two:last-child, .progress-bar .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar .step-one:last-child, .progress-bar--small .step:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eleven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--ten:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--nine:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eight:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--seven:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--three:last-child, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one:last-child, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--one:last-child, .progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar--small .step-six:last-child, .progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar--small .step-five:last-child, .progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar--small .step-four:last-child, .progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar--small .step-three:last-child, .progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar--small .step-two:last-child, .progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar--small .step-one:last-child, .progress-bar .step--one:last-child, .progress-bar--small .step--one:last-child, .progress-bar .step--two:last-child, .progress-bar--small .step--two:last-child, .progress-bar .step--three:last-child, .progress-bar--small .step--three:last-child, .progress-bar .step--four:last-child, .progress-bar--small .step--four:last-child, .progress-bar .step--five:last-child, .progress-bar--small .step--five:last-child, .progress-bar .step--six:last-child, .progress-bar--small .step--six:last-child, .progress-bar .step--seven:last-child, .progress-bar--small .step--seven:last-child, .progress-bar .step--eight:last-child, .progress-bar--small .step--eight:last-child, .progress-bar .step--nine:last-child, .progress-bar--small .step--nine:last-child, .progress-bar .step--ten:last-child, .progress-bar--small .step--ten:last-child, .progress-bar .step--eleven:last-child, .progress-bar--small .step--eleven:last-child, .progress-bar .step--twelve:last-child, .progress-bar--small .step--twelve:last-child {
  width: 10.5%;
}
.progress-bar .step:last-child.status-label, .progress-bar .client-status-label-wrapper .step-six:last-child.status-label, .client-status-label-wrapper .progress-bar .step-six:last-child.status-label, .progress-bar .client-status-label-wrapper .step-five:last-child.status-label, .client-status-label-wrapper .progress-bar .step-five:last-child.status-label, .progress-bar .client-status-label-wrapper .step-four:last-child.status-label, .client-status-label-wrapper .progress-bar .step-four:last-child.status-label, .progress-bar .client-status-label-wrapper .step-three:last-child.status-label, .client-status-label-wrapper .progress-bar .step-three:last-child.status-label, .progress-bar .client-status-label-wrapper .step-two:last-child.status-label, .client-status-label-wrapper .progress-bar .step-two:last-child.status-label, .progress-bar .client-status-label-wrapper .step-one:last-child.status-label, .client-status-label-wrapper .progress-bar .step-one:last-child.status-label, .progress-bar--small .step:last-child.status-label, .progress-bar--small .client-status-label-wrapper .step-six:last-child.status-label, .client-status-label-wrapper .progress-bar--small .step-six:last-child.status-label, .progress-bar--small .client-status-label-wrapper .step-five:last-child.status-label, .client-status-label-wrapper .progress-bar--small .step-five:last-child.status-label, .progress-bar--small .client-status-label-wrapper .step-four:last-child.status-label, .client-status-label-wrapper .progress-bar--small .step-four:last-child.status-label, .progress-bar--small .client-status-label-wrapper .step-three:last-child.status-label, .client-status-label-wrapper .progress-bar--small .step-three:last-child.status-label, .progress-bar--small .client-status-label-wrapper .step-two:last-child.status-label, .client-status-label-wrapper .progress-bar--small .step-two:last-child.status-label, .progress-bar--small .client-status-label-wrapper .step-one:last-child.status-label, .client-status-label-wrapper .progress-bar--small .step-one:last-child.status-label, .progress-bar .step--one:last-child.status-label, .progress-bar--small .step--one:last-child.status-label, .progress-bar .step--two:last-child.status-label, .progress-bar--small .step--two:last-child.status-label, .progress-bar .step--three:last-child.status-label, .progress-bar--small .step--three:last-child.status-label, .progress-bar .step--four:last-child.status-label, .progress-bar--small .step--four:last-child.status-label, .progress-bar .step--five:last-child.status-label, .progress-bar--small .step--five:last-child.status-label, .progress-bar .step--six:last-child.status-label, .progress-bar--small .step--six:last-child.status-label, .progress-bar .step--seven:last-child.status-label, .progress-bar--small .step--seven:last-child.status-label, .progress-bar .step--eight:last-child.status-label, .progress-bar--small .step--eight:last-child.status-label, .progress-bar .step--nine:last-child.status-label, .progress-bar--small .step--nine:last-child.status-label, .progress-bar .step--ten:last-child.status-label, .progress-bar--small .step--ten:last-child.status-label, .progress-bar .step--eleven:last-child.status-label, .progress-bar--small .step--eleven:last-child.status-label, .progress-bar .step--twelve:last-child.status-label, .progress-bar--small .step--twelve:last-child.status-label {
  left: auto;
  right: 0;
  transform: none;
}
.progress-bar .step:last-child.status-label::after, .progress-bar .client-status-label-wrapper .step-six:last-child.status-label::after, .client-status-label-wrapper .progress-bar .step-six:last-child.status-label::after, .progress-bar .client-status-label-wrapper .step-five:last-child.status-label::after, .client-status-label-wrapper .progress-bar .step-five:last-child.status-label::after, .progress-bar .client-status-label-wrapper .step-four:last-child.status-label::after, .client-status-label-wrapper .progress-bar .step-four:last-child.status-label::after, .progress-bar .client-status-label-wrapper .step-three:last-child.status-label::after, .client-status-label-wrapper .progress-bar .step-three:last-child.status-label::after, .progress-bar .client-status-label-wrapper .step-two:last-child.status-label::after, .client-status-label-wrapper .progress-bar .step-two:last-child.status-label::after, .progress-bar .client-status-label-wrapper .step-one:last-child.status-label::after, .client-status-label-wrapper .progress-bar .step-one:last-child.status-label::after, .progress-bar--small .step:last-child.status-label::after, .progress-bar--small .client-status-label-wrapper .step-six:last-child.status-label::after, .client-status-label-wrapper .progress-bar--small .step-six:last-child.status-label::after, .progress-bar--small .client-status-label-wrapper .step-five:last-child.status-label::after, .client-status-label-wrapper .progress-bar--small .step-five:last-child.status-label::after, .progress-bar--small .client-status-label-wrapper .step-four:last-child.status-label::after, .client-status-label-wrapper .progress-bar--small .step-four:last-child.status-label::after, .progress-bar--small .client-status-label-wrapper .step-three:last-child.status-label::after, .client-status-label-wrapper .progress-bar--small .step-three:last-child.status-label::after, .progress-bar--small .client-status-label-wrapper .step-two:last-child.status-label::after, .client-status-label-wrapper .progress-bar--small .step-two:last-child.status-label::after, .progress-bar--small .client-status-label-wrapper .step-one:last-child.status-label::after, .client-status-label-wrapper .progress-bar--small .step-one:last-child.status-label::after, .progress-bar .step--one:last-child.status-label::after, .progress-bar--small .step--one:last-child.status-label::after, .progress-bar .step--two:last-child.status-label::after, .progress-bar--small .step--two:last-child.status-label::after, .progress-bar .step--three:last-child.status-label::after, .progress-bar--small .step--three:last-child.status-label::after, .progress-bar .step--four:last-child.status-label::after, .progress-bar--small .step--four:last-child.status-label::after, .progress-bar .step--five:last-child.status-label::after, .progress-bar--small .step--five:last-child.status-label::after, .progress-bar .step--six:last-child.status-label::after, .progress-bar--small .step--six:last-child.status-label::after, .progress-bar .step--seven:last-child.status-label::after, .progress-bar--small .step--seven:last-child.status-label::after, .progress-bar .step--eight:last-child.status-label::after, .progress-bar--small .step--eight:last-child.status-label::after, .progress-bar .step--nine:last-child.status-label::after, .progress-bar--small .step--nine:last-child.status-label::after, .progress-bar .step--ten:last-child.status-label::after, .progress-bar--small .step--ten:last-child.status-label::after, .progress-bar .step--eleven:last-child.status-label::after, .progress-bar--small .step--eleven:last-child.status-label::after, .progress-bar .step--twelve:last-child.status-label::after, .progress-bar--small .step--twelve:last-child.status-label::after {
  left: auto;
  right: 14%;
  transform: none;
}
.progress-bar[data-max-steps="2"] .step--one:not(.inactive), [data-max-steps="2"].progress-bar--small .step--one:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="2"] .step--two:not(.inactive), [data-max-steps="2"].progress-bar--small .step--two:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="2"] .step--three:not(.inactive), [data-max-steps="2"].progress-bar--small .step--three:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="2"] .step--four:not(.inactive), [data-max-steps="2"].progress-bar--small .step--four:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="2"] .step--five:not(.inactive), [data-max-steps="2"].progress-bar--small .step--five:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="2"] .step--six:not(.inactive), [data-max-steps="2"].progress-bar--small .step--six:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="2"] .step--seven:not(.inactive), [data-max-steps="2"].progress-bar--small .step--seven:not(.inactive) {
  background: #25d0a4;
}
.progress-bar[data-max-steps="2"] .step--eight:not(.inactive), [data-max-steps="2"].progress-bar--small .step--eight:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="2"] .step--nine:not(.inactive), [data-max-steps="2"].progress-bar--small .step--nine:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="2"] .step--ten:not(.inactive), [data-max-steps="2"].progress-bar--small .step--ten:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="2"] .step--eleven:not(.inactive), [data-max-steps="2"].progress-bar--small .step--eleven:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="2"] .step--twelve:not(.inactive), [data-max-steps="2"].progress-bar--small .step--twelve:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="3"] .step--one:not(.inactive), [data-max-steps="3"].progress-bar--small .step--one:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="3"] .step--two:not(.inactive), [data-max-steps="3"].progress-bar--small .step--two:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="3"] .step--three:not(.inactive), [data-max-steps="3"].progress-bar--small .step--three:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="3"] .step--four:not(.inactive), [data-max-steps="3"].progress-bar--small .step--four:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="3"] .step--five:not(.inactive), [data-max-steps="3"].progress-bar--small .step--five:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="3"] .step--six:not(.inactive), [data-max-steps="3"].progress-bar--small .step--six:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="3"] .step--seven:not(.inactive), [data-max-steps="3"].progress-bar--small .step--seven:not(.inactive) {
  background: #25d0a4;
}
.progress-bar[data-max-steps="3"] .step--eight:not(.inactive), [data-max-steps="3"].progress-bar--small .step--eight:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="3"] .step--nine:not(.inactive), [data-max-steps="3"].progress-bar--small .step--nine:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="3"] .step--ten:not(.inactive), [data-max-steps="3"].progress-bar--small .step--ten:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="3"] .step--eleven:not(.inactive), [data-max-steps="3"].progress-bar--small .step--eleven:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="3"] .step--twelve:not(.inactive), [data-max-steps="3"].progress-bar--small .step--twelve:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="4"] .step--one:not(.inactive), [data-max-steps="4"].progress-bar--small .step--one:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="4"] .step--two:not(.inactive), [data-max-steps="4"].progress-bar--small .step--two:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="4"] .step--three:not(.inactive), [data-max-steps="4"].progress-bar--small .step--three:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="4"] .step--four:not(.inactive), [data-max-steps="4"].progress-bar--small .step--four:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="4"] .step--five:not(.inactive), [data-max-steps="4"].progress-bar--small .step--five:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="4"] .step--six:not(.inactive), [data-max-steps="4"].progress-bar--small .step--six:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="4"] .step--seven:not(.inactive), [data-max-steps="4"].progress-bar--small .step--seven:not(.inactive) {
  background: #25d0a4;
}
.progress-bar[data-max-steps="4"] .step--eight:not(.inactive), [data-max-steps="4"].progress-bar--small .step--eight:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="4"] .step--nine:not(.inactive), [data-max-steps="4"].progress-bar--small .step--nine:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="4"] .step--ten:not(.inactive), [data-max-steps="4"].progress-bar--small .step--ten:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="4"] .step--eleven:not(.inactive), [data-max-steps="4"].progress-bar--small .step--eleven:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="4"] .step--twelve:not(.inactive), [data-max-steps="4"].progress-bar--small .step--twelve:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="5"] .step--one:not(.inactive), [data-max-steps="5"].progress-bar--small .step--one:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="5"] .step--two:not(.inactive), [data-max-steps="5"].progress-bar--small .step--two:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="5"] .step--three:not(.inactive), [data-max-steps="5"].progress-bar--small .step--three:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="5"] .step--four:not(.inactive), [data-max-steps="5"].progress-bar--small .step--four:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="5"] .step--five:not(.inactive), [data-max-steps="5"].progress-bar--small .step--five:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="5"] .step--six:not(.inactive), [data-max-steps="5"].progress-bar--small .step--six:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="5"] .step--seven:not(.inactive), [data-max-steps="5"].progress-bar--small .step--seven:not(.inactive) {
  background: #25d0a4;
}
.progress-bar[data-max-steps="5"] .step--eight:not(.inactive), [data-max-steps="5"].progress-bar--small .step--eight:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="5"] .step--nine:not(.inactive), [data-max-steps="5"].progress-bar--small .step--nine:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="5"] .step--ten:not(.inactive), [data-max-steps="5"].progress-bar--small .step--ten:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="5"] .step--eleven:not(.inactive), [data-max-steps="5"].progress-bar--small .step--eleven:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="5"] .step--twelve:not(.inactive), [data-max-steps="5"].progress-bar--small .step--twelve:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="6"] .step--one:not(.inactive), [data-max-steps="6"].progress-bar--small .step--one:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="6"] .step--two:not(.inactive), [data-max-steps="6"].progress-bar--small .step--two:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="6"] .step--three:not(.inactive), [data-max-steps="6"].progress-bar--small .step--three:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="6"] .step--four:not(.inactive), [data-max-steps="6"].progress-bar--small .step--four:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="6"] .step--five:not(.inactive), [data-max-steps="6"].progress-bar--small .step--five:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="6"] .step--six:not(.inactive), [data-max-steps="6"].progress-bar--small .step--six:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="6"] .step--seven:not(.inactive), [data-max-steps="6"].progress-bar--small .step--seven:not(.inactive) {
  background: #25d0a4;
}
.progress-bar[data-max-steps="6"] .step--eight:not(.inactive), [data-max-steps="6"].progress-bar--small .step--eight:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="6"] .step--nine:not(.inactive), [data-max-steps="6"].progress-bar--small .step--nine:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="6"] .step--ten:not(.inactive), [data-max-steps="6"].progress-bar--small .step--ten:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="6"] .step--eleven:not(.inactive), [data-max-steps="6"].progress-bar--small .step--eleven:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="6"] .step--twelve:not(.inactive), [data-max-steps="6"].progress-bar--small .step--twelve:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="7"] .step--one:not(.inactive), [data-max-steps="7"].progress-bar--small .step--one:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="7"] .step--two:not(.inactive), [data-max-steps="7"].progress-bar--small .step--two:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="7"] .step--three:not(.inactive), [data-max-steps="7"].progress-bar--small .step--three:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="7"] .step--four:not(.inactive), [data-max-steps="7"].progress-bar--small .step--four:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="7"] .step--five:not(.inactive), [data-max-steps="7"].progress-bar--small .step--five:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="7"] .step--six:not(.inactive), [data-max-steps="7"].progress-bar--small .step--six:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="7"] .step--seven:not(.inactive), [data-max-steps="7"].progress-bar--small .step--seven:not(.inactive) {
  background: #25d0a4;
}
.progress-bar[data-max-steps="7"] .step--eight:not(.inactive), [data-max-steps="7"].progress-bar--small .step--eight:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="7"] .step--nine:not(.inactive), [data-max-steps="7"].progress-bar--small .step--nine:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="7"] .step--ten:not(.inactive), [data-max-steps="7"].progress-bar--small .step--ten:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="7"] .step--eleven:not(.inactive), [data-max-steps="7"].progress-bar--small .step--eleven:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="7"] .step--twelve:not(.inactive), [data-max-steps="7"].progress-bar--small .step--twelve:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="8"] .step--one:not(.inactive), [data-max-steps="8"].progress-bar--small .step--one:not(.inactive) {
  background: #7da8eb;
}
.progress-bar[data-max-steps="8"] .step--two:not(.inactive), [data-max-steps="8"].progress-bar--small .step--two:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="8"] .step--three:not(.inactive), [data-max-steps="8"].progress-bar--small .step--three:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="8"] .step--four:not(.inactive), [data-max-steps="8"].progress-bar--small .step--four:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="8"] .step--five:not(.inactive), [data-max-steps="8"].progress-bar--small .step--five:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="8"] .step--six:not(.inactive), [data-max-steps="8"].progress-bar--small .step--six:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="8"] .step--seven:not(.inactive), [data-max-steps="8"].progress-bar--small .step--seven:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="8"] .step--eight:not(.inactive), [data-max-steps="8"].progress-bar--small .step--eight:not(.inactive) {
  background: #25d0a4;
}
.progress-bar[data-max-steps="8"] .step--nine:not(.inactive), [data-max-steps="8"].progress-bar--small .step--nine:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="8"] .step--ten:not(.inactive), [data-max-steps="8"].progress-bar--small .step--ten:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="8"] .step--eleven:not(.inactive), [data-max-steps="8"].progress-bar--small .step--eleven:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="8"] .step--twelve:not(.inactive), [data-max-steps="8"].progress-bar--small .step--twelve:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="9"] .step--one:not(.inactive), [data-max-steps="9"].progress-bar--small .step--one:not(.inactive) {
  background: #8dc5fa;
}
.progress-bar[data-max-steps="9"] .step--two:not(.inactive), [data-max-steps="9"].progress-bar--small .step--two:not(.inactive) {
  background: #7da8eb;
}
.progress-bar[data-max-steps="9"] .step--three:not(.inactive), [data-max-steps="9"].progress-bar--small .step--three:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="9"] .step--four:not(.inactive), [data-max-steps="9"].progress-bar--small .step--four:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="9"] .step--five:not(.inactive), [data-max-steps="9"].progress-bar--small .step--five:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="9"] .step--six:not(.inactive), [data-max-steps="9"].progress-bar--small .step--six:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="9"] .step--seven:not(.inactive), [data-max-steps="9"].progress-bar--small .step--seven:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="9"] .step--eight:not(.inactive), [data-max-steps="9"].progress-bar--small .step--eight:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="9"] .step--nine:not(.inactive), [data-max-steps="9"].progress-bar--small .step--nine:not(.inactive) {
  background: #25d0a4;
}
.progress-bar[data-max-steps="9"] .step--ten:not(.inactive), [data-max-steps="9"].progress-bar--small .step--ten:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="9"] .step--eleven:not(.inactive), [data-max-steps="9"].progress-bar--small .step--eleven:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="9"] .step--twelve:not(.inactive), [data-max-steps="9"].progress-bar--small .step--twelve:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="10"] .step--one:not(.inactive), [data-max-steps="10"].progress-bar--small .step--one:not(.inactive) {
  background: #99f1ff;
}
.progress-bar[data-max-steps="10"] .step--two:not(.inactive), [data-max-steps="10"].progress-bar--small .step--two:not(.inactive) {
  background: #8dc5fa;
}
.progress-bar[data-max-steps="10"] .step--three:not(.inactive), [data-max-steps="10"].progress-bar--small .step--three:not(.inactive) {
  background: #7da8eb;
}
.progress-bar[data-max-steps="10"] .step--four:not(.inactive), [data-max-steps="10"].progress-bar--small .step--four:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="10"] .step--five:not(.inactive), [data-max-steps="10"].progress-bar--small .step--five:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="10"] .step--six:not(.inactive), [data-max-steps="10"].progress-bar--small .step--six:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="10"] .step--seven:not(.inactive), [data-max-steps="10"].progress-bar--small .step--seven:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="10"] .step--eight:not(.inactive), [data-max-steps="10"].progress-bar--small .step--eight:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="10"] .step--nine:not(.inactive), [data-max-steps="10"].progress-bar--small .step--nine:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="10"] .step--ten:not(.inactive), [data-max-steps="10"].progress-bar--small .step--ten:not(.inactive) {
  background: #25d0a4;
}
.progress-bar[data-max-steps="10"] .step--eleven:not(.inactive), [data-max-steps="10"].progress-bar--small .step--eleven:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="10"] .step--twelve:not(.inactive), [data-max-steps="10"].progress-bar--small .step--twelve:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="11"] .step--one:not(.inactive), [data-max-steps="11"].progress-bar--small .step--one:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="11"] .step--two:not(.inactive), [data-max-steps="11"].progress-bar--small .step--two:not(.inactive) {
  background: #99f1ff;
}
.progress-bar[data-max-steps="11"] .step--three:not(.inactive), [data-max-steps="11"].progress-bar--small .step--three:not(.inactive) {
  background: #8dc5fa;
}
.progress-bar[data-max-steps="11"] .step--four:not(.inactive), [data-max-steps="11"].progress-bar--small .step--four:not(.inactive) {
  background: #7da8eb;
}
.progress-bar[data-max-steps="11"] .step--five:not(.inactive), [data-max-steps="11"].progress-bar--small .step--five:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="11"] .step--six:not(.inactive), [data-max-steps="11"].progress-bar--small .step--six:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="11"] .step--seven:not(.inactive), [data-max-steps="11"].progress-bar--small .step--seven:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="11"] .step--eight:not(.inactive), [data-max-steps="11"].progress-bar--small .step--eight:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="11"] .step--nine:not(.inactive), [data-max-steps="11"].progress-bar--small .step--nine:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="11"] .step--ten:not(.inactive), [data-max-steps="11"].progress-bar--small .step--ten:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="11"] .step--eleven:not(.inactive), [data-max-steps="11"].progress-bar--small .step--eleven:not(.inactive) {
  background: #25d0a4;
}
.progress-bar[data-max-steps="11"] .step--twelve:not(.inactive), [data-max-steps="11"].progress-bar--small .step--twelve:not(.inactive) {
  background: #fa105d;
}
.progress-bar[data-max-steps="12"] .step--one:not(.inactive), [data-max-steps="12"].progress-bar--small .step--one:not(.inactive) {
  background: #7ce3c8;
}
.progress-bar[data-max-steps="12"] .step--two:not(.inactive), [data-max-steps="12"].progress-bar--small .step--two:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="12"] .step--three:not(.inactive), [data-max-steps="12"].progress-bar--small .step--three:not(.inactive) {
  background: #99f1ff;
}
.progress-bar[data-max-steps="12"] .step--four:not(.inactive), [data-max-steps="12"].progress-bar--small .step--four:not(.inactive) {
  background: #8dc5fa;
}
.progress-bar[data-max-steps="12"] .step--five:not(.inactive), [data-max-steps="12"].progress-bar--small .step--five:not(.inactive) {
  background: #7da8eb;
}
.progress-bar[data-max-steps="12"] .step--six:not(.inactive), [data-max-steps="12"].progress-bar--small .step--six:not(.inactive) {
  background: #5f6fa3;
}
.progress-bar[data-max-steps="12"] .step--seven:not(.inactive), [data-max-steps="12"].progress-bar--small .step--seven:not(.inactive) {
  background: #384c8d;
}
.progress-bar[data-max-steps="12"] .step--eight:not(.inactive), [data-max-steps="12"].progress-bar--small .step--eight:not(.inactive) {
  background: #465fdc;
}
.progress-bar[data-max-steps="12"] .step--nine:not(.inactive), [data-max-steps="12"].progress-bar--small .step--nine:not(.inactive) {
  background: #419ef8;
}
.progress-bar[data-max-steps="12"] .step--ten:not(.inactive), [data-max-steps="12"].progress-bar--small .step--ten:not(.inactive) {
  background: #01ddff;
}
.progress-bar[data-max-steps="12"] .step--eleven:not(.inactive), [data-max-steps="12"].progress-bar--small .step--eleven:not(.inactive) {
  background: #1bf8ab;
}
.progress-bar[data-max-steps="12"] .step--twelve:not(.inactive), [data-max-steps="12"].progress-bar--small .step--twelve:not(.inactive) {
  background: #25d0a4;
}
.progress-bar--small {
  height: 100%;
}
.progress-bar--small .step::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--six::before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--six::before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--five::before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--five::before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--four::before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--four::before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--two::before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--two::before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--one::before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-status-label-wrapper .step-six::before, .client-status-label-wrapper .progress-bar--small .step-six::before, .progress-bar--small .client-status-label-wrapper .step-five::before, .client-status-label-wrapper .progress-bar--small .step-five::before, .progress-bar--small .client-status-label-wrapper .step-four::before, .client-status-label-wrapper .progress-bar--small .step-four::before, .progress-bar--small .client-status-label-wrapper .step-three::before, .client-status-label-wrapper .progress-bar--small .step-three::before, .progress-bar--small .client-status-label-wrapper .step-two::before, .client-status-label-wrapper .progress-bar--small .step-two::before, .progress-bar--small .client-status-label-wrapper .step-one::before, .client-status-label-wrapper .progress-bar--small .step-one::before, .progress-bar--small .step--one::before, .progress-bar--small .step--two::before, .progress-bar--small .step--three::before, .progress-bar--small .step--four::before, .progress-bar--small .step--five::before, .progress-bar--small .step--six::before, .progress-bar--small .step--seven::before, .progress-bar--small .step--eight::before, .progress-bar--small .step--nine::before, .progress-bar--small .step--ten::before, .progress-bar--small .step--eleven::before, .progress-bar--small .step--twelve::before {
  left: 0.25rem;
  bottom: 0.25rem;
}
.progress-bar--small .step--one::before {
  left: 1.25rem;
}
.progress-bar[data-max-steps="1"] .step, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--twelve, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-six, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-five, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-four, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-three, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-two, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-one, [data-max-steps="1"].progress-bar--small .step, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--twelve, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-six, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-five, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-four, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-three, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-two, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-one, .progress-bar[data-max-steps="1"] .step--one, .progress-bar[data-max-steps="1"] .step--two, .progress-bar[data-max-steps="1"] .step--three, .progress-bar[data-max-steps="1"] .step--four, .progress-bar[data-max-steps="1"] .step--five, .progress-bar[data-max-steps="1"] .step--six, .progress-bar[data-max-steps="1"] .step--seven, .progress-bar[data-max-steps="1"] .step--eight, .progress-bar[data-max-steps="1"] .step--nine, .progress-bar[data-max-steps="1"] .step--ten, .progress-bar[data-max-steps="1"] .step--eleven, .progress-bar[data-max-steps="1"] .step--twelve, [data-max-steps="1"].progress-bar--small .step--one, [data-max-steps="1"].progress-bar--small .step--two, [data-max-steps="1"].progress-bar--small .step--three, [data-max-steps="1"].progress-bar--small .step--four, [data-max-steps="1"].progress-bar--small .step--five, [data-max-steps="1"].progress-bar--small .step--six, [data-max-steps="1"].progress-bar--small .step--seven, [data-max-steps="1"].progress-bar--small .step--eight, [data-max-steps="1"].progress-bar--small .step--nine, [data-max-steps="1"].progress-bar--small .step--ten, [data-max-steps="1"].progress-bar--small .step--eleven, [data-max-steps="1"].progress-bar--small .step--twelve {
  width: 100%;
}
.progress-bar[data-max-steps="1"] .step--one, [data-max-steps="1"].progress-bar--small .step--one {
  width: 103.5%;
}
.progress-bar[data-max-steps="1"] .step--two, [data-max-steps="1"].progress-bar--small .step--two {
  left: 100%;
}
.progress-bar[data-max-steps="1"] .step--three, [data-max-steps="1"].progress-bar--small .step--three {
  left: 200%;
}
.progress-bar[data-max-steps="1"] .step--four, [data-max-steps="1"].progress-bar--small .step--four {
  left: 300%;
}
.progress-bar[data-max-steps="1"] .step--five, [data-max-steps="1"].progress-bar--small .step--five {
  left: 400%;
}
.progress-bar[data-max-steps="1"] .step--six, [data-max-steps="1"].progress-bar--small .step--six {
  left: 500%;
}
.progress-bar[data-max-steps="1"] .step--seven, [data-max-steps="1"].progress-bar--small .step--seven {
  left: 600%;
}
.progress-bar[data-max-steps="1"] .step--eight, [data-max-steps="1"].progress-bar--small .step--eight {
  left: 700%;
}
.progress-bar[data-max-steps="1"] .step--nine, [data-max-steps="1"].progress-bar--small .step--nine {
  left: 800%;
}
.progress-bar[data-max-steps="1"] .step--ten, [data-max-steps="1"].progress-bar--small .step--ten {
  left: 900%;
}
.progress-bar[data-max-steps="1"] .step--eleven, [data-max-steps="1"].progress-bar--small .step--eleven {
  left: 1000%;
}
.progress-bar[data-max-steps="1"] .step--twelve, [data-max-steps="1"].progress-bar--small .step--twelve {
  left: 1100%;
}
.progress-bar[data-max-steps="1"] .step:last-child, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-six:last-child, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-five:last-child, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-four:last-child, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-three:last-child, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-two:last-child, .progress-bar[data-max-steps="1"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="1"] .step-one:last-child, [data-max-steps="1"].progress-bar--small .step:last-child, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-six:last-child, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-five:last-child, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-four:last-child, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-three:last-child, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-two:last-child, [data-max-steps="1"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="1"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="1"] .step--one:last-child, .progress-bar[data-max-steps="1"] .step--two:last-child, .progress-bar[data-max-steps="1"] .step--three:last-child, .progress-bar[data-max-steps="1"] .step--four:last-child, .progress-bar[data-max-steps="1"] .step--five:last-child, .progress-bar[data-max-steps="1"] .step--six:last-child, .progress-bar[data-max-steps="1"] .step--seven:last-child, .progress-bar[data-max-steps="1"] .step--eight:last-child, .progress-bar[data-max-steps="1"] .step--nine:last-child, .progress-bar[data-max-steps="1"] .step--ten:last-child, .progress-bar[data-max-steps="1"] .step--eleven:last-child, .progress-bar[data-max-steps="1"] .step--twelve:last-child, [data-max-steps="1"].progress-bar--small .step--one:last-child, [data-max-steps="1"].progress-bar--small .step--two:last-child, [data-max-steps="1"].progress-bar--small .step--three:last-child, [data-max-steps="1"].progress-bar--small .step--four:last-child, [data-max-steps="1"].progress-bar--small .step--five:last-child, [data-max-steps="1"].progress-bar--small .step--six:last-child, [data-max-steps="1"].progress-bar--small .step--seven:last-child, [data-max-steps="1"].progress-bar--small .step--eight:last-child, [data-max-steps="1"].progress-bar--small .step--nine:last-child, [data-max-steps="1"].progress-bar--small .step--ten:last-child, [data-max-steps="1"].progress-bar--small .step--eleven:last-child, [data-max-steps="1"].progress-bar--small .step--twelve:last-child {
  width: 104%;
}
.progress-bar[data-max-steps="2"].step-two, [data-max-steps="2"].step-two.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="2"] .step, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--twelve, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-six, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-five, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-four, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-three, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-two, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-one, [data-max-steps="2"].progress-bar--small .step, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--twelve, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-six, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-five, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-four, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-three, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-two, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-one, .progress-bar[data-max-steps="2"] .step--one, .progress-bar[data-max-steps="2"] .step--two, .progress-bar[data-max-steps="2"] .step--three, .progress-bar[data-max-steps="2"] .step--four, .progress-bar[data-max-steps="2"] .step--five, .progress-bar[data-max-steps="2"] .step--six, .progress-bar[data-max-steps="2"] .step--seven, .progress-bar[data-max-steps="2"] .step--eight, .progress-bar[data-max-steps="2"] .step--nine, .progress-bar[data-max-steps="2"] .step--ten, .progress-bar[data-max-steps="2"] .step--eleven, .progress-bar[data-max-steps="2"] .step--twelve, [data-max-steps="2"].progress-bar--small .step--one, [data-max-steps="2"].progress-bar--small .step--two, [data-max-steps="2"].progress-bar--small .step--three, [data-max-steps="2"].progress-bar--small .step--four, [data-max-steps="2"].progress-bar--small .step--five, [data-max-steps="2"].progress-bar--small .step--six, [data-max-steps="2"].progress-bar--small .step--seven, [data-max-steps="2"].progress-bar--small .step--eight, [data-max-steps="2"].progress-bar--small .step--nine, [data-max-steps="2"].progress-bar--small .step--ten, [data-max-steps="2"].progress-bar--small .step--eleven, [data-max-steps="2"].progress-bar--small .step--twelve {
  width: 50%;
}
.progress-bar[data-max-steps="2"] .step--one, [data-max-steps="2"].progress-bar--small .step--one {
  width: 53.5%;
}
.progress-bar[data-max-steps="2"] .step--two, [data-max-steps="2"].progress-bar--small .step--two {
  left: 50%;
}
.progress-bar[data-max-steps="2"] .step--three, [data-max-steps="2"].progress-bar--small .step--three {
  left: 100%;
}
.progress-bar[data-max-steps="2"] .step--four, [data-max-steps="2"].progress-bar--small .step--four {
  left: 150%;
}
.progress-bar[data-max-steps="2"] .step--five, [data-max-steps="2"].progress-bar--small .step--five {
  left: 200%;
}
.progress-bar[data-max-steps="2"] .step--six, [data-max-steps="2"].progress-bar--small .step--six {
  left: 250%;
}
.progress-bar[data-max-steps="2"] .step--seven, [data-max-steps="2"].progress-bar--small .step--seven {
  left: 300%;
}
.progress-bar[data-max-steps="2"] .step--eight, [data-max-steps="2"].progress-bar--small .step--eight {
  left: 350%;
}
.progress-bar[data-max-steps="2"] .step--nine, [data-max-steps="2"].progress-bar--small .step--nine {
  left: 400%;
}
.progress-bar[data-max-steps="2"] .step--ten, [data-max-steps="2"].progress-bar--small .step--ten {
  left: 450%;
}
.progress-bar[data-max-steps="2"] .step--eleven, [data-max-steps="2"].progress-bar--small .step--eleven {
  left: 500%;
}
.progress-bar[data-max-steps="2"] .step--twelve, [data-max-steps="2"].progress-bar--small .step--twelve {
  left: 550%;
}
.progress-bar[data-max-steps="2"] .step:last-child, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-six:last-child, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-five:last-child, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-four:last-child, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-three:last-child, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-two:last-child, .progress-bar[data-max-steps="2"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="2"] .step-one:last-child, [data-max-steps="2"].progress-bar--small .step:last-child, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-six:last-child, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-five:last-child, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-four:last-child, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-three:last-child, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-two:last-child, [data-max-steps="2"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="2"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="2"] .step--one:last-child, .progress-bar[data-max-steps="2"] .step--two:last-child, .progress-bar[data-max-steps="2"] .step--three:last-child, .progress-bar[data-max-steps="2"] .step--four:last-child, .progress-bar[data-max-steps="2"] .step--five:last-child, .progress-bar[data-max-steps="2"] .step--six:last-child, .progress-bar[data-max-steps="2"] .step--seven:last-child, .progress-bar[data-max-steps="2"] .step--eight:last-child, .progress-bar[data-max-steps="2"] .step--nine:last-child, .progress-bar[data-max-steps="2"] .step--ten:last-child, .progress-bar[data-max-steps="2"] .step--eleven:last-child, .progress-bar[data-max-steps="2"] .step--twelve:last-child, [data-max-steps="2"].progress-bar--small .step--one:last-child, [data-max-steps="2"].progress-bar--small .step--two:last-child, [data-max-steps="2"].progress-bar--small .step--three:last-child, [data-max-steps="2"].progress-bar--small .step--four:last-child, [data-max-steps="2"].progress-bar--small .step--five:last-child, [data-max-steps="2"].progress-bar--small .step--six:last-child, [data-max-steps="2"].progress-bar--small .step--seven:last-child, [data-max-steps="2"].progress-bar--small .step--eight:last-child, [data-max-steps="2"].progress-bar--small .step--nine:last-child, [data-max-steps="2"].progress-bar--small .step--ten:last-child, [data-max-steps="2"].progress-bar--small .step--eleven:last-child, [data-max-steps="2"].progress-bar--small .step--twelve:last-child {
  width: 54%;
}
.progress-bar[data-max-steps="3"].step-three, [data-max-steps="3"].step-three.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="3"] .step, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--twelve, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-six, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-five, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-four, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-three, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-two, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-one, [data-max-steps="3"].progress-bar--small .step, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--twelve, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-six, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-five, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-four, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-three, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-two, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-one, .progress-bar[data-max-steps="3"] .step--one, .progress-bar[data-max-steps="3"] .step--two, .progress-bar[data-max-steps="3"] .step--three, .progress-bar[data-max-steps="3"] .step--four, .progress-bar[data-max-steps="3"] .step--five, .progress-bar[data-max-steps="3"] .step--six, .progress-bar[data-max-steps="3"] .step--seven, .progress-bar[data-max-steps="3"] .step--eight, .progress-bar[data-max-steps="3"] .step--nine, .progress-bar[data-max-steps="3"] .step--ten, .progress-bar[data-max-steps="3"] .step--eleven, .progress-bar[data-max-steps="3"] .step--twelve, [data-max-steps="3"].progress-bar--small .step--one, [data-max-steps="3"].progress-bar--small .step--two, [data-max-steps="3"].progress-bar--small .step--three, [data-max-steps="3"].progress-bar--small .step--four, [data-max-steps="3"].progress-bar--small .step--five, [data-max-steps="3"].progress-bar--small .step--six, [data-max-steps="3"].progress-bar--small .step--seven, [data-max-steps="3"].progress-bar--small .step--eight, [data-max-steps="3"].progress-bar--small .step--nine, [data-max-steps="3"].progress-bar--small .step--ten, [data-max-steps="3"].progress-bar--small .step--eleven, [data-max-steps="3"].progress-bar--small .step--twelve {
  width: 33.3333333333%;
}
.progress-bar[data-max-steps="3"] .step--one, [data-max-steps="3"].progress-bar--small .step--one {
  width: 36.8333333333%;
}
.progress-bar[data-max-steps="3"] .step--two, [data-max-steps="3"].progress-bar--small .step--two {
  left: 33.3333333333%;
}
.progress-bar[data-max-steps="3"] .step--three, [data-max-steps="3"].progress-bar--small .step--three {
  left: 66.6666666667%;
}
.progress-bar[data-max-steps="3"] .step--four, [data-max-steps="3"].progress-bar--small .step--four {
  left: 100%;
}
.progress-bar[data-max-steps="3"] .step--five, [data-max-steps="3"].progress-bar--small .step--five {
  left: 133.3333333333%;
}
.progress-bar[data-max-steps="3"] .step--six, [data-max-steps="3"].progress-bar--small .step--six {
  left: 166.6666666667%;
}
.progress-bar[data-max-steps="3"] .step--seven, [data-max-steps="3"].progress-bar--small .step--seven {
  left: 200%;
}
.progress-bar[data-max-steps="3"] .step--eight, [data-max-steps="3"].progress-bar--small .step--eight {
  left: 233.3333333333%;
}
.progress-bar[data-max-steps="3"] .step--nine, [data-max-steps="3"].progress-bar--small .step--nine {
  left: 266.6666666667%;
}
.progress-bar[data-max-steps="3"] .step--ten, [data-max-steps="3"].progress-bar--small .step--ten {
  left: 300%;
}
.progress-bar[data-max-steps="3"] .step--eleven, [data-max-steps="3"].progress-bar--small .step--eleven {
  left: 333.3333333333%;
}
.progress-bar[data-max-steps="3"] .step--twelve, [data-max-steps="3"].progress-bar--small .step--twelve {
  left: 366.6666666667%;
}
.progress-bar[data-max-steps="3"] .step:last-child, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-six:last-child, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-five:last-child, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-four:last-child, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-three:last-child, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-two:last-child, .progress-bar[data-max-steps="3"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="3"] .step-one:last-child, [data-max-steps="3"].progress-bar--small .step:last-child, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-six:last-child, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-five:last-child, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-four:last-child, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-three:last-child, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-two:last-child, [data-max-steps="3"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="3"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="3"] .step--one:last-child, .progress-bar[data-max-steps="3"] .step--two:last-child, .progress-bar[data-max-steps="3"] .step--three:last-child, .progress-bar[data-max-steps="3"] .step--four:last-child, .progress-bar[data-max-steps="3"] .step--five:last-child, .progress-bar[data-max-steps="3"] .step--six:last-child, .progress-bar[data-max-steps="3"] .step--seven:last-child, .progress-bar[data-max-steps="3"] .step--eight:last-child, .progress-bar[data-max-steps="3"] .step--nine:last-child, .progress-bar[data-max-steps="3"] .step--ten:last-child, .progress-bar[data-max-steps="3"] .step--eleven:last-child, .progress-bar[data-max-steps="3"] .step--twelve:last-child, [data-max-steps="3"].progress-bar--small .step--one:last-child, [data-max-steps="3"].progress-bar--small .step--two:last-child, [data-max-steps="3"].progress-bar--small .step--three:last-child, [data-max-steps="3"].progress-bar--small .step--four:last-child, [data-max-steps="3"].progress-bar--small .step--five:last-child, [data-max-steps="3"].progress-bar--small .step--six:last-child, [data-max-steps="3"].progress-bar--small .step--seven:last-child, [data-max-steps="3"].progress-bar--small .step--eight:last-child, [data-max-steps="3"].progress-bar--small .step--nine:last-child, [data-max-steps="3"].progress-bar--small .step--ten:last-child, [data-max-steps="3"].progress-bar--small .step--eleven:last-child, [data-max-steps="3"].progress-bar--small .step--twelve:last-child {
  width: 37.3333333333%;
}
.progress-bar[data-max-steps="4"].step-four, [data-max-steps="4"].step-four.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="4"] .step, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--twelve, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-six, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-five, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-four, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-three, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-two, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-one, [data-max-steps="4"].progress-bar--small .step, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--twelve, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-six, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-five, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-four, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-three, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-two, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-one, .progress-bar[data-max-steps="4"] .step--one, .progress-bar[data-max-steps="4"] .step--two, .progress-bar[data-max-steps="4"] .step--three, .progress-bar[data-max-steps="4"] .step--four, .progress-bar[data-max-steps="4"] .step--five, .progress-bar[data-max-steps="4"] .step--six, .progress-bar[data-max-steps="4"] .step--seven, .progress-bar[data-max-steps="4"] .step--eight, .progress-bar[data-max-steps="4"] .step--nine, .progress-bar[data-max-steps="4"] .step--ten, .progress-bar[data-max-steps="4"] .step--eleven, .progress-bar[data-max-steps="4"] .step--twelve, [data-max-steps="4"].progress-bar--small .step--one, [data-max-steps="4"].progress-bar--small .step--two, [data-max-steps="4"].progress-bar--small .step--three, [data-max-steps="4"].progress-bar--small .step--four, [data-max-steps="4"].progress-bar--small .step--five, [data-max-steps="4"].progress-bar--small .step--six, [data-max-steps="4"].progress-bar--small .step--seven, [data-max-steps="4"].progress-bar--small .step--eight, [data-max-steps="4"].progress-bar--small .step--nine, [data-max-steps="4"].progress-bar--small .step--ten, [data-max-steps="4"].progress-bar--small .step--eleven, [data-max-steps="4"].progress-bar--small .step--twelve {
  width: 25%;
}
.progress-bar[data-max-steps="4"] .step--one, [data-max-steps="4"].progress-bar--small .step--one {
  width: 28.5%;
}
.progress-bar[data-max-steps="4"] .step--two, [data-max-steps="4"].progress-bar--small .step--two {
  left: 25%;
}
.progress-bar[data-max-steps="4"] .step--three, [data-max-steps="4"].progress-bar--small .step--three {
  left: 50%;
}
.progress-bar[data-max-steps="4"] .step--four, [data-max-steps="4"].progress-bar--small .step--four {
  left: 75%;
}
.progress-bar[data-max-steps="4"] .step--five, [data-max-steps="4"].progress-bar--small .step--five {
  left: 100%;
}
.progress-bar[data-max-steps="4"] .step--six, [data-max-steps="4"].progress-bar--small .step--six {
  left: 125%;
}
.progress-bar[data-max-steps="4"] .step--seven, [data-max-steps="4"].progress-bar--small .step--seven {
  left: 150%;
}
.progress-bar[data-max-steps="4"] .step--eight, [data-max-steps="4"].progress-bar--small .step--eight {
  left: 175%;
}
.progress-bar[data-max-steps="4"] .step--nine, [data-max-steps="4"].progress-bar--small .step--nine {
  left: 200%;
}
.progress-bar[data-max-steps="4"] .step--ten, [data-max-steps="4"].progress-bar--small .step--ten {
  left: 225%;
}
.progress-bar[data-max-steps="4"] .step--eleven, [data-max-steps="4"].progress-bar--small .step--eleven {
  left: 250%;
}
.progress-bar[data-max-steps="4"] .step--twelve, [data-max-steps="4"].progress-bar--small .step--twelve {
  left: 275%;
}
.progress-bar[data-max-steps="4"] .step:last-child, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-six:last-child, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-five:last-child, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-four:last-child, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-three:last-child, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-two:last-child, .progress-bar[data-max-steps="4"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="4"] .step-one:last-child, [data-max-steps="4"].progress-bar--small .step:last-child, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-six:last-child, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-five:last-child, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-four:last-child, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-three:last-child, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-two:last-child, [data-max-steps="4"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="4"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="4"] .step--one:last-child, .progress-bar[data-max-steps="4"] .step--two:last-child, .progress-bar[data-max-steps="4"] .step--three:last-child, .progress-bar[data-max-steps="4"] .step--four:last-child, .progress-bar[data-max-steps="4"] .step--five:last-child, .progress-bar[data-max-steps="4"] .step--six:last-child, .progress-bar[data-max-steps="4"] .step--seven:last-child, .progress-bar[data-max-steps="4"] .step--eight:last-child, .progress-bar[data-max-steps="4"] .step--nine:last-child, .progress-bar[data-max-steps="4"] .step--ten:last-child, .progress-bar[data-max-steps="4"] .step--eleven:last-child, .progress-bar[data-max-steps="4"] .step--twelve:last-child, [data-max-steps="4"].progress-bar--small .step--one:last-child, [data-max-steps="4"].progress-bar--small .step--two:last-child, [data-max-steps="4"].progress-bar--small .step--three:last-child, [data-max-steps="4"].progress-bar--small .step--four:last-child, [data-max-steps="4"].progress-bar--small .step--five:last-child, [data-max-steps="4"].progress-bar--small .step--six:last-child, [data-max-steps="4"].progress-bar--small .step--seven:last-child, [data-max-steps="4"].progress-bar--small .step--eight:last-child, [data-max-steps="4"].progress-bar--small .step--nine:last-child, [data-max-steps="4"].progress-bar--small .step--ten:last-child, [data-max-steps="4"].progress-bar--small .step--eleven:last-child, [data-max-steps="4"].progress-bar--small .step--twelve:last-child {
  width: 29%;
}
.progress-bar[data-max-steps="5"].step-five, [data-max-steps="5"].step-five.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="5"] .step, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--twelve, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-six, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-five, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-four, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-three, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-two, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-one, [data-max-steps="5"].progress-bar--small .step, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--twelve, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-six, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-five, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-four, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-three, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-two, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-one, .progress-bar[data-max-steps="5"] .step--one, .progress-bar[data-max-steps="5"] .step--two, .progress-bar[data-max-steps="5"] .step--three, .progress-bar[data-max-steps="5"] .step--four, .progress-bar[data-max-steps="5"] .step--five, .progress-bar[data-max-steps="5"] .step--six, .progress-bar[data-max-steps="5"] .step--seven, .progress-bar[data-max-steps="5"] .step--eight, .progress-bar[data-max-steps="5"] .step--nine, .progress-bar[data-max-steps="5"] .step--ten, .progress-bar[data-max-steps="5"] .step--eleven, .progress-bar[data-max-steps="5"] .step--twelve, [data-max-steps="5"].progress-bar--small .step--one, [data-max-steps="5"].progress-bar--small .step--two, [data-max-steps="5"].progress-bar--small .step--three, [data-max-steps="5"].progress-bar--small .step--four, [data-max-steps="5"].progress-bar--small .step--five, [data-max-steps="5"].progress-bar--small .step--six, [data-max-steps="5"].progress-bar--small .step--seven, [data-max-steps="5"].progress-bar--small .step--eight, [data-max-steps="5"].progress-bar--small .step--nine, [data-max-steps="5"].progress-bar--small .step--ten, [data-max-steps="5"].progress-bar--small .step--eleven, [data-max-steps="5"].progress-bar--small .step--twelve {
  width: 20%;
}
.progress-bar[data-max-steps="5"] .step--one, [data-max-steps="5"].progress-bar--small .step--one {
  width: 23.5%;
}
.progress-bar[data-max-steps="5"] .step--two, [data-max-steps="5"].progress-bar--small .step--two {
  left: 20%;
}
.progress-bar[data-max-steps="5"] .step--three, [data-max-steps="5"].progress-bar--small .step--three {
  left: 40%;
}
.progress-bar[data-max-steps="5"] .step--four, [data-max-steps="5"].progress-bar--small .step--four {
  left: 60%;
}
.progress-bar[data-max-steps="5"] .step--five, [data-max-steps="5"].progress-bar--small .step--five {
  left: 80%;
}
.progress-bar[data-max-steps="5"] .step--six, [data-max-steps="5"].progress-bar--small .step--six {
  left: 100%;
}
.progress-bar[data-max-steps="5"] .step--seven, [data-max-steps="5"].progress-bar--small .step--seven {
  left: 120%;
}
.progress-bar[data-max-steps="5"] .step--eight, [data-max-steps="5"].progress-bar--small .step--eight {
  left: 140%;
}
.progress-bar[data-max-steps="5"] .step--nine, [data-max-steps="5"].progress-bar--small .step--nine {
  left: 160%;
}
.progress-bar[data-max-steps="5"] .step--ten, [data-max-steps="5"].progress-bar--small .step--ten {
  left: 180%;
}
.progress-bar[data-max-steps="5"] .step--eleven, [data-max-steps="5"].progress-bar--small .step--eleven {
  left: 200%;
}
.progress-bar[data-max-steps="5"] .step--twelve, [data-max-steps="5"].progress-bar--small .step--twelve {
  left: 220%;
}
.progress-bar[data-max-steps="5"] .step:last-child, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-six:last-child, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-five:last-child, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-four:last-child, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-three:last-child, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-two:last-child, .progress-bar[data-max-steps="5"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="5"] .step-one:last-child, [data-max-steps="5"].progress-bar--small .step:last-child, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-six:last-child, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-five:last-child, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-four:last-child, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-three:last-child, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-two:last-child, [data-max-steps="5"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="5"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="5"] .step--one:last-child, .progress-bar[data-max-steps="5"] .step--two:last-child, .progress-bar[data-max-steps="5"] .step--three:last-child, .progress-bar[data-max-steps="5"] .step--four:last-child, .progress-bar[data-max-steps="5"] .step--five:last-child, .progress-bar[data-max-steps="5"] .step--six:last-child, .progress-bar[data-max-steps="5"] .step--seven:last-child, .progress-bar[data-max-steps="5"] .step--eight:last-child, .progress-bar[data-max-steps="5"] .step--nine:last-child, .progress-bar[data-max-steps="5"] .step--ten:last-child, .progress-bar[data-max-steps="5"] .step--eleven:last-child, .progress-bar[data-max-steps="5"] .step--twelve:last-child, [data-max-steps="5"].progress-bar--small .step--one:last-child, [data-max-steps="5"].progress-bar--small .step--two:last-child, [data-max-steps="5"].progress-bar--small .step--three:last-child, [data-max-steps="5"].progress-bar--small .step--four:last-child, [data-max-steps="5"].progress-bar--small .step--five:last-child, [data-max-steps="5"].progress-bar--small .step--six:last-child, [data-max-steps="5"].progress-bar--small .step--seven:last-child, [data-max-steps="5"].progress-bar--small .step--eight:last-child, [data-max-steps="5"].progress-bar--small .step--nine:last-child, [data-max-steps="5"].progress-bar--small .step--ten:last-child, [data-max-steps="5"].progress-bar--small .step--eleven:last-child, [data-max-steps="5"].progress-bar--small .step--twelve:last-child {
  width: 24%;
}
.progress-bar[data-max-steps="6"].step-six, [data-max-steps="6"].step-six.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="6"] .step, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--twelve, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-six, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-five, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-four, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-three, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-two, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-one, [data-max-steps="6"].progress-bar--small .step, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--twelve, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-six, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-five, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-four, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-three, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-two, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-one, .progress-bar[data-max-steps="6"] .step--one, .progress-bar[data-max-steps="6"] .step--two, .progress-bar[data-max-steps="6"] .step--three, .progress-bar[data-max-steps="6"] .step--four, .progress-bar[data-max-steps="6"] .step--five, .progress-bar[data-max-steps="6"] .step--six, .progress-bar[data-max-steps="6"] .step--seven, .progress-bar[data-max-steps="6"] .step--eight, .progress-bar[data-max-steps="6"] .step--nine, .progress-bar[data-max-steps="6"] .step--ten, .progress-bar[data-max-steps="6"] .step--eleven, .progress-bar[data-max-steps="6"] .step--twelve, [data-max-steps="6"].progress-bar--small .step--one, [data-max-steps="6"].progress-bar--small .step--two, [data-max-steps="6"].progress-bar--small .step--three, [data-max-steps="6"].progress-bar--small .step--four, [data-max-steps="6"].progress-bar--small .step--five, [data-max-steps="6"].progress-bar--small .step--six, [data-max-steps="6"].progress-bar--small .step--seven, [data-max-steps="6"].progress-bar--small .step--eight, [data-max-steps="6"].progress-bar--small .step--nine, [data-max-steps="6"].progress-bar--small .step--ten, [data-max-steps="6"].progress-bar--small .step--eleven, [data-max-steps="6"].progress-bar--small .step--twelve {
  width: 16.6666666667%;
}
.progress-bar[data-max-steps="6"] .step--one, [data-max-steps="6"].progress-bar--small .step--one {
  width: 20.1666666667%;
}
.progress-bar[data-max-steps="6"] .step--two, [data-max-steps="6"].progress-bar--small .step--two {
  left: 16.6666666667%;
}
.progress-bar[data-max-steps="6"] .step--three, [data-max-steps="6"].progress-bar--small .step--three {
  left: 33.3333333333%;
}
.progress-bar[data-max-steps="6"] .step--four, [data-max-steps="6"].progress-bar--small .step--four {
  left: 50%;
}
.progress-bar[data-max-steps="6"] .step--five, [data-max-steps="6"].progress-bar--small .step--five {
  left: 66.6666666667%;
}
.progress-bar[data-max-steps="6"] .step--six, [data-max-steps="6"].progress-bar--small .step--six {
  left: 83.3333333333%;
}
.progress-bar[data-max-steps="6"] .step--seven, [data-max-steps="6"].progress-bar--small .step--seven {
  left: 100%;
}
.progress-bar[data-max-steps="6"] .step--eight, [data-max-steps="6"].progress-bar--small .step--eight {
  left: 116.6666666667%;
}
.progress-bar[data-max-steps="6"] .step--nine, [data-max-steps="6"].progress-bar--small .step--nine {
  left: 133.3333333333%;
}
.progress-bar[data-max-steps="6"] .step--ten, [data-max-steps="6"].progress-bar--small .step--ten {
  left: 150%;
}
.progress-bar[data-max-steps="6"] .step--eleven, [data-max-steps="6"].progress-bar--small .step--eleven {
  left: 166.6666666667%;
}
.progress-bar[data-max-steps="6"] .step--twelve, [data-max-steps="6"].progress-bar--small .step--twelve {
  left: 183.3333333333%;
}
.progress-bar[data-max-steps="6"] .step:last-child, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-six:last-child, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-five:last-child, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-four:last-child, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-three:last-child, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-two:last-child, .progress-bar[data-max-steps="6"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="6"] .step-one:last-child, [data-max-steps="6"].progress-bar--small .step:last-child, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-six:last-child, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-five:last-child, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-four:last-child, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-three:last-child, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-two:last-child, [data-max-steps="6"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="6"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="6"] .step--one:last-child, .progress-bar[data-max-steps="6"] .step--two:last-child, .progress-bar[data-max-steps="6"] .step--three:last-child, .progress-bar[data-max-steps="6"] .step--four:last-child, .progress-bar[data-max-steps="6"] .step--five:last-child, .progress-bar[data-max-steps="6"] .step--six:last-child, .progress-bar[data-max-steps="6"] .step--seven:last-child, .progress-bar[data-max-steps="6"] .step--eight:last-child, .progress-bar[data-max-steps="6"] .step--nine:last-child, .progress-bar[data-max-steps="6"] .step--ten:last-child, .progress-bar[data-max-steps="6"] .step--eleven:last-child, .progress-bar[data-max-steps="6"] .step--twelve:last-child, [data-max-steps="6"].progress-bar--small .step--one:last-child, [data-max-steps="6"].progress-bar--small .step--two:last-child, [data-max-steps="6"].progress-bar--small .step--three:last-child, [data-max-steps="6"].progress-bar--small .step--four:last-child, [data-max-steps="6"].progress-bar--small .step--five:last-child, [data-max-steps="6"].progress-bar--small .step--six:last-child, [data-max-steps="6"].progress-bar--small .step--seven:last-child, [data-max-steps="6"].progress-bar--small .step--eight:last-child, [data-max-steps="6"].progress-bar--small .step--nine:last-child, [data-max-steps="6"].progress-bar--small .step--ten:last-child, [data-max-steps="6"].progress-bar--small .step--eleven:last-child, [data-max-steps="6"].progress-bar--small .step--twelve:last-child {
  width: 20.6666666667%;
}
.progress-bar[data-max-steps="7"].step-seven, [data-max-steps="7"].step-seven.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="7"] .step, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--twelve, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-six, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-five, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-four, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-three, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-two, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-one, [data-max-steps="7"].progress-bar--small .step, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--twelve, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-six, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-five, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-four, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-three, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-two, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-one, .progress-bar[data-max-steps="7"] .step--one, .progress-bar[data-max-steps="7"] .step--two, .progress-bar[data-max-steps="7"] .step--three, .progress-bar[data-max-steps="7"] .step--four, .progress-bar[data-max-steps="7"] .step--five, .progress-bar[data-max-steps="7"] .step--six, .progress-bar[data-max-steps="7"] .step--seven, .progress-bar[data-max-steps="7"] .step--eight, .progress-bar[data-max-steps="7"] .step--nine, .progress-bar[data-max-steps="7"] .step--ten, .progress-bar[data-max-steps="7"] .step--eleven, .progress-bar[data-max-steps="7"] .step--twelve, [data-max-steps="7"].progress-bar--small .step--one, [data-max-steps="7"].progress-bar--small .step--two, [data-max-steps="7"].progress-bar--small .step--three, [data-max-steps="7"].progress-bar--small .step--four, [data-max-steps="7"].progress-bar--small .step--five, [data-max-steps="7"].progress-bar--small .step--six, [data-max-steps="7"].progress-bar--small .step--seven, [data-max-steps="7"].progress-bar--small .step--eight, [data-max-steps="7"].progress-bar--small .step--nine, [data-max-steps="7"].progress-bar--small .step--ten, [data-max-steps="7"].progress-bar--small .step--eleven, [data-max-steps="7"].progress-bar--small .step--twelve {
  width: 14.2857142857%;
}
.progress-bar[data-max-steps="7"] .step--one, [data-max-steps="7"].progress-bar--small .step--one {
  width: 17.7857142857%;
}
.progress-bar[data-max-steps="7"] .step--two, [data-max-steps="7"].progress-bar--small .step--two {
  left: 14.2857142857%;
}
.progress-bar[data-max-steps="7"] .step--three, [data-max-steps="7"].progress-bar--small .step--three {
  left: 28.5714285714%;
}
.progress-bar[data-max-steps="7"] .step--four, [data-max-steps="7"].progress-bar--small .step--four {
  left: 42.8571428571%;
}
.progress-bar[data-max-steps="7"] .step--five, [data-max-steps="7"].progress-bar--small .step--five {
  left: 57.1428571429%;
}
.progress-bar[data-max-steps="7"] .step--six, [data-max-steps="7"].progress-bar--small .step--six {
  left: 71.4285714286%;
}
.progress-bar[data-max-steps="7"] .step--seven, [data-max-steps="7"].progress-bar--small .step--seven {
  left: 85.7142857143%;
}
.progress-bar[data-max-steps="7"] .step--eight, [data-max-steps="7"].progress-bar--small .step--eight {
  left: 100%;
}
.progress-bar[data-max-steps="7"] .step--nine, [data-max-steps="7"].progress-bar--small .step--nine {
  left: 114.2857142857%;
}
.progress-bar[data-max-steps="7"] .step--ten, [data-max-steps="7"].progress-bar--small .step--ten {
  left: 128.5714285714%;
}
.progress-bar[data-max-steps="7"] .step--eleven, [data-max-steps="7"].progress-bar--small .step--eleven {
  left: 142.8571428571%;
}
.progress-bar[data-max-steps="7"] .step--twelve, [data-max-steps="7"].progress-bar--small .step--twelve {
  left: 157.1428571429%;
}
.progress-bar[data-max-steps="7"] .step:last-child, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-six:last-child, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-five:last-child, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-four:last-child, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-three:last-child, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-two:last-child, .progress-bar[data-max-steps="7"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="7"] .step-one:last-child, [data-max-steps="7"].progress-bar--small .step:last-child, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-six:last-child, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-five:last-child, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-four:last-child, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-three:last-child, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-two:last-child, [data-max-steps="7"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="7"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="7"] .step--one:last-child, .progress-bar[data-max-steps="7"] .step--two:last-child, .progress-bar[data-max-steps="7"] .step--three:last-child, .progress-bar[data-max-steps="7"] .step--four:last-child, .progress-bar[data-max-steps="7"] .step--five:last-child, .progress-bar[data-max-steps="7"] .step--six:last-child, .progress-bar[data-max-steps="7"] .step--seven:last-child, .progress-bar[data-max-steps="7"] .step--eight:last-child, .progress-bar[data-max-steps="7"] .step--nine:last-child, .progress-bar[data-max-steps="7"] .step--ten:last-child, .progress-bar[data-max-steps="7"] .step--eleven:last-child, .progress-bar[data-max-steps="7"] .step--twelve:last-child, [data-max-steps="7"].progress-bar--small .step--one:last-child, [data-max-steps="7"].progress-bar--small .step--two:last-child, [data-max-steps="7"].progress-bar--small .step--three:last-child, [data-max-steps="7"].progress-bar--small .step--four:last-child, [data-max-steps="7"].progress-bar--small .step--five:last-child, [data-max-steps="7"].progress-bar--small .step--six:last-child, [data-max-steps="7"].progress-bar--small .step--seven:last-child, [data-max-steps="7"].progress-bar--small .step--eight:last-child, [data-max-steps="7"].progress-bar--small .step--nine:last-child, [data-max-steps="7"].progress-bar--small .step--ten:last-child, [data-max-steps="7"].progress-bar--small .step--eleven:last-child, [data-max-steps="7"].progress-bar--small .step--twelve:last-child {
  width: 18.2857142857%;
}
.progress-bar[data-max-steps="8"].step-eight, [data-max-steps="8"].step-eight.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="8"] .step, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--twelve, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-six, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-five, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-four, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-three, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-two, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-one, [data-max-steps="8"].progress-bar--small .step, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--twelve, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-six, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-five, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-four, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-three, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-two, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-one, .progress-bar[data-max-steps="8"] .step--one, .progress-bar[data-max-steps="8"] .step--two, .progress-bar[data-max-steps="8"] .step--three, .progress-bar[data-max-steps="8"] .step--four, .progress-bar[data-max-steps="8"] .step--five, .progress-bar[data-max-steps="8"] .step--six, .progress-bar[data-max-steps="8"] .step--seven, .progress-bar[data-max-steps="8"] .step--eight, .progress-bar[data-max-steps="8"] .step--nine, .progress-bar[data-max-steps="8"] .step--ten, .progress-bar[data-max-steps="8"] .step--eleven, .progress-bar[data-max-steps="8"] .step--twelve, [data-max-steps="8"].progress-bar--small .step--one, [data-max-steps="8"].progress-bar--small .step--two, [data-max-steps="8"].progress-bar--small .step--three, [data-max-steps="8"].progress-bar--small .step--four, [data-max-steps="8"].progress-bar--small .step--five, [data-max-steps="8"].progress-bar--small .step--six, [data-max-steps="8"].progress-bar--small .step--seven, [data-max-steps="8"].progress-bar--small .step--eight, [data-max-steps="8"].progress-bar--small .step--nine, [data-max-steps="8"].progress-bar--small .step--ten, [data-max-steps="8"].progress-bar--small .step--eleven, [data-max-steps="8"].progress-bar--small .step--twelve {
  width: 12.5%;
}
.progress-bar[data-max-steps="8"] .step--one, [data-max-steps="8"].progress-bar--small .step--one {
  width: 16%;
}
.progress-bar[data-max-steps="8"] .step--two, [data-max-steps="8"].progress-bar--small .step--two {
  left: 12.5%;
}
.progress-bar[data-max-steps="8"] .step--three, [data-max-steps="8"].progress-bar--small .step--three {
  left: 25%;
}
.progress-bar[data-max-steps="8"] .step--four, [data-max-steps="8"].progress-bar--small .step--four {
  left: 37.5%;
}
.progress-bar[data-max-steps="8"] .step--five, [data-max-steps="8"].progress-bar--small .step--five {
  left: 50%;
}
.progress-bar[data-max-steps="8"] .step--six, [data-max-steps="8"].progress-bar--small .step--six {
  left: 62.5%;
}
.progress-bar[data-max-steps="8"] .step--seven, [data-max-steps="8"].progress-bar--small .step--seven {
  left: 75%;
}
.progress-bar[data-max-steps="8"] .step--eight, [data-max-steps="8"].progress-bar--small .step--eight {
  left: 87.5%;
}
.progress-bar[data-max-steps="8"] .step--nine, [data-max-steps="8"].progress-bar--small .step--nine {
  left: 100%;
}
.progress-bar[data-max-steps="8"] .step--ten, [data-max-steps="8"].progress-bar--small .step--ten {
  left: 112.5%;
}
.progress-bar[data-max-steps="8"] .step--eleven, [data-max-steps="8"].progress-bar--small .step--eleven {
  left: 125%;
}
.progress-bar[data-max-steps="8"] .step--twelve, [data-max-steps="8"].progress-bar--small .step--twelve {
  left: 137.5%;
}
.progress-bar[data-max-steps="8"] .step:last-child, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-six:last-child, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-five:last-child, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-four:last-child, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-three:last-child, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-two:last-child, .progress-bar[data-max-steps="8"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="8"] .step-one:last-child, [data-max-steps="8"].progress-bar--small .step:last-child, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-six:last-child, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-five:last-child, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-four:last-child, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-three:last-child, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-two:last-child, [data-max-steps="8"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="8"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="8"] .step--one:last-child, .progress-bar[data-max-steps="8"] .step--two:last-child, .progress-bar[data-max-steps="8"] .step--three:last-child, .progress-bar[data-max-steps="8"] .step--four:last-child, .progress-bar[data-max-steps="8"] .step--five:last-child, .progress-bar[data-max-steps="8"] .step--six:last-child, .progress-bar[data-max-steps="8"] .step--seven:last-child, .progress-bar[data-max-steps="8"] .step--eight:last-child, .progress-bar[data-max-steps="8"] .step--nine:last-child, .progress-bar[data-max-steps="8"] .step--ten:last-child, .progress-bar[data-max-steps="8"] .step--eleven:last-child, .progress-bar[data-max-steps="8"] .step--twelve:last-child, [data-max-steps="8"].progress-bar--small .step--one:last-child, [data-max-steps="8"].progress-bar--small .step--two:last-child, [data-max-steps="8"].progress-bar--small .step--three:last-child, [data-max-steps="8"].progress-bar--small .step--four:last-child, [data-max-steps="8"].progress-bar--small .step--five:last-child, [data-max-steps="8"].progress-bar--small .step--six:last-child, [data-max-steps="8"].progress-bar--small .step--seven:last-child, [data-max-steps="8"].progress-bar--small .step--eight:last-child, [data-max-steps="8"].progress-bar--small .step--nine:last-child, [data-max-steps="8"].progress-bar--small .step--ten:last-child, [data-max-steps="8"].progress-bar--small .step--eleven:last-child, [data-max-steps="8"].progress-bar--small .step--twelve:last-child {
  width: 16.5%;
}
.progress-bar[data-max-steps="9"].step-nine, [data-max-steps="9"].step-nine.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="9"] .step, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--twelve, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-six, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-five, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-four, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-three, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-two, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-one, [data-max-steps="9"].progress-bar--small .step, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--twelve, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-six, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-five, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-four, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-three, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-two, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-one, .progress-bar[data-max-steps="9"] .step--one, .progress-bar[data-max-steps="9"] .step--two, .progress-bar[data-max-steps="9"] .step--three, .progress-bar[data-max-steps="9"] .step--four, .progress-bar[data-max-steps="9"] .step--five, .progress-bar[data-max-steps="9"] .step--six, .progress-bar[data-max-steps="9"] .step--seven, .progress-bar[data-max-steps="9"] .step--eight, .progress-bar[data-max-steps="9"] .step--nine, .progress-bar[data-max-steps="9"] .step--ten, .progress-bar[data-max-steps="9"] .step--eleven, .progress-bar[data-max-steps="9"] .step--twelve, [data-max-steps="9"].progress-bar--small .step--one, [data-max-steps="9"].progress-bar--small .step--two, [data-max-steps="9"].progress-bar--small .step--three, [data-max-steps="9"].progress-bar--small .step--four, [data-max-steps="9"].progress-bar--small .step--five, [data-max-steps="9"].progress-bar--small .step--six, [data-max-steps="9"].progress-bar--small .step--seven, [data-max-steps="9"].progress-bar--small .step--eight, [data-max-steps="9"].progress-bar--small .step--nine, [data-max-steps="9"].progress-bar--small .step--ten, [data-max-steps="9"].progress-bar--small .step--eleven, [data-max-steps="9"].progress-bar--small .step--twelve {
  width: 11.1111111111%;
}
.progress-bar[data-max-steps="9"] .step--one, [data-max-steps="9"].progress-bar--small .step--one {
  width: 14.6111111111%;
}
.progress-bar[data-max-steps="9"] .step--two, [data-max-steps="9"].progress-bar--small .step--two {
  left: 11.1111111111%;
}
.progress-bar[data-max-steps="9"] .step--three, [data-max-steps="9"].progress-bar--small .step--three {
  left: 22.2222222222%;
}
.progress-bar[data-max-steps="9"] .step--four, [data-max-steps="9"].progress-bar--small .step--four {
  left: 33.3333333333%;
}
.progress-bar[data-max-steps="9"] .step--five, [data-max-steps="9"].progress-bar--small .step--five {
  left: 44.4444444444%;
}
.progress-bar[data-max-steps="9"] .step--six, [data-max-steps="9"].progress-bar--small .step--six {
  left: 55.5555555556%;
}
.progress-bar[data-max-steps="9"] .step--seven, [data-max-steps="9"].progress-bar--small .step--seven {
  left: 66.6666666667%;
}
.progress-bar[data-max-steps="9"] .step--eight, [data-max-steps="9"].progress-bar--small .step--eight {
  left: 77.7777777778%;
}
.progress-bar[data-max-steps="9"] .step--nine, [data-max-steps="9"].progress-bar--small .step--nine {
  left: 88.8888888889%;
}
.progress-bar[data-max-steps="9"] .step--ten, [data-max-steps="9"].progress-bar--small .step--ten {
  left: 100%;
}
.progress-bar[data-max-steps="9"] .step--eleven, [data-max-steps="9"].progress-bar--small .step--eleven {
  left: 111.1111111111%;
}
.progress-bar[data-max-steps="9"] .step--twelve, [data-max-steps="9"].progress-bar--small .step--twelve {
  left: 122.2222222222%;
}
.progress-bar[data-max-steps="9"] .step:last-child, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-six:last-child, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-five:last-child, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-four:last-child, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-three:last-child, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-two:last-child, .progress-bar[data-max-steps="9"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="9"] .step-one:last-child, [data-max-steps="9"].progress-bar--small .step:last-child, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-six:last-child, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-five:last-child, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-four:last-child, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-three:last-child, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-two:last-child, [data-max-steps="9"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="9"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="9"] .step--one:last-child, .progress-bar[data-max-steps="9"] .step--two:last-child, .progress-bar[data-max-steps="9"] .step--three:last-child, .progress-bar[data-max-steps="9"] .step--four:last-child, .progress-bar[data-max-steps="9"] .step--five:last-child, .progress-bar[data-max-steps="9"] .step--six:last-child, .progress-bar[data-max-steps="9"] .step--seven:last-child, .progress-bar[data-max-steps="9"] .step--eight:last-child, .progress-bar[data-max-steps="9"] .step--nine:last-child, .progress-bar[data-max-steps="9"] .step--ten:last-child, .progress-bar[data-max-steps="9"] .step--eleven:last-child, .progress-bar[data-max-steps="9"] .step--twelve:last-child, [data-max-steps="9"].progress-bar--small .step--one:last-child, [data-max-steps="9"].progress-bar--small .step--two:last-child, [data-max-steps="9"].progress-bar--small .step--three:last-child, [data-max-steps="9"].progress-bar--small .step--four:last-child, [data-max-steps="9"].progress-bar--small .step--five:last-child, [data-max-steps="9"].progress-bar--small .step--six:last-child, [data-max-steps="9"].progress-bar--small .step--seven:last-child, [data-max-steps="9"].progress-bar--small .step--eight:last-child, [data-max-steps="9"].progress-bar--small .step--nine:last-child, [data-max-steps="9"].progress-bar--small .step--ten:last-child, [data-max-steps="9"].progress-bar--small .step--eleven:last-child, [data-max-steps="9"].progress-bar--small .step--twelve:last-child {
  width: 15.1111111111%;
}
.progress-bar[data-max-steps="10"].step-10, [data-max-steps="10"].step-10.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="10"] .step, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--twelve, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-six, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-five, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-four, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-three, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-two, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-one, [data-max-steps="10"].progress-bar--small .step, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--twelve, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-six, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-five, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-four, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-three, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-two, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-one, .progress-bar[data-max-steps="10"] .step--one, .progress-bar[data-max-steps="10"] .step--two, .progress-bar[data-max-steps="10"] .step--three, .progress-bar[data-max-steps="10"] .step--four, .progress-bar[data-max-steps="10"] .step--five, .progress-bar[data-max-steps="10"] .step--six, .progress-bar[data-max-steps="10"] .step--seven, .progress-bar[data-max-steps="10"] .step--eight, .progress-bar[data-max-steps="10"] .step--nine, .progress-bar[data-max-steps="10"] .step--ten, .progress-bar[data-max-steps="10"] .step--eleven, .progress-bar[data-max-steps="10"] .step--twelve, [data-max-steps="10"].progress-bar--small .step--one, [data-max-steps="10"].progress-bar--small .step--two, [data-max-steps="10"].progress-bar--small .step--three, [data-max-steps="10"].progress-bar--small .step--four, [data-max-steps="10"].progress-bar--small .step--five, [data-max-steps="10"].progress-bar--small .step--six, [data-max-steps="10"].progress-bar--small .step--seven, [data-max-steps="10"].progress-bar--small .step--eight, [data-max-steps="10"].progress-bar--small .step--nine, [data-max-steps="10"].progress-bar--small .step--ten, [data-max-steps="10"].progress-bar--small .step--eleven, [data-max-steps="10"].progress-bar--small .step--twelve {
  width: 10%;
}
.progress-bar[data-max-steps="10"] .step--one, [data-max-steps="10"].progress-bar--small .step--one {
  width: 13.5%;
}
.progress-bar[data-max-steps="10"] .step--two, [data-max-steps="10"].progress-bar--small .step--two {
  left: 10%;
}
.progress-bar[data-max-steps="10"] .step--three, [data-max-steps="10"].progress-bar--small .step--three {
  left: 20%;
}
.progress-bar[data-max-steps="10"] .step--four, [data-max-steps="10"].progress-bar--small .step--four {
  left: 30%;
}
.progress-bar[data-max-steps="10"] .step--five, [data-max-steps="10"].progress-bar--small .step--five {
  left: 40%;
}
.progress-bar[data-max-steps="10"] .step--six, [data-max-steps="10"].progress-bar--small .step--six {
  left: 50%;
}
.progress-bar[data-max-steps="10"] .step--seven, [data-max-steps="10"].progress-bar--small .step--seven {
  left: 60%;
}
.progress-bar[data-max-steps="10"] .step--eight, [data-max-steps="10"].progress-bar--small .step--eight {
  left: 70%;
}
.progress-bar[data-max-steps="10"] .step--nine, [data-max-steps="10"].progress-bar--small .step--nine {
  left: 80%;
}
.progress-bar[data-max-steps="10"] .step--ten, [data-max-steps="10"].progress-bar--small .step--ten {
  left: 90%;
}
.progress-bar[data-max-steps="10"] .step--eleven, [data-max-steps="10"].progress-bar--small .step--eleven {
  left: 100%;
}
.progress-bar[data-max-steps="10"] .step--twelve, [data-max-steps="10"].progress-bar--small .step--twelve {
  left: 110%;
}
.progress-bar[data-max-steps="10"] .step:last-child, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-six:last-child, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-five:last-child, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-four:last-child, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-three:last-child, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-two:last-child, .progress-bar[data-max-steps="10"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="10"] .step-one:last-child, [data-max-steps="10"].progress-bar--small .step:last-child, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-six:last-child, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-five:last-child, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-four:last-child, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-three:last-child, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-two:last-child, [data-max-steps="10"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="10"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="10"] .step--one:last-child, .progress-bar[data-max-steps="10"] .step--two:last-child, .progress-bar[data-max-steps="10"] .step--three:last-child, .progress-bar[data-max-steps="10"] .step--four:last-child, .progress-bar[data-max-steps="10"] .step--five:last-child, .progress-bar[data-max-steps="10"] .step--six:last-child, .progress-bar[data-max-steps="10"] .step--seven:last-child, .progress-bar[data-max-steps="10"] .step--eight:last-child, .progress-bar[data-max-steps="10"] .step--nine:last-child, .progress-bar[data-max-steps="10"] .step--ten:last-child, .progress-bar[data-max-steps="10"] .step--eleven:last-child, .progress-bar[data-max-steps="10"] .step--twelve:last-child, [data-max-steps="10"].progress-bar--small .step--one:last-child, [data-max-steps="10"].progress-bar--small .step--two:last-child, [data-max-steps="10"].progress-bar--small .step--three:last-child, [data-max-steps="10"].progress-bar--small .step--four:last-child, [data-max-steps="10"].progress-bar--small .step--five:last-child, [data-max-steps="10"].progress-bar--small .step--six:last-child, [data-max-steps="10"].progress-bar--small .step--seven:last-child, [data-max-steps="10"].progress-bar--small .step--eight:last-child, [data-max-steps="10"].progress-bar--small .step--nine:last-child, [data-max-steps="10"].progress-bar--small .step--ten:last-child, [data-max-steps="10"].progress-bar--small .step--eleven:last-child, [data-max-steps="10"].progress-bar--small .step--twelve:last-child {
  width: 14%;
}
.progress-bar[data-max-steps="11"].step-twelve, [data-max-steps="11"].step-twelve.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="11"] .step, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--twelve, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-six, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-five, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-four, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-three, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-two, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-one, [data-max-steps="11"].progress-bar--small .step, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--twelve, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-six, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-five, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-four, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-three, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-two, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-one, .progress-bar[data-max-steps="11"] .step--one, .progress-bar[data-max-steps="11"] .step--two, .progress-bar[data-max-steps="11"] .step--three, .progress-bar[data-max-steps="11"] .step--four, .progress-bar[data-max-steps="11"] .step--five, .progress-bar[data-max-steps="11"] .step--six, .progress-bar[data-max-steps="11"] .step--seven, .progress-bar[data-max-steps="11"] .step--eight, .progress-bar[data-max-steps="11"] .step--nine, .progress-bar[data-max-steps="11"] .step--ten, .progress-bar[data-max-steps="11"] .step--eleven, .progress-bar[data-max-steps="11"] .step--twelve, [data-max-steps="11"].progress-bar--small .step--one, [data-max-steps="11"].progress-bar--small .step--two, [data-max-steps="11"].progress-bar--small .step--three, [data-max-steps="11"].progress-bar--small .step--four, [data-max-steps="11"].progress-bar--small .step--five, [data-max-steps="11"].progress-bar--small .step--six, [data-max-steps="11"].progress-bar--small .step--seven, [data-max-steps="11"].progress-bar--small .step--eight, [data-max-steps="11"].progress-bar--small .step--nine, [data-max-steps="11"].progress-bar--small .step--ten, [data-max-steps="11"].progress-bar--small .step--eleven, [data-max-steps="11"].progress-bar--small .step--twelve {
  width: 9.0909090909%;
}
.progress-bar[data-max-steps="11"] .step--one, [data-max-steps="11"].progress-bar--small .step--one {
  width: 12.5909090909%;
}
.progress-bar[data-max-steps="11"] .step--two, [data-max-steps="11"].progress-bar--small .step--two {
  left: 9.0909090909%;
}
.progress-bar[data-max-steps="11"] .step--three, [data-max-steps="11"].progress-bar--small .step--three {
  left: 18.1818181818%;
}
.progress-bar[data-max-steps="11"] .step--four, [data-max-steps="11"].progress-bar--small .step--four {
  left: 27.2727272727%;
}
.progress-bar[data-max-steps="11"] .step--five, [data-max-steps="11"].progress-bar--small .step--five {
  left: 36.3636363636%;
}
.progress-bar[data-max-steps="11"] .step--six, [data-max-steps="11"].progress-bar--small .step--six {
  left: 45.4545454545%;
}
.progress-bar[data-max-steps="11"] .step--seven, [data-max-steps="11"].progress-bar--small .step--seven {
  left: 54.5454545455%;
}
.progress-bar[data-max-steps="11"] .step--eight, [data-max-steps="11"].progress-bar--small .step--eight {
  left: 63.6363636364%;
}
.progress-bar[data-max-steps="11"] .step--nine, [data-max-steps="11"].progress-bar--small .step--nine {
  left: 72.7272727273%;
}
.progress-bar[data-max-steps="11"] .step--ten, [data-max-steps="11"].progress-bar--small .step--ten {
  left: 81.8181818182%;
}
.progress-bar[data-max-steps="11"] .step--eleven, [data-max-steps="11"].progress-bar--small .step--eleven {
  left: 90.9090909091%;
}
.progress-bar[data-max-steps="11"] .step--twelve, [data-max-steps="11"].progress-bar--small .step--twelve {
  left: 100%;
}
.progress-bar[data-max-steps="11"] .step:last-child, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-six:last-child, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-five:last-child, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-four:last-child, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-three:last-child, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-two:last-child, .progress-bar[data-max-steps="11"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="11"] .step-one:last-child, [data-max-steps="11"].progress-bar--small .step:last-child, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-six:last-child, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-five:last-child, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-four:last-child, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-three:last-child, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-two:last-child, [data-max-steps="11"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="11"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="11"] .step--one:last-child, .progress-bar[data-max-steps="11"] .step--two:last-child, .progress-bar[data-max-steps="11"] .step--three:last-child, .progress-bar[data-max-steps="11"] .step--four:last-child, .progress-bar[data-max-steps="11"] .step--five:last-child, .progress-bar[data-max-steps="11"] .step--six:last-child, .progress-bar[data-max-steps="11"] .step--seven:last-child, .progress-bar[data-max-steps="11"] .step--eight:last-child, .progress-bar[data-max-steps="11"] .step--nine:last-child, .progress-bar[data-max-steps="11"] .step--ten:last-child, .progress-bar[data-max-steps="11"] .step--eleven:last-child, .progress-bar[data-max-steps="11"] .step--twelve:last-child, [data-max-steps="11"].progress-bar--small .step--one:last-child, [data-max-steps="11"].progress-bar--small .step--two:last-child, [data-max-steps="11"].progress-bar--small .step--three:last-child, [data-max-steps="11"].progress-bar--small .step--four:last-child, [data-max-steps="11"].progress-bar--small .step--five:last-child, [data-max-steps="11"].progress-bar--small .step--six:last-child, [data-max-steps="11"].progress-bar--small .step--seven:last-child, [data-max-steps="11"].progress-bar--small .step--eight:last-child, [data-max-steps="11"].progress-bar--small .step--nine:last-child, [data-max-steps="11"].progress-bar--small .step--ten:last-child, [data-max-steps="11"].progress-bar--small .step--eleven:last-child, [data-max-steps="11"].progress-bar--small .step--twelve:last-child {
  width: 13.0909090909%;
}
.progress-bar[data-max-steps="12"].step-twelve, [data-max-steps="12"].step-twelve.progress-bar--small {
  border-right: 3px solid #ffffff;
}
.progress-bar[data-max-steps="12"] .step, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--twelve, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-six, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-five, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-four, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-three, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-two, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-one, [data-max-steps="12"].progress-bar--small .step, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--twelve, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-six, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-five, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-four, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-three, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-two, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-one, .progress-bar[data-max-steps="12"] .step--one, .progress-bar[data-max-steps="12"] .step--two, .progress-bar[data-max-steps="12"] .step--three, .progress-bar[data-max-steps="12"] .step--four, .progress-bar[data-max-steps="12"] .step--five, .progress-bar[data-max-steps="12"] .step--six, .progress-bar[data-max-steps="12"] .step--seven, .progress-bar[data-max-steps="12"] .step--eight, .progress-bar[data-max-steps="12"] .step--nine, .progress-bar[data-max-steps="12"] .step--ten, .progress-bar[data-max-steps="12"] .step--eleven, .progress-bar[data-max-steps="12"] .step--twelve, [data-max-steps="12"].progress-bar--small .step--one, [data-max-steps="12"].progress-bar--small .step--two, [data-max-steps="12"].progress-bar--small .step--three, [data-max-steps="12"].progress-bar--small .step--four, [data-max-steps="12"].progress-bar--small .step--five, [data-max-steps="12"].progress-bar--small .step--six, [data-max-steps="12"].progress-bar--small .step--seven, [data-max-steps="12"].progress-bar--small .step--eight, [data-max-steps="12"].progress-bar--small .step--nine, [data-max-steps="12"].progress-bar--small .step--ten, [data-max-steps="12"].progress-bar--small .step--eleven, [data-max-steps="12"].progress-bar--small .step--twelve {
  width: 8.3333333333%;
}
.progress-bar[data-max-steps="12"] .step--one, [data-max-steps="12"].progress-bar--small .step--one {
  width: 11.8333333333%;
}
.progress-bar[data-max-steps="12"] .step--two, [data-max-steps="12"].progress-bar--small .step--two {
  left: 8.3333333333%;
}
.progress-bar[data-max-steps="12"] .step--three, [data-max-steps="12"].progress-bar--small .step--three {
  left: 16.6666666667%;
}
.progress-bar[data-max-steps="12"] .step--four, [data-max-steps="12"].progress-bar--small .step--four {
  left: 25%;
}
.progress-bar[data-max-steps="12"] .step--five, [data-max-steps="12"].progress-bar--small .step--five {
  left: 33.3333333333%;
}
.progress-bar[data-max-steps="12"] .step--six, [data-max-steps="12"].progress-bar--small .step--six {
  left: 41.6666666667%;
}
.progress-bar[data-max-steps="12"] .step--seven, [data-max-steps="12"].progress-bar--small .step--seven {
  left: 50%;
}
.progress-bar[data-max-steps="12"] .step--eight, [data-max-steps="12"].progress-bar--small .step--eight {
  left: 58.3333333333%;
}
.progress-bar[data-max-steps="12"] .step--nine, [data-max-steps="12"].progress-bar--small .step--nine {
  left: 66.6666666667%;
}
.progress-bar[data-max-steps="12"] .step--ten, [data-max-steps="12"].progress-bar--small .step--ten {
  left: 75%;
}
.progress-bar[data-max-steps="12"] .step--eleven, [data-max-steps="12"].progress-bar--small .step--eleven {
  left: 83.3333333333%;
}
.progress-bar[data-max-steps="12"] .step--twelve, [data-max-steps="12"].progress-bar--small .step--twelve {
  left: 91.6666666667%;
}
.progress-bar[data-max-steps="12"] .step:last-child, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-six:last-child, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-five:last-child, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-four:last-child, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-three:last-child, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-two:last-child, .progress-bar[data-max-steps="12"] .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper .progress-bar[data-max-steps="12"] .step-one:last-child, [data-max-steps="12"].progress-bar--small .step:last-child, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-six:last-child, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-six:last-child, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-five:last-child, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-five:last-child, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-four:last-child, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-four:last-child, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-three:last-child, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-three:last-child, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-two:last-child, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-two:last-child, [data-max-steps="12"].progress-bar--small .client-status-label-wrapper .step-one:last-child, .client-status-label-wrapper [data-max-steps="12"].progress-bar--small .step-one:last-child, .progress-bar[data-max-steps="12"] .step--one:last-child, .progress-bar[data-max-steps="12"] .step--two:last-child, .progress-bar[data-max-steps="12"] .step--three:last-child, .progress-bar[data-max-steps="12"] .step--four:last-child, .progress-bar[data-max-steps="12"] .step--five:last-child, .progress-bar[data-max-steps="12"] .step--six:last-child, .progress-bar[data-max-steps="12"] .step--seven:last-child, .progress-bar[data-max-steps="12"] .step--eight:last-child, .progress-bar[data-max-steps="12"] .step--nine:last-child, .progress-bar[data-max-steps="12"] .step--ten:last-child, .progress-bar[data-max-steps="12"] .step--eleven:last-child, .progress-bar[data-max-steps="12"] .step--twelve:last-child, [data-max-steps="12"].progress-bar--small .step--one:last-child, [data-max-steps="12"].progress-bar--small .step--two:last-child, [data-max-steps="12"].progress-bar--small .step--three:last-child, [data-max-steps="12"].progress-bar--small .step--four:last-child, [data-max-steps="12"].progress-bar--small .step--five:last-child, [data-max-steps="12"].progress-bar--small .step--six:last-child, [data-max-steps="12"].progress-bar--small .step--seven:last-child, [data-max-steps="12"].progress-bar--small .step--eight:last-child, [data-max-steps="12"].progress-bar--small .step--nine:last-child, [data-max-steps="12"].progress-bar--small .step--ten:last-child, [data-max-steps="12"].progress-bar--small .step--eleven:last-child, [data-max-steps="12"].progress-bar--small .step--twelve:last-child {
  width: 12.3333333333%;
}

@media (max-width: 550px) {
  .progress-bar, .progress-bar--small {
    height: 80px;
  }
  .progress-bar .step, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--ten, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--nine, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eight, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--seven, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--three, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--three, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--one, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .progress-bar .step--one, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .progress-bar .step--twelve, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator .graphic-indicator .step--six, .client-case-status-indicator .graphic-indicator .progress-bar .step--six, .progress-bar .client-case-status-indicator .graphic-indicator .step--five, .client-case-status-indicator .graphic-indicator .progress-bar .step--five, .progress-bar .client-case-status-indicator .graphic-indicator .step--four, .client-case-status-indicator .graphic-indicator .progress-bar .step--four, .progress-bar .client-case-status-indicator .graphic-indicator .step--two, .client-case-status-indicator .graphic-indicator .progress-bar .step--two, .progress-bar .client-case-status-indicator .graphic-indicator .step--one, .client-case-status-indicator .graphic-indicator .progress-bar .step--one, .progress-bar .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar .step-six, .progress-bar .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar .step-five, .progress-bar .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar .step-four, .progress-bar .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar .step-three, .progress-bar .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar .step-two, .progress-bar .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar .step-one, .progress-bar--small .step, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--six, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--six, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--five, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--five, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--four, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--four, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--two, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--two, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--one, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--one, .progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper .progress-bar--small .step-six, .progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper .progress-bar--small .step-five, .progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper .progress-bar--small .step-four, .progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper .progress-bar--small .step-three, .progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper .progress-bar--small .step-two, .progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar--small .step-one, .progress-bar .step--one, .progress-bar .step--two, .progress-bar .step--three, .progress-bar .step--four, .progress-bar .step--five, .progress-bar .step--six, .progress-bar .step--seven, .progress-bar .step--eight, .progress-bar .step--nine, .progress-bar .step--ten, .progress-bar .step--eleven, .progress-bar .step--twelve, .progress-bar--small .step--one, .progress-bar--small .step--two, .progress-bar--small .step--three, .progress-bar--small .step--four, .progress-bar--small .step--five, .progress-bar--small .step--six, .progress-bar--small .step--seven, .progress-bar--small .step--eight, .progress-bar--small .step--nine, .progress-bar--small .step--ten, .progress-bar--small .step--eleven, .progress-bar--small .step--twelve {
    width: 18%;
  }
  .progress-bar .step:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--twelve:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--eleven:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--ten:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--nine:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--eight:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--seven:before, .progress-bar .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar .step--three:before, .progress-bar .client-case-status-indicator .graphic-indicator .step--six:before, .client-case-status-indicator .graphic-indicator .progress-bar .step--six:before, .progress-bar .client-case-status-indicator .graphic-indicator .step--five:before, .client-case-status-indicator .graphic-indicator .progress-bar .step--five:before, .progress-bar .client-case-status-indicator .graphic-indicator .step--four:before, .client-case-status-indicator .graphic-indicator .progress-bar .step--four:before, .progress-bar .client-case-status-indicator .graphic-indicator .step--two:before, .client-case-status-indicator .graphic-indicator .progress-bar .step--two:before, .progress-bar .client-case-status-indicator .graphic-indicator .step--one:before, .client-case-status-indicator .graphic-indicator .progress-bar .step--one:before, .progress-bar .client-status-label-wrapper .step-six:before, .client-status-label-wrapper .progress-bar .step-six:before, .progress-bar .client-status-label-wrapper .step-five:before, .client-status-label-wrapper .progress-bar .step-five:before, .progress-bar .client-status-label-wrapper .step-four:before, .client-status-label-wrapper .progress-bar .step-four:before, .progress-bar .client-status-label-wrapper .step-three:before, .client-status-label-wrapper .progress-bar .step-three:before, .progress-bar .client-status-label-wrapper .step-two:before, .client-status-label-wrapper .progress-bar .step-two:before, .progress-bar .client-status-label-wrapper .step-one:before, .client-status-label-wrapper .progress-bar .step-one:before, .progress-bar--small .step:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eleven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--ten:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--nine:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eight:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--seven:before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--three:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--six:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--six:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--five:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--five:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--four:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--four:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--two:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--two:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--one:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--one:before, .progress-bar--small .client-status-label-wrapper .step-six:before, .client-status-label-wrapper .progress-bar--small .step-six:before, .progress-bar--small .client-status-label-wrapper .step-five:before, .client-status-label-wrapper .progress-bar--small .step-five:before, .progress-bar--small .client-status-label-wrapper .step-four:before, .client-status-label-wrapper .progress-bar--small .step-four:before, .progress-bar--small .client-status-label-wrapper .step-three:before, .client-status-label-wrapper .progress-bar--small .step-three:before, .progress-bar--small .client-status-label-wrapper .step-two:before, .client-status-label-wrapper .progress-bar--small .step-two:before, .progress-bar--small .client-status-label-wrapper .step-one:before, .client-status-label-wrapper .progress-bar--small .step-one:before, .progress-bar .step--one:before, .progress-bar .step--two:before, .progress-bar .step--three:before, .progress-bar .step--four:before, .progress-bar .step--five:before, .progress-bar .step--six:before, .progress-bar .step--seven:before, .progress-bar .step--eight:before, .progress-bar .step--nine:before, .progress-bar .step--ten:before, .progress-bar .step--eleven:before, .progress-bar .step--twelve:before, .progress-bar--small .step--one:before, .progress-bar--small .step--two:before, .progress-bar--small .step--three:before, .progress-bar--small .step--four:before, .progress-bar--small .step--five:before, .progress-bar--small .step--six:before, .progress-bar--small .step--seven:before, .progress-bar--small .step--eight:before, .progress-bar--small .step--nine:before, .progress-bar--small .step--ten:before, .progress-bar--small .step--eleven:before, .progress-bar--small .step--twelve:before {
    bottom: 8px;
    left: 16px;
  }
  .progress-bar .step--one, .progress-bar--small .step--one {
    width: 20%;
    left: -2%;
  }
  .progress-bar .step--one:before, .progress-bar--small .step--one:before {
    left: 24px;
  }
  .progress-bar .step--two, .progress-bar--small .step--two {
    left: 18%;
  }
  .progress-bar .step--three, .progress-bar--small .step--three {
    left: 36%;
  }
  .progress-bar .step--four, .progress-bar--small .step--four {
    left: 54%;
  }
  .progress-bar .step--five, .progress-bar--small .step--five {
    left: 72%;
  }
  .progress-bar .step--six, .progress-bar--small .step--six {
    left: 90%;
  }
  .progress-bar .step--seven, .progress-bar--small .step--seven {
    left: 108%;
  }
  .progress-bar .step--eight, .progress-bar--small .step--eight {
    left: 126%;
  }
  .progress-bar .step--nine, .progress-bar--small .step--nine {
    left: 144%;
  }
  .progress-bar .step--ten, .progress-bar--small .step--ten {
    left: 162%;
  }
  .progress-bar .step--eleven, .progress-bar--small .step--eleven {
    left: 180%;
  }
  .progress-bar .step--twelve, .progress-bar--small .step--twelve {
    left: 198%;
  }
  .progress-bar--small {
    height: 100%;
  }
  .progress-bar--small .step::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eleven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--ten::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--nine::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eight::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--seven::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--three::before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--six::before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--six::before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--five::before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--five::before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--four::before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--four::before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--two::before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--two::before, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--one::before, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--one::before, .progress-bar--small .client-status-label-wrapper .step-six::before, .client-status-label-wrapper .progress-bar--small .step-six::before, .progress-bar--small .client-status-label-wrapper .step-five::before, .client-status-label-wrapper .progress-bar--small .step-five::before, .progress-bar--small .client-status-label-wrapper .step-four::before, .client-status-label-wrapper .progress-bar--small .step-four::before, .progress-bar--small .client-status-label-wrapper .step-three::before, .client-status-label-wrapper .progress-bar--small .step-three::before, .progress-bar--small .client-status-label-wrapper .step-two::before, .client-status-label-wrapper .progress-bar--small .step-two::before, .progress-bar--small .client-status-label-wrapper .step-one::before, .client-status-label-wrapper .progress-bar--small .step-one::before, .progress-bar--small .step--one::before, .progress-bar--small .step--two::before, .progress-bar--small .step--three::before, .progress-bar--small .step--four::before, .progress-bar--small .step--five::before, .progress-bar--small .step--six::before, .progress-bar--small .step--seven::before, .progress-bar--small .step--eight::before, .progress-bar--small .step--nine::before, .progress-bar--small .step--ten::before, .progress-bar--small .step--eleven::before, .progress-bar--small .step--twelve::before {
    left: 0.25rem;
    bottom: 0.05rem;
  }
  .progress-bar--small .step--one::before {
    left: 0.5rem;
  }
  .progress-bar--small .step:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve:last-child::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--twelve:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven:last-child::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten:last-child::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--ten:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine:last-child::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--nine:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight:last-child::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--eight:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven:last-child::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--seven:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three:last-child::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--three:last-child::before, .progress-bar--small .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one:last-child::before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .progress-bar--small .step--one:last-child::before, .progress-bar--small .client-status-label-wrapper .step-six:last-child::before, .client-status-label-wrapper .progress-bar--small .step-six:last-child::before, .progress-bar--small .client-status-label-wrapper .step-five:last-child::before, .client-status-label-wrapper .progress-bar--small .step-five:last-child::before, .progress-bar--small .client-status-label-wrapper .step-four:last-child::before, .client-status-label-wrapper .progress-bar--small .step-four:last-child::before, .progress-bar--small .client-status-label-wrapper .step-three:last-child::before, .client-status-label-wrapper .progress-bar--small .step-three:last-child::before, .progress-bar--small .client-status-label-wrapper .step-two:last-child::before, .client-status-label-wrapper .progress-bar--small .step-two:last-child::before, .progress-bar--small .client-status-label-wrapper .step-one:last-child::before, .client-status-label-wrapper .progress-bar--small .step-one:last-child::before, .progress-bar--small .step--one:last-child::before, .progress-bar--small .step--two:last-child::before, .progress-bar--small .step--three:last-child::before, .progress-bar--small .step--four:last-child::before, .progress-bar--small .step--five:last-child::before, .progress-bar--small .step--six:last-child::before, .progress-bar--small .step--seven:last-child::before, .progress-bar--small .step--eight:last-child::before, .progress-bar--small .step--nine:last-child::before, .progress-bar--small .step--ten:last-child::before, .progress-bar--small .step--eleven:last-child::before, .progress-bar--small .step--twelve:last-child::before {
    left: 0.05rem;
  }
}
.progress-circle .circular-progress {
  --size: 15px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 2px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
}
.progress-circle .circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}
.progress-circle .circular-progress circle.bg {
  stroke: #ddd;
}
.progress-circle .circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: #3c78c6;
}

/** @format */
#transaction-receipt-wrapper .divider, #transaction-receipt-wrapper .divider-short {
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 0.5px;
  border-radius: 100%;
  border-color: #e1ebf4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
#transaction-receipt-wrapper .divider-short {
  min-width: 95%;
  min-height: 1px;
}
#transaction-receipt-header {
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #419ef8;
  background-image: linear-gradient(#419ef8, #465fdc);
  min-height: 10rem;
  min-width: 100%;
  overflow: hidden;
}
#transaction-receipt-header .cut {
  min-width: 100%;
  min-height: 7rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: skewY(-13deg);
  transform-origin: 100%;
  -webkit-transform: skewY(-13deg);
  -moz-transform: skewY(-13deg);
  -ms-transform: skewY(-13deg);
  -o-transform: skewY(-13deg);
}
#transaction-receipt-header .logo, #transaction-receipt-header .logo--mark, #transaction-receipt-header .logo--mark-dark, #transaction-receipt-header .logo--full-color {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/favicon-a11c99920f3ac072272d4410d9099294.png");
  background-size: 55%;
  background-position: center;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-left: 210px;
  margin-top: 70px;
  margin-right: auto;
  background-color: #ffffff;
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#transaction-receipt-title {
  margin-top: 8rem;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #515d79;
  font-weight: 550;
}
#transaction-receipt-id {
  color: #96a3b6;
}
#transaction-receipt-summary {
  background-color: #f4f9fc;
  border-radius: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
#transaction-receipt-summary .item {
  color: #515d79;
}
#transaction-receipt-summary .total {
  color: #515d79;
  font-weight: bold;
}

.transaction-receipt-label {
  color: #96a3b6;
  font-weight: bold;
}

/** @format */
.lt-expanded-row {
  border-bottom: 1px solid #cdd7e4;
  background: #f4f9fc;
}
.lt-expanded-row .row-expanded p, .lt-expanded-row .row-expanded--active p {
  margin: 0;
}
.lt-expanded-row .row-expanded--active {
  background: #f4f9fc;
  padding-bottom: 0.25rem;
}
.lt-expanded-row .row-expanded--active:hover {
  color: #f4f9fc;
}

/** @format */
.scheduled-message {
  background: #f4f9fc;
  border-radius: 2px;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
}
.scheduled-message a {
  margin-left: 1rem;
}
.scheduled-message button.btn-primary,
.scheduled-message button.btn-red,
.scheduled-message button.btn-white,
.scheduled-message button.btn-white-red,
.scheduled-message button.btn-white-green {
  margin: 0 1rem 0 0;
}
.scheduled-message p.bold {
  font-weight: 700;
}
.scheduled-message p.margin-bottom-small {
  margin: 0 0 0.5rem 0;
}
.scheduled-message .date-input {
  border-radius: 4px;
  border-width: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0.75rem 0.25rem;
  width: 85% !important;
  font-size: 0.9rem;
  background: #ffffff;
}
.scheduled-message .date-input img {
  margin-right: 0.66rem;
}
.scheduled-message .date-input input {
  padding: 0 !important;
  display: inline;
  float: right;
  width: 66%;
  font-weight: 700;
  color: #131349;
}
.scheduled-message .date-input span label {
  display: none;
}
.scheduled-message .dropdown-wrapper, .scheduled-message .dropdown-wrapper--full-width {
  max-width: 10rem;
  display: inline-block;
}
.scheduled-message .dropdown-wrapper.small, .scheduled-message .small.dropdown-wrapper--full-width {
  width: 3.5rem;
}
.scheduled-message .dropdown-wrapper.small .ember-power-select-trigger, .scheduled-message .small.dropdown-wrapper--full-width .ember-power-select-trigger {
  padding: 0.5rem;
  margin: 0;
  background: #ffffff;
}
.scheduled-message .dropdown-wrapper.small .ember-power-select-status-icon, .scheduled-message .small.dropdown-wrapper--full-width .ember-power-select-status-icon {
  border-color: #419ef8 transparent transparent;
}
.scheduled-message .dropdown-wrapper.date, .scheduled-message .date.dropdown-wrapper--full-width {
  margin-right: 2rem !important;
}
.scheduled-message .dropdown-wrapper .ember-power-select-status-icon, .scheduled-message .dropdown-wrapper--full-width .ember-power-select-status-icon {
  right: 0rem;
}
.scheduled-message .timestamp {
  font-style: italic;
  color: #96a3b6;
  font-size: 0.9rem;
  font-weight: 500;
}
.scheduled-message .time-selection {
  display: flex;
  align-items: center;
}
.scheduled-message .time-selection .small,
.scheduled-message .time-selection span {
  margin-right: 0.5rem;
}
.scheduled-message .display-inline p {
  display: inline;
}

.treatment-type-dropdown .ember-basic-dropdown-trigger {
  height: 60px !important;
  border-radius: 6px !important;
  border: 1px solid #cdd7e4 !important;
}
.treatment-type-dropdown .ember-basic-dropdown-trigger .ember-power-select-placeholder {
  margin-left: 1rem;
  color: #96a3b6;
}
.treatment-type-dropdown .ember-basic-dropdown-trigger .ember-power-select-status-icon {
  right: 1rem;
}

.time-selection-wrapper .date-range-picker .date-input input::placeholder {
  color: #515d79;
}

/** @format */
.search-input, .search-input--transaction, .search-input--clients {
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  height: 2.875rem;
  overflow: visible;
}
.search-input--clients {
  width: 100% !important;
  margin: 0 !important;
  outline: none;
}
.search-input--clients input {
  height: 2.875rem !important;
}
.search-input--clients .field, .search-input--clients .field--half, .search-input--clients .field--action {
  margin: 0;
}
.search-input--transaction input {
  background: #ffffff !important;
  border-radius: 4px;
}
.search-input--transaction .field, .search-input--transaction .field--half, .search-input--transaction .field--action {
  margin: 0;
  width: 100% !important;
}
.search-input .dropdown-wrapper, .search-input--clients .dropdown-wrapper, .search-input--transaction .dropdown-wrapper, .search-input .dropdown-wrapper--full-width, .search-input--clients .dropdown-wrapper--full-width, .search-input--transaction .dropdown-wrapper--full-width {
  border-right: 1px solid #e6ebf2;
  display: inline-block;
  float: left;
  height: 2.875rem;
  overflow: visible;
  padding: 0;
  width: 160px;
}
.search-input .dropdown-wrapper .ember-power-select-trigger, .search-input--clients .dropdown-wrapper .ember-power-select-trigger, .search-input--transaction .dropdown-wrapper .ember-power-select-trigger, .search-input .dropdown-wrapper--full-width .ember-power-select-trigger, .search-input--clients .dropdown-wrapper--full-width .ember-power-select-trigger, .search-input--transaction .dropdown-wrapper--full-width .ember-power-select-trigger {
  border: none;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 2.875rem;
  margin: 0;
}
.search-input .dropdown-wrapper .ember-power-select-trigger[aria-expanded=true], .search-input--clients .dropdown-wrapper .ember-power-select-trigger[aria-expanded=true], .search-input--transaction .dropdown-wrapper .ember-power-select-trigger[aria-expanded=true], .search-input .dropdown-wrapper--full-width .ember-power-select-trigger[aria-expanded=true], .search-input--clients .dropdown-wrapper--full-width .ember-power-select-trigger[aria-expanded=true], .search-input--transaction .dropdown-wrapper--full-width .ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
}
.search-input .dropdown-wrapper .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon, .search-input--clients .dropdown-wrapper .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon, .search-input--transaction .dropdown-wrapper .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon, .search-input .dropdown-wrapper--full-width .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon, .search-input--clients .dropdown-wrapper--full-width .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon, .search-input--transaction .dropdown-wrapper--full-width .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon {
  border-color: #419ef8 transparent transparent;
}
.search-input .dropdown-wrapper .ember-power-select-trigger .ember-power-select-selected-item, .search-input--clients .dropdown-wrapper .ember-power-select-trigger .ember-power-select-selected-item, .search-input--transaction .dropdown-wrapper .ember-power-select-trigger .ember-power-select-selected-item, .search-input .dropdown-wrapper--full-width .ember-power-select-trigger .ember-power-select-selected-item, .search-input--clients .dropdown-wrapper--full-width .ember-power-select-trigger .ember-power-select-selected-item, .search-input--transaction .dropdown-wrapper--full-width .ember-power-select-trigger .ember-power-select-selected-item {
  color: #515d79;
  font-size: 0.9rem;
  left: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search-input .dropdown-wrapper .ember-power-select-trigger:hover .ember-power-select-status-icon, .search-input--clients .dropdown-wrapper .ember-power-select-trigger:hover .ember-power-select-status-icon, .search-input--transaction .dropdown-wrapper .ember-power-select-trigger:hover .ember-power-select-status-icon, .search-input .dropdown-wrapper--full-width .ember-power-select-trigger:hover .ember-power-select-status-icon, .search-input--clients .dropdown-wrapper--full-width .ember-power-select-trigger:hover .ember-power-select-status-icon, .search-input--transaction .dropdown-wrapper--full-width .ember-power-select-trigger:hover .ember-power-select-status-icon {
  border-color: #419ef8 transparent transparent;
}
.search-input .ember-basic-dropdown-content, .search-input--clients .ember-basic-dropdown-content, .search-input--transaction .ember-basic-dropdown-content, .search-input .ember-basic-dropdown-content--above, .search-input--clients .ember-basic-dropdown-content--above, .search-input--transaction .ember-basic-dropdown-content--above {
  background: #f4f9fc !important;
  border-left: none #cdd7e4 !important;
  border-right: none !important;
  border-bottom: none !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.search-input .ember-basic-dropdown-content ul, .search-input--clients .ember-basic-dropdown-content ul, .search-input--transaction .ember-basic-dropdown-content ul, .search-input .ember-basic-dropdown-content--above ul, .search-input--clients .ember-basic-dropdown-content--above ul, .search-input--transaction .ember-basic-dropdown-content--above ul {
  height: auto !important;
  padding: 0;
}
.search-input .ember-basic-dropdown-content ul li.ember-power-select-option, .search-input--clients .ember-basic-dropdown-content ul li.ember-power-select-option, .search-input--transaction .ember-basic-dropdown-content ul li.ember-power-select-option, .search-input .ember-basic-dropdown-content--above ul li.ember-power-select-option, .search-input--clients .ember-basic-dropdown-content--above ul li.ember-power-select-option, .search-input--transaction .ember-basic-dropdown-content--above ul li.ember-power-select-option {
  border-top: 1px solid #e6ebf2;
  color: #515d79;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: -1px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  text-align: left;
  width: 100%;
}
.search-input .ember-basic-dropdown-content ul li.ember-power-select-option[aria-selected=true], .search-input--clients .ember-basic-dropdown-content ul li.ember-power-select-option[aria-selected=true], .search-input--transaction .ember-basic-dropdown-content ul li.ember-power-select-option[aria-selected=true], .search-input .ember-basic-dropdown-content--above ul li.ember-power-select-option[aria-selected=true], .search-input--clients .ember-basic-dropdown-content--above ul li.ember-power-select-option[aria-selected=true], .search-input--transaction .ember-basic-dropdown-content--above ul li.ember-power-select-option[aria-selected=true] {
  background: #f4f9fc;
  color: #419ef8;
}
.search-input .ember-basic-dropdown-content ul li.ember-power-select-option[aria-current=true], .search-input--clients .ember-basic-dropdown-content ul li.ember-power-select-option[aria-current=true], .search-input--transaction .ember-basic-dropdown-content ul li.ember-power-select-option[aria-current=true], .search-input .ember-basic-dropdown-content--above ul li.ember-power-select-option[aria-current=true], .search-input--clients .ember-basic-dropdown-content--above ul li.ember-power-select-option[aria-current=true], .search-input--transaction .ember-basic-dropdown-content--above ul li.ember-power-select-option[aria-current=true] {
  background: #f4f9fc;
  color: #419ef8;
}
.search-input .field, .search-input--clients .field, .search-input--transaction .field, .search-input .field--half, .search-input--clients .field--half, .search-input--transaction .field--half, .search-input .field--action, .search-input--clients .field--action, .search-input--transaction .field--action {
  display: inline-block;
  float: left;
  height: 2.875rem;
  overflow: visible;
  width: calc(100% - 160px);
}
.search-input .field [type=color], .search-input--clients .field [type=color], .search-input--transaction .field [type=color], .search-input .field--half [type=color], .search-input--clients .field--half [type=color], .search-input--transaction .field--half [type=color], .search-input .field--action [type=color], .search-input--clients .field--action [type=color], .search-input--transaction .field--action [type=color], .search-input .field [type=date], .search-input--clients .field [type=date], .search-input--transaction .field [type=date], .search-input .field--half [type=date], .search-input--clients .field--half [type=date], .search-input--transaction .field--half [type=date], .search-input .field--action [type=date], .search-input--clients .field--action [type=date], .search-input--transaction .field--action [type=date], .search-input .field [type=datetime], .search-input--clients .field [type=datetime], .search-input--transaction .field [type=datetime], .search-input .field--half [type=datetime], .search-input--clients .field--half [type=datetime], .search-input--transaction .field--half [type=datetime], .search-input .field--action [type=datetime], .search-input--clients .field--action [type=datetime], .search-input--transaction .field--action [type=datetime], .search-input .field [type=datetime-local], .search-input--clients .field [type=datetime-local], .search-input--transaction .field [type=datetime-local], .search-input .field--half [type=datetime-local], .search-input--clients .field--half [type=datetime-local], .search-input--transaction .field--half [type=datetime-local], .search-input .field--action [type=datetime-local], .search-input--clients .field--action [type=datetime-local], .search-input--transaction .field--action [type=datetime-local], .search-input .field [type=email], .search-input--clients .field [type=email], .search-input--transaction .field [type=email], .search-input .field--half [type=email], .search-input--clients .field--half [type=email], .search-input--transaction .field--half [type=email], .search-input .field--action [type=email], .search-input--clients .field--action [type=email], .search-input--transaction .field--action [type=email], .search-input .field [type=month], .search-input--clients .field [type=month], .search-input--transaction .field [type=month], .search-input .field--half [type=month], .search-input--clients .field--half [type=month], .search-input--transaction .field--half [type=month], .search-input .field--action [type=month], .search-input--clients .field--action [type=month], .search-input--transaction .field--action [type=month], .search-input .field [type=number], .search-input--clients .field [type=number], .search-input--transaction .field [type=number], .search-input .field--half [type=number], .search-input--clients .field--half [type=number], .search-input--transaction .field--half [type=number], .search-input .field--action [type=number], .search-input--clients .field--action [type=number], .search-input--transaction .field--action [type=number], .search-input .field [type=password], .search-input--clients .field [type=password], .search-input--transaction .field [type=password], .search-input .field--half [type=password], .search-input--clients .field--half [type=password], .search-input--transaction .field--half [type=password], .search-input .field--action [type=password], .search-input--clients .field--action [type=password], .search-input--transaction .field--action [type=password], .search-input .field [type=search], .search-input--clients .field [type=search], .search-input--transaction .field [type=search], .search-input .field--half [type=search], .search-input--clients .field--half [type=search], .search-input--transaction .field--half [type=search], .search-input .field--action [type=search], .search-input--clients .field--action [type=search], .search-input--transaction .field--action [type=search], .search-input .field [type=tel], .search-input--clients .field [type=tel], .search-input--transaction .field [type=tel], .search-input .field--half [type=tel], .search-input--clients .field--half [type=tel], .search-input--transaction .field--half [type=tel], .search-input .field--action [type=tel], .search-input--clients .field--action [type=tel], .search-input--transaction .field--action [type=tel], .search-input .field [type=text], .search-input--clients .field [type=text], .search-input--transaction .field [type=text], .search-input .field--half [type=text], .search-input--clients .field--half [type=text], .search-input--transaction .field--half [type=text], .search-input .field--action [type=text], .search-input--clients .field--action [type=text], .search-input--transaction .field--action [type=text], .search-input .field [type=time], .search-input--clients .field [type=time], .search-input--transaction .field [type=time], .search-input .field--half [type=time], .search-input--clients .field--half [type=time], .search-input--transaction .field--half [type=time], .search-input .field--action [type=time], .search-input--clients .field--action [type=time], .search-input--transaction .field--action [type=time], .search-input .field [type=url], .search-input--clients .field [type=url], .search-input--transaction .field [type=url], .search-input .field--half [type=url], .search-input--clients .field--half [type=url], .search-input--transaction .field--half [type=url], .search-input .field--action [type=url], .search-input--clients .field--action [type=url], .search-input--transaction .field--action [type=url], .search-input .field [type=week], .search-input--clients .field [type=week], .search-input--transaction .field [type=week], .search-input .field--half [type=week], .search-input--clients .field--half [type=week], .search-input--transaction .field--half [type=week], .search-input .field--action [type=week], .search-input--clients .field--action [type=week], .search-input--transaction .field--action [type=week], .search-input .field input:not([type]), .search-input--clients .field input:not([type]), .search-input--transaction .field input:not([type]), .search-input .field--half input:not([type]), .search-input--clients .field--half input:not([type]), .search-input--transaction .field--half input:not([type]), .search-input .field--action input:not([type]), .search-input--clients .field--action input:not([type]), .search-input--transaction .field--action input:not([type]), .search-input .field textarea, .search-input--clients .field textarea, .search-input--transaction .field textarea, .search-input .field--half textarea, .search-input--clients .field--half textarea, .search-input--transaction .field--half textarea, .search-input .field--action textarea, .search-input--clients .field--action textarea, .search-input--transaction .field--action textarea, .search-input .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input .field [contenteditable], .search-input--clients .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input--clients .field [contenteditable], .search-input--transaction .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input--transaction .field [contenteditable], .search-input .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input .field--half [contenteditable], .search-input--clients .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input--clients .field--half [contenteditable], .search-input--transaction .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input--transaction .field--half [contenteditable], .search-input .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input .field--action [contenteditable], .search-input--clients .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input--clients .field--action [contenteditable], .search-input--transaction .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input--transaction .field--action [contenteditable], .search-input .field .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input .field [contenteditable], .search-input--clients .field .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input--clients .field [contenteditable], .search-input--transaction .field .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input--transaction .field [contenteditable], .search-input .field--half .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input .field--half [contenteditable], .search-input--clients .field--half .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input--clients .field--half [contenteditable], .search-input--transaction .field--half .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input--transaction .field--half [contenteditable], .search-input .field--action .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input .field--action [contenteditable], .search-input--clients .field--action .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input--clients .field--action [contenteditable], .search-input--transaction .field--action .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input--transaction .field--action [contenteditable] {
  background: #f4f9fc;
  border: none;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 2.875rem;
  padding: 0.25rem 0.6666666667rem;
}
.search-input .field [type=color]:focus, .search-input--clients .field [type=color]:focus, .search-input--transaction .field [type=color]:focus, .search-input .field--half [type=color]:focus, .search-input--clients .field--half [type=color]:focus, .search-input--transaction .field--half [type=color]:focus, .search-input .field--action [type=color]:focus, .search-input--clients .field--action [type=color]:focus, .search-input--transaction .field--action [type=color]:focus, .search-input .field [type=date]:focus, .search-input--clients .field [type=date]:focus, .search-input--transaction .field [type=date]:focus, .search-input .field--half [type=date]:focus, .search-input--clients .field--half [type=date]:focus, .search-input--transaction .field--half [type=date]:focus, .search-input .field--action [type=date]:focus, .search-input--clients .field--action [type=date]:focus, .search-input--transaction .field--action [type=date]:focus, .search-input .field [type=datetime]:focus, .search-input--clients .field [type=datetime]:focus, .search-input--transaction .field [type=datetime]:focus, .search-input .field--half [type=datetime]:focus, .search-input--clients .field--half [type=datetime]:focus, .search-input--transaction .field--half [type=datetime]:focus, .search-input .field--action [type=datetime]:focus, .search-input--clients .field--action [type=datetime]:focus, .search-input--transaction .field--action [type=datetime]:focus, .search-input .field [type=datetime-local]:focus, .search-input--clients .field [type=datetime-local]:focus, .search-input--transaction .field [type=datetime-local]:focus, .search-input .field--half [type=datetime-local]:focus, .search-input--clients .field--half [type=datetime-local]:focus, .search-input--transaction .field--half [type=datetime-local]:focus, .search-input .field--action [type=datetime-local]:focus, .search-input--clients .field--action [type=datetime-local]:focus, .search-input--transaction .field--action [type=datetime-local]:focus, .search-input .field [type=email]:focus, .search-input--clients .field [type=email]:focus, .search-input--transaction .field [type=email]:focus, .search-input .field--half [type=email]:focus, .search-input--clients .field--half [type=email]:focus, .search-input--transaction .field--half [type=email]:focus, .search-input .field--action [type=email]:focus, .search-input--clients .field--action [type=email]:focus, .search-input--transaction .field--action [type=email]:focus, .search-input .field [type=month]:focus, .search-input--clients .field [type=month]:focus, .search-input--transaction .field [type=month]:focus, .search-input .field--half [type=month]:focus, .search-input--clients .field--half [type=month]:focus, .search-input--transaction .field--half [type=month]:focus, .search-input .field--action [type=month]:focus, .search-input--clients .field--action [type=month]:focus, .search-input--transaction .field--action [type=month]:focus, .search-input .field [type=number]:focus, .search-input--clients .field [type=number]:focus, .search-input--transaction .field [type=number]:focus, .search-input .field--half [type=number]:focus, .search-input--clients .field--half [type=number]:focus, .search-input--transaction .field--half [type=number]:focus, .search-input .field--action [type=number]:focus, .search-input--clients .field--action [type=number]:focus, .search-input--transaction .field--action [type=number]:focus, .search-input .field [type=password]:focus, .search-input--clients .field [type=password]:focus, .search-input--transaction .field [type=password]:focus, .search-input .field--half [type=password]:focus, .search-input--clients .field--half [type=password]:focus, .search-input--transaction .field--half [type=password]:focus, .search-input .field--action [type=password]:focus, .search-input--clients .field--action [type=password]:focus, .search-input--transaction .field--action [type=password]:focus, .search-input .field [type=search]:focus, .search-input--clients .field [type=search]:focus, .search-input--transaction .field [type=search]:focus, .search-input .field--half [type=search]:focus, .search-input--clients .field--half [type=search]:focus, .search-input--transaction .field--half [type=search]:focus, .search-input .field--action [type=search]:focus, .search-input--clients .field--action [type=search]:focus, .search-input--transaction .field--action [type=search]:focus, .search-input .field [type=tel]:focus, .search-input--clients .field [type=tel]:focus, .search-input--transaction .field [type=tel]:focus, .search-input .field--half [type=tel]:focus, .search-input--clients .field--half [type=tel]:focus, .search-input--transaction .field--half [type=tel]:focus, .search-input .field--action [type=tel]:focus, .search-input--clients .field--action [type=tel]:focus, .search-input--transaction .field--action [type=tel]:focus, .search-input .field [type=text]:focus, .search-input--clients .field [type=text]:focus, .search-input--transaction .field [type=text]:focus, .search-input .field--half [type=text]:focus, .search-input--clients .field--half [type=text]:focus, .search-input--transaction .field--half [type=text]:focus, .search-input .field--action [type=text]:focus, .search-input--clients .field--action [type=text]:focus, .search-input--transaction .field--action [type=text]:focus, .search-input .field [type=time]:focus, .search-input--clients .field [type=time]:focus, .search-input--transaction .field [type=time]:focus, .search-input .field--half [type=time]:focus, .search-input--clients .field--half [type=time]:focus, .search-input--transaction .field--half [type=time]:focus, .search-input .field--action [type=time]:focus, .search-input--clients .field--action [type=time]:focus, .search-input--transaction .field--action [type=time]:focus, .search-input .field [type=url]:focus, .search-input--clients .field [type=url]:focus, .search-input--transaction .field [type=url]:focus, .search-input .field--half [type=url]:focus, .search-input--clients .field--half [type=url]:focus, .search-input--transaction .field--half [type=url]:focus, .search-input .field--action [type=url]:focus, .search-input--clients .field--action [type=url]:focus, .search-input--transaction .field--action [type=url]:focus, .search-input .field [type=week]:focus, .search-input--clients .field [type=week]:focus, .search-input--transaction .field [type=week]:focus, .search-input .field--half [type=week]:focus, .search-input--clients .field--half [type=week]:focus, .search-input--transaction .field--half [type=week]:focus, .search-input .field--action [type=week]:focus, .search-input--clients .field--action [type=week]:focus, .search-input--transaction .field--action [type=week]:focus, .search-input .field input:not([type]):focus, .search-input--clients .field input:not([type]):focus, .search-input--transaction .field input:not([type]):focus, .search-input .field--half input:not([type]):focus, .search-input--clients .field--half input:not([type]):focus, .search-input--transaction .field--half input:not([type]):focus, .search-input .field--action input:not([type]):focus, .search-input--clients .field--action input:not([type]):focus, .search-input--transaction .field--action input:not([type]):focus, .search-input .field textarea:focus, .search-input--clients .field textarea:focus, .search-input--transaction .field textarea:focus, .search-input .field--half textarea:focus, .search-input--clients .field--half textarea:focus, .search-input--transaction .field--half textarea:focus, .search-input .field--action textarea:focus, .search-input--clients .field--action textarea:focus, .search-input--transaction .field--action textarea:focus, .search-input .field .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search-input .field [contenteditable]:focus, .search-input--clients .field .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search-input--clients .field [contenteditable]:focus, .search-input--transaction .field .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search-input--transaction .field [contenteditable]:focus, .search-input .field--half .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search-input .field--half [contenteditable]:focus, .search-input--clients .field--half .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search-input--clients .field--half [contenteditable]:focus, .search-input--transaction .field--half .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search-input--transaction .field--half [contenteditable]:focus, .search-input .field--action .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search-input .field--action [contenteditable]:focus, .search-input--clients .field--action .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search-input--clients .field--action [contenteditable]:focus, .search-input--transaction .field--action .tiptap-element.textarea [contenteditable]:focus, .tiptap-element.textarea .search-input--transaction .field--action [contenteditable]:focus {
  background: #ffffff;
  border: none;
}
.search-input.no-dropdown, .no-dropdown.search-input--clients, .no-dropdown.search-input--transaction {
  box-shadow: none;
}
.search-input.no-dropdown .field, .no-dropdown.search-input--clients .field, .no-dropdown.search-input--transaction .field, .search-input.no-dropdown .field--half, .no-dropdown.search-input--clients .field--half, .no-dropdown.search-input--transaction .field--half, .search-input.no-dropdown .field--action, .no-dropdown.search-input--clients .field--action, .no-dropdown.search-input--transaction .field--action {
  width: 100%;
}
.search-input.no-dropdown .field [type=color], .no-dropdown.search-input--clients .field [type=color], .no-dropdown.search-input--transaction .field [type=color], .search-input.no-dropdown .field--half [type=color], .no-dropdown.search-input--clients .field--half [type=color], .no-dropdown.search-input--transaction .field--half [type=color], .search-input.no-dropdown .field--action [type=color], .no-dropdown.search-input--clients .field--action [type=color], .no-dropdown.search-input--transaction .field--action [type=color], .search-input.no-dropdown .field [type=date], .no-dropdown.search-input--clients .field [type=date], .no-dropdown.search-input--transaction .field [type=date], .search-input.no-dropdown .field--half [type=date], .no-dropdown.search-input--clients .field--half [type=date], .no-dropdown.search-input--transaction .field--half [type=date], .search-input.no-dropdown .field--action [type=date], .no-dropdown.search-input--clients .field--action [type=date], .no-dropdown.search-input--transaction .field--action [type=date], .search-input.no-dropdown .field [type=datetime], .no-dropdown.search-input--clients .field [type=datetime], .no-dropdown.search-input--transaction .field [type=datetime], .search-input.no-dropdown .field--half [type=datetime], .no-dropdown.search-input--clients .field--half [type=datetime], .no-dropdown.search-input--transaction .field--half [type=datetime], .search-input.no-dropdown .field--action [type=datetime], .no-dropdown.search-input--clients .field--action [type=datetime], .no-dropdown.search-input--transaction .field--action [type=datetime], .search-input.no-dropdown .field [type=datetime-local], .no-dropdown.search-input--clients .field [type=datetime-local], .no-dropdown.search-input--transaction .field [type=datetime-local], .search-input.no-dropdown .field--half [type=datetime-local], .no-dropdown.search-input--clients .field--half [type=datetime-local], .no-dropdown.search-input--transaction .field--half [type=datetime-local], .search-input.no-dropdown .field--action [type=datetime-local], .no-dropdown.search-input--clients .field--action [type=datetime-local], .no-dropdown.search-input--transaction .field--action [type=datetime-local], .search-input.no-dropdown .field [type=email], .no-dropdown.search-input--clients .field [type=email], .no-dropdown.search-input--transaction .field [type=email], .search-input.no-dropdown .field--half [type=email], .no-dropdown.search-input--clients .field--half [type=email], .no-dropdown.search-input--transaction .field--half [type=email], .search-input.no-dropdown .field--action [type=email], .no-dropdown.search-input--clients .field--action [type=email], .no-dropdown.search-input--transaction .field--action [type=email], .search-input.no-dropdown .field [type=month], .no-dropdown.search-input--clients .field [type=month], .no-dropdown.search-input--transaction .field [type=month], .search-input.no-dropdown .field--half [type=month], .no-dropdown.search-input--clients .field--half [type=month], .no-dropdown.search-input--transaction .field--half [type=month], .search-input.no-dropdown .field--action [type=month], .no-dropdown.search-input--clients .field--action [type=month], .no-dropdown.search-input--transaction .field--action [type=month], .search-input.no-dropdown .field [type=number], .no-dropdown.search-input--clients .field [type=number], .no-dropdown.search-input--transaction .field [type=number], .search-input.no-dropdown .field--half [type=number], .no-dropdown.search-input--clients .field--half [type=number], .no-dropdown.search-input--transaction .field--half [type=number], .search-input.no-dropdown .field--action [type=number], .no-dropdown.search-input--clients .field--action [type=number], .no-dropdown.search-input--transaction .field--action [type=number], .search-input.no-dropdown .field [type=password], .no-dropdown.search-input--clients .field [type=password], .no-dropdown.search-input--transaction .field [type=password], .search-input.no-dropdown .field--half [type=password], .no-dropdown.search-input--clients .field--half [type=password], .no-dropdown.search-input--transaction .field--half [type=password], .search-input.no-dropdown .field--action [type=password], .no-dropdown.search-input--clients .field--action [type=password], .no-dropdown.search-input--transaction .field--action [type=password], .search-input.no-dropdown .field [type=search], .no-dropdown.search-input--clients .field [type=search], .no-dropdown.search-input--transaction .field [type=search], .search-input.no-dropdown .field--half [type=search], .no-dropdown.search-input--clients .field--half [type=search], .no-dropdown.search-input--transaction .field--half [type=search], .search-input.no-dropdown .field--action [type=search], .no-dropdown.search-input--clients .field--action [type=search], .no-dropdown.search-input--transaction .field--action [type=search], .search-input.no-dropdown .field [type=tel], .no-dropdown.search-input--clients .field [type=tel], .no-dropdown.search-input--transaction .field [type=tel], .search-input.no-dropdown .field--half [type=tel], .no-dropdown.search-input--clients .field--half [type=tel], .no-dropdown.search-input--transaction .field--half [type=tel], .search-input.no-dropdown .field--action [type=tel], .no-dropdown.search-input--clients .field--action [type=tel], .no-dropdown.search-input--transaction .field--action [type=tel], .search-input.no-dropdown .field [type=text], .no-dropdown.search-input--clients .field [type=text], .no-dropdown.search-input--transaction .field [type=text], .search-input.no-dropdown .field--half [type=text], .no-dropdown.search-input--clients .field--half [type=text], .no-dropdown.search-input--transaction .field--half [type=text], .search-input.no-dropdown .field--action [type=text], .no-dropdown.search-input--clients .field--action [type=text], .no-dropdown.search-input--transaction .field--action [type=text], .search-input.no-dropdown .field [type=time], .no-dropdown.search-input--clients .field [type=time], .no-dropdown.search-input--transaction .field [type=time], .search-input.no-dropdown .field--half [type=time], .no-dropdown.search-input--clients .field--half [type=time], .no-dropdown.search-input--transaction .field--half [type=time], .search-input.no-dropdown .field--action [type=time], .no-dropdown.search-input--clients .field--action [type=time], .no-dropdown.search-input--transaction .field--action [type=time], .search-input.no-dropdown .field [type=url], .no-dropdown.search-input--clients .field [type=url], .no-dropdown.search-input--transaction .field [type=url], .search-input.no-dropdown .field--half [type=url], .no-dropdown.search-input--clients .field--half [type=url], .no-dropdown.search-input--transaction .field--half [type=url], .search-input.no-dropdown .field--action [type=url], .no-dropdown.search-input--clients .field--action [type=url], .no-dropdown.search-input--transaction .field--action [type=url], .search-input.no-dropdown .field [type=week], .no-dropdown.search-input--clients .field [type=week], .no-dropdown.search-input--transaction .field [type=week], .search-input.no-dropdown .field--half [type=week], .no-dropdown.search-input--clients .field--half [type=week], .no-dropdown.search-input--transaction .field--half [type=week], .search-input.no-dropdown .field--action [type=week], .no-dropdown.search-input--clients .field--action [type=week], .no-dropdown.search-input--transaction .field--action [type=week], .search-input.no-dropdown .field input:not([type]), .no-dropdown.search-input--clients .field input:not([type]), .no-dropdown.search-input--transaction .field input:not([type]), .search-input.no-dropdown .field--half input:not([type]), .no-dropdown.search-input--clients .field--half input:not([type]), .no-dropdown.search-input--transaction .field--half input:not([type]), .search-input.no-dropdown .field--action input:not([type]), .no-dropdown.search-input--clients .field--action input:not([type]), .no-dropdown.search-input--transaction .field--action input:not([type]), .search-input.no-dropdown .field textarea, .no-dropdown.search-input--clients .field textarea, .no-dropdown.search-input--transaction .field textarea, .search-input.no-dropdown .field--half textarea, .no-dropdown.search-input--clients .field--half textarea, .no-dropdown.search-input--transaction .field--half textarea, .search-input.no-dropdown .field--action textarea, .no-dropdown.search-input--clients .field--action textarea, .no-dropdown.search-input--transaction .field--action textarea, .search-input.no-dropdown .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input.no-dropdown .field [contenteditable], .no-dropdown.search-input--clients .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .no-dropdown.search-input--clients .field [contenteditable], .no-dropdown.search-input--transaction .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .no-dropdown.search-input--transaction .field [contenteditable], .search-input.no-dropdown .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input.no-dropdown .field--half [contenteditable], .no-dropdown.search-input--clients .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .no-dropdown.search-input--clients .field--half [contenteditable], .no-dropdown.search-input--transaction .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .no-dropdown.search-input--transaction .field--half [contenteditable], .search-input.no-dropdown .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .search-input.no-dropdown .field--action [contenteditable], .no-dropdown.search-input--clients .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .no-dropdown.search-input--clients .field--action [contenteditable], .no-dropdown.search-input--transaction .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .no-dropdown.search-input--transaction .field--action [contenteditable], .search-input.no-dropdown .field .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input.no-dropdown .field [contenteditable], .no-dropdown.search-input--clients .field .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .no-dropdown.search-input--clients .field [contenteditable], .no-dropdown.search-input--transaction .field .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .no-dropdown.search-input--transaction .field [contenteditable], .search-input.no-dropdown .field--half .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input.no-dropdown .field--half [contenteditable], .no-dropdown.search-input--clients .field--half .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .no-dropdown.search-input--clients .field--half [contenteditable], .no-dropdown.search-input--transaction .field--half .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .no-dropdown.search-input--transaction .field--half [contenteditable], .search-input.no-dropdown .field--action .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .search-input.no-dropdown .field--action [contenteditable], .no-dropdown.search-input--clients .field--action .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .no-dropdown.search-input--clients .field--action [contenteditable], .no-dropdown.search-input--transaction .field--action .tiptap-element.textarea.checklist-input [contenteditable], .tiptap-element.textarea.checklist-input .no-dropdown.search-input--transaction .field--action [contenteditable] {
  border-radius: 4px;
}

/** @format */
.shortcode-options {
  background-color: #f4f9fc;
  border: 1px solid #cdd7e4;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 10.5px 15.5px 0;
  width: 100%;
  margin: 0 !important;
}
.shortcode-options .option-container {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  white-space: nowrap;
  display: inline-block;
}
.shortcode-options .shortcode-option {
  padding: 4.5px 6.5px;
  border: 1px solid #cdd7e4;
  border-radius: 4px;
  background-color: #ffffff;
  color: #515d79;
  font-weight: 600;
}
.shortcode-options .shortcode-option:hover {
  cursor: pointer;
  background-color: #e1ebf4;
}

.shortcode {
  border: 1px solid #cdd7e4;
  border-radius: 4px;
  background-color: #f4f9fc;
  color: #515d79;
  font-weight: 600;
  padding: 4px 6px;
  pointer-events: none;
  margin-right: 0.25rem;
}

.status-flag {
  background-color: rgba(250, 220, 70, 0.2);
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  font-size: small;
  color: #515d79;
  border-radius: 4px;
}
.status-flag .status-bubble {
  display: inline-block;
  background-color: #fadc46;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.status-color, .status-color-md, .document-content .title-esign .status .status-icon, .document-signatory-list .signatory .status.pending .status-icon {
  background: #01ddff;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 6px;
  vertical-align: middle;
  width: 8px;
}
.status-color-md {
  height: 1rem;
  width: 1rem;
}
.status-color.stage-1, .document-content .title-esign .status .stage-1.status-icon, .document-signatory-list .signatory .status.pending .stage-1.status-icon, .stage-1.status-color-md {
  background: #5f6fa3;
}
.status-color.stage-2, .document-content .title-esign .status .stage-2.status-icon, .document-signatory-list .signatory .status.pending .stage-2.status-icon, .stage-2.status-color-md {
  background: #384c8d;
}
.status-color.stage-3, .document-content .title-esign .status .stage-3.status-icon, .document-signatory-list .signatory .status.pending .stage-3.status-icon, .stage-3.status-color-md {
  background: #2c3c70;
}
.status-color.stage-4, .document-content .title-esign .status .stage-4.status-icon, .document-signatory-list .signatory .status.pending .stage-4.status-icon, .stage-4.status-color-md {
  background: #3547a5;
}
.status-color.stage-5, .document-content .title-esign .status .stage-5.status-icon, .document-signatory-list .signatory .status.pending .stage-5.status-icon, .stage-5.status-color-md {
  background: #465fdc;
}
.status-color.stage-6, .document-content .title-esign .status .stage-6.status-icon, .document-signatory-list .signatory .status.pending .stage-6.status-icon, .stage-6.status-color-md {
  background: #7da8eb;
}
.status-color.stage-7, .document-content .title-esign .status .stage-7.status-icon, .document-signatory-list .signatory .status.pending .stage-7.status-icon, .stage-7.status-color-md {
  background: #40bce0;
}
.status-color.stage-8, .document-content .title-esign .status .stage-8.status-icon, .document-signatory-list .signatory .status.pending .stage-8.status-icon, .stage-8.status-color-md {
  background: #01ddff;
}
.status-color.stage-9, .document-content .title-esign .status .stage-9.status-icon, .document-signatory-list .signatory .status.pending .stage-9.status-icon, .stage-9.status-color-md {
  background: #99f1ff;
}
.status-color.stage-10, .document-content .title-esign .status .stage-10.status-icon, .document-signatory-list .signatory .status.pending .stage-10.status-icon, .stage-10.status-color-md {
  background: #7ce3c8;
}
.status-color.stage-11, .document-content .title-esign .status .stage-11.status-icon, .document-signatory-list .signatory .status.pending .stage-11.status-icon, .stage-11.status-color-md {
  background: #25d0a4;
}
.status-color.stage-12, .document-content .title-esign .status .stage-12.status-icon, .document-signatory-list .signatory .status.pending .stage-12.status-icon, .stage-12.status-color-md {
  background: #2aa993;
}

.success-message {
  background: #e9faf6;
  border-radius: 6px;
  margin: 1rem 0 0;
  padding: 1rem;
}
.success-message p,
.success-message label {
  color: #1da582;
  margin: 0;
}

.info-message {
  background: #ecf5fe;
  border-radius: 6px;
  margin: 1rem 0 0;
  padding: 1rem;
}
.info-message p,
.info-message label {
  color: #1085f6;
  margin: 0;
}

.warning-message {
  background: #fffced;
  border-radius: 6px;
  margin: 1rem 0 0;
  padding: 1rem;
}
.warning-message p {
  color: #d4b206;
  margin: 0;
}

.client-messaging-disabled {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  margin: 1rem 0.5rem 0;
  background: #fefae3;
  cursor: pointer;
  max-height: 58px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.client-messaging-disabled.show-more-info {
  max-height: 300px;
}
.client-messaging-disabled p {
  color: #515d79;
  font-weight: 600;
}
.client-messaging-disabled .fa {
  color: #d4b206;
}
.client-messaging-disabled .more-info {
  flex-basis: 100%;
  margin-top: 1rem;
  font-weight: normal;
}

.tabbed-tables-container .assignables.tabbed, .tabbed-tables-container .assignables.table2 {
  border-top-left-radius: 0;
}
.tabbed-tables-container .assignables.table1 {
  border-top-right-radius: 0;
}
.tabbed-tables-container .assignables tr.is-selectable {
  cursor: default;
}
.tabbed-tables-container .tabs {
  text-align: left;
  margin-bottom: -1rem;
  margin-left: 0.5rem;
  padding-top: 0.5rem;
}
.tabbed-tables-container .tabs span:first-of-type.tab {
  border-top-left-radius: 10px;
  margin-left: 0;
}
.tabbed-tables-container .tabs span:last-of-type.tab {
  border-top-right-radius: 10px;
}
.tabbed-tables-container .tabs .tab {
  display: inline-block;
  color: #515d79;
  background-color: #e1ebf4;
  padding: 0.5rem;
  margin-bottom: -0.3rem;
  transition: all 0.05s ease-in-out;
  margin-left: -0.3rem;
  min-width: 6rem;
  text-align: center;
  max-width: 9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tabbed-tables-container .tabs .tab:hover {
  background-color: #f4f9fc;
  text-decoration: underline;
  cursor: pointer;
}
.tabbed-tables-container .tabs .tab.active {
  background-color: #f4f9fc;
  font-weight: 600;
  pointer-events: none;
}

.tag-warning {
  background: rgba(250, 220, 70, 0.2);
  border-radius: 2px;
  color: rgba(19, 19, 73, 0.7);
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
}
.tag-warning .warning-icon {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: sub;
  width: 1rem;
}

.toggle-switch-wrapper {
  margin: 0.25rem 0 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.toggle-switch-wrapper .label-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}
.toggle-switch-wrapper .x-toggle-component {
  display: inline-flex;
}
.toggle-switch-wrapper .x-toggle-component .x-toggle-container {
  padding-left: 0;
}
.toggle-switch-wrapper .x-toggle-component label > .x-toggle-default.x-toggle-btn {
  background-color: #cdd7e4;
}
.toggle-switch-wrapper .x-toggle-component .x-toggle:checked + label > .x-toggle-default.x-toggle-btn:not(.x-toggle-disabled) {
  background-color: #25d0a4;
}
.toggle-switch-wrapper .x-toggle-component .x-toggle:checked + label > .x-toggle-default.x-toggle-btn.x-toggle-disabled {
  background-color: rgba(27, 248, 171, 0.2);
}
.toggle-switch-wrapper .toggle-label {
  display: inline-block;
  line-height: 1.85;
  vertical-align: top;
  color: #515d79;
  font-weight: 600;
}
.toggle-switch-wrapper .error-message {
  margin-top: 0;
}
.toggle-switch-wrapper.light {
  background-color: #f4f9fc;
}

/**
 * Tooltip Styles
 *
 * @format
 */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/**
 * Tooltip Styles
 *
 * @format
 */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip-below] {
  position: relative;
  z-index: 2;
}

/* Hide the tooltip content by default */
[data-tooltip-below]:before,
[data-tooltip-below]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip below the element */
[data-tooltip-below]:before {
  position: absolute;
  top: 150%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip-below);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip-below]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip-below]:hover:before,
[data-tooltip-below]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/** @format */
.unread-count {
  background: #fa105d;
  border-radius: 50%;
  color: #ffffff;
  float: right;
  font-size: 0.9rem;
  font-weight: 700;
  height: 1.5rem;
  line-height: 1.475rem;
  position: absolute;
  right: -8px;
  text-align: center;
  top: 38%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.unread-count-2 {
  background: #fa105d;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  height: 1.5rem;
  line-height: 1.475rem;
  position: absolute;
  text-align: center;
  width: 1.5rem;
}

.unread-count-3 {
  background: #fa105d;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  height: 1.5rem;
  line-height: 1.475rem;
  text-align: center;
  width: 1.5rem;
}

/** @format */
.validated-time-input .field, .validated-time-input .field--half, .validated-time-input .field--action {
  display: inline-block;
  height: 2.875rem;
  line-height: 3;
  margin: 0;
  overflow: visible;
  vertical-align: top;
  width: 5rem;
}
.validated-time-input .field [type=color], .validated-time-input .field--half [type=color], .validated-time-input .field--action [type=color], .validated-time-input .field [type=date], .validated-time-input .field--half [type=date], .validated-time-input .field--action [type=date], .validated-time-input .field [type=datetime], .validated-time-input .field--half [type=datetime], .validated-time-input .field--action [type=datetime], .validated-time-input .field [type=datetime-local], .validated-time-input .field--half [type=datetime-local], .validated-time-input .field--action [type=datetime-local], .validated-time-input .field [type=email], .validated-time-input .field--half [type=email], .validated-time-input .field--action [type=email], .validated-time-input .field [type=month], .validated-time-input .field--half [type=month], .validated-time-input .field--action [type=month], .validated-time-input .field [type=number], .validated-time-input .field--half [type=number], .validated-time-input .field--action [type=number], .validated-time-input .field [type=password], .validated-time-input .field--half [type=password], .validated-time-input .field--action [type=password], .validated-time-input .field [type=search], .validated-time-input .field--half [type=search], .validated-time-input .field--action [type=search], .validated-time-input .field [type=tel], .validated-time-input .field--half [type=tel], .validated-time-input .field--action [type=tel], .validated-time-input .field [type=text], .validated-time-input .field--half [type=text], .validated-time-input .field--action [type=text], .validated-time-input .field [type=time], .validated-time-input .field--half [type=time], .validated-time-input .field--action [type=time], .validated-time-input .field [type=url], .validated-time-input .field--half [type=url], .validated-time-input .field--action [type=url], .validated-time-input .field [type=week], .validated-time-input .field--half [type=week], .validated-time-input .field--action [type=week], .validated-time-input .field input:not([type]), .validated-time-input .field--half input:not([type]), .validated-time-input .field--action input:not([type]), .validated-time-input .field textarea, .validated-time-input .field--half textarea, .validated-time-input .field--action textarea, .validated-time-input .field .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .validated-time-input .field [contenteditable], .validated-time-input .field--half .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .validated-time-input .field--half [contenteditable], .validated-time-input .field--action .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .validated-time-input .field--action [contenteditable] {
  height: 2.875rem;
  padding: 0.25rem 0.6666666667rem;
  text-align: center;
}
.validated-time-input .dropdown-wrapper, .validated-time-input .dropdown-wrapper--full-width {
  display: inline-block;
  height: 2.875rem;
  margin-left: 0.5rem;
  overflow: visible;
  padding: 0;
  vertical-align: top;
  width: 5rem;
}
.validated-time-input .dropdown-wrapper .ember-power-select-trigger, .validated-time-input .dropdown-wrapper--full-width .ember-power-select-trigger {
  height: 2.875rem;
  margin: 0;
}
.validated-time-input .dropdown-wrapper .ember-power-select-trigger[aria-expanded=true], .validated-time-input .dropdown-wrapper--full-width .ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
}
.validated-time-input .dropdown-wrapper .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon, .validated-time-input .dropdown-wrapper--full-width .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon {
  border-color: #419ef8 transparent transparent;
}
.validated-time-input .dropdown-wrapper .ember-power-select-trigger .ember-power-select-selected-item, .validated-time-input .dropdown-wrapper--full-width .ember-power-select-trigger .ember-power-select-selected-item {
  color: #515d79;
  font-size: 0.9rem;
  left: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.validated-time-input .dropdown-wrapper .ember-power-select-trigger:hover .ember-power-select-status-icon, .validated-time-input .dropdown-wrapper--full-width .ember-power-select-trigger:hover .ember-power-select-status-icon {
  border-color: #419ef8 transparent transparent;
}

/** @format */
.client-case-card, .firm-case-card {
  padding: 1rem !important;
}
.client-case-card.alert, .alert.firm-case-card, .client-case-card.alert--light, .alert--light.firm-case-card {
  border-top: 10px solid #fa105d;
}
.client-case-card.alert .new-messages, .alert.firm-case-card .new-messages, .client-case-card.alert--light .new-messages, .alert--light.firm-case-card .new-messages {
  color: #fa105d;
  font-weight: 700;
}
.client-case-card.alert .new-messages img, .alert.firm-case-card .new-messages img, .client-case-card.alert--light .new-messages img, .alert--light.firm-case-card .new-messages img {
  margin: 0 2px -2px 0;
  width: 18px;
  margin-right: 6px;
}
.client-case-card button.arrow-right, .firm-case-card button.arrow-right {
  margin: 0;
}
.client-case-card .case-id, .firm-case-card .case-id {
  margin-bottom: 0;
  color: #96a3b6;
}
.client-case-card .case-description, .firm-case-card .case-description {
  font-weight: 600;
  color: #8796ac;
  font-size: 0.9rem;
  margin: 0;
}
.client-case-card .firm-name, .firm-case-card .firm-name {
  color: #515d79;
  margin-bottom: 0.25rem;
  overflow: hidden;
}
.client-case-card .legal-team-label, .firm-case-card .legal-team-label {
  color: #96a3b6;
  margin-bottom: 0;
}

/** @format */
.client-case-legal-team-peak {
  padding-left: 0.25rem;
}
.client-case-legal-team-peak .legal-team-firm-name {
  overflow: hidden;
}
.client-case-legal-team-peak .legal-team-name {
  overflow: hidden;
}
.client-case-legal-team-peak h5 {
  margin: 0;
  position: relative;
  line-height: 0.9rem;
}
.client-case-legal-team-peak h5 .descriptor {
  font-style: italic;
  font-weight: 300;
  color: #96a3b6;
  font-size: 0.7rem;
}
.client-case-legal-team-peak p.small {
  font-size: 0.75rem;
}
.client-case-legal-team-peak .legal-team-photo,
.client-case-legal-team-peak .initials {
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  background: #cdd7e4;
  color: #ffffff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
}

.legal-team .legal-team-photo,
.legal-team .initials {
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  background: #cdd7e4;
  color: #ffffff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  margin-right: auto;
  margin-left: auto;
}

/** @format */
.no-message-wrapper {
  max-width: 550px;
  margin: auto;
}

.no-message-align {
  text-align: left;
}

@media (max-width: 767px) {
  .no-message-align {
    text-align: center;
    margin: auto;
  }
}
/** @format */
.treatment-display-card {
  background-color: #f4f9fc;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.treatment-display-card .bold {
  font-weight: bold;
}
.treatment-display-card .flex {
  display: flex;
}
.treatment-display-card .flex-wrap {
  flex-wrap: wrap;
}
.treatment-display-card .ember-power-select-trigger {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}
.treatment-display-card .provider-row img {
  margin-right: 4px;
}
.treatment-display-card .treatment-time-wrapper {
  margin-top: 10px;
}
.treatment-display-card .smiley-face,
.treatment-display-card .avatar-pic,
.treatment-display-card .avatar {
  width: 16px !important;
  height: 16px !important;
  margin-right: 3px;
  background-size: contain;
  border: none;
  content: " ";
}
.treatment-display-card .smiley-face .initials,
.treatment-display-card .avatar-pic .initials,
.treatment-display-card .avatar .initials {
  position: relative;
  bottom: 4px;
  overflow: hidden;
}
.treatment-display-card .smiley-face.treatment-face-1,
.treatment-display-card .avatar-pic.treatment-face-1,
.treatment-display-card .avatar.treatment-face-1 {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/treatment-face-1-fed0c3a702ad0b3e6855fa4ba098ad26.svg");
}
.treatment-display-card .smiley-face.treatment-face-2,
.treatment-display-card .avatar-pic.treatment-face-2,
.treatment-display-card .avatar.treatment-face-2 {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/treatment-face-2-c3b120564663040d540a9652cf6f0daf.svg");
}
.treatment-display-card .smiley-face.treatment-face-3,
.treatment-display-card .avatar-pic.treatment-face-3,
.treatment-display-card .avatar.treatment-face-3 {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/treatment-face-3-9fbaafe9bdc5d47c7edcdca059157ea1.svg");
}
.treatment-display-card .smiley-face.treatment-face-4,
.treatment-display-card .avatar-pic.treatment-face-4,
.treatment-display-card .avatar.treatment-face-4 {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/treatment-face-4-9f02d81b3fe281a5dfda7d2e06800d88.svg");
}
.treatment-display-card .smiley-face.treatment-face-5,
.treatment-display-card .avatar-pic.treatment-face-5,
.treatment-display-card .avatar.treatment-face-5 {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/treatment-face-5-1e0878d955af9029c79e390a69ece1b7.svg");
}
.treatment-display-card .treatment-type-dropdown .ember-power-select-trigger {
  height: 56px;
}
.treatment-display-card .custom-error-message {
  color: #fa105d;
  font-style: italic;
  margin: 0;
}
.treatment-display-card .errors .field input, .treatment-display-card .errors .field--half input, .treatment-display-card .errors .field--action input,
.treatment-display-card .errors .ember-power-select-trigger,
.treatment-display-card .errors .ember-text-area {
  border-color: #ff4545;
}
.treatment-display-card label.date-label {
  font-size: 0.9rem;
}
.treatment-display-card label.provider-label, .treatment-display-card label.description-label {
  color: #515d79;
  font-size: 1rem;
  font-weight: 600;
}
.treatment-display-card .provider-row,
.treatment-display-card .client-feeling-text {
  color: #515d79;
  font-weight: 600;
}
.treatment-display-card .treatment-id-and-name {
  margin-bottom: 0.7rem !important;
  margin-top: 0.2rem;
}
.treatment-display-card .treatment-id,
.treatment-display-card .office-name {
  display: inline;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.treatment-display-card .notes-label,
.treatment-display-card .description-label,
.treatment-display-card .activity-text,
.treatment-display-card .formatted-date {
  color: #96a3b6;
  font-weight: 600;
  font-size: 0.8rem;
}
.treatment-display-card .notes-content,
.treatment-display-card .description-content {
  color: #646464;
}
.treatment-display-card .description,
.treatment-display-card .notes {
  margin-bottom: 0;
}
.treatment-display-card .confirmation-days {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  color: #515d79;
  font-weight: 600;
}
.treatment-display-card .confirmation-days input {
  padding: 0.5rem;
  height: 45px !important;
  width: 55px !important;
  margin-bottom: 0.75rem !important;
}

.treatment-tab-options {
  display: flex;
  padding: 0 8px;
}
.treatment-tab-options .option {
  padding: 1rem 2rem;
}
.treatment-tab-options .option.active {
  border-bottom: 3px solid #96a3b6;
}
.treatment-tab-options a {
  color: #96a3b6;
}
.treatment-tab-options a.active {
  color: inherit;
}

.treatment-tab-header {
  padding: 0 !important;
}

.treatment-feeling-input-wrapper > div > div {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.treatment-feeling-input-wrapper .treatment-feeling-input {
  cursor: pointer;
  font-weight: 600;
}
.treatment-feeling-input-wrapper .treatment-feeling-input.face-input--inactive {
  opacity: 0.5;
}

.time-selection-wrapper .date-input {
  border-radius: 4px;
  border-width: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0.75rem 0.25rem;
  width: 85% !important;
  font-size: 0.9rem;
  background: #ffffff;
}
.time-selection-wrapper .date-input img {
  margin-right: 0.66rem;
}
.time-selection-wrapper .date-input input {
  padding: 0 !important;
  display: inline;
  float: right;
  width: 66%;
  font-weight: 700;
  color: #131349;
}
.time-selection-wrapper .date-input span label {
  display: none;
}
.time-selection-wrapper .dropdown-wrapper, .time-selection-wrapper .dropdown-wrapper--full-width {
  max-width: 10rem;
  display: inline-block;
}
.time-selection-wrapper .dropdown-wrapper.small, .time-selection-wrapper .small.dropdown-wrapper--full-width {
  width: 3.5rem;
}
.time-selection-wrapper .dropdown-wrapper.small .ember-power-select-trigger, .time-selection-wrapper .small.dropdown-wrapper--full-width .ember-power-select-trigger {
  padding: 0.5rem;
  margin: 0;
  background: #ffffff;
}
.time-selection-wrapper .dropdown-wrapper.small .ember-power-select-status-icon, .time-selection-wrapper .small.dropdown-wrapper--full-width .ember-power-select-status-icon {
  border-color: #419ef8 transparent transparent;
}
.time-selection-wrapper .dropdown-wrapper.date, .time-selection-wrapper .date.dropdown-wrapper--full-width {
  margin-right: 2rem !important;
}
.time-selection-wrapper .dropdown-wrapper .ember-power-select-status-icon, .time-selection-wrapper .dropdown-wrapper--full-width .ember-power-select-status-icon {
  right: 0rem;
}
.time-selection-wrapper .timestamp {
  font-style: italic;
  color: #96a3b6;
  font-size: 0.9rem;
  font-weight: 500;
}
.time-selection-wrapper .time-selection {
  display: flex;
  align-items: center;
}
.time-selection-wrapper .time-selection .small,
.time-selection-wrapper .time-selection span {
  margin-right: 0.5rem;
}

.medical-appointment-logo {
  position: relative;
  top: 6px;
}

.smiley-face {
  width: 16px !important;
  height: 16px !important;
  margin-right: 3px;
  background-size: contain;
  border: none;
}
.smiley-face .initials {
  position: relative;
  bottom: 4px;
  overflow: hidden;
}
.smiley-face.treatment-face-1 {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/treatment-face-1-fed0c3a702ad0b3e6855fa4ba098ad26.svg");
}
.smiley-face.treatment-face-2 {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/treatment-face-2-c3b120564663040d540a9652cf6f0daf.svg");
}
.smiley-face.treatment-face-3 {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/treatment-face-3-9fbaafe9bdc5d47c7edcdca059157ea1.svg");
}
.smiley-face.treatment-face-4 {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/treatment-face-4-9f02d81b3fe281a5dfda7d2e06800d88.svg");
}
.smiley-face.treatment-face-5 {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/treatment-face-5-1e0878d955af9029c79e390a69ece1b7.svg");
}

/** @format */
.typeform-response .typeform-multiple-choice-response .checkbox-group label, .typeform-response .typeform-yes-no-response .checkbox-group label, .typeform-response .typeform-legal-response .checkbox-group label {
  display: block;
  opacity: 1;
}
.typeform-response .typeform-multiple-choice-response .checkbox-group input:checked ~ .control__indicator, .typeform-response .typeform-multiple-choice-response .checkbox-group .control input:checked ~ .control__indicator_cell, .control .typeform-response .typeform-multiple-choice-response .checkbox-group input:checked ~ .control__indicator_cell, .typeform-response .typeform-multiple-choice-response .checkbox-group .control-cell input:checked ~ .control__indicator_cell, .control-cell .typeform-response .typeform-multiple-choice-response .checkbox-group input:checked ~ .control__indicator_cell, .typeform-response .typeform-yes-no-response .checkbox-group input:checked ~ .control__indicator, .typeform-response .typeform-yes-no-response .checkbox-group .control input:checked ~ .control__indicator_cell, .control .typeform-response .typeform-yes-no-response .checkbox-group input:checked ~ .control__indicator_cell, .typeform-response .typeform-yes-no-response .checkbox-group .control-cell input:checked ~ .control__indicator_cell, .control-cell .typeform-response .typeform-yes-no-response .checkbox-group input:checked ~ .control__indicator_cell, .typeform-response .typeform-legal-response .checkbox-group input:checked ~ .control__indicator, .typeform-response .typeform-legal-response .checkbox-group .control input:checked ~ .control__indicator_cell, .control .typeform-response .typeform-legal-response .checkbox-group input:checked ~ .control__indicator_cell, .typeform-response .typeform-legal-response .checkbox-group .control-cell input:checked ~ .control__indicator_cell, .control-cell .typeform-response .typeform-legal-response .checkbox-group input:checked ~ .control__indicator_cell {
  background: #96a3b6;
  border-color: #96a3b6;
}
.typeform-response .typeform-multiple-choice-response .checkbox-group input ~ .control__indicator, .typeform-response .typeform-multiple-choice-response .checkbox-group .control input ~ .control__indicator_cell, .control .typeform-response .typeform-multiple-choice-response .checkbox-group input ~ .control__indicator_cell, .typeform-response .typeform-multiple-choice-response .checkbox-group .control-cell input ~ .control__indicator_cell, .control-cell .typeform-response .typeform-multiple-choice-response .checkbox-group input ~ .control__indicator_cell, .typeform-response .typeform-yes-no-response .checkbox-group input ~ .control__indicator, .typeform-response .typeform-yes-no-response .checkbox-group .control input ~ .control__indicator_cell, .control .typeform-response .typeform-yes-no-response .checkbox-group input ~ .control__indicator_cell, .typeform-response .typeform-yes-no-response .checkbox-group .control-cell input ~ .control__indicator_cell, .control-cell .typeform-response .typeform-yes-no-response .checkbox-group input ~ .control__indicator_cell, .typeform-response .typeform-legal-response .checkbox-group input ~ .control__indicator, .typeform-response .typeform-legal-response .checkbox-group .control input ~ .control__indicator_cell, .control .typeform-response .typeform-legal-response .checkbox-group input ~ .control__indicator_cell, .typeform-response .typeform-legal-response .checkbox-group .control-cell input ~ .control__indicator_cell, .control-cell .typeform-response .typeform-legal-response .checkbox-group input ~ .control__indicator_cell {
  background: #cdd7e4;
  border-color: #cdd7e4;
}
.typeform-response .typeform-yes-no-response .checkbox-group label, .typeform-response .typeform-legal-response .checkbox-group label {
  display: inline-block;
}
.typeform-response .typeform-file-upload {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-radius: 3px;
  background-color: #f4f9fc;
}

/** @format */
.checklist-item {
  padding: 10px;
  border-radius: 5px;
  background-color: #f4f9fc;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}
.checklist-item.overdue {
  background-color: rgba(250, 87, 119, 0.1);
}
.checklist-item.due-soon {
  background-color: rgba(250, 220, 70, 0.2);
}
.checklist-item ul {
  margin: 0px !important;
}
.checklist-item ul li {
  font-weight: bold;
}
.checklist-item .control, .checklist-item .control-cell {
  padding: 0px !important;
}
.checklist-item .control .control__indicator, .checklist-item .control-cell .control__indicator, .checklist-item .control .control__indicator_cell, .checklist-item .control-cell .control__indicator_cell {
  border: 2px solid #96a3b6;
}
.checklist-item .control .checkbox-text, .checklist-item .control-cell .checkbox-text {
  white-space: break-spaces;
  max-width: 93%;
}
.checklist-item .bold {
  font-weight: bold;
}
.checklist-item .delete-confirmation {
  font-weight: bold;
}
.checklist-item .delete-confirmation .confirm-cancel {
  color: #419ef8;
}
.checklist-item .delete-confirmation .confirm-remove {
  color: #fa105d;
}
.checklist-item .assignees {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
  word-wrap: nowrap;
  overflow: hidden;
}

.checklist-card {
  border-top: 10px #fadc46 solid;
}

.ofh {
  overflow: hidden;
}

.e-sign-container {
  background-color: #f4f9fc;
}
.e-sign-container .viewier-wrapper {
  padding-top: 77px;
}
@media (max-width: 767px) {
  .e-sign-container .viewier-wrapper {
    height: 75vh;
  }
}
@media (min-width: 768px) {
  .e-sign-container .viewier-wrapper {
    height: 100vh;
  }
}
.e-sign-container .viewier-wrapper div {
  height: 100%;
}
.e-sign-container .e-sign-header {
  background-color: #419ef8;
  color: white;
  padding: 0px 13px;
  position: fixed;
  width: 100vw;
  left: 8px;
}
.e-sign-container .e-sign-header .logo, .e-sign-container .e-sign-header .logo--mark, .e-sign-container .e-sign-header .logo--mark-dark, .e-sign-container .e-sign-header .logo--full-color {
  height: 49px;
}
.e-sign-container .e-sign-confirm-wrapper {
  background-color: white;
  padding: 5px 10px;
  position: relative;
}
@media (min-width: 768px) {
  .e-sign-container .e-sign-confirm-wrapper {
    padding: 10px 20px;
  }
}
.e-sign-container .e-sign-confirm-wrapper .triangle-right {
  position: absolute;
  top: 18px;
  left: -22px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-left: 45px solid #fadc46;
  border-bottom: 28px solid transparent;
}
.e-sign-container .e-sign-confirm-wrapper .sign-here-cta {
  position: absolute;
  top: 18px;
  left: -113px;
  padding: 15px;
  font-weight: bold;
  background-color: #fadc46;
  border-radius: 10px;
}
.e-sign-container .e-sign-confirm-wrapper .e-sign-confirmation {
  width: 100%;
  max-width: 100vw;
  padding: 15px;
  background-color: #f4f9fc;
  border-radius: 10px;
}
.e-sign-container .e-sign-confirm-wrapper .e-sign-confirmation .e-sign-signature-line {
  border-bottom: 2px solid #cdd7e4;
  text-align: left;
  padding: 10px;
  width: 100%;
  height: 50px;
  font-size: 36px;
  font-family: Snell Roundhand;
  margin-bottom: 10px;
}
.e-sign-container .e-sign-confirm-wrapper .e-sign-confirmation .e-sign-signature-line .signature-text {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
}
.e-sign-container .e-sign-confirm-wrapper .e-sign-confirmation .confirm-sign-button {
  width: 100%;
}
.e-sign-container .e-sign-confirm-wrapper .e-sign-confirmation .signing-name,
.e-sign-container .e-sign-confirm-wrapper .e-sign-confirmation .signing-user-type,
.e-sign-container .e-sign-confirm-wrapper .e-sign-confirmation .signing-date {
  text-align: left;
}
.e-sign-container .e-sign-confirm-wrapper .e-sign-confirmation .signing-date {
  font-style: italic;
  color: #96a3b6;
}
.e-sign-container .e-sign-confirm-wrapper .e-sign-confirmation .signing-confirm-copy {
  color: #96a3b6;
  text-align: left;
  margin-top: 5px;
}

.e-sign-accept-container {
  background: #419ef8;
  height: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-width: 100vw;
  padding: 10vh 0;
  width: 100%;
}
.e-sign-accept-container .card, .e-sign-accept-container .card--transaction, .e-sign-accept-container .card--nps-attorney, .e-sign-accept-container .card--table, .e-sign-accept-container .card--inbox, .e-sign-accept-container .card--login, .e-sign-accept-container .card--two-factor-auth, .e-sign-accept-container .card--header {
  text-align: center !important;
}
.e-sign-accept-container .card .btn-primary, .e-sign-accept-container .card--transaction .btn-primary, .e-sign-accept-container .card--nps-attorney .btn-primary, .e-sign-accept-container .card--table .btn-primary, .e-sign-accept-container .card--inbox .btn-primary, .e-sign-accept-container .card--login .btn-primary, .e-sign-accept-container .card--two-factor-auth .btn-primary, .e-sign-accept-container .card--header .btn-primary {
  padding: 15px 42px;
}
.e-sign-accept-container .success img {
  width: 79px;
}

.case-type-stage {
  border-bottom: 1px solid #f4f9fc;
  padding: 1rem 1.5rem;
}
.case-type-stage .case-stage-header .number {
  color: #131349;
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
  width: 2rem;
}
.case-type-stage .case-stage-header .title {
  display: inline-block;
  width: 60%;
}
.case-type-stage .case-stage-header .pa-action-link {
  display: none;
}
.case-type-stage .case-stage-header.is-editing .title {
  display: block;
  width: 100%;
}
.case-type-stage .case-stage-header.is-editing .btn-group {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: right;
  width: calc(98% - 2rem);
}
.case-type-stage .case-stage-header.is-editing .btn-group .btn-primary {
  margin-right: 0 !important;
}
.case-type-stage .case-stage-description {
  padding-left: 2.2rem;
}
.case-type-stage:hover .pa-action-link {
  display: block;
}

/*!
 * spin-button
 * http://lab.hakim.se/spin-button
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
   * MIXINS
   */
/*************************************
   * BUTTON BASE
   */
.spin-button {
  position: relative;
}

/* Spinner animation */
.spin-button .spin-button-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

/* Button label */
.spin-button .spin-button-label {
  position: relative;
  z-index: 3;
}

/* Progress bar */
.spin-button .spin-button-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}

.spin-button.in-flight .spin-button-progress {
  opacity: 1;
  visibility: visible;
}

/*************************************
   * EASING
   */
.spin-button,
.spin-button .spin-button-spinner,
.spin-button .spin-button-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.spin-button[data-style=zoom-in],
.spin-button[data-style=zoom-in] .spin-button-spinner,
.spin-button[data-style=zoom-in] .spin-button-label,
.spin-button[data-style=zoom-out],
.spin-button[data-style=zoom-out] .spin-button-spinner,
.spin-button[data-style=zoom-out] .spin-button-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}

/*************************************
   * EXPAND LEFT
   */
.spin-button[data-style=expand-right] .spin-button-spinner {
  right: -6px;
}
.spin-button[data-style=expand-right][data-size=s] .spin-button-spinner, .spin-button[data-style=expand-right][data-size=xs] .spin-button-spinner {
  right: -12px;
}
.spin-button[data-style=expand-right].in-flight {
  padding-right: 56px;
}
.spin-button[data-style=expand-right].in-flight .spin-button-spinner {
  opacity: 1;
}
.spin-button[data-style=expand-right].in-flight[data-size=s], .spin-button[data-style=expand-right].in-flight[data-size=xs] {
  padding-right: 40px;
}

/*************************************
   * EXPAND RIGHT
   */
.spin-button[data-style=expand-left] .spin-button-spinner {
  left: 10px;
}
.spin-button[data-style=expand-left][data-size=s] .spin-button-spinner, .spin-button[data-style=expand-left][data-size=xs] .spin-button-spinner {
  left: 4px;
}
.spin-button[data-style=expand-left].in-flight {
  padding-left: 56px;
}
.spin-button[data-style=expand-left].in-flight .spin-button-spinner {
  opacity: 1;
}
.spin-button[data-style=expand-left].in-flight[data-size=s], .spin-button[data-style=expand-left].in-flight[data-size=xs] {
  padding-left: 40px;
}

/*************************************
   * EXPAND UP
   */
.spin-button[data-style=expand-up] {
  overflow: hidden;
}
.spin-button[data-style=expand-up] .spin-button-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}
.spin-button[data-style=expand-up].in-flight {
  padding-top: 54px;
}
.spin-button[data-style=expand-up].in-flight .spin-button-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}
.spin-button[data-style=expand-up].in-flight[data-size=s], .spin-button[data-style=expand-up].in-flight[data-size=xs] {
  padding-top: 32px;
}
.spin-button[data-style=expand-up].in-flight[data-size=s] .spin-button-spinner, .spin-button[data-style=expand-up].in-flight[data-size=xs] .spin-button-spinner {
  top: 4px;
}

/*************************************
   * EXPAND DOWN
   */
.spin-button[data-style=expand-down] {
  overflow: hidden;
}
.spin-button[data-style=expand-down] .spin-button-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}
.spin-button[data-style=expand-down][data-size=s] .spin-button-spinner, .spin-button[data-style=expand-down][data-size=xs] .spin-button-spinner {
  top: 40px;
}
.spin-button[data-style=expand-down].in-flight {
  padding-bottom: 54px;
}
.spin-button[data-style=expand-down].in-flight .spin-button-spinner {
  opacity: 1;
}
.spin-button[data-style=expand-down].in-flight[data-size=s], .spin-button[data-style=expand-down].in-flight[data-size=xs] {
  padding-bottom: 32px;
}

/*************************************
   * SLIDE LEFT
   */
.spin-button[data-style=slide-left] {
  overflow: hidden;
}
.spin-button[data-style=slide-left] .spin-button-label {
  position: relative;
}
.spin-button[data-style=slide-left] .spin-button-spinner {
  left: 100%;
  margin-left: 0;
}
.spin-button[data-style=slide-left].in-flight .spin-button-label {
  opacity: 0;
  left: -100%;
}
.spin-button[data-style=slide-left].in-flight .spin-button-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
   * SLIDE RIGHT
   */
.spin-button[data-style=slide-right] {
  overflow: hidden;
}
.spin-button[data-style=slide-right] .spin-button-label {
  position: relative;
}
.spin-button[data-style=slide-right] .spin-button-spinner {
  right: 100%;
  margin-left: 0;
  left: 0px;
}
.spin-button[data-style=slide-right].in-flight .spin-button-label {
  opacity: 0;
  left: 100%;
}
.spin-button[data-style=slide-right].in-flight .spin-button-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
   * SLIDE UP
   */
.spin-button[data-style=slide-up] {
  overflow: hidden;
}
.spin-button[data-style=slide-up] .spin-button-label {
  position: relative;
}
.spin-button[data-style=slide-up] .spin-button-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}
.spin-button[data-style=slide-up].in-flight .spin-button-label {
  opacity: 0;
  top: -1em;
}
.spin-button[data-style=slide-up].in-flight .spin-button-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
   * SLIDE DOWN
   */
.spin-button[data-style=slide-down] {
  overflow: hidden;
}
.spin-button[data-style=slide-down] .spin-button-label {
  position: relative;
}
.spin-button[data-style=slide-down] .spin-button-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}
.spin-button[data-style=slide-down].in-flight .spin-button-label {
  opacity: 0;
  top: 1em;
}
.spin-button[data-style=slide-down].in-flight .spin-button-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
   * ZOOM-OUT
   */
.spin-button[data-style=zoom-out] {
  overflow: hidden;
}

.spin-button[data-style=zoom-out] .spin-button-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

.spin-button[data-style=zoom-out] .spin-button-label {
  position: relative;
  display: inline-block;
}

.spin-button[data-style=zoom-out].in-flight .spin-button-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.spin-button[data-style=zoom-out].in-flight .spin-button-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
   * ZOOM-IN
   */
.spin-button[data-style=zoom-in] {
  overflow: hidden;
}

.spin-button[data-style=zoom-in] .spin-button-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.spin-button[data-style=zoom-in] .spin-button-label {
  position: relative;
  display: inline-block;
}

.spin-button[data-style=zoom-in].in-flight .spin-button-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

.spin-button[data-style=zoom-in].in-flight .spin-button-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
   * CONTRACT
   */
.spin-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.spin-button[data-style=contract] .spin-button-spinner {
  left: 50%;
  margin-left: 0;
}

.spin-button[data-style=contract].in-flight {
  border-radius: 50%;
  width: 52px;
}

.spin-button[data-style=contract].in-flight .spin-button-label {
  opacity: 0;
}

.spin-button[data-style=contract].in-flight .spin-button-spinner {
  opacity: 1;
}

/*************************************
   * OVERLAY
   */
.spin-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0);
}

.spin-button[data-style=contract-overlay] .spin-button-spinner {
  left: 50%;
  margin-left: 0;
}

.spin-button[data-style=contract-overlay].in-flight {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

.spin-button[data-style=contract-overlay].in-flight .spin-button-label {
  opacity: 0;
}

.spin-button[data-style=contract-overlay].in-flight .spin-button-spinner {
  opacity: 1;
}

/*!
 * spin-button including the default theme.
 */
/*************************************
  * CONFIG
  */
/*************************************
  * BUTTON THEME
  */
.spin-button {
  background: #666;
  border: 0;
  padding: 14px 18px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.spin-button:hover {
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #888;
}
.spin-button[data-color=green] {
  background: #2aca76;
}
.spin-button[data-color=green]:hover {
  background-color: #38d683;
}
.spin-button[data-color=blue] {
  background: #53b5e6;
}
.spin-button[data-color=blue]:hover {
  background-color: #69bfe9;
}
.spin-button[data-color=red] {
  background: #ea8557;
}
.spin-button[data-color=red]:hover {
  background-color: #ed956e;
}
.spin-button[data-color=purple] {
  background: #9973c2;
}
.spin-button[data-color=purple]:hover {
  background-color: #a685ca;
}
.spin-button[data-color=mint] {
  background: #16a085;
}
.spin-button[data-color=mint]:hover {
  background-color: #19b698;
}
.spin-button[disabled], .spin-button.in-flight {
  border-color: rgba(0, 0, 0, 0.07);
}
.spin-button[disabled], .spin-button[disabled]:hover, .spin-button.in-flight, .spin-button.in-flight:hover {
  cursor: default;
  background-color: #999;
}
.spin-button[data-size=xs] {
  padding: 4px 8px;
}
.spin-button[data-size=xs] .spin-button-label {
  font-size: 0.7em;
}
.spin-button[data-size=s] {
  padding: 6px 10px;
}
.spin-button[data-size=s] .spin-button-label {
  font-size: 0.9em;
}
.spin-button[data-size=l] .spin-button-label {
  font-size: 1.2em;
}
.spin-button[data-size=xl] .spin-button-label {
  font-size: 1.5em;
}

@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@keyframes spinner-line-shrink {
  0%, 25%, 100% {
    /* minimum scale and opacity */
    transform: scale(0.5);
    opacity: 0.25;
  }
  26% {
    transform: scale(1);
    opacity: 1;
  }
}
.response-box {
  background: white;
  color: #515d79;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 18px 10px;
  position: relative;
  margin: 20px;
  overflow: hidden;
}

.response-title {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 15px;
}

.response-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  font-size: 14px;
}

.expanded .response-content {
  display: block;
}

.response-box .dropdown-arrow {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  color: #868fa0;
  font-size: 11px;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
}

.content-wrapper > .left-content {
  justify-content: flex-start;
}

.content-wrapper > .right-content {
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
}

.response-box:hover .right-content {
  visibility: visible;
  opacity: 1;
}

.select {
  margin: auto 10px; /* Center vertically */
  cursor: pointer;
  font-weight: bold;
  color: #419ef8;
}

.vote-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.vote-button-container > :first-child {
  margin-right: 10px;
}

.vote-button-container > * {
  cursor: pointer;
}

.icon {
  color: #419ef8;
}

.voted-up {
  color: #1bf8ab;
}

.voted-down {
  color: #fa105d;
}

.greyed-out {
  color: #cdd7e4;
}

.transition--slide-in {
  animation-name: slidein;
  animation-duration: 1s;
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.ai-regenerate-response-banner {
  background-color: #e5f1ff;
  width: 100%;
  margin-top: -1.35rem;
  background-color: #e5f1ff;
  padding: 0 7px 0 7px;
  position: relative;
  border-left: 1px solid #cdd7e4;
  border-right: 1px solid #cdd7e4;
  border-bottom: 1px solid #cdd7e4;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ai-regenerate-response-banner .refresh:hover {
  cursor: pointer;
}
.ai-regenerate-response-banner .default-buttons,
.ai-regenerate-response-banner .sentiment-buttons {
  display: flex;
}
.ai-regenerate-response-banner .default-buttons.mobile,
.ai-regenerate-response-banner .sentiment-buttons.mobile {
  flex-direction: column;
}
.ai-regenerate-response-banner .default-buttons.mobile .left-content,
.ai-regenerate-response-banner .sentiment-buttons.mobile .left-content {
  flex-direction: column;
}
.ai-regenerate-response-banner .default-buttons.mobile .right-content,
.ai-regenerate-response-banner .sentiment-buttons.mobile .right-content {
  display: flex;
  justify-content: center;
}
.ai-regenerate-response-banner .default-buttons.mobile .pipe-separator,
.ai-regenerate-response-banner .sentiment-buttons.mobile .pipe-separator {
  display: none;
}
.ai-regenerate-response-banner .sentiment-buttons.mobile {
  align-items: center;
  display: flex;
  width: 100%;
}
.ai-regenerate-response-banner .default-buttons {
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.ai-regenerate-response-banner .left-content {
  justify-content: flex-start;
}
.ai-regenerate-response-banner .right-content {
  justify-content: flex-end;
}
.ai-regenerate-response-banner span {
  margin-right: 7px;
  margin-left: 7px;
  color: #419ef8;
  justify-content: flex-start;
  cursor: pointer;
}
.ai-regenerate-response-banner .pipe-separator {
  cursor: default;
  margin-right: 4px;
  margin-left: 4px;
}
.ai-regenerate-response-banner .bold {
  font-weight: bold;
}

.ai-recommend-responses {
  margin-top: 16px !important;
}

.hidden {
  display: none;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 22px;
}

.left-content {
  display: flex;
  align-items: center;
}

.right-content {
  cursor: pointer;
}

.title {
  font-weight: bold;
  color: #419ef8;
  font-size: 15px;
  cursor: pointer;
}

.magic-wand {
  margin-right: 10px;
}

.icon {
  font-size: 17px;
}

.response-wrapper {
  background: #e5f1ff;
  border-radius: 8px;
  border: 1px solid #419ef8;
  margin-top: 16px;
  justify-content: space-between;
}

.hidden {
  display: none;
}

.disable-interaction {
  pointer-events: none;
  cursor: default;
}

.cms-stage-class {
  border: 2px;
  border-radius: 4px;
  border-width: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  font-family: "Source Sans Pro", "Helvetica", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 1rem 0;
  max-width: 8rem;
  min-width: 8rem;
  height: auto;
  text-align: center;
  outline: none;
}
.cms-stage-class .inline-block {
  display: inline-flex;
  padding: 2px;
  height: 100%;
}
.cms-stage-class .col-custom-1 {
  color: #cdd7e4;
}
.cms-stage-class .col-custom-2 {
  width: 60%;
  overflow: hidden;
  max-height: 1.6rem;
}
.cms-stage-class .col-custom-2 .on-hover-hide {
  display: block;
}
.cms-stage-class .col-custom-2 .on-hover-show {
  display: none;
}
.cms-stage-class .col-custom-2:hover {
  height: auto;
  max-height: none;
  overflow: visible;
}
.cms-stage-class .col-custom-2:hover .on-hover-hide {
  display: none;
}
.cms-stage-class .col-custom-2:hover .on-hover-show {
  display: block;
}
.cms-stage-class .col-custom-3 {
  border-left: solid #cdd7e4 0.2px;
  margin-left: 4px;
  padding-left: 8px;
  color: #419ef8;
}

.options-wrapper {
  border: 2px;
  border-radius: 4px;
  border-width: 0;
  position: absolute;
  margin-left: 7rem;
  font-family: "Source Sans Pro", "Helvetica", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  max-width: 8rem;
  min-width: 8rem;
}
.options-wrapper .option-block {
  display: block;
  box-shadow: 0.5px 0.5px 0.5px 0 rgba(0, 0, 0, 0.26);
  text-align: left;
  background-color: rgba(255, 255, 255, 0.4);
  min-height: 26px;
  padding: 4px;
}
.options-wrapper .option-block:hover {
  background: #419ef8;
  color: #ffffff;
}

.drop-zone {
  border: 2px;
  border-radius: 4px;
  border-width: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  min-width: 10rem;
  min-height: 10rem;
  margin-top: 1rem;
}

.drop-zone-over {
  background: rgba(200, 200, 200, 0.1);
}

.response-box--fixed {
  background: white;
  color: #515d79;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 18px 10px;
  position: relative;
  margin: 20px;
  height: 79.5px;
  display: flex;
  justify-content: center;
}

.content-wrapper--centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.placeholder-content {
  font-size: 14px;
  color: grey;
}

.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: none;
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: typing 2s steps(40, end);
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
    border-right: 0.15em solid grey; /* The typwriter cursor */
  }
  to {
    width: 100%;
    border-right: 0.15em solid grey; /* The typwriter cursor */
  }
}
.low-cost-banner {
  background: #fff3e0;
  border-radius: 2px;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.low-cost-banner.row-display {
  flex-direction: row;
}

.low-cost-banner.column-display {
  flex-direction: column;
}

.low-cost-banner.yellow-color {
  background-color: #fdf8e0;
}

.low-cost-banner.green-color {
  background-color: #eafbf6;
}

.low-cost-banner.red-color {
  background-color: #feeef4;
}

.low-cost-banner-title {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.low-cost-banner-text {
  width: 100%;
}

.low-cost-banner-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
}

.low-cost-banner-footer {
  display: flex;
  align-items: center;
}

.sub-description {
  display: flex;
  align-items: flex-start;
  font-family: "Source Sans Pro", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 20.11px;
  text-align: left;
}

.sub-description-bold {
  font-weight: bold;
}

.sub-description-normal {
  font-weight: 400;
}

.low-cost-banner-button {
  color: #419ef8 !important;
  cursor: pointer;
  font-weight: 700;
}

.description-and-footer-ctn {
  margin-left: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.description-and-footer-ctn.row-display {
  flex-direction: row;
}
.description-and-footer-ctn.column-display {
  flex-direction: column;
}

.activation-failed-reason {
  font-family: "Source Sans Pro", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 20.11px;
  margin-top: 16px;
}

.low-cost-multi-banner-wrapper {
  padding: 1rem;
}
.low-cost-multi-banner-wrapper.yellow-color {
  background-color: #fdf8e0;
}
.low-cost-multi-banner-wrapper.green-color {
  background-color: #eafbf6;
}
.low-cost-multi-banner-wrapper.red-color {
  background-color: #feeef4;
}

.low-cost-multi-banner-wrapper .low-cost-banner {
  margin: 0;
  padding: 0 0 0.75rem;
}

/* Media query to change to column layout on smaller screens */
@media (max-width: 768px) {
  .low-cost-banner {
    flex-direction: column !important;
    align-items: flex-start;
  }
}
.ai-summary-container {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 16px;
  width: 100%;
}

.ai-summary-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}

.ai-summary-header {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: nowrap;
  color: #419ef8;
  font-weight: 700;
}

.sparkles-icon {
  margin-right: 10px;
}

.dropdown-arrow {
  color: #8496AB;
  cursor: pointer;
}

.ai-summary-content {
  margin-top: 16px;
  padding: 0 0 16px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-summary-node-category {
  font-weight: 700;
  line-height: 20.11px;
}

.ai-summary-node-content {
  font-weight: 400;
  line-height: 20.11px;
  color: #535D77;
}
.ai-summary-node-content ul {
  margin: 0;
  padding-inline-start: 24px;
}

.ai-summary-footer {
  display: flex;
  justify-content: space-between;
  padding-left: 26px;
}

.last-generated-timestamp {
  color: #95A3B6;
  font-style: italic;
}

.ai-summary-refresh {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #419ef8;
  font-weight: 700;
  line-height: 20.11px;
  cursor: pointer;
  font-style: normal;
}
.ai-summary-refresh.disabled {
  color: #95A3B6;
  cursor: not-allowed;
}

.ai-summary-loading {
  color: #419ef8;
  margin: auto;
}

.ai-case-summary-cta-banner {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 60% 40%;
  padding: 16px;
  gap: 16px;
  align-self: stretch;
  background-color: #EFF9FF;
  border-radius: 8px;
}
.ai-case-summary-cta-banner .ai-case-summary-cta-banner-content {
  line-height: normal;
  color: #1E5DAF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.ai-case-summary-cta-banner .ai-case-summary-cta-banner-content h4, .ai-case-summary-cta-banner .ai-case-summary-cta-banner-content p {
  margin-bottom: 0;
}
.ai-case-summary-cta-banner .ai-case-summary-cta-banner-content .ai-case-summary-cta-banner-content-header {
  font-weight: 600;
  margin-bottom: 2px;
}
.ai-case-summary-cta-banner .ai-case-summary-cta-banner-cta {
  display: flex;
  justify-content: end;
  padding-right: 16px;
}
.ai-case-summary-cta-banner .ai-case-summary-cta-banner-cta .ai-case-summary-cta-banner-cta-button {
  margin: 0;
  min-width: 60%;
}

.activity-display-platform-icon {
  display: inline;
  margin-left: 0.25rem;
}
.activity-display-platform-icon .svg-inline--fa {
  width: 0.75rem;
  height: 0.75rem;
  color: #96a3b6;
}

.container--validation {
  background: #419EF8;
  min-height: 100vh;
  min-width: 100vw;
  padding: 10vh 0;
}
.container--validation .row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.container--validation .message-content {
  border: 1px solid #ccd7e4;
  border-radius: 6px;
  height: fit-content;
  margin-bottom: 0.35rem;
  outline: none;
  padding: 1rem;
  width: inherit;
  text-align: start;
  color: #96a3b6;
}
.container--validation .center-xs {
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .container--validation .col-sm-5 {
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}
.container--validation .card--validation {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin: 0 0 2rem;
  padding: 1.5rem 3rem;
  text-align: center;
}
.container--validation .btn-group {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.container--validation .btn {
  border-radius: 0.5rem;
  border-style: solid;
  padding: 0.5rem 2rem;
  cursor: pointer;
}
.container--validation .btn-cancel {
  background: #ffffff;
  color: #fa105d;
  border-color: #ccd7e4;
}
.container--validation .btn-send {
  background: #419EF8;
  color: #ffffff;
  border-color: transparent;
  height: fit-content;
}
.container--validation .attachment-group {
  display: flex;
  justify-content: start;
  gap: 0.25rem;
  font-size: 0.75rem;
}
.container--validation .light-grey {
  color: #96a3b6;
}
.container--validation .centered {
  align-self: center;
}

.two-factor-delivery-radio-option {
  display: flex;
  align-items: center;
  padding: 16px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #cdd7e4;
  background: white;
  cursor: pointer;
}

.two-factor-delivery-radio-option input[type=radio] {
  margin-right: 1rem;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #8496AB;
}

.two-factor-delivery-radio-option__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.two-factor-delivery-radio-option__content p {
  margin: 0;
  color: #515d79;
  font-weight: 600;
}

.two-factor-delivery-radio-option__subtext {
  font-size: 0.9rem;
  color: #8496AB;
  font-weight: 400;
  font-size: 14px;
  text-align: start;
}

.nps-cell {
  align-items: center;
  gap: 8px;
}
.nps-cell .nps-value {
  min-width: 15px;
}
.nps-cell .predicted-detractor-label {
  color: #DC2626;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.predictive-nps-insights {
  padding: 20px;
  background: #FFFFFF;
}
.predictive-nps-insights .predictive-nps-label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #419ef8;
  margin-bottom: 4px;
}
.predictive-nps-insights .description {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.predictive-nps-insights .description .magic-wand-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.predictive-nps-insights .description .magic-wand-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.predictive-nps-insights .description .content-column {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.predictive-nps-insights .description .content-column .text-content {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #374151;
}
.predictive-nps-insights .description .content-column .text-content .detractor-highlight {
  font-weight: 700;
  font-style: italic;
  color: #E11D48;
}
.predictive-nps-insights .description .content-column .learn-more-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #94A3B8;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: inline-block;
  width: fit-content;
  transition: color 0.15s ease, text-decoration 0.15s ease;
}
.predictive-nps-insights .description .content-column .learn-more-text:hover, .predictive-nps-insights .description .content-column .learn-more-text:focus-visible {
  color: #6B7280;
  text-decoration: underline;
}
.predictive-nps-insights .description .content-column .learn-more-text:focus-visible {
  outline: 2px solid #3B82F6;
  outline-offset: 2px;
  border-radius: 2px;
}
.predictive-nps-insights .description .content-column .ai-rating {
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.predictive-nps-insights .description .content-column .ai-rating .thumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.predictive-nps-insights .description .content-column .ai-rating .thumbs .rating-icon {
  padding: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.predictive-nps-insights .description .content-column .ai-rating .thumbs .rating-icon:hover {
  opacity: 0.7;
}
.predictive-nps-insights .description .content-column .ai-rating .thumbs .rating-icon img {
  width: 20px;
  height: 20px;
  display: block;
  pointer-events: none;
}
.predictive-nps-insights .description .content-column .ai-rating .thumbs .rating-icon img.voted-up {
  filter: invert(56%) sepia(89%) saturate(450%) hue-rotate(85deg) brightness(98%) contrast(87%);
}
.predictive-nps-insights .description .content-column .ai-rating .thumbs .rating-icon img.voted-down {
  filter: invert(24%) sepia(89%) saturate(2913%) hue-rotate(338deg) brightness(89%) contrast(96%);
}

/** @format */
.about {
  display: block;
  height: auto;
  padding: 0 0 5rem 0;
  width: auto;
}
.about .photo {
  padding: 1rem 0;
  text-align: center;
}
.about .photo h3 {
  margin: 1rem 0 0;
}
.about .photo p {
  margin: 0;
}
.about .photo img {
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  max-width: 11rem;
}
.about .text {
  max-width: 70%;
  float: right;
  padding: 0 5rem 5rem;
}

@media (max-width: 1100px) {
  .about .photo {
    max-width: 100%;
  }
  .about .photo img {
    max-width: 50%;
  }
  .about .text {
    max-width: 100%;
  }
}
/** @format */
.alert, .alert--light {
  padding: 1rem;
}
.alert--light {
  background-color: #f4f9fc;
}

/** @format */
.appointment-info-card {
  margin: 1rem 0 1rem 3.6rem;
  padding: 1.375rem 1.25rem 1rem;
  background-color: #f4f9fc;
  border-radius: 6px;
  max-width: 266px;
}
.appointment-info-card .title {
  color: #515d79;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.appointment-info-card p {
  color: #515d79;
  line-height: 1.5rem;
}

.appointment-card-list-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
  justify-content: space-between;
}

/** @format */
html.has-modal,
body.has-modal {
  overflow: hidden;
}

*::-webkit-scrollbar {
  width: 0.5rem;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cdd7e4;
  outline: none;
}

.sidebar-navigation::-webkit-scrollbar {
  display: none;
}

.no-select {
  user-select: none !important;
}

@media print {
  @page {
    size: A4;
    margin: 0;
  }
  html,
  body {
    width: 210mm;
    height: 100%;
    background-color: #fff;
  }
  .no-print * {
    visibility: hidden;
    max-height: 720px;
  }
  #section-to-print,
  #section-to-print * {
    visibility: visible !important;
    -webkit-print-color-adjust: exact;
  }
  #section-to-print .no-print,
  #section-to-print * .no-print {
    visibility: hidden;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
  #section-to-print #transaction-receipt-title {
    margin-top: 8em;
  }
  .hide-print {
    background-color: #fff !important;
  }
  .none-print {
    display: none;
  }
  .modal-overlay, .modal-overlay--nps {
    width: 100% !important;
  }
}
.white-bg {
  background: #ffffff;
  padding: 3rem 0;
}

.light-bg {
  background: #f4f9fc;
  border-radius: 10px;
  padding: 1.5rem 1rem;
}

.blue-bg {
  background: #419ef8;
  color: #ffffff;
  padding: 3rem 0;
}
.blue-bg p {
  color: #ffffff;
}

.circle {
  border-radius: 1000px;
}

.pointer {
  cursor: pointer;
}

.hidden {
  display: none;
}

.primary-blue-text {
  color: #419ef8;
}

.secondary-blue-text {
  color: #465fdc;
}

.primary-green-text {
  color: #25d0a4;
}

.secondary-green-text {
  color: #1bf8ab;
}

.midnight-text {
  color: #384c8d;
}

.teal-text {
  color: #01ddff;
}

.light-blue-text {
  color: #f1f7ff;
}

.red-text {
  color: #fa105d;
}

.dark-red-text {
  color: #a8144c;
}

.light-red-text {
  color: #fa5777;
}

.yellow-text {
  color: #fadc46;
}

.dark-yellow-text {
  color: #dcbd32;
}

.light-yellow-text {
  color: #faf084;
}

.alpha-yellow-text {
  color: rgba(250, 220, 70, 0.2);
}

.white-text {
  color: #ffffff !important;
}

.light-text {
  color: #f4f9fc !important;
}

.light-grey-text {
  color: #cdd7e4 !important;
}

.mid-grey-text, .organization-list-item--descriptor, .alert--light {
  color: #96a3b6 !important;
}

.dark-grey-text {
  color: #515d79 !important;
}

.black-text {
  color: #131349 !important;
}

.hover-light {
  transition: background-color 0.3s ease-in-out;
}
.hover-light:hover {
  background-color: #f4f9fc;
}

.clickable:hover {
  cursor: pointer;
}

.small {
  font-size: small;
}

.font-xs {
  font-size: 0.75rem;
}

.font-medium {
  font-size: 1.5rem;
}

.large {
  font-size: 2rem;
}

.truncate, [data-component=util][data-truncate=true], .collaboration-thread-2-title-bar .card-header .case-info .case-title, .collaboration-thread-2-title-bar .card-header .case-info .case-type .data-truncated, .collaboration-thread-2-title-bar .card-header .case-status .case-stage .data-truncated {
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 0.25s ease-in-out;
  margin-left: -0.35rem;
  padding: 0 0.35rem;
  border-radius: 4px;
}
.truncate:hover, [data-component=util][data-truncate=true]:hover, .collaboration-thread-2-title-bar .card-header .case-info .case-title:hover, .collaboration-thread-2-title-bar .card-header .case-info .case-type .data-truncated:hover, .collaboration-thread-2-title-bar .card-header .case-status .case-stage .data-truncated:hover {
  background-color: #515d79;
  color: #f4f9fc !important;
  font-weight: 600;
  position: absolute;
}
.truncate:hover a, [data-component=util][data-truncate=true]:hover a, .collaboration-thread-2-title-bar .card-header .case-info .case-title:hover a, .collaboration-thread-2-title-bar .card-header .case-info .case-type .data-truncated:hover a, .collaboration-thread-2-title-bar .card-header .case-status .case-stage .data-truncated:hover a {
  color: inherit;
}
.truncate:hover a :hover, [data-component=util][data-truncate=true]:hover a :hover, .collaboration-thread-2-title-bar .card-header .case-info .case-title:hover a :hover, .collaboration-thread-2-title-bar .card-header .case-info .case-type .data-truncated:hover a :hover, .collaboration-thread-2-title-bar .card-header .case-status .case-stage .data-truncated:hover a :hover {
  color: inherit;
}

.trunc {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.divider, .divider-short, #transaction-receipt-wrapper .divider-short {
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 0.5px;
  border-radius: 100%;
  border-color: #e1ebf4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.divider-short {
  min-width: 95%;
  min-height: 1px;
}

.bg-blue-secondary {
  background-color: #465fdc;
}

.txt-white {
  color: #ffffff;
}

.container, .container--table, .container--accounting, .container--app {
  margin: 0 auto;
  margin-bottom: 4rem;
  max-width: 90em;
}
.container.pull-up, .pull-up.container--table, .pull-up.container--accounting, .pull-up.container--app {
  transform: translateY(-5rem);
}
.container section, .container--table section, .container--accounting section, .container--app section {
  padding: 3rem 0;
}
.container.main, .main.container--table, .main.container--accounting, .main.container--app {
  padding: 0 3rem 5rem;
}
.container--app {
  margin-top: 4rem;
  padding: 2.5rem 1.5rem 1.5rem;
}
.container--app.secondary {
  margin-top: 8rem;
}
.container--app .header {
  padding: 2rem 0;
}
.container--app .header.inbox h2 {
  display: inline-block;
}
.container--app .header.inbox button, .container--app .header.inbox [type=button], .container--app .header.inbox [type=reset], .container--app .header.inbox [type=submit] {
  float: right;
}
.container--table, .container--accounting {
  margin-top: 4rem;
  max-width: 100%;
  overflow-x: auto;
  padding: 0;
  position: absolute;
}
.container--table.secondary, .secondary.container--accounting {
  margin-top: 7.8rem;
}
.container--table.secondary-2, .secondary-2.container--accounting {
  margin-top: 12rem;
  padding-top: 2rem;
}
.container--table.secondary-2.no-actions, .secondary-2.no-actions.container--accounting {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .container--table.secondary-2, .secondary-2.container--accounting {
    margin-top: 8rem;
  }
}
.container--accounting {
  padding: 1rem;
}
.container--login, .container--two-factor-auth {
  background: #419ef8;
  height: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-width: 100vw;
  padding: 10vh 0;
  width: 100%;
}
.container.padding, .padding.container--app, .padding.container--table, .padding.container--accounting {
  padding: 3rem 0;
}

.row.insights-modules {
  margin: 2rem 0;
}

.no-wrap {
  flex-wrap: nowrap !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.inline {
  display: inline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-500, .organization-list-item--descriptor, .alert--light {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.margin-right {
  margin-right: 1rem !important;
}

.margin-left {
  margin-left: 1rem !important;
}

.margin-small-right {
  margin-right: 0.5rem !important;
}

.margin-small-left {
  margin-left: 0.5rem !important;
}

.margin-medium-right {
  margin-right: 1.5rem !important;
}

.margin-medium-left {
  margin-left: 1.5rem !important;
}

.margin-large-right {
  margin-right: 2rem !important;
}

.margin-large-left {
  margin-left: 2rem !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.mx-small {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-medium {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-large {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin-0 {
  margin: 0 !important;
}

.padding-top {
  padding-top: 1rem;
}

.padding-top-0 {
  padding-top: 0;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-small {
  padding-top: 0.5rem;
}

.padding-bottom {
  padding-bottom: 1rem;
}

.margin-top {
  margin-top: 2rem !important;
}
.margin-top--margin {
  margin-top: 1rem !important;
}
.margin-top--large {
  margin-top: 4rem !important;
}
.margin-top--none {
  margin-top: 0rem !important;
}

.margin-top-small {
  margin-top: 0.6666666667rem !important;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.margin-bottom-small {
  margin-bottom: 0.6666666667rem !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.full-width {
  width: 100%;
}

.shown-xs {
  display: none;
}

.shown-sm {
  display: none;
}

.asterisk.row {
  margin-top: -1rem !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .shown-xs {
    display: block;
  }
  .container--app.secondary.settings {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .hidden-sm {
    display: none;
  }
  .shown-sm {
    display: block;
  }
}
@media (max-width: 1100px) {
  .hidden-md {
    display: none;
  }
  .show-md {
    display: block;
  }
}
@media (min-width: 1100px) {
  .hidden-lg {
    display: none;
  }
  .show-lg {
    display: block;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.absolute.center {
  top: 50%;
  left: 50%;
}

.z-max {
  z-index: 998;
}

.t-50 {
  opacity: 50%;
}

.rounded {
  border-radius: 10px;
}

.bg-light-grey {
  background-color: #cdd7e4;
}

.bg-light {
  background-color: #f4f9fc;
}

.template-loading-cover {
  z-index: 997;
  top: 0;
  right: 0.5rem;
}

.no-click {
  pointer-events: none !important;
}

.unclickable {
  cursor: default !important;
}

.remove-action {
  position: absolute;
  right: -1rem;
  bottom: 1.5rem;
}

.not-allowed {
  cursor: not-allowed;
}

.help {
  cursor: help;
}

.account-chevron {
  max-width: 1rem;
}

#modal-add-message-template {
  z-index: 999;
}

.is-dragging-object {
  border: 1px;
  border-style: solid;
  border-radius: 10px;
  padding: 1px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext, .tooltip .tooltiptext--small {
  visibility: hidden;
  max-width: 50vw;
  min-width: 30.5rem;
  min-height: 6rem;
  background-color: #ffffff;
  color: #131349;
  text-align: left;
  padding: 0.5rem;
  border-radius: 6px;
  left: -1rem;
  bottom: -1rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.tooltip .tooltiptext h3, .tooltip .tooltiptext--small h3 {
  margin-top: 0;
}
.tooltip .tooltiptext .error-message, .tooltip .tooltiptext--small .error-message {
  text-align: center;
}
.tooltip .tooltiptext--small {
  min-width: inherit !important;
  min-height: inherit !important;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext, .tooltip:hover .tooltiptext--small {
  visibility: visible;
}

.red-bg {
  background-color: #ffe7ef;
}

div.ad-blocker-warning {
  width: 100%;
  background-color: #fadc46;
  z-index: 9999;
  position: absolute;
}

.step-label {
  position: absolute;
  font-weight: 600;
  color: #96a3b6;
}

.hover-tip:after {
  content: attr(data-title);
  background: #515d79;
  border-radius: 4px;
  color: #ffffff;
  cursor: default;
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  left: 0;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  top: 3rem;
  transition: 0.2s ease-in;
  visibility: hidden;
  word-wrap: nowrap;
  white-space: nowrap;
  z-index: 997;
}
.hover-tip:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #515d79 transparent;
  left: 1.2rem;
  top: calc(3rem - 8px);
  opacity: 0;
  transition: 0.2s ease-in;
  visibility: hidden;
  z-index: 997;
}
.hover-tip:hover:before {
  opacity: 1;
  visibility: visible;
}
.hover-tip:hover:after {
  opacity: 1;
  visibility: visible;
}

.wrap-all {
  overflow-wrap: anywhere;
}

.gap-sm {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.my-s {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.px-md {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.full-width {
  width: 100%;
}

.space-around {
  justify-content: space-around;
}

.space-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

/** @format */
.card, .card--transaction, .card--nps-attorney, .card--table, .card--inbox, .card--login, .card--two-factor-auth, .card--header {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin: 0 0 2rem;
  padding: 1.5rem;
  text-align: left;
}
.card button, .card--transaction button, .card--nps-attorney button, .card--table button, .card--inbox button, .card--login button, .card--two-factor-auth button, .card--header button, .card [type=button], .card--transaction [type=button], .card--nps-attorney [type=button], .card--table [type=button], .card--inbox [type=button], .card--login [type=button], .card--two-factor-auth [type=button], .card--header [type=button], .card [type=reset], .card--transaction [type=reset], .card--nps-attorney [type=reset], .card--table [type=reset], .card--inbox [type=reset], .card--login [type=reset], .card--two-factor-auth [type=reset], .card--header [type=reset], .card [type=submit], .card--transaction [type=submit], .card--nps-attorney [type=submit], .card--table [type=submit], .card--inbox [type=submit], .card--login [type=submit], .card--two-factor-auth [type=submit], .card--header [type=submit] {
  margin: 1rem 0 0;
}
.card h1, .card--transaction h1, .card--nps-attorney h1, .card--table h1, .card--inbox h1, .card--login h1, .card--two-factor-auth h1, .card--header h1,
.card h2,
.card--transaction h2,
.card--nps-attorney h2,
.card--table h2,
.card--inbox h2,
.card--login h2,
.card--two-factor-auth h2,
.card--header h2,
.card h3,
.card--transaction h3,
.card--nps-attorney h3,
.card--table h3,
.card--inbox h3,
.card--login h3,
.card--two-factor-auth h3,
.card--header h3,
.card h4,
.card--transaction h4,
.card--nps-attorney h4,
.card--table h4,
.card--inbox h4,
.card--login h4,
.card--two-factor-auth h4,
.card--header h4,
.card h5,
.card--transaction h5,
.card--nps-attorney h5,
.card--table h5,
.card--inbox h5,
.card--login h5,
.card--two-factor-auth h5,
.card--header h5,
.card h6,
.card--transaction h6,
.card--nps-attorney h6,
.card--table h6,
.card--inbox h6,
.card--login h6,
.card--two-factor-auth h6,
.card--header h6 {
  margin-top: 0;
}
.card section, .card--transaction section, .card--nps-attorney section, .card--table section, .card--inbox section, .card--login section, .card--two-factor-auth section, .card--header section {
  padding: 1rem 0;
}
.card section:first-child, .card--transaction section:first-child, .card--nps-attorney section:first-child, .card--table section:first-child, .card--inbox section:first-child, .card--login section:first-child, .card--two-factor-auth section:first-child, .card--header section:first-child {
  padding-top: 0;
}
.card section:last-child, .card--transaction section:last-child, .card--nps-attorney section:last-child, .card--table section:last-child, .card--inbox section:last-child, .card--login section:last-child, .card--two-factor-auth section:last-child, .card--header section:last-child {
  padding-bottom: 0;
}
.card--header {
  padding: 0;
}
.card--header.card-tabbed .card-header {
  padding: 0;
}
.card--header.card-tabbed .card-header .tab-options {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card--header.card-tabbed .card-header .tab-options li {
  display: inline-block;
  position: relative;
}
.card--header.card-tabbed .card-header .tab-options li a {
  color: #96a3b6;
  display: inline-block;
  float: none;
  padding: 1rem 3rem;
}
.card--header.card-tabbed .card-header .tab-options li a.active {
  color: #131349;
  border-bottom: 3px solid #419ef8;
}
.card--header.card-tabbed .card-header .tab-options li a:hover {
  color: #131349;
}
.card--header.card-tabbed .card-header .tab-options li .new-messages-alert {
  color: #fa105d;
  font-weight: 600;
  position: absolute;
  top: 46%;
  right: -10px;
  padding: 0;
  transform: translateY(-50%);
}
.card--header.card-tabbed .card-header .tab-options.flex.case-features-tabbed li a {
  padding: 1rem 2rem !important;
}
.card--header .card-footer {
  border-top: 2px solid #e1ebf4;
  padding: 1rem 1.5rem;
  text-align: left;
}
.card--header .card-footer h4 {
  color: #515d79;
  display: inline-block;
  margin: 0;
}
.card--header .card-header {
  border-bottom: 2px solid #e1ebf4;
  padding: 1rem 1.5rem;
  text-align: left;
}
.card--header .card-header.no-border {
  border-bottom: none;
}
.card--header .card-header button, .card--header .card-header [type=button], .card--header .card-header [type=reset], .card--header .card-header [type=submit] {
  margin: 0;
}
.card--header .card-header h4 {
  color: #515d79;
  display: inline-block;
  margin: 0;
}
.card--header .card-header h4.ellipsis {
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card--header .card-header a {
  float: right;
}
.card--header .card-header .card-header-actions {
  float: right;
  display: inline-block;
  text-align: right;
}
.card--header .card-header .card-header-actions a {
  float: none;
  padding-left: 0.5rem;
}
.card--header .card-header .subnav-header {
  padding: 0.5rem 1.75rem;
}
.card--header .card-header.is-editing h4 {
  width: 45%;
}
.card--header .card-header.is-editing .btn-group {
  display: inline-block;
  text-align: right;
  width: 54%;
}
.card--header .card-header.is-editing .btn-group button, .card--header .card-header.is-editing .btn-group [type=button], .card--header .card-header.is-editing .btn-group [type=reset], .card--header .card-header.is-editing .btn-group [type=submit] {
  padding: 0.5rem 1.25rem !important;
  min-width: 0;
  width: auto;
}
.card--header .card-header.is-editing .btn-group button.btn-cancel, .card--header .card-header.is-editing .btn-group [type=button].btn-cancel, .card--header .card-header.is-editing .btn-group [type=reset].btn-cancel, .card--header .card-header.is-editing .btn-group [type=submit].btn-cancel {
  padding: 0.5rem 0.5rem !important;
}
.card--header .card-header.is-editing .btn-group button:last-child, .card--header .card-header.is-editing .btn-group [type=button]:last-child, .card--header .card-header.is-editing .btn-group [type=reset]:last-child, .card--header .card-header.is-editing .btn-group [type=submit]:last-child {
  margin-right: 0 !important;
}
.card--header.live-feed {
  margin: 2rem 0;
}
.card--header.live-feed .card-content {
  max-height: 54.5rem;
  overflow-y: auto;
}
.card--header.case-type .btn-group {
  display: inline-block;
  text-align: right;
  width: 44%;
  float: right;
  margin-top: 1.5rem;
}
.card--header.case-type .btn-group .btn-primary {
  margin-right: 0 !important;
}
.card--header.case-type .title-field {
  display: inline-block;
  width: 55%;
}
.card--header.case-type .card-header.is-editing .btn-group {
  width: 44%;
}
.card--header .card-content {
  padding: 1.5rem;
}
.card--header .editor-row .editor {
  flex-grow: 1;
  margin-right: 1rem !important;
}
.card--header .editor-row .actions-button {
  position: relative;
}
@media (max-width: 767px) {
  .card--header .editor-mobile .editor {
    margin-bottom: 1rem;
  }
}
.card--login, .card--two-factor-auth {
  padding: 1.5rem 3rem;
  text-align: center;
}
.card--login .download-buttons a img, .card--two-factor-auth .download-buttons a img {
  height: 3rem;
}
.card--inbox {
  padding: 0;
}
.card--inbox .message {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #f4f9fc;
  border-radius: 0;
}
.card--inbox .message .message-header {
  display: block;
  width: 100%;
}
.card--inbox .message .message-header .timestamp {
  color: #96a3b6;
  float: none;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  padding-left: 1rem;
}
.card--inbox .message .message-header button, .card--inbox .message .message-header [type=button], .card--inbox .message .message-header [type=reset], .card--inbox .message .message-header [type=submit] {
  float: right;
  margin: 0;
}
.card--inbox .message p {
  font-weight: 400;
  margin: 0.5rem 0 0 0;
}
.card--inbox .message.unread {
  border-radius: 0;
}
.card--inbox .infinity-loader {
  height: auto;
  padding: 1rem 0 0.6666666667rem 0;
  text-align: center;
}
.card--inbox .infinity-loader.reached-infinity {
  display: none;
}
.card.blue, .blue.card--transaction, .blue.card--nps-attorney, .blue.card--table, .blue.card--header, .blue.card--login, .blue.card--two-factor-auth, .blue.card--inbox {
  background: #419ef8;
  color: #ffffff;
}
.card.blue .card-header, .blue.card--transaction .card-header, .blue.card--nps-attorney .card-header, .blue.card--table .card-header, .blue.card--header .card-header, .blue.card--login .card-header, .blue.card--two-factor-auth .card-header, .blue.card--inbox .card-header {
  border-color: rgba(56, 76, 141, 0.2);
}
.card.blue h3, .blue.card--transaction h3, .blue.card--nps-attorney h3, .blue.card--table h3, .blue.card--header h3, .blue.card--login h3, .blue.card--two-factor-auth h3, .blue.card--inbox h3,
.card.blue h4,
.blue.card--transaction h4,
.blue.card--nps-attorney h4,
.blue.card--table h4,
.blue.card--header h4,
.blue.card--login h4,
.blue.card--two-factor-auth h4,
.blue.card--inbox h4,
.card.blue p,
.blue.card--transaction p,
.blue.card--nps-attorney p,
.blue.card--table p,
.blue.card--header p,
.blue.card--login p,
.blue.card--two-factor-auth p,
.blue.card--inbox p,
.card.blue label,
.blue.card--transaction label,
.blue.card--nps-attorney label,
.blue.card--table label,
.blue.card--header label,
.blue.card--login label,
.blue.card--two-factor-auth label,
.blue.card--inbox label {
  color: #ffffff;
}
.card.alert, .alert.card--transaction, .alert.card--nps-attorney, .alert.card--table, .alert.card--header, .alert.card--login, .alert.card--two-factor-auth, .alert.card--inbox, .card.alert--light, .alert--light.card--transaction, .alert--light.card--nps-attorney, .alert--light.card--table, .card--header.alert--light, .card--login.alert--light, .card--two-factor-auth.alert--light, .card--inbox.alert--light {
  border-top: 10px solid #fa105d;
}
.card.alert h2, .alert.card--transaction h2, .alert.card--nps-attorney h2, .alert.card--table h2, .alert.card--header h2, .alert.card--login h2, .alert.card--two-factor-auth h2, .alert.card--inbox h2, .card.alert--light h2, .alert--light.card--transaction h2, .alert--light.card--nps-attorney h2, .alert--light.card--table h2, .card--header.alert--light h2, .card--login.alert--light h2, .card--two-factor-auth.alert--light h2, .card--inbox.alert--light h2 {
  color: #fa105d;
}
.card.alert p.highlight, .alert.card--transaction p.highlight, .alert.card--nps-attorney p.highlight, .alert.card--table p.highlight, .alert.card--header p.highlight, .alert.card--login p.highlight, .alert.card--two-factor-auth p.highlight, .alert.card--inbox p.highlight, .card.alert--light p.highlight, .alert--light.card--transaction p.highlight, .alert--light.card--nps-attorney p.highlight, .alert--light.card--table p.highlight, .card--header.alert--light p.highlight, .card--login.alert--light p.highlight, .card--two-factor-auth.alert--light p.highlight, .card--inbox.alert--light p.highlight {
  border-left: 5px solid #fa105d;
  color: #131349;
  padding: 0.25rem 0 0.25rem 0.6666666667rem;
}
.card--table {
  padding: 0;
}
.card--nps-attorney {
  margin-left: 0.5rem;
  margin-bottom: 0rem;
  padding: 1.25rem 1.5rem;
  height: 19rem;
  overflow: scroll;
}
.card--nps-attorney.expanded {
  height: 46rem;
}
@media (max-width: 767px) {
  .card--nps-attorney {
    margin: 0;
  }
}
.card--transaction {
  background: #f4f9fc;
  margin: 0;
  padding: 0;
}

.dropdown-column {
  display: flex;
  align-items: center;
}

.document-sort-wrapper {
  padding: 0;
  flex-grow: 1;
  flex-shrink: 0;
}
.document-sort-wrapper .ember-power-select-trigger {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .card .small--header .card-header.is-editing h4, .card--header .small--header .card-header.is-editing h4, .card--login .small--header .card-header.is-editing h4, .card--two-factor-auth .small--header .card-header.is-editing h4, .card--inbox .small--header .card-header.is-editing h4, .card--table .small--header .card-header.is-editing h4, .card--nps-attorney .small--header .card-header.is-editing h4, .card--transaction .small--header .card-header.is-editing h4,
  .card .small--header .card-header.is-editing .btn-group,
  .card--header .small--header .card-header.is-editing .btn-group,
  .card--login .small--header .card-header.is-editing .btn-group,
  .card--two-factor-auth .small--header .card-header.is-editing .btn-group,
  .card--inbox .small--header .card-header.is-editing .btn-group,
  .card--table .small--header .card-header.is-editing .btn-group,
  .card--nps-attorney .small--header .card-header.is-editing .btn-group,
  .card--transaction .small--header .card-header.is-editing .btn-group {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .card--header .card-header.is-editing h4,
  .card--header .card-header.is-editing .btn-group {
    width: 100%;
  }
  .card--header.case-type .title-field {
    display: block;
    width: 100%;
  }
  .card--header.case-type .btn-group {
    display: block;
    width: 100%;
    float: none;
    margin-top: 0.5rem;
  }
}
/** @format */
.removed-case {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 996 !important;
  display: flex;
  align-items: center;
}

.persistent-info-bar {
  max-width: 87em;
  background-color: #e1ebf4;
  border-radius: 0 0 10px 10px;
  height: 2rem;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 0 2rem 0 2rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.persistent-info-bar-iframe {
  max-width: 87em;
  background-color: #e1ebf4;
  border-radius: 0 0 10px 10px;
  height: 2rem;
  width: 100%;
  z-index: 999;
  position: fixed;
  margin: 0 auto;
  padding: 0 2rem 0 2rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1108px) {
  .persistent-info-bar {
    position: absolute;
    margin-top: 8rem;
    width: 98%;
    left: 1vw;
  }
  .container--app.secondary.case {
    margin-top: 12rem;
  }
  .container--app.iframe {
    max-height: calc(100vh - 4rem);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .persistent-info-bar {
    margin-top: 10.6rem;
  }
  .container--app.secondary.case {
    margin-top: 15rem;
  }
}
.client-header {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 820px) {
  .client-header {
    grid-template-columns: 1fr;
  }
}
.client-header h2 {
  margin-right: 1rem;
}
.client-header .filter-message-wrapper input {
  height: 2.25rem;
  padding: 4px 4px 4px 28px;
}
.client-header .filter-message-wrapper::before {
  left: 8px;
  top: calc(50% - 10px);
}

/** @format */
.case-status {
  padding: 0 0 3rem 0;
}
.case-status .header {
  padding: 0 0 1rem 0;
}
.case-status .header h2,
.case-status .header p {
  display: inline-block;
}
.case-status .header p {
  margin: 0;
}
.case-status .card, .case-status .card--header, .case-status .card--login, .case-status .card--two-factor-auth, .case-status .card--inbox, .case-status .card--table, .case-status .card--nps-attorney, .case-status .card--transaction {
  margin: 0;
}
.case-status.on-hold {
  opacity: 0.5;
}
.case-status.closed .progress-bar .step, .case-status.closed .progress-bar .client-status-label-wrapper .step-six, .client-status-label-wrapper .case-status.closed .progress-bar .step-six, .case-status.closed .progress-bar .client-status-label-wrapper .step-five, .client-status-label-wrapper .case-status.closed .progress-bar .step-five, .case-status.closed .progress-bar .client-status-label-wrapper .step-four, .client-status-label-wrapper .case-status.closed .progress-bar .step-four, .case-status.closed .progress-bar .client-status-label-wrapper .step-three, .client-status-label-wrapper .case-status.closed .progress-bar .step-three, .case-status.closed .progress-bar .client-status-label-wrapper .step-two, .client-status-label-wrapper .case-status.closed .progress-bar .step-two, .case-status.closed .progress-bar .client-status-label-wrapper .step-one, .client-status-label-wrapper .case-status.closed .progress-bar .step-one, .case-status.closed .progress-bar--small .step, .case-status.closed .progress-bar--small .client-status-label-wrapper .step-six, .client-status-label-wrapper .case-status.closed .progress-bar--small .step-six, .case-status.closed .client-status-label-wrapper .progress-bar--small .step-six, .case-status.closed .progress-bar--small .client-status-label-wrapper .step-five, .client-status-label-wrapper .case-status.closed .progress-bar--small .step-five, .case-status.closed .client-status-label-wrapper .progress-bar--small .step-five, .case-status.closed .progress-bar--small .client-status-label-wrapper .step-four, .client-status-label-wrapper .case-status.closed .progress-bar--small .step-four, .case-status.closed .client-status-label-wrapper .progress-bar--small .step-four, .case-status.closed .progress-bar--small .client-status-label-wrapper .step-three, .client-status-label-wrapper .case-status.closed .progress-bar--small .step-three, .case-status.closed .client-status-label-wrapper .progress-bar--small .step-three, .case-status.closed .progress-bar--small .client-status-label-wrapper .step-two, .client-status-label-wrapper .case-status.closed .progress-bar--small .step-two, .case-status.closed .client-status-label-wrapper .progress-bar--small .step-two, .case-status.closed .progress-bar--small .client-status-label-wrapper .step-one, .client-status-label-wrapper .case-status.closed .progress-bar--small .step-one, .case-status.closed .client-status-label-wrapper .progress-bar--small .step-one, .case-status.closed .progress-bar .step--one, .case-status.closed .progress-bar .step--two, .case-status.closed .progress-bar .step--three, .case-status.closed .progress-bar .step--four, .case-status.closed .progress-bar .step--five, .case-status.closed .progress-bar .step--six, .case-status.closed .progress-bar .step--seven, .case-status.closed .progress-bar .step--eight, .case-status.closed .progress-bar .step--nine, .case-status.closed .progress-bar .step--ten, .case-status.closed .progress-bar .step--eleven, .case-status.closed .progress-bar .step--twelve, .case-status.closed .progress-bar--small .step--one, .case-status.closed .progress-bar--small .step--two, .case-status.closed .progress-bar--small .step--three, .case-status.closed .progress-bar--small .step--four, .case-status.closed .progress-bar--small .step--five, .case-status.closed .progress-bar--small .step--six, .case-status.closed .progress-bar--small .step--seven, .case-status.closed .progress-bar--small .step--eight, .case-status.closed .progress-bar--small .step--nine, .case-status.closed .progress-bar--small .step--ten, .case-status.closed .progress-bar--small .step--eleven, .case-status.closed .progress-bar--small .step--twelve {
  opacity: 0.5;
}
.case-status.closed .progress-bar .card, .case-status.closed .progress-bar--small .card, .case-status.closed .progress-bar .card--header, .case-status.closed .progress-bar--small .card--header, .case-status.closed .progress-bar .card--login, .case-status.closed .progress-bar--small .card--login, .case-status.closed .progress-bar .card--two-factor-auth, .case-status.closed .progress-bar--small .card--two-factor-auth, .case-status.closed .progress-bar .card--inbox, .case-status.closed .progress-bar--small .card--inbox, .case-status.closed .progress-bar .card--table, .case-status.closed .progress-bar--small .card--table, .case-status.closed .progress-bar .card--nps-attorney, .case-status.closed .progress-bar--small .card--nps-attorney, .case-status.closed .progress-bar .card--transaction, .case-status.closed .progress-bar--small .card--transaction {
  padding: 0.75rem;
  width: 80%;
  position: absolute;
  left: 50%;
  max-height: 90%;
  top: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
}
.case-status.closed .progress-bar .card h2, .case-status.closed .progress-bar--small .card h2, .case-status.closed .progress-bar .card--header h2, .case-status.closed .progress-bar--small .card--header h2, .case-status.closed .progress-bar .card--login h2, .case-status.closed .progress-bar--small .card--login h2, .case-status.closed .progress-bar .card--two-factor-auth h2, .case-status.closed .progress-bar--small .card--two-factor-auth h2, .case-status.closed .progress-bar .card--inbox h2, .case-status.closed .progress-bar--small .card--inbox h2, .case-status.closed .progress-bar .card--table h2, .case-status.closed .progress-bar--small .card--table h2, .case-status.closed .progress-bar .card--nps-attorney h2, .case-status.closed .progress-bar--small .card--nps-attorney h2, .case-status.closed .progress-bar .card--transaction h2, .case-status.closed .progress-bar--small .card--transaction h2,
.case-status.closed .progress-bar .card p,
.case-status.closed .progress-bar--small .card p,
.case-status.closed .progress-bar .card--header p,
.case-status.closed .progress-bar--small .card--header p,
.case-status.closed .progress-bar .card--login p,
.case-status.closed .progress-bar--small .card--login p,
.case-status.closed .progress-bar .card--two-factor-auth p,
.case-status.closed .progress-bar--small .card--two-factor-auth p,
.case-status.closed .progress-bar .card--inbox p,
.case-status.closed .progress-bar--small .card--inbox p,
.case-status.closed .progress-bar .card--table p,
.case-status.closed .progress-bar--small .card--table p,
.case-status.closed .progress-bar .card--nps-attorney p,
.case-status.closed .progress-bar--small .card--nps-attorney p,
.case-status.closed .progress-bar .card--transaction p,
.case-status.closed .progress-bar--small .card--transaction p {
  margin: 0;
}
.case-status.closed .status-label-wrapper {
  display: none;
}
.case-status.closed button, .case-status.closed [type=button], .case-status.closed [type=reset], .case-status.closed [type=submit] {
  display: none;
}

.client-status-label-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.client-status-label-wrapper .step, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--ten, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--nine, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--eight, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--seven, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--three, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--six, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--five, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--four, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--two, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--one, .client-status-label-wrapper .step-six, .client-status-label-wrapper .step-five, .client-status-label-wrapper .step-four, .client-status-label-wrapper .step-three, .client-status-label-wrapper .step-two, .client-status-label-wrapper .step-one, .client-status-label-wrapper .progress-bar .step--one, .progress-bar .client-status-label-wrapper .step--one, .client-status-label-wrapper .progress-bar .step--two, .progress-bar .client-status-label-wrapper .step--two, .client-status-label-wrapper .progress-bar .step--three, .progress-bar .client-status-label-wrapper .step--three, .client-status-label-wrapper .progress-bar .step--four, .progress-bar .client-status-label-wrapper .step--four, .client-status-label-wrapper .progress-bar .step--five, .progress-bar .client-status-label-wrapper .step--five, .client-status-label-wrapper .progress-bar .step--six, .progress-bar .client-status-label-wrapper .step--six, .client-status-label-wrapper .progress-bar .step--seven, .progress-bar .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar .step--eight, .progress-bar .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar .step--nine, .progress-bar .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar .step--ten, .progress-bar .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar .step--eleven, .progress-bar .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar .step--twelve, .progress-bar .client-status-label-wrapper .step--twelve, .client-status-label-wrapper .progress-bar--small .step--one, .progress-bar--small .client-status-label-wrapper .step--one, .client-status-label-wrapper .progress-bar--small .step--two, .progress-bar--small .client-status-label-wrapper .step--two, .client-status-label-wrapper .progress-bar--small .step--three, .progress-bar--small .client-status-label-wrapper .step--three, .client-status-label-wrapper .progress-bar--small .step--four, .progress-bar--small .client-status-label-wrapper .step--four, .client-status-label-wrapper .progress-bar--small .step--five, .progress-bar--small .client-status-label-wrapper .step--five, .client-status-label-wrapper .progress-bar--small .step--six, .progress-bar--small .client-status-label-wrapper .step--six, .client-status-label-wrapper .progress-bar--small .step--seven, .progress-bar--small .client-status-label-wrapper .step--seven, .client-status-label-wrapper .progress-bar--small .step--eight, .progress-bar--small .client-status-label-wrapper .step--eight, .client-status-label-wrapper .progress-bar--small .step--nine, .progress-bar--small .client-status-label-wrapper .step--nine, .client-status-label-wrapper .progress-bar--small .step--ten, .progress-bar--small .client-status-label-wrapper .step--ten, .client-status-label-wrapper .progress-bar--small .step--eleven, .progress-bar--small .client-status-label-wrapper .step--eleven, .client-status-label-wrapper .progress-bar--small .step--twelve, .progress-bar--small .client-status-label-wrapper .step--twelve {
  background: transparent;
  display: inline-block;
}
.client-status-label-wrapper .step .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six .status-label, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--six .status-label, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five .status-label, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--five .status-label, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four .status-label, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--four .status-label, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two .status-label, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--two .status-label, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one .status-label, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .step-six .status-label, .client-status-label-wrapper .step-five .status-label, .client-status-label-wrapper .step-four .status-label, .client-status-label-wrapper .step-three .status-label, .client-status-label-wrapper .step-two .status-label, .client-status-label-wrapper .step-one .status-label, .client-status-label-wrapper .progress-bar .step--one .status-label, .progress-bar .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .progress-bar .step--two .status-label, .progress-bar .client-status-label-wrapper .step--two .status-label, .client-status-label-wrapper .progress-bar .step--three .status-label, .progress-bar .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .progress-bar .step--four .status-label, .progress-bar .client-status-label-wrapper .step--four .status-label, .client-status-label-wrapper .progress-bar .step--five .status-label, .progress-bar .client-status-label-wrapper .step--five .status-label, .client-status-label-wrapper .progress-bar .step--six .status-label, .progress-bar .client-status-label-wrapper .step--six .status-label, .client-status-label-wrapper .progress-bar .step--seven .status-label, .progress-bar .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar .step--eight .status-label, .progress-bar .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar .step--nine .status-label, .progress-bar .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar .step--ten .status-label, .progress-bar .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar .step--eleven .status-label, .progress-bar .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar .step--twelve .status-label, .progress-bar .client-status-label-wrapper .step--twelve .status-label, .client-status-label-wrapper .progress-bar--small .step--one .status-label, .progress-bar--small .client-status-label-wrapper .step--one .status-label, .client-status-label-wrapper .progress-bar--small .step--two .status-label, .progress-bar--small .client-status-label-wrapper .step--two .status-label, .client-status-label-wrapper .progress-bar--small .step--three .status-label, .progress-bar--small .client-status-label-wrapper .step--three .status-label, .client-status-label-wrapper .progress-bar--small .step--four .status-label, .progress-bar--small .client-status-label-wrapper .step--four .status-label, .client-status-label-wrapper .progress-bar--small .step--five .status-label, .progress-bar--small .client-status-label-wrapper .step--five .status-label, .client-status-label-wrapper .progress-bar--small .step--six .status-label, .progress-bar--small .client-status-label-wrapper .step--six .status-label, .client-status-label-wrapper .progress-bar--small .step--seven .status-label, .progress-bar--small .client-status-label-wrapper .step--seven .status-label, .client-status-label-wrapper .progress-bar--small .step--eight .status-label, .progress-bar--small .client-status-label-wrapper .step--eight .status-label, .client-status-label-wrapper .progress-bar--small .step--nine .status-label, .progress-bar--small .client-status-label-wrapper .step--nine .status-label, .client-status-label-wrapper .progress-bar--small .step--ten .status-label, .progress-bar--small .client-status-label-wrapper .step--ten .status-label, .client-status-label-wrapper .progress-bar--small .step--eleven .status-label, .progress-bar--small .client-status-label-wrapper .step--eleven .status-label, .client-status-label-wrapper .progress-bar--small .step--twelve .status-label, .progress-bar--small .client-status-label-wrapper .step--twelve .status-label {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  display: block;
  margin-top: 1.5rem;
  opacity: 1;
  padding: 0.25rem 1rem;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.client-status-label-wrapper .step .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one .status-label:after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one .status-label:after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one .status-label:after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one .status-label:after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one .status-label:after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one .status-label:after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one .status-label:after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one .status-label:after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label:after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve .status-label:after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven .status-label:after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten .status-label:after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine .status-label:after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight .status-label:after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven .status-label:after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three .status-label:after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six .status-label:after, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--six .status-label:after, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five .status-label:after, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--five .status-label:after, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four .status-label:after, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--four .status-label:after, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two .status-label:after, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--two .status-label:after, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one .status-label:after, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .step-six .status-label:after, .client-status-label-wrapper .step-five .status-label:after, .client-status-label-wrapper .step-four .status-label:after, .client-status-label-wrapper .step-three .status-label:after, .client-status-label-wrapper .step-two .status-label:after, .client-status-label-wrapper .step-one .status-label:after, .client-status-label-wrapper .progress-bar .step--one .status-label:after, .progress-bar .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .progress-bar .step--two .status-label:after, .progress-bar .client-status-label-wrapper .step--two .status-label:after, .client-status-label-wrapper .progress-bar .step--three .status-label:after, .progress-bar .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .progress-bar .step--four .status-label:after, .progress-bar .client-status-label-wrapper .step--four .status-label:after, .client-status-label-wrapper .progress-bar .step--five .status-label:after, .progress-bar .client-status-label-wrapper .step--five .status-label:after, .client-status-label-wrapper .progress-bar .step--six .status-label:after, .progress-bar .client-status-label-wrapper .step--six .status-label:after, .client-status-label-wrapper .progress-bar .step--seven .status-label:after, .progress-bar .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar .step--eight .status-label:after, .progress-bar .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar .step--nine .status-label:after, .progress-bar .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar .step--ten .status-label:after, .progress-bar .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar .step--eleven .status-label:after, .progress-bar .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar .step--twelve .status-label:after, .progress-bar .client-status-label-wrapper .step--twelve .status-label:after, .client-status-label-wrapper .progress-bar--small .step--one .status-label:after, .progress-bar--small .client-status-label-wrapper .step--one .status-label:after, .client-status-label-wrapper .progress-bar--small .step--two .status-label:after, .progress-bar--small .client-status-label-wrapper .step--two .status-label:after, .client-status-label-wrapper .progress-bar--small .step--three .status-label:after, .progress-bar--small .client-status-label-wrapper .step--three .status-label:after, .client-status-label-wrapper .progress-bar--small .step--four .status-label:after, .progress-bar--small .client-status-label-wrapper .step--four .status-label:after, .client-status-label-wrapper .progress-bar--small .step--five .status-label:after, .progress-bar--small .client-status-label-wrapper .step--five .status-label:after, .client-status-label-wrapper .progress-bar--small .step--six .status-label:after, .progress-bar--small .client-status-label-wrapper .step--six .status-label:after, .client-status-label-wrapper .progress-bar--small .step--seven .status-label:after, .progress-bar--small .client-status-label-wrapper .step--seven .status-label:after, .client-status-label-wrapper .progress-bar--small .step--eight .status-label:after, .progress-bar--small .client-status-label-wrapper .step--eight .status-label:after, .client-status-label-wrapper .progress-bar--small .step--nine .status-label:after, .progress-bar--small .client-status-label-wrapper .step--nine .status-label:after, .client-status-label-wrapper .progress-bar--small .step--ten .status-label:after, .progress-bar--small .client-status-label-wrapper .step--ten .status-label:after, .client-status-label-wrapper .progress-bar--small .step--eleven .status-label:after, .progress-bar--small .client-status-label-wrapper .step--eleven .status-label:after, .client-status-label-wrapper .progress-bar--small .step--twelve .status-label:after, .progress-bar--small .client-status-label-wrapper .step--twelve .status-label:after {
  left: 35px;
  transform: none;
}
.client-status-label-wrapper .step .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six .status-label::after, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--six .status-label::after, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five .status-label::after, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--five .status-label::after, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four .status-label::after, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--four .status-label::after, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two .status-label::after, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--two .status-label::after, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one .status-label::after, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .step-six .status-label::after, .client-status-label-wrapper .step-five .status-label::after, .client-status-label-wrapper .step-four .status-label::after, .client-status-label-wrapper .step-three .status-label::after, .client-status-label-wrapper .step-two .status-label::after, .client-status-label-wrapper .step-one .status-label::after, .client-status-label-wrapper .progress-bar .step--one .status-label::after, .progress-bar .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .progress-bar .step--two .status-label::after, .progress-bar .client-status-label-wrapper .step--two .status-label::after, .client-status-label-wrapper .progress-bar .step--three .status-label::after, .progress-bar .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .progress-bar .step--four .status-label::after, .progress-bar .client-status-label-wrapper .step--four .status-label::after, .client-status-label-wrapper .progress-bar .step--five .status-label::after, .progress-bar .client-status-label-wrapper .step--five .status-label::after, .client-status-label-wrapper .progress-bar .step--six .status-label::after, .progress-bar .client-status-label-wrapper .step--six .status-label::after, .client-status-label-wrapper .progress-bar .step--seven .status-label::after, .progress-bar .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar .step--eight .status-label::after, .progress-bar .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar .step--nine .status-label::after, .progress-bar .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar .step--ten .status-label::after, .progress-bar .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar .step--eleven .status-label::after, .progress-bar .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar .step--twelve .status-label::after, .progress-bar .client-status-label-wrapper .step--twelve .status-label::after, .client-status-label-wrapper .progress-bar--small .step--one .status-label::after, .progress-bar--small .client-status-label-wrapper .step--one .status-label::after, .client-status-label-wrapper .progress-bar--small .step--two .status-label::after, .progress-bar--small .client-status-label-wrapper .step--two .status-label::after, .client-status-label-wrapper .progress-bar--small .step--three .status-label::after, .progress-bar--small .client-status-label-wrapper .step--three .status-label::after, .client-status-label-wrapper .progress-bar--small .step--four .status-label::after, .progress-bar--small .client-status-label-wrapper .step--four .status-label::after, .client-status-label-wrapper .progress-bar--small .step--five .status-label::after, .progress-bar--small .client-status-label-wrapper .step--five .status-label::after, .client-status-label-wrapper .progress-bar--small .step--six .status-label::after, .progress-bar--small .client-status-label-wrapper .step--six .status-label::after, .client-status-label-wrapper .progress-bar--small .step--seven .status-label::after, .progress-bar--small .client-status-label-wrapper .step--seven .status-label::after, .client-status-label-wrapper .progress-bar--small .step--eight .status-label::after, .progress-bar--small .client-status-label-wrapper .step--eight .status-label::after, .client-status-label-wrapper .progress-bar--small .step--nine .status-label::after, .progress-bar--small .client-status-label-wrapper .step--nine .status-label::after, .client-status-label-wrapper .progress-bar--small .step--ten .status-label::after, .progress-bar--small .client-status-label-wrapper .step--ten .status-label::after, .client-status-label-wrapper .progress-bar--small .step--eleven .status-label::after, .progress-bar--small .client-status-label-wrapper .step--eleven .status-label::after, .client-status-label-wrapper .progress-bar--small .step--twelve .status-label::after, .progress-bar--small .client-status-label-wrapper .step--twelve .status-label::after {
  background: url("https://sandbox-cdn.creativebriefcase.com/img/triangle-7bfba5652289d7726c3f89664251dbaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 30px;
  height: 30px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.client-status-label-wrapper .step-one .status-label::after {
  left: 8%;
}
.client-status-label-wrapper .step-two .status-label::after {
  left: 23%;
}
.client-status-label-wrapper .step-three .status-label::after {
  left: 39%;
}
.client-status-label-wrapper .step-four .status-label::after {
  left: 56%;
}
.client-status-label-wrapper .step-five .status-label::after {
  left: 73%;
}
.client-status-label-wrapper .step-six .status-label::after {
  left: 92%;
}

.status-label-wrapper {
  display: block;
  height: 64px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.status-label-wrapper .step, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--twelve, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eleven, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--ten, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--nine, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eight, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--seven, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--three, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--six, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--five, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--four, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--two, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--one, .status-label-wrapper .progress-bar .step--one, .progress-bar .status-label-wrapper .step--one, .status-label-wrapper .progress-bar .step--two, .progress-bar .status-label-wrapper .step--two, .status-label-wrapper .progress-bar .step--three, .progress-bar .status-label-wrapper .step--three, .status-label-wrapper .progress-bar .step--four, .progress-bar .status-label-wrapper .step--four, .status-label-wrapper .progress-bar .step--five, .progress-bar .status-label-wrapper .step--five, .status-label-wrapper .progress-bar .step--six, .progress-bar .status-label-wrapper .step--six, .status-label-wrapper .progress-bar .step--seven, .progress-bar .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar .step--eight, .progress-bar .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar .step--nine, .progress-bar .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar .step--ten, .progress-bar .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar .step--eleven, .progress-bar .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar .step--twelve, .progress-bar .status-label-wrapper .step--twelve, .status-label-wrapper .progress-bar--small .step--one, .progress-bar--small .status-label-wrapper .step--one, .status-label-wrapper .progress-bar--small .step--two, .progress-bar--small .status-label-wrapper .step--two, .status-label-wrapper .progress-bar--small .step--three, .progress-bar--small .status-label-wrapper .step--three, .status-label-wrapper .progress-bar--small .step--four, .progress-bar--small .status-label-wrapper .step--four, .status-label-wrapper .progress-bar--small .step--five, .progress-bar--small .status-label-wrapper .step--five, .status-label-wrapper .progress-bar--small .step--six, .progress-bar--small .status-label-wrapper .step--six, .status-label-wrapper .progress-bar--small .step--seven, .progress-bar--small .status-label-wrapper .step--seven, .status-label-wrapper .progress-bar--small .step--eight, .progress-bar--small .status-label-wrapper .step--eight, .status-label-wrapper .progress-bar--small .step--nine, .progress-bar--small .status-label-wrapper .step--nine, .status-label-wrapper .progress-bar--small .step--ten, .progress-bar--small .status-label-wrapper .step--ten, .status-label-wrapper .progress-bar--small .step--eleven, .progress-bar--small .status-label-wrapper .step--eleven, .status-label-wrapper .progress-bar--small .step--twelve, .progress-bar--small .status-label-wrapper .step--twelve, .status-label-wrapper .client-status-label-wrapper .step-one, .client-status-label-wrapper .status-label-wrapper .step-one, .status-label-wrapper .client-status-label-wrapper .step-two, .client-status-label-wrapper .status-label-wrapper .step-two, .status-label-wrapper .client-status-label-wrapper .step-three, .client-status-label-wrapper .status-label-wrapper .step-three, .status-label-wrapper .client-status-label-wrapper .step-four, .client-status-label-wrapper .status-label-wrapper .step-four, .status-label-wrapper .client-status-label-wrapper .step-five, .client-status-label-wrapper .status-label-wrapper .step-five, .status-label-wrapper .client-status-label-wrapper .step-six, .client-status-label-wrapper .status-label-wrapper .step-six {
  background: transparent;
  display: inline-block;
  position: absolute;
  transition: 0.6s ease-out;
  width: 8.5%;
}
.status-label-wrapper .step .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six .status-label, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--six .status-label, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five .status-label, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--five .status-label, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four .status-label, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--four .status-label, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two .status-label, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--two .status-label, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one .status-label, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar .step--one .status-label, .progress-bar .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar .step--two .status-label, .progress-bar .status-label-wrapper .step--two .status-label, .status-label-wrapper .progress-bar .step--three .status-label, .progress-bar .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar .step--four .status-label, .progress-bar .status-label-wrapper .step--four .status-label, .status-label-wrapper .progress-bar .step--five .status-label, .progress-bar .status-label-wrapper .step--five .status-label, .status-label-wrapper .progress-bar .step--six .status-label, .progress-bar .status-label-wrapper .step--six .status-label, .status-label-wrapper .progress-bar .step--seven .status-label, .progress-bar .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar .step--eight .status-label, .progress-bar .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar .step--nine .status-label, .progress-bar .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar .step--ten .status-label, .progress-bar .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar .step--eleven .status-label, .progress-bar .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar .step--twelve .status-label, .progress-bar .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .step--one .status-label, .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .step--two .status-label, .progress-bar--small .status-label-wrapper .step--two .status-label, .status-label-wrapper .progress-bar--small .step--three .status-label, .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .step--four .status-label, .progress-bar--small .status-label-wrapper .step--four .status-label, .status-label-wrapper .progress-bar--small .step--five .status-label, .progress-bar--small .status-label-wrapper .step--five .status-label, .status-label-wrapper .progress-bar--small .step--six .status-label, .progress-bar--small .status-label-wrapper .step--six .status-label, .status-label-wrapper .progress-bar--small .step--seven .status-label, .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .step--eight .status-label, .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .step--nine .status-label, .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .step--ten .status-label, .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .step--eleven .status-label, .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .step--twelve .status-label, .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-status-label-wrapper .step-one .status-label, .client-status-label-wrapper .status-label-wrapper .step-one .status-label, .status-label-wrapper .client-status-label-wrapper .step-two .status-label, .client-status-label-wrapper .status-label-wrapper .step-two .status-label, .status-label-wrapper .client-status-label-wrapper .step-three .status-label, .client-status-label-wrapper .status-label-wrapper .step-three .status-label, .status-label-wrapper .client-status-label-wrapper .step-four .status-label, .client-status-label-wrapper .status-label-wrapper .step-four .status-label, .status-label-wrapper .client-status-label-wrapper .step-five .status-label, .client-status-label-wrapper .status-label-wrapper .step-five .status-label, .status-label-wrapper .client-status-label-wrapper .step-six .status-label, .client-status-label-wrapper .status-label-wrapper .step-six .status-label {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-top: 1.5rem;
  min-height: 39px;
  min-width: 50px;
  opacity: 1;
  padding: 0.25rem 1rem;
  position: absolute;
  transition: opacity 0.5s ease;
  width: auto;
  white-space: nowrap;
  z-index: -1;
}
.status-label-wrapper .step .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one .status-label span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one .status-label span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one .status-label span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one .status-label span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one .status-label span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one .status-label span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one .status-label span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one .status-label span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one .status-label span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label span, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve .status-label span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven .status-label span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten .status-label span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine .status-label span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight .status-label span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven .status-label span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three .status-label span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--three .status-label span, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six .status-label span, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--six .status-label span, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five .status-label span, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--five .status-label span, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four .status-label span, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--four .status-label span, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two .status-label span, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--two .status-label span, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one .status-label span, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar .step--one .status-label span, .progress-bar .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar .step--two .status-label span, .progress-bar .status-label-wrapper .step--two .status-label span, .status-label-wrapper .progress-bar .step--three .status-label span, .progress-bar .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar .step--four .status-label span, .progress-bar .status-label-wrapper .step--four .status-label span, .status-label-wrapper .progress-bar .step--five .status-label span, .progress-bar .status-label-wrapper .step--five .status-label span, .status-label-wrapper .progress-bar .step--six .status-label span, .progress-bar .status-label-wrapper .step--six .status-label span, .status-label-wrapper .progress-bar .step--seven .status-label span, .progress-bar .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar .step--eight .status-label span, .progress-bar .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar .step--nine .status-label span, .progress-bar .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar .step--ten .status-label span, .progress-bar .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar .step--eleven .status-label span, .progress-bar .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar .step--twelve .status-label span, .progress-bar .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .progress-bar--small .step--one .status-label span, .progress-bar--small .status-label-wrapper .step--one .status-label span, .status-label-wrapper .progress-bar--small .step--two .status-label span, .progress-bar--small .status-label-wrapper .step--two .status-label span, .status-label-wrapper .progress-bar--small .step--three .status-label span, .progress-bar--small .status-label-wrapper .step--three .status-label span, .status-label-wrapper .progress-bar--small .step--four .status-label span, .progress-bar--small .status-label-wrapper .step--four .status-label span, .status-label-wrapper .progress-bar--small .step--five .status-label span, .progress-bar--small .status-label-wrapper .step--five .status-label span, .status-label-wrapper .progress-bar--small .step--six .status-label span, .progress-bar--small .status-label-wrapper .step--six .status-label span, .status-label-wrapper .progress-bar--small .step--seven .status-label span, .progress-bar--small .status-label-wrapper .step--seven .status-label span, .status-label-wrapper .progress-bar--small .step--eight .status-label span, .progress-bar--small .status-label-wrapper .step--eight .status-label span, .status-label-wrapper .progress-bar--small .step--nine .status-label span, .progress-bar--small .status-label-wrapper .step--nine .status-label span, .status-label-wrapper .progress-bar--small .step--ten .status-label span, .progress-bar--small .status-label-wrapper .step--ten .status-label span, .status-label-wrapper .progress-bar--small .step--eleven .status-label span, .progress-bar--small .status-label-wrapper .step--eleven .status-label span, .status-label-wrapper .progress-bar--small .step--twelve .status-label span, .progress-bar--small .status-label-wrapper .step--twelve .status-label span, .status-label-wrapper .client-status-label-wrapper .step-one .status-label span, .client-status-label-wrapper .status-label-wrapper .step-one .status-label span, .status-label-wrapper .client-status-label-wrapper .step-two .status-label span, .client-status-label-wrapper .status-label-wrapper .step-two .status-label span, .status-label-wrapper .client-status-label-wrapper .step-three .status-label span, .client-status-label-wrapper .status-label-wrapper .step-three .status-label span, .status-label-wrapper .client-status-label-wrapper .step-four .status-label span, .client-status-label-wrapper .status-label-wrapper .step-four .status-label span, .status-label-wrapper .client-status-label-wrapper .step-five .status-label span, .client-status-label-wrapper .status-label-wrapper .step-five .status-label span, .status-label-wrapper .client-status-label-wrapper .step-six .status-label span, .client-status-label-wrapper .status-label-wrapper .step-six .status-label span {
  color: #131349;
  font-size: 1.2rem;
  font-weight: 700;
}
.status-label-wrapper .step .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label.is-hidden, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve .status-label.is-hidden, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten .status-label.is-hidden, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine .status-label.is-hidden, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight .status-label.is-hidden, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven .status-label.is-hidden, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three .status-label.is-hidden, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six .status-label.is-hidden, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--six .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five .status-label.is-hidden, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--five .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four .status-label.is-hidden, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--four .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two .status-label.is-hidden, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--two .status-label.is-hidden, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one .status-label.is-hidden, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar .step--one .status-label.is-hidden, .progress-bar .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar .step--two .status-label.is-hidden, .progress-bar .status-label-wrapper .step--two .status-label.is-hidden, .status-label-wrapper .progress-bar .step--three .status-label.is-hidden, .progress-bar .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar .step--four .status-label.is-hidden, .progress-bar .status-label-wrapper .step--four .status-label.is-hidden, .status-label-wrapper .progress-bar .step--five .status-label.is-hidden, .progress-bar .status-label-wrapper .step--five .status-label.is-hidden, .status-label-wrapper .progress-bar .step--six .status-label.is-hidden, .progress-bar .status-label-wrapper .step--six .status-label.is-hidden, .status-label-wrapper .progress-bar .step--seven .status-label.is-hidden, .progress-bar .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar .step--eight .status-label.is-hidden, .progress-bar .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar .step--nine .status-label.is-hidden, .progress-bar .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar .step--ten .status-label.is-hidden, .progress-bar .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar .step--eleven .status-label.is-hidden, .progress-bar .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar .step--twelve .status-label.is-hidden, .progress-bar .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--one .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--two .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--two .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--three .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--four .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--four .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--five .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--five .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--six .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--six .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--seven .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--eight .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--nine .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--ten .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--eleven .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden, .status-label-wrapper .progress-bar--small .step--twelve .status-label.is-hidden, .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden, .status-label-wrapper .client-status-label-wrapper .step-one .status-label.is-hidden, .client-status-label-wrapper .status-label-wrapper .step-one .status-label.is-hidden, .status-label-wrapper .client-status-label-wrapper .step-two .status-label.is-hidden, .client-status-label-wrapper .status-label-wrapper .step-two .status-label.is-hidden, .status-label-wrapper .client-status-label-wrapper .step-three .status-label.is-hidden, .client-status-label-wrapper .status-label-wrapper .step-three .status-label.is-hidden, .status-label-wrapper .client-status-label-wrapper .step-four .status-label.is-hidden, .client-status-label-wrapper .status-label-wrapper .step-four .status-label.is-hidden, .status-label-wrapper .client-status-label-wrapper .step-five .status-label.is-hidden, .client-status-label-wrapper .status-label-wrapper .step-five .status-label.is-hidden, .status-label-wrapper .client-status-label-wrapper .step-six .status-label.is-hidden, .client-status-label-wrapper .status-label-wrapper .step-six .status-label.is-hidden {
  opacity: 0;
}
.status-label-wrapper .step .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label.is-hidden span, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three .status-label.is-hidden span, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six .status-label.is-hidden span, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--six .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five .status-label.is-hidden span, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--five .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four .status-label.is-hidden span, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--four .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two .status-label.is-hidden span, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--two .status-label.is-hidden span, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one .status-label.is-hidden span, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--one .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--two .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--two .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--three .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--four .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--four .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--five .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--five .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--six .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--six .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--seven .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--eight .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--nine .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--ten .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--eleven .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar .step--twelve .status-label.is-hidden span, .progress-bar .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--one .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--one .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--two .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--two .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--three .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--three .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--four .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--four .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--five .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--five .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--six .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--six .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--seven .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--seven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--eight .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--eight .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--nine .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--nine .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--ten .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--ten .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--eleven .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--eleven .status-label.is-hidden span, .status-label-wrapper .progress-bar--small .step--twelve .status-label.is-hidden span, .progress-bar--small .status-label-wrapper .step--twelve .status-label.is-hidden span, .status-label-wrapper .client-status-label-wrapper .step-one .status-label.is-hidden span, .client-status-label-wrapper .status-label-wrapper .step-one .status-label.is-hidden span, .status-label-wrapper .client-status-label-wrapper .step-two .status-label.is-hidden span, .client-status-label-wrapper .status-label-wrapper .step-two .status-label.is-hidden span, .status-label-wrapper .client-status-label-wrapper .step-three .status-label.is-hidden span, .client-status-label-wrapper .status-label-wrapper .step-three .status-label.is-hidden span, .status-label-wrapper .client-status-label-wrapper .step-four .status-label.is-hidden span, .client-status-label-wrapper .status-label-wrapper .step-four .status-label.is-hidden span, .status-label-wrapper .client-status-label-wrapper .step-five .status-label.is-hidden span, .client-status-label-wrapper .status-label-wrapper .step-five .status-label.is-hidden span, .status-label-wrapper .client-status-label-wrapper .step-six .status-label.is-hidden span, .client-status-label-wrapper .status-label-wrapper .step-six .status-label.is-hidden span {
  opacity: 0;
}
.status-label-wrapper .step .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one .status-label img, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one .status-label img, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one .status-label img, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one .status-label img, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one .status-label img, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one .status-label img, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one .status-label img, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one .status-label img, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one .status-label img, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label img, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve .status-label img, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven .status-label img, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten .status-label img, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine .status-label img, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight .status-label img, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven .status-label img, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three .status-label img, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--three .status-label img, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six .status-label img, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--six .status-label img, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five .status-label img, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--five .status-label img, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four .status-label img, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--four .status-label img, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two .status-label img, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--two .status-label img, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one .status-label img, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar .step--one .status-label img, .progress-bar .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar .step--two .status-label img, .progress-bar .status-label-wrapper .step--two .status-label img, .status-label-wrapper .progress-bar .step--three .status-label img, .progress-bar .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar .step--four .status-label img, .progress-bar .status-label-wrapper .step--four .status-label img, .status-label-wrapper .progress-bar .step--five .status-label img, .progress-bar .status-label-wrapper .step--five .status-label img, .status-label-wrapper .progress-bar .step--six .status-label img, .progress-bar .status-label-wrapper .step--six .status-label img, .status-label-wrapper .progress-bar .step--seven .status-label img, .progress-bar .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar .step--eight .status-label img, .progress-bar .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar .step--nine .status-label img, .progress-bar .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar .step--ten .status-label img, .progress-bar .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar .step--eleven .status-label img, .progress-bar .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar .step--twelve .status-label img, .progress-bar .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .progress-bar--small .step--one .status-label img, .progress-bar--small .status-label-wrapper .step--one .status-label img, .status-label-wrapper .progress-bar--small .step--two .status-label img, .progress-bar--small .status-label-wrapper .step--two .status-label img, .status-label-wrapper .progress-bar--small .step--three .status-label img, .progress-bar--small .status-label-wrapper .step--three .status-label img, .status-label-wrapper .progress-bar--small .step--four .status-label img, .progress-bar--small .status-label-wrapper .step--four .status-label img, .status-label-wrapper .progress-bar--small .step--five .status-label img, .progress-bar--small .status-label-wrapper .step--five .status-label img, .status-label-wrapper .progress-bar--small .step--six .status-label img, .progress-bar--small .status-label-wrapper .step--six .status-label img, .status-label-wrapper .progress-bar--small .step--seven .status-label img, .progress-bar--small .status-label-wrapper .step--seven .status-label img, .status-label-wrapper .progress-bar--small .step--eight .status-label img, .progress-bar--small .status-label-wrapper .step--eight .status-label img, .status-label-wrapper .progress-bar--small .step--nine .status-label img, .progress-bar--small .status-label-wrapper .step--nine .status-label img, .status-label-wrapper .progress-bar--small .step--ten .status-label img, .progress-bar--small .status-label-wrapper .step--ten .status-label img, .status-label-wrapper .progress-bar--small .step--eleven .status-label img, .progress-bar--small .status-label-wrapper .step--eleven .status-label img, .status-label-wrapper .progress-bar--small .step--twelve .status-label img, .progress-bar--small .status-label-wrapper .step--twelve .status-label img, .status-label-wrapper .client-status-label-wrapper .step-one .status-label img, .client-status-label-wrapper .status-label-wrapper .step-one .status-label img, .status-label-wrapper .client-status-label-wrapper .step-two .status-label img, .client-status-label-wrapper .status-label-wrapper .step-two .status-label img, .status-label-wrapper .client-status-label-wrapper .step-three .status-label img, .client-status-label-wrapper .status-label-wrapper .step-three .status-label img, .status-label-wrapper .client-status-label-wrapper .step-four .status-label img, .client-status-label-wrapper .status-label-wrapper .step-four .status-label img, .status-label-wrapper .client-status-label-wrapper .step-five .status-label img, .client-status-label-wrapper .status-label-wrapper .step-five .status-label img, .status-label-wrapper .client-status-label-wrapper .step-six .status-label img, .client-status-label-wrapper .status-label-wrapper .step-six .status-label img {
  margin-left: 7px;
  cursor: pointer;
}
.status-label-wrapper .card, .status-label-wrapper .card--header, .status-label-wrapper .card--login, .status-label-wrapper .card--two-factor-auth, .status-label-wrapper .card--inbox, .status-label-wrapper .card--table, .status-label-wrapper .card--nps-attorney, .status-label-wrapper .card--transaction {
  width: 50%;
}
.status-label-wrapper .card p, .status-label-wrapper .card--header p, .status-label-wrapper .card--login p, .status-label-wrapper .card--two-factor-auth p, .status-label-wrapper .card--inbox p, .status-label-wrapper .card--table p, .status-label-wrapper .card--nps-attorney p, .status-label-wrapper .card--transaction p {
  margin: 0;
}
.status-label-wrapper .card.hide, .status-label-wrapper .hide.card--header, .status-label-wrapper .hide.card--login, .status-label-wrapper .hide.card--two-factor-auth, .status-label-wrapper .hide.card--inbox, .status-label-wrapper .hide.card--table, .status-label-wrapper .hide.card--nps-attorney, .status-label-wrapper .hide.card--transaction {
  display: none;
}

@media screen and (max-width: 767px) {
  .status-label-wrapper {
    height: auto;
    z-index: 1;
  }
  .status-label-wrapper .step-one, .status-label-wrapper .step-two, .status-label-wrapper .step-three, .status-label-wrapper .step-four, .status-label-wrapper .step-five, .status-label-wrapper .step-six, .status-label-wrapper .step-seven, .status-label-wrapper .step-eight, .status-label-wrapper .step-nine, .status-label-wrapper .step-ten, .status-label-wrapper .step-eleven, .status-label-wrapper .step-twelve {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 100%;
  }
  .status-label-wrapper .step .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one .status-label, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--ten .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--nine .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eight .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--seven .status-label, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three .status-label, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--three .status-label, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six .status-label, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--six .status-label, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five .status-label, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--five .status-label, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four .status-label, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--four .status-label, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two .status-label, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--two .status-label, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one .status-label, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar .step--one .status-label, .progress-bar .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar .step--two .status-label, .progress-bar .status-label-wrapper .step--two .status-label, .status-label-wrapper .progress-bar .step--three .status-label, .progress-bar .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar .step--four .status-label, .progress-bar .status-label-wrapper .step--four .status-label, .status-label-wrapper .progress-bar .step--five .status-label, .progress-bar .status-label-wrapper .step--five .status-label, .status-label-wrapper .progress-bar .step--six .status-label, .progress-bar .status-label-wrapper .step--six .status-label, .status-label-wrapper .progress-bar .step--seven .status-label, .progress-bar .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar .step--eight .status-label, .progress-bar .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar .step--nine .status-label, .progress-bar .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar .step--ten .status-label, .progress-bar .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar .step--eleven .status-label, .progress-bar .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar .step--twelve .status-label, .progress-bar .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .progress-bar--small .step--one .status-label, .progress-bar--small .status-label-wrapper .step--one .status-label, .status-label-wrapper .progress-bar--small .step--two .status-label, .progress-bar--small .status-label-wrapper .step--two .status-label, .status-label-wrapper .progress-bar--small .step--three .status-label, .progress-bar--small .status-label-wrapper .step--three .status-label, .status-label-wrapper .progress-bar--small .step--four .status-label, .progress-bar--small .status-label-wrapper .step--four .status-label, .status-label-wrapper .progress-bar--small .step--five .status-label, .progress-bar--small .status-label-wrapper .step--five .status-label, .status-label-wrapper .progress-bar--small .step--six .status-label, .progress-bar--small .status-label-wrapper .step--six .status-label, .status-label-wrapper .progress-bar--small .step--seven .status-label, .progress-bar--small .status-label-wrapper .step--seven .status-label, .status-label-wrapper .progress-bar--small .step--eight .status-label, .progress-bar--small .status-label-wrapper .step--eight .status-label, .status-label-wrapper .progress-bar--small .step--nine .status-label, .progress-bar--small .status-label-wrapper .step--nine .status-label, .status-label-wrapper .progress-bar--small .step--ten .status-label, .progress-bar--small .status-label-wrapper .step--ten .status-label, .status-label-wrapper .progress-bar--small .step--eleven .status-label, .progress-bar--small .status-label-wrapper .step--eleven .status-label, .status-label-wrapper .progress-bar--small .step--twelve .status-label, .progress-bar--small .status-label-wrapper .step--twelve .status-label, .status-label-wrapper .client-status-label-wrapper .step-one .status-label, .client-status-label-wrapper .status-label-wrapper .step-one .status-label, .status-label-wrapper .client-status-label-wrapper .step-two .status-label, .client-status-label-wrapper .status-label-wrapper .step-two .status-label, .status-label-wrapper .client-status-label-wrapper .step-three .status-label, .client-status-label-wrapper .status-label-wrapper .step-three .status-label, .status-label-wrapper .client-status-label-wrapper .step-four .status-label, .client-status-label-wrapper .status-label-wrapper .step-four .status-label, .status-label-wrapper .client-status-label-wrapper .step-five .status-label, .client-status-label-wrapper .status-label-wrapper .step-five .status-label, .status-label-wrapper .client-status-label-wrapper .step-six .status-label, .client-status-label-wrapper .status-label-wrapper .step-six .status-label {
    max-width: 100%;
    position: relative;
    white-space: initial;
  }
  .status-label-wrapper .step .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--three .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .step--one .status-label::after, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven .status-label::after, .progress-bar--small .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three .status-label::after, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--six .status-label::after, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--six .status-label::after, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--five .status-label::after, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--five .status-label::after, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--four .status-label::after, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--four .status-label::after, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--two .status-label::after, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--two .status-label::after, .status-label-wrapper .client-case-status-indicator .graphic-indicator .step--one .status-label::after, .client-case-status-indicator .graphic-indicator .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar .step--one .status-label::after, .progress-bar .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar .step--two .status-label::after, .progress-bar .status-label-wrapper .step--two .status-label::after, .status-label-wrapper .progress-bar .step--three .status-label::after, .progress-bar .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar .step--four .status-label::after, .progress-bar .status-label-wrapper .step--four .status-label::after, .status-label-wrapper .progress-bar .step--five .status-label::after, .progress-bar .status-label-wrapper .step--five .status-label::after, .status-label-wrapper .progress-bar .step--six .status-label::after, .progress-bar .status-label-wrapper .step--six .status-label::after, .status-label-wrapper .progress-bar .step--seven .status-label::after, .progress-bar .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar .step--eight .status-label::after, .progress-bar .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar .step--nine .status-label::after, .progress-bar .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar .step--ten .status-label::after, .progress-bar .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar .step--eleven .status-label::after, .progress-bar .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar .step--twelve .status-label::after, .progress-bar .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .progress-bar--small .step--one .status-label::after, .progress-bar--small .status-label-wrapper .step--one .status-label::after, .status-label-wrapper .progress-bar--small .step--two .status-label::after, .progress-bar--small .status-label-wrapper .step--two .status-label::after, .status-label-wrapper .progress-bar--small .step--three .status-label::after, .progress-bar--small .status-label-wrapper .step--three .status-label::after, .status-label-wrapper .progress-bar--small .step--four .status-label::after, .progress-bar--small .status-label-wrapper .step--four .status-label::after, .status-label-wrapper .progress-bar--small .step--five .status-label::after, .progress-bar--small .status-label-wrapper .step--five .status-label::after, .status-label-wrapper .progress-bar--small .step--six .status-label::after, .progress-bar--small .status-label-wrapper .step--six .status-label::after, .status-label-wrapper .progress-bar--small .step--seven .status-label::after, .progress-bar--small .status-label-wrapper .step--seven .status-label::after, .status-label-wrapper .progress-bar--small .step--eight .status-label::after, .progress-bar--small .status-label-wrapper .step--eight .status-label::after, .status-label-wrapper .progress-bar--small .step--nine .status-label::after, .progress-bar--small .status-label-wrapper .step--nine .status-label::after, .status-label-wrapper .progress-bar--small .step--ten .status-label::after, .progress-bar--small .status-label-wrapper .step--ten .status-label::after, .status-label-wrapper .progress-bar--small .step--eleven .status-label::after, .progress-bar--small .status-label-wrapper .step--eleven .status-label::after, .status-label-wrapper .progress-bar--small .step--twelve .status-label::after, .progress-bar--small .status-label-wrapper .step--twelve .status-label::after, .status-label-wrapper .client-status-label-wrapper .step-one .status-label::after, .client-status-label-wrapper .status-label-wrapper .step-one .status-label::after, .status-label-wrapper .client-status-label-wrapper .step-two .status-label::after, .client-status-label-wrapper .status-label-wrapper .step-two .status-label::after, .status-label-wrapper .client-status-label-wrapper .step-three .status-label::after, .client-status-label-wrapper .status-label-wrapper .step-three .status-label::after, .status-label-wrapper .client-status-label-wrapper .step-four .status-label::after, .client-status-label-wrapper .status-label-wrapper .step-four .status-label::after, .status-label-wrapper .client-status-label-wrapper .step-five .status-label::after, .client-status-label-wrapper .status-label-wrapper .step-five .status-label::after, .status-label-wrapper .client-status-label-wrapper .step-six .status-label::after, .client-status-label-wrapper .status-label-wrapper .step-six .status-label::after {
    display: none;
  }
}
.client-case-status-indicator {
  background: #f4f9fc;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.5rem;
  border-radius: 5px;
}
.client-case-status-indicator .status-name {
  display: inline-block;
  margin-left: 1rem;
}
.client-case-status-indicator .status-name span {
  color: #515d79;
  font-weight: bolder;
}
.client-case-status-indicator .hold {
  color: #fa105d;
  font-weight: bold;
  padding-left: 0;
  padding-bottom: 0.3rem;
}
.client-case-status-indicator .closed-text {
  color: #fa105d;
  font-weight: bold;
  padding-left: 0;
  padding-bottom: 0.3rem;
}
.client-case-status-indicator.alert, .client-case-status-indicator.alert--light {
  border-top: 6px solid #fa105d;
  padding-top: 0.3rem;
}
.client-case-status-indicator .graphic-indicator {
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  width: 50%;
  overflow: hidden;
}
.client-case-status-indicator .graphic-indicator .step, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--three, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .progress-bar--small .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .progress-bar--small .step--one, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .progress-bar--small .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .progress-bar--small .step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one, .client-case-status-indicator .graphic-indicator .step--six, .client-case-status-indicator .graphic-indicator .step--five, .client-case-status-indicator .graphic-indicator .step--four, .client-case-status-indicator .graphic-indicator .step--two, .client-case-status-indicator .graphic-indicator .step--one, .client-case-status-indicator .graphic-indicator .progress-bar .step--three, .progress-bar .client-case-status-indicator .graphic-indicator .step--three, .client-case-status-indicator .graphic-indicator .progress-bar .step--seven, .progress-bar .client-case-status-indicator .graphic-indicator .step--seven, .client-case-status-indicator .graphic-indicator .progress-bar .step--eight, .progress-bar .client-case-status-indicator .graphic-indicator .step--eight, .client-case-status-indicator .graphic-indicator .progress-bar .step--nine, .progress-bar .client-case-status-indicator .graphic-indicator .step--nine, .client-case-status-indicator .graphic-indicator .progress-bar .step--ten, .progress-bar .client-case-status-indicator .graphic-indicator .step--ten, .client-case-status-indicator .graphic-indicator .progress-bar .step--eleven, .progress-bar .client-case-status-indicator .graphic-indicator .step--eleven, .client-case-status-indicator .graphic-indicator .progress-bar .step--twelve, .progress-bar .client-case-status-indicator .graphic-indicator .step--twelve, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--three, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--three, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--seven, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--seven, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--eight, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--eight, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--nine, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--nine, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--ten, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--ten, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--eleven, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--eleven, .client-case-status-indicator .graphic-indicator .progress-bar--small .step--twelve, .progress-bar--small .client-case-status-indicator .graphic-indicator .step--twelve, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step-one, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step-one, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step-two, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step-two, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step-three, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step-three, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step-four, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step-four, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step-five, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step-five, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .step-six, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .step-six {
  background: #96a3b6;
  box-sizing: border-box;
  border: 3px solid transparent;
  display: inline-block;
  float: left;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  transition: 0.3s ease-in-out;
}
.client-case-status-indicator .graphic-indicator .step.inactive, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--one, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--three, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--twelve, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eleven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--ten, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--nine, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eight, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--seven, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--three, .client-case-status-indicator .graphic-indicator .inactive.step--six, .client-case-status-indicator .graphic-indicator .inactive.step--five, .client-case-status-indicator .graphic-indicator .inactive.step--four, .client-case-status-indicator .graphic-indicator .inactive.step--two, .client-case-status-indicator .graphic-indicator .inactive.step--one, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--three, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--three, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--seven, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--seven, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--eight, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--eight, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--nine, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--nine, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--ten, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--ten, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--eleven, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--eleven, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--twelve, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--twelve, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--three, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--three, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--seven, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--seven, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--eight, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--eight, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--nine, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--nine, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--ten, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--ten, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--eleven, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--eleven, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--twelve, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--twelve, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-one, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-one, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-two, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-two, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-three, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-three, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-four, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-four, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-five, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-five, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-six, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-six {
  background: #ffffff;
  border-right: 2px solid #ecf5fa;
}
.client-case-status-indicator .graphic-indicator .step.inactive:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="12"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="11"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="10"] .graphic-indicator .inactive.step--one:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="9"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="8"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="7"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="6"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="5"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="4"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="3"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator[data-max-steps="2"] .graphic-indicator .inactive.step--three:before, .client-case-status-indicator .graphic-indicator .inactive.step--six:before, .client-case-status-indicator .graphic-indicator .inactive.step--five:before, .client-case-status-indicator .graphic-indicator .inactive.step--four:before, .client-case-status-indicator .graphic-indicator .inactive.step--two:before, .client-case-status-indicator .graphic-indicator .inactive.step--one:before, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--three:before, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--three:before, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--seven:before, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--eight:before, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--nine:before, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--ten:before, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--eleven:before, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator .graphic-indicator .progress-bar .inactive.step--twelve:before, .progress-bar .client-case-status-indicator .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--three:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--three:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--seven:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--seven:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--eight:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--eight:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--nine:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--nine:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--ten:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--ten:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--eleven:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--eleven:before, .client-case-status-indicator .graphic-indicator .progress-bar--small .inactive.step--twelve:before, .progress-bar--small .client-case-status-indicator .graphic-indicator .inactive.step--twelve:before, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-one:before, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-one:before, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-two:before, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-two:before, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-three:before, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-three:before, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-four:before, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-four:before, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-five:before, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-five:before, .client-case-status-indicator .graphic-indicator .client-status-label-wrapper .inactive.step-six:before, .client-status-label-wrapper .client-case-status-indicator .graphic-indicator .inactive.step-six:before {
  color: #cdd7e4;
}
.client-case-status-indicator .graphic-indicator .step--one {
  left: -2.5%;
}
.client-case-status-indicator .graphic-indicator .step--one:before {
  content: " ";
  background: #384c8d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4px;
  left: -7px;
}
.client-case-status-indicator .graphic-indicator .step--two {
  transition-delay: 0.2s;
}
.client-case-status-indicator .graphic-indicator .step--three {
  transition-delay: 0.4s;
}
.client-case-status-indicator .graphic-indicator .step--four {
  transition-delay: 0.6s;
}
.client-case-status-indicator .graphic-indicator .step--five {
  transition-delay: 0.8s;
}
.client-case-status-indicator .graphic-indicator .step--six {
  transition-delay: 1s;
}
.client-case-status-indicator .graphic-indicator .step--six.active::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 8px;
  transition-delay: 1s;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one {
  background: #5f6fa3;
  width: 48%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--one:before {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--two {
  width: 50%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--two:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three {
  width: 50%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--three:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--four {
  width: 50%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--four:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--five {
  width: 50%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--five:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--six {
  width: 50%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--six:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven {
  width: 50%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--seven:not(.inactive) {
  background: #25d0a4;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight {
  width: 50%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eight:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine {
  width: 50%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--nine:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten {
  width: 50%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--ten:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven {
  width: 50%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve {
  width: 50%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="2"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one {
  background: #5f6fa3;
  width: 31.3333333333%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--one:before {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--two {
  width: 33.3333333333%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--two:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three {
  width: 33.3333333333%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--three:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--four {
  width: 33.3333333333%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--four:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--five {
  width: 33.3333333333%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--five:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--six {
  width: 33.3333333333%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--six:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven {
  width: 33.3333333333%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--seven:not(.inactive) {
  background: #25d0a4;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight {
  width: 33.3333333333%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eight:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine {
  width: 33.3333333333%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--nine:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten {
  width: 33.3333333333%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--ten:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven {
  width: 33.3333333333%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve {
  width: 33.3333333333%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="3"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one {
  background: #5f6fa3;
  width: 23%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--one:before {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--two {
  width: 25%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--two:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three {
  width: 25%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--three:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--four {
  width: 25%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--four:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--five {
  width: 25%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--five:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--six {
  width: 25%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--six:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven {
  width: 25%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--seven:not(.inactive) {
  background: #25d0a4;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight {
  width: 25%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eight:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine {
  width: 25%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--nine:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten {
  width: 25%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--ten:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven {
  width: 25%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve {
  width: 25%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="4"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one {
  background: #5f6fa3;
  width: 18%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--one:before {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--two {
  width: 20%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--two:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three {
  width: 20%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--three:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--four {
  width: 20%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--four:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--five {
  width: 20%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--five:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--six {
  width: 20%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--six:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven {
  width: 20%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--seven:not(.inactive) {
  background: #25d0a4;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight {
  width: 20%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eight:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine {
  width: 20%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--nine:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten {
  width: 20%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--ten:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven {
  width: 20%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve {
  width: 20%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="5"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one {
  background: #5f6fa3;
  width: 14.6666666667%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--one:before {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--two {
  width: 16.6666666667%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--two:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three {
  width: 16.6666666667%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--three:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--four {
  width: 16.6666666667%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--four:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--five {
  width: 16.6666666667%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--five:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--six {
  width: 16.6666666667%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--six:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven {
  width: 16.6666666667%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--seven:not(.inactive) {
  background: #25d0a4;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight {
  width: 16.6666666667%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eight:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine {
  width: 16.6666666667%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--nine:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten {
  width: 16.6666666667%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--ten:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven {
  width: 16.6666666667%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve {
  width: 16.6666666667%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="6"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one {
  background: #5f6fa3;
  width: 12.2857142857%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--one:before {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--two {
  width: 14.2857142857%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--two:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three {
  width: 14.2857142857%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--three:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--four {
  width: 14.2857142857%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--four:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--five {
  width: 14.2857142857%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--five:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--six {
  width: 14.2857142857%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--six:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven {
  width: 14.2857142857%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--seven:not(.inactive) {
  background: #25d0a4;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight {
  width: 14.2857142857%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eight:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine {
  width: 14.2857142857%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--nine:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten {
  width: 14.2857142857%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--ten:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven {
  width: 14.2857142857%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve {
  width: 14.2857142857%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="7"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one {
  background: #7da8eb;
  width: 10.5%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--one:before {
  background: #7da8eb;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--two {
  width: 12.5%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--two:not(.inactive) {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three {
  width: 12.5%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--three:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--four {
  width: 12.5%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--four:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--five {
  width: 12.5%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--five:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--six {
  width: 12.5%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--six:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven {
  width: 12.5%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--seven:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight {
  width: 12.5%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eight:not(.inactive) {
  background: #25d0a4;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine {
  width: 12.5%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--nine:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten {
  width: 12.5%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--ten:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven {
  width: 12.5%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve {
  width: 12.5%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="8"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one {
  background: #8dc5fa;
  width: 9.1111111111%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--one:before {
  background: #8dc5fa;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--two {
  width: 11.1111111111%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--two:not(.inactive) {
  background: #7da8eb;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three {
  width: 11.1111111111%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--three:not(.inactive) {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--four {
  width: 11.1111111111%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--four:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--five {
  width: 11.1111111111%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--five:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--six {
  width: 11.1111111111%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--six:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven {
  width: 11.1111111111%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--seven:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight {
  width: 11.1111111111%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eight:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine {
  width: 11.1111111111%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--nine:not(.inactive) {
  background: #25d0a4;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten {
  width: 11.1111111111%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--ten:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven {
  width: 11.1111111111%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve {
  width: 11.1111111111%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="9"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one {
  background: #99f1ff;
  width: 8%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--one:before {
  background: #99f1ff;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--two {
  width: 10%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--two:not(.inactive) {
  background: #8dc5fa;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three {
  width: 10%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--three:not(.inactive) {
  background: #7da8eb;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--four {
  width: 10%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--four:not(.inactive) {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--five {
  width: 10%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--five:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--six {
  width: 10%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--six:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven {
  width: 10%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--seven:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight {
  width: 10%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eight:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine {
  width: 10%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--nine:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten {
  width: 10%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--ten:not(.inactive) {
  background: #25d0a4;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven {
  width: 10%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve {
  width: 10%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="10"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one {
  background: #1bf8ab;
  width: 7.0909090909%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--one:before {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--two {
  width: 9.0909090909%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--two:not(.inactive) {
  background: #99f1ff;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three {
  width: 9.0909090909%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--three:not(.inactive) {
  background: #8dc5fa;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--four {
  width: 9.0909090909%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--four:not(.inactive) {
  background: #7da8eb;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--five {
  width: 9.0909090909%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--five:not(.inactive) {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--six {
  width: 9.0909090909%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--six:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven {
  width: 9.0909090909%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--seven:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight {
  width: 9.0909090909%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eight:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine {
  width: 9.0909090909%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--nine:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten {
  width: 9.0909090909%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--ten:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven {
  width: 9.0909090909%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #25d0a4;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve {
  width: 9.0909090909%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="11"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #fa105d;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one {
  background: #7ce3c8;
  width: 6.3333333333%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--one:before {
  background: #7ce3c8;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--two {
  width: 8.3333333333%;
  left: 17%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--two:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three {
  width: 8.3333333333%;
  left: 25.5%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--three:not(.inactive) {
  background: #99f1ff;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--four {
  width: 8.3333333333%;
  left: 34%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--four:not(.inactive) {
  background: #8dc5fa;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--five {
  width: 8.3333333333%;
  left: 42.5%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--five:not(.inactive) {
  background: #7da8eb;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--six {
  width: 8.3333333333%;
  left: 51%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--six:not(.inactive) {
  background: #5f6fa3;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven {
  width: 8.3333333333%;
  left: 59.5%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--seven:not(.inactive) {
  background: #384c8d;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight {
  width: 8.3333333333%;
  left: 68%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eight:not(.inactive) {
  background: #465fdc;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine {
  width: 8.3333333333%;
  left: 76.5%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--nine:not(.inactive) {
  background: #419ef8;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten {
  width: 8.3333333333%;
  left: 85%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--ten:not(.inactive) {
  background: #01ddff;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven {
  width: 8.3333333333%;
  left: 93.5%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--eleven:not(.inactive) {
  background: #1bf8ab;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve {
  width: 8.3333333333%;
  left: 102%;
}
.client-case-status-indicator[data-max-steps="12"] .graphic-indicator .step--twelve:not(.inactive) {
  background: #25d0a4;
}

.case-description-box {
  max-height: 10rem;
}

/** @format */
.client-case {
  margin-top: 3rem !important;
}
.client-case .case-status {
  padding: 0 0 1.5rem 0;
}
.client-case .header {
  padding: 0;
}
.client-case h4.attorney-tag, .client-case h4.solicitor-tag {
  position: relative;
}
.client-case h4.attorney-tag:after, .client-case h4.solicitor-tag:after {
  content: "Attorney";
  position: absolute;
  top: 75%;
  left: 0;
  color: #96a3b6;
  font-style: italic;
  font-size: 0.85rem;
  font-weight: 100;
}
.client-case h4.solicitor-tag:after {
  content: "Solicitor";
}
.client-case h4.paralegal-tag {
  position: relative;
}
.client-case h4.paralegal-tag:after {
  content: "Case Manager";
  position: absolute;
  top: 75%;
  left: 0;
  color: #96a3b6;
  font-style: italic;
  font-size: 0.85rem;
  font-weight: 100;
}
.client-case .alert h2, .client-case .alert--light h2,
.client-case .alert p.small,
.client-case .alert--light p.small {
  margin: 0 0 0.5rem 0;
}
.client-case .legal-team-profile-picture {
  border-radius: 50%;
  height: auto;
}
.client-case .disabled-messages {
  background: #f4f9fc;
  padding: 0.75rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.client-case .disabled-messages p {
  margin: 0;
  font-style: italic;
  color: #96a3b6;
}

/** @format */
.error-wrapper {
  background: #419ef8;
  height: 100vh;
  left: 0;
  overflow-y: auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.error-wrapper .error-content {
  display: block;
  height: auto;
  left: 50%;
  margin: 2rem auto;
  max-height: 96vh;
  max-width: 96vw;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20rem;
}
.error-wrapper .error-content img {
  height: auto;
  width: 5rem;
}
.error-wrapper .error-content h1,
.error-wrapper .error-content h2,
.error-wrapper .error-content p {
  color: #ffffff;
}

/** @format */
.features {
  padding: 0 1rem;
}
.features .header {
  margin: 0 auto;
}
.features .header h1 {
  font-size: 2.5rem;
  padding: 1rem 0;
}
.features .header.center {
  text-align: center;
}
.features .feature, .features .feature--right, .features .feature--left {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding: 3rem 0;
}
.features .feature img, .features .feature--right img, .features .feature--left img {
  float: left;
  width: 18rem;
}
.features .feature .text, .features .feature--right .text, .features .feature--left .text {
  display: inline-block;
  padding: 1rem 1.5rem;
  width: calc(99% - 18rem);
}
.features .feature--left img {
  float: left;
}
.features .feature--left .text {
  float: right;
}
.features .feature--right img {
  float: right;
}
.features .feature--right .text {
  float: left;
}

@media (max-width: 600px) {
  .features .feature, .features .feature--left, .features .feature--right {
    max-width: 100% !important;
    padding: 2rem 0 !important;
  }
  .features .feature .text, .features .feature--left .text, .features .feature--right .text {
    float: none !important;
    padding: 1rem 0;
    width: 100% !important;
  }
  .features .feature img, .features .feature--left img, .features .feature--right img {
    float: none !important;
    width: 100% !important;
  }
}
/** @format */
.filters, .filters.quota, .quota.filters--cases, .filters--cases {
  background-color: rgba(20, 19, 73, 0.1);
  border-radius: 4.5px;
  padding: 0.5rem 1rem;
  color: #384c8d;
}
.filters--cases {
  margin: 0.5rem 0.5rem 0 0.45rem;
}
.filters.bulk-mobile, .bulk-mobile.filters--cases {
  width: 100%;
  background-color: transparent;
  margin-left: 0;
  padding: 0 0.5rem;
}
.filters.bulk-mobile > .checkbox-group label.control, .bulk-mobile.filters--cases > .checkbox-group label.control, .filters.bulk-mobile > .checkbox-group label.control-cell, .bulk-mobile.filters--cases > .checkbox-group label.control-cell {
  padding: 0;
}
.filters.preferences label.control, .preferences.filters--cases label.control, .filters.preferences label.control-cell, .preferences.filters--cases label.control-cell {
  padding: 0 !important;
}
.filters.quota, .quota.filters--cases {
  font-weight: 700;
  color: #ffffff;
}
.filters.quota p, .quota.filters--cases p {
  padding: 0 0.5rem 0 0.5rem !important;
}
.filters--container label.control, .filters--container label.control-cell {
  padding: 0;
  margin-left: 1rem;
}
.filters--container label.control.no-margin, .filters--container label.no-margin.control-cell {
  margin-left: 0;
}
.filters.align-right, .align-right.filters--cases {
  margin: 0.5rem 0.5rem 0 auto;
}
.filters .filter-btn-text, .filters .filter-btn-text-selected, .filters .active.filter-btn-text-selected, .filters .filter-btn-text.active, .filters--cases .filter-btn-text, .filters--cases .filter-btn-text-selected, .filters--cases .active.filter-btn-text-selected, .filters--cases .filter-btn-text.active {
  font-weight: 700;
  color: #384c8d;
  margin-left: 1rem;
  padding: 0 0.5rem;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
}
.filters .filter-btn-text:hover, .filters .filter-btn-text-selected:hover, .filters--cases .filter-btn-text:hover, .filters--cases .filter-btn-text-selected:hover {
  cursor: pointer;
}
.filters .filter-btn-text.active, .filters .active.filter-btn-text-selected, .filters--cases .filter-btn-text.active, .filters--cases .active.filter-btn-text-selected {
  color: #ffffff;
  border-radius: 5px;
}
.filters .filter-btn-text.active span.text, .filters .active.filter-btn-text-selected span.text, .filters--cases .filter-btn-text.active span.text, .filters--cases .active.filter-btn-text-selected span.text {
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 5px;
  padding: 1px 3px;
}
.filters .filter-btn-text-selected, .filters--cases .filter-btn-text-selected {
  color: #ffffff;
  border-radius: 5px;
}

.filter-dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 997;
}

.filter-dropdown-container {
  position: relative;
}
.filter-dropdown-container.mobile-container {
  position: static;
}
.filter-dropdown-container.mobile-container > .filter-dropdown-menu {
  margin-top: 0;
  left: 50%;
  transform: translateX(-47.5%);
}
.filter-dropdown-container.mobile-container > .filter-dropdown-menu label.control, .filter-dropdown-container.mobile-container > .filter-dropdown-menu label.control-cell {
  padding: 0;
}

.filter-dropdown-menu {
  position: absolute;
  background-color: #ffffff;
  margin-left: -0.5rem;
  margin-top: 0.5rem;
  max-height: 28rem;
  min-width: 8.5rem;
  color: #515d79;
  border-radius: 4.5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 997;
}
.filter-dropdown-menu .filter-search {
  padding: 0.5rem 0.5rem 0;
  min-width: 19rem;
  z-index: 1;
}
.filter-dropdown-menu .filter-search input {
  border: 0;
  background-color: #f4f9fc;
  height: 2.875rem;
}
.filter-dropdown-menu.quota-left {
  left: -240px;
}
.filter-dropdown-menu.quota-right {
  left: -185px;
}
.filter-dropdown-menu.quota-modal {
  border-radius: 8px;
  cursor: default;
  padding: 16px;
  width: 350px;
}
.filter-dropdown-menu.quota-modal .quota-content-container {
  padding: 16px;
}
.filter-dropdown-menu.quota-modal .quota-content-container.bg-green {
  background-color: #eafbf6;
}
.filter-dropdown-menu.quota-modal .quota-content-container.bg-yellow {
  background-color: #fdf8e0;
}
.filter-dropdown-menu.quota-modal .quota-content-container.bg-red {
  background-color: #feeef4;
}
.filter-dropdown-menu.quota-modal .quota-content-container .quota-status {
  color: #131349;
  font-weight: 700;
  line-height: 1.15rem;
}
.filter-dropdown-menu.quota-modal .quota-content-container .quota-circle {
  margin-right: 10px;
}
.filter-dropdown-menu.quota-modal .quota-content-container .quota-pitch {
  color: #515d79;
  font-weight: 400;
  line-height: 1.15rem;
}
.filter-dropdown-menu.quota-modal .quota-content-container .quota-title {
  color: #131349;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}
.filter-dropdown-menu.preferences {
  min-width: 14rem;
}
.filter-dropdown-menu .filter-content {
  max-height: 24rem;
  padding: 0.75rem;
  z-index: 1;
  overflow: scroll;
  overflow-x: hidden;
}
.filter-dropdown-menu .filter-content .filter-option-img {
  padding-right: 0.25rem;
}
.filter-dropdown-menu .filter-content .filter-option-img img {
  vertical-align: middle;
  margin-bottom: 0.1rem;
}
.filter-dropdown-menu .filter-content .filter-md {
  width: 15rem;
}
.filter-dropdown-menu .filter-content .filter-lg {
  width: 20rem;
}
.filter-dropdown-menu .filter-content .filter-xl {
  width: 25rem;
}
.filter-dropdown-menu .filter-content label.control, .filter-dropdown-menu .filter-content label.control-cell {
  margin-right: 2rem;
}
.filter-dropdown-menu .filter-content label:hover {
  background-color: #f4f9fc;
  border-radius: 4px;
}
.filter-dropdown-menu .filter-dates {
  width: 17rem;
}
.filter-dropdown-menu .filter-dates label {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-size: 0.8rem;
}
.filter-dropdown-menu .filter-end {
  padding: 0.5rem;
  text-align: center;
  color: #cdd7e4;
}

.bulk-actions {
  padding: 2rem 1rem 0;
  background-color: #f4f9fc;
  position: fixed;
  width: 100%;
  min-height: 2.5rem;
  z-index: 3;
}
.bulk-actions-targets {
  display: inline-block;
  min-width: 5.1rem;
  margin-right: 1rem;
  color: #96a3b6;
  font-weight: bold;
}
.bulk-actions-btn-text {
  padding: 0 0.5rem;
  background-color: #e1ebf4;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  color: #515d79;
  margin-right: 0.4rem;
  position: relative;
  bottom: 6px;
}
.bulk-actions-btn-text:hover {
  cursor: pointer;
}

.bulk-actions-slider {
  overflow-y: hidden;
  display: inline-block;
  vertical-align: bottom;
  max-height: 40px;
  transition: max-height 0.3s ease-in;
}
.bulk-actions-slider.closed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.025s ease-in;
}
.bulk-actions-slider:active {
  background-color: #96a3b6;
}

.container--table.secondary-2, .secondary-2.container--accounting {
  padding-top: 1.5rem;
}

.hide-mobile-actions {
  display: none;
}

@media (min-width: 1200px) {
  .bulk-actions {
    padding: 3rem 1rem 0;
  }
  .container--table.secondary-2, .secondary-2.container--accounting {
    padding-top: 2.5rem;
  }
}
@media (max-width: 1100px) {
  .bulk-actions {
    display: grid;
  }
  .bulk-actions-slider {
    margin: 5px 0;
    padding: 6px;
  }
  .bulk-actions-btn-text {
    bottom: 0px;
  }
  .container--table.secondary-2, .secondary-2.container--accounting {
    transition: max-height 0.2s ease-in;
  }
  .container--table.secondary-2.table-bulk-select-state, .secondary-2.table-bulk-select-state.container--accounting {
    transition: all 0.025s ease-in;
  }
  .container--table.secondary-2.less-actions, .secondary-2.less-actions.container--accounting {
    padding-top: 6rem;
  }
  .hide-mobile-actions {
    display: inherit;
  }
  .bulk-actions-targets {
    margin-right: 0;
  }
}
.iframe-filter-icon {
  height: 30px;
  width: 30px;
  color: white;
  cursor: pointer;
}

/** @format */
.custom-dashboard {
  height: calc(100vh - 4rem);
}

.firm-insights h3.no-margin {
  margin: 0;
}
.firm-insights .attorney-nps-row {
  margin-bottom: 1rem;
}
.firm-insights .attorney-nps-row .profile-pic {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.firm-insights .attorney-nps-row .profile-pic span {
  color: white;
  font-weight: 600;
}
.firm-insights .attorney-nps-row .tag {
  color: #96a3b6;
  font-weight: bold;
  font-style: italic;
}

/** @format */
footer {
  padding: 5rem 0;
  text-align: center;
}
footer p {
  color: #96a3b6;
  margin: 0;
}
footer .trademark-disclaimer {
  padding: 1.5rem 0;
}
footer .trademark-disclaimer p.small {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}
footer a {
  margin: 0 1rem;
}

/** @format */
.top-nav {
  height: auto;
  overflow: hidden;
  padding: 0 3rem 3rem;
}
.top-nav .logo, .top-nav .logo--mark, .top-nav .logo--mark-dark, .top-nav .logo--full-color {
  height: 2.5rem;
  float: left;
}
.top-nav .nav button, .top-nav .nav [type=button], .top-nav .nav [type=reset], .top-nav .nav [type=submit] {
  margin: 0;
}
.top-nav .nav a {
  color: #384c8d;
  float: right;
}
.top-nav .nav a.login {
  padding: 0.5rem 1rem 0 2rem;
}
.top-nav .nav a:hover {
  color: #ffffff;
}

.hero, .hero--small {
  background: #419ef8;
  color: #ffffff;
  padding: 3rem 0 16rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.hero .container, .hero--small .container, .hero .container--app, .hero--small .container--app, .hero .container--table, .hero--small .container--table, .hero .container--accounting, .hero--small .container--accounting {
  padding: 1rem 5rem 3rem;
}
.hero .container .clio-case-status, .hero--small .container .clio-case-status, .hero .container--app .clio-case-status, .hero--small .container--app .clio-case-status, .hero .container--table .clio-case-status, .hero--small .container--table .clio-case-status, .hero .container--accounting .clio-case-status, .hero--small .container--accounting .clio-case-status {
  margin-bottom: 2rem;
  max-width: 90%;
  width: 28rem;
}
.hero .container h1, .hero--small .container h1, .hero .container--app h1, .hero--small .container--app h1, .hero .container--table h1, .hero--small .container--table h1, .hero .container--accounting h1, .hero--small .container--accounting h1 {
  font-size: 4.5rem;
  margin: 0 auto;
}
.hero .container p, .hero--small .container p, .hero .container--app p, .hero--small .container--app p, .hero .container--table p, .hero--small .container--table p, .hero .container--accounting p, .hero--small .container--accounting p {
  color: #ffffff;
  font-size: 1.25rem;
  max-width: 70%;
  margin: 1rem auto;
}
.hero .container a, .hero--small .container a, .hero .container--app a, .hero--small .container--app a, .hero .container--table a, .hero--small .container--table a, .hero .container--accounting a, .hero--small .container--accounting a {
  color: #384c8d;
}
.hero .container a:hover, .hero--small .container a:hover, .hero .container--app a:hover, .hero--small .container--app a:hover, .hero .container--table a:hover, .hero--small .container--table a:hover, .hero .container--accounting a:hover, .hero--small .container--accounting a:hover {
  color: #ffffff;
}
.hero .color-bar, .hero--small .color-bar {
  bottom: 0;
  left: 0;
  position: absolute;
  transform: translateY(50%);
  width: 100%;
}
.hero--small {
  padding: 3rem 0;
}

.iphones, .iphones--3, .iphones--2 {
  display: inherit;
  margin: 0 auto;
  max-width: 80%;
  transform: translateY(-15rem);
}
.iphones--2 {
  display: none;
  max-width: 90%;
  transform: translateY(-13rem);
}
.iphones--3 {
  display: none;
  max-width: 90%;
  transform: translateY(-13rem);
}

@media (max-width: 1100px) {
  .hero .container, .hero--small .container, .hero .container--app, .hero--small .container--app, .hero .container--table, .hero--small .container--table, .hero .container--accounting, .hero--small .container--accounting {
    padding: 1rem;
  }
  .hero .container h1, .hero--small .container h1, .hero .container--app h1, .hero--small .container--app h1, .hero .container--table h1, .hero--small .container--table h1, .hero .container--accounting h1, .hero--small .container--accounting h1 {
    font-size: 4.25rem;
  }
  .iphones, .iphones--2, .iphones--3 {
    display: none;
  }
  .iphones--3 {
    display: inherit;
  }
}
@media (max-width: 1024px) {
  .top-nav {
    padding: 0 1rem 3rem;
  }
  .top-nav .logo, .top-nav .logo--mark, .top-nav .logo--mark-dark, .top-nav .logo--full-color {
    background-position: center center;
    width: 100%;
  }
  .top-nav .nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 2rem 0;
    display: inline-block;
    width: 100%;
  }
  .top-nav .nav a {
    display: inline-block;
    height: auto;
    float: none;
    overflow: hidden;
    padding: 0;
  }
  .top-nav .nav a.demo {
    padding: 0.6rem 1rem;
  }
  .hero, .hero--small {
    padding: 3rem 0 14rem;
  }
  .hero h1, .hero--small h1 {
    font-size: 3.25rem !important;
  }
  .hero p, .hero--small p {
    max-width: 90% !important;
    margin: 1rem auto !important;
  }
  .hero--small {
    padding: 3rem 0;
  }
  .iphones, .iphones--2, .iphones--3 {
    display: none;
  }
  .iphones--2 {
    display: inherit;
  }
}
/** @format */
.inbox-modal {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  height: auto;
  margin: 0;
  max-height: calc(96% - 4.75rem);
  max-width: 92%;
  overflow: visible;
  padding: 0;
  position: fixed;
  right: 0.35rem;
  text-align: left;
  top: 4.75rem;
  width: 22.5rem;
  z-index: 997;
}
.inbox-modal .header {
  border-bottom: 1px solid #f4f9fc;
  max-height: 65px;
  padding: 1rem 1rem;
  text-align: left;
}
.inbox-modal .header h4 {
  color: #515d79;
  display: inline-block;
  line-height: 2rem;
  margin: 0;
}
.inbox-modal .header button, .inbox-modal .header [type=button], .inbox-modal .header [type=reset], .inbox-modal .header [type=submit] {
  float: right;
  margin: 0;
}
.inbox-modal .content {
  margin-bottom: 58px;
  max-height: 60vh;
  overflow-y: auto;
  padding: 0;
}
.inbox-modal .content .message {
  padding: 0.6666666667rem 1rem;
  border-bottom: 1px solid #f4f9fc;
  border-radius: 0;
}
.inbox-modal .content .empty-messages-content {
  padding: 2rem;
  text-align: center;
}
.inbox-modal .content .empty-messages-content img {
  height: auto;
  width: 60%;
}
.inbox-modal .see-all-link {
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid #f4f9fc;
  bottom: 0;
  display: block;
  max-height: 58px;
  padding: 1rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
.inbox-modal .see-all-link:hover {
  background: #f4f9fc;
}
.inbox-modal::after {
  content: url("https://sandbox-cdn.creativebriefcase.com/img/triangle-7bfba5652289d7726c3f89664251dbaf.svg");
  width: 50px;
  height: 50px;
  top: -20px;
  left: 60%;
  transform: translateX(-50%);
  position: absolute;
}

.empty-messages-content {
  padding: 2rem;
  text-align: center;
}
.empty-messages-content img {
  height: auto;
  width: 60%;
}

/** @format */
.actions-button {
  position: relative;
}
@media (max-width: 767px) {
  .actions-button {
    float: right;
  }
}

.actions-modal, .client-actions-modal, .message-actions-modal, .hamburger-actions-modal {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 4.75rem;
  width: 280px;
  z-index: 99;
  padding: 1rem;
}
.actions-modal .content, .client-actions-modal .content, .message-actions-modal .content, .hamburger-actions-modal .content {
  max-height: 60vh;
  overflow-y: auto;
  padding: 0;
}
.actions-modal .content .message, .client-actions-modal .content .message, .message-actions-modal .content .message, .hamburger-actions-modal .content .message {
  padding: 0.6666666667rem 1rem;
  border-bottom: 1px solid #f4f9fc;
  border-radius: 0;
}
.actions-modal .content .empty-messages-content, .client-actions-modal .content .empty-messages-content, .message-actions-modal .content .empty-messages-content, .hamburger-actions-modal .content .empty-messages-content {
  padding: 2rem;
  text-align: center;
}
.actions-modal .content .empty-messages-content img, .client-actions-modal .content .empty-messages-content img, .message-actions-modal .content .empty-messages-content img, .hamburger-actions-modal .content .empty-messages-content img {
  height: auto;
  width: 60%;
}
.actions-modal .content .toggle-switch-wrapper, .client-actions-modal .content .toggle-switch-wrapper, .message-actions-modal .content .toggle-switch-wrapper, .hamburger-actions-modal .content .toggle-switch-wrapper {
  padding: 0.6666666667rem;
  border-radius: 10px;
  margin: 0;
}
.actions-modal .content .toggle-switch-wrapper p, .client-actions-modal .content .toggle-switch-wrapper p, .message-actions-modal .content .toggle-switch-wrapper p, .hamburger-actions-modal .content .toggle-switch-wrapper p {
  margin: 0;
}
.actions-modal::after, .client-actions-modal::after, .message-actions-modal::after, .hamburger-actions-modal::after {
  content: url("https://sandbox-cdn.creativebriefcase.com/img/triangle-7bfba5652289d7726c3f89664251dbaf.svg");
  width: 50px;
  height: 50px;
  top: -20px;
  right: 7px;
  position: absolute;
}

.client-actions-modal {
  top: 4.5rem;
  right: 0;
  left: auto;
}

/** @format */
.insights-filters-bar {
  display: block;
  padding: 0 0 1rem;
  text-align: right;
}
@media (max-width: 767px) {
  .insights-filters-bar {
    width: 100% !important;
    margin: -2rem 0 0 -0.25rem;
  }
  .insights-filters-bar > .dropdown-wrapper, .insights-filters-bar > .dropdown-wrapper--full-width {
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100% !important;
  }
}
.insights-filters-bar .insights-timeframe {
  float: right;
  margin-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.insights-filters-bar .dropdown-wrapper, .insights-filters-bar .dropdown-wrapper--full-width {
  display: inline-block;
  margin: 0 0 0 1rem;
  min-width: 16rem;
}
.insights-filters-bar .dropdown-wrapper .ember-power-select-trigger, .insights-filters-bar .dropdown-wrapper--full-width .ember-power-select-trigger {
  background: #ffffff;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #515d79;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.25rem;
}
.insights-filters-bar .dropdown-wrapper .ember-power-select-trigger .ember-power-select-selected-item, .insights-filters-bar .dropdown-wrapper--full-width .ember-power-select-trigger .ember-power-select-selected-item {
  color: #515d79;
}
.insights-filters-bar .dropdown-wrapper .ember-basic-dropdown-content, .insights-filters-bar .dropdown-wrapper--full-width .ember-basic-dropdown-content, .insights-filters-bar .dropdown-wrapper .ember-basic-dropdown-content--above, .insights-filters-bar .dropdown-wrapper--full-width .ember-basic-dropdown-content--above {
  border: none !important;
  background: #ffffff !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 10;
}

/** @format */
.loading-wrapper {
  background: #419ef8;
  height: 100vh;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100vw;
  z-index: 999;
}

.loader-bar, .loader-bar.inline {
  display: inline-block;
  height: 20px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}
.loader-bar img, .loader-bar.inline img {
  animation: pulsate 2.15s ease-out infinite;
  display: inline-block;
  float: left;
  height: 100%;
  width: auto;
}
.loader-bar img.loader-1 {
  animation-delay: 0;
}
.loader-bar img.loader-2 {
  animation-delay: 0.5375s;
}
.loader-bar img.loader-3 {
  animation-delay: 1.075s;
}
.loader-bar img.loader-4 {
  animation-delay: 1.6125s;
}
.loader-bar.inline {
  display: inline-block;
  left: auto;
  position: relative;
  top: auto;
  transform: none;
}

/** @format */
span.tooltip-wrapper {
  margin: 0 !important;
}

.new-messages-alert {
  color: #fa105d;
  font-weight: 600;
  padding: 0 1rem;
}
.new-messages-alert .new-messages-icon {
  margin-bottom: -2px;
  max-height: 1rem;
  padding: 0 0.25rem 0 0;
}

.schedule-messages-alert {
  background-color: #fa105d;
  border-radius: 50%;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
}
.schedule-messages-alert span {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
}

.messages {
  padding: 0.6666666667rem 0;
}
.messages .buttons button {
  padding: 0;
}
.messages .buttons button.btn-text--blue, .messages .buttons button.btn-cancel {
  padding-right: 1.25rem;
}
@media (max-width: 767px) {
  .messages .buttons {
    display: flex !important;
    float: right !important;
  }
}
.messages .mark-messages-button {
  margin: 0.35rem 0;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
  word-wrap: none;
  white-space: nowrap;
  transition-delay: 100ms;
  -o-transition-delay: 100ms;
}
.messages .mark-messages-button.expandable, .messages .mark-messages-button.expandable-team {
  width: 35px;
}
.messages .mark-messages-button.expandable-team {
  width: 51px;
}
.messages .mark-messages-button.expandable.show, .messages .mark-messages-button.expandable.show-team, .messages .mark-messages-button.show.expandable-team, .messages .mark-messages-button.expandable-team.show-team {
  width: 175.5px;
}
.messages .mark-messages-button.expandable.show-team, .messages .mark-messages-button.show-team.expandable-team {
  width: 200px;
}
.messages .document-upload button {
  margin: 0 0 1rem;
}
.messages .messages-list {
  overflow-y: auto;
}
.messages .sender-checkbox {
  background: #f4f9fc;
  border-radius: 2px;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  position: relative;
}
.messages .sender-checkbox label.control, .messages .sender-checkbox label.control-cell {
  color: #96a3b6 !important;
  font-weight: 600;
  padding: 0;
}
.messages .sender-checkbox label.control .control__indicator, .messages .sender-checkbox label.control-cell .control__indicator, .messages .sender-checkbox label.control .control__indicator_cell, .messages .sender-checkbox label.control-cell .control__indicator_cell {
  border-color: #96a3b6;
}
.messages .sender-checkbox label.control .control__indicator:after, .messages .sender-checkbox label.control-cell .control__indicator:after, .messages .sender-checkbox label.control .control__indicator_cell:after, .messages .sender-checkbox label.control-cell .control__indicator_cell:after {
  border-color: #ffffff;
}
.messages .sender-checkbox label.control input:checked ~ .control__indicator, .messages .sender-checkbox label.control-cell input:checked ~ .control__indicator, .messages .sender-checkbox label.control input:checked ~ .control__indicator_cell, .messages .sender-checkbox label.control-cell input:checked ~ .control__indicator_cell {
  background: #25d0a4;
  border: 2px solid #25d0a4;
  transition: 0.3s ease-in-out;
}
.messages .sender-checkbox label.control input:checked ~ .control__indicator:after, .messages .sender-checkbox label.control-cell input:checked ~ .control__indicator:after, .messages .sender-checkbox label.control input:checked ~ .control__indicator_cell:after, .messages .sender-checkbox label.control-cell input:checked ~ .control__indicator_cell:after {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.messages .sender-checkbox label.control input:checked ~ .checkbox-text, .messages .sender-checkbox label.control-cell input:checked ~ .checkbox-text {
  color: #515d79 !important;
}
.messages .sender-checkbox:hover label.control, .messages .sender-checkbox:hover label.control-cell {
  color: #515d79 !important;
}
.messages .sender-checkbox:hover label.control .control__indicator, .messages .sender-checkbox:hover label.control-cell .control__indicator, .messages .sender-checkbox:hover label.control .control__indicator_cell, .messages .sender-checkbox:hover label.control-cell .control__indicator_cell {
  border-color: #25d0a4;
}
.messages .sender-checkbox.has-hover-text:after {
  content: attr(data-title);
  background: #515d79;
  border-radius: 4px;
  color: #ffffff;
  cursor: default;
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  left: 0;
  max-width: 30rem;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  top: 3rem;
  transition: 0.2s ease-in;
  visibility: hidden;
  width: 96%;
  z-index: 997;
}
.messages .sender-checkbox.has-hover-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #515d79 transparent;
  left: 1.2rem;
  top: calc(3rem - 8px);
  opacity: 0;
  transition: 0.2s ease-in;
  visibility: hidden;
  z-index: 997;
}
.messages .sender-checkbox.has-hover-text:hover:before {
  opacity: 1;
  visibility: visible;
}
.messages .sender-checkbox.has-hover-text:hover:after {
  opacity: 1;
  visibility: visible;
}
.messages .field--action {
  margin: 0;
}
.messages .message {
  padding: 0.6666666667rem;
  overflow-wrap: break-word;
}

p.display-inline {
  display: inline;
}

.message {
  border-bottom: 1px solid #f4f9fc;
  padding: 0.6666666667rem 0;
}
.message .message-header {
  display: block;
  width: 100%;
}
.message .message-header .from-name {
  color: #515d79;
  font-weight: 700;
}
.message .message-header .sent-as-text {
  color: #25d0a4;
  float: none;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  padding-left: 1rem;
}
.message .message-header .bold {
  color: #131349;
  font-weight: 600;
}
.message .message-header button, .message .message-header [type=button], .message .message-header [type=reset], .message .message-header [type=submit] {
  float: right;
  margin: 0;
}
.message .timestamp {
  color: #96a3b6;
  float: none;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  padding-left: 1rem;
}
.message img.message-file {
  border-radius: 4px;
  cursor: pointer;
  max-height: 15rem;
}
.message p {
  font-weight: 400;
  margin: 6px 0 0 0;
}
.message.unread {
  background: #ecf5fe;
  border-radius: 4px;
}
.message.unread p {
  color: #131349;
}
.message.unread .from-name {
  color: #419ef8;
}
.message.client {
  border-bottom: none;
}
.message-esign {
  background-color: #f4f9fc;
  padding: 1rem;
  border-radius: 6px;
  padding-top: 0.7rem;
  width: 100%;
  border-top: 6px solid #01ddff;
}
.message-esign .content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.message-esign .title {
  color: #131349;
  font-weight: 700;
  display: inline;
}
.message-esign .timestamp {
  color: #96a3b6;
  float: none;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  padding-left: 1rem;
}
.message-checklist {
  background-color: #f4f9fc;
  padding: 1rem;
  border-radius: 6px;
  padding-top: 0.7rem;
  width: 100%;
  border-top: 6px solid #fadc46;
  margin: 0 0 1rem 0;
}
.message-checklist .checklist-item-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0.5rem 0;
}
.message-checklist .checklist-item-wrapper label.control, .message-checklist .checklist-item-wrapper label.control-cell {
  padding: 0 0 0 0;
}
.message-checklist .checklist-item-wrapper .content {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #131349;
  font-size: 1rem;
}
.message-checklist .checklist-item-wrapper .control input:checked ~ .control__indicator, .message-checklist .checklist-item-wrapper .control-cell input:checked ~ .control__indicator, .message-checklist .checklist-item-wrapper .control input:checked ~ .control__indicator_cell, .message-checklist .checklist-item-wrapper .control-cell input:checked ~ .control__indicator_cell {
  background: #cdd7e4;
  border-color: #cdd7e4;
}
.message-checklist .checklist-item-wrapper .control input:checked ~ .control__indicator:after, .message-checklist .checklist-item-wrapper .control-cell input:checked ~ .control__indicator:after, .message-checklist .checklist-item-wrapper .control input:checked ~ .control__indicator_cell:after, .message-checklist .checklist-item-wrapper .control-cell input:checked ~ .control__indicator_cell:after {
  border: solid #515d79;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
}
.message-checklist .title {
  color: #131349;
  font-weight: 700;
  margin-bottom: 0;
}
.message-checklist .footer {
  font-weight: 600;
  font-size: 0.75rem;
  font-style: italic;
  color: #96a3b6;
}
.message-request {
  background-color: #f4f9fc;
  padding: 1rem;
  border-radius: 6px;
  padding-top: 0.7rem;
  border-top: 6px solid #7e54f2;
}
.message-update {
  background-color: #f4f9fc;
  padding: 1rem;
  border-radius: 6px;
  padding-top: 0.7rem;
}
.message-update.status-1 {
  border-top: 6px solid #5f6fa3;
}
.message-update.status-2 {
  border-top: 6px solid #384c8d;
}
.message-update.status-3 {
  border-top: 6px solid #2c3c70;
}
.message-update.status-4 {
  border-top: 6px solid #3547a5;
}
.message-update.status-5 {
  border-top: 6px solid #465fdc;
}
.message-update.status-6 {
  border-top: 6px solid #7da8eb;
}
.message-update.closed, .message-update.nps_notification {
  border-top: 6px solid #1bf8ab;
}
.message-update.client_activation_request {
  border-top: 6px solid #ffa500;
}
.message-update.treatment_activity {
  border-top: 6px solid #419ef8;
}
.message-update.triage_assignment {
  border-top: 6px solid #fadc46;
}
.message-update.on-hold, .message-update.appointment_not_confirmed {
  border-top: 6px solid #fa105d;
}
.message-update.off-hold {
  border-top: 6px solid #419ef8;
}
.message-update .content {
  color: #515d79;
}

input.message-filter {
  max-height: 45px;
}
input.message-filter::placeholder {
  color: #515d79;
}

.message-preview {
  border-radius: 10px;
  background-color: #f4f9fc;
  color: #96a3b6;
}

/** @format */
.mobile-filters .filters-header {
  display: block;
}
.mobile-filters .filters-wrapper {
  background: rgba(20, 19, 73, 0.1);
  border-radius: 4px;
  display: block;
  max-height: 800px;
  margin: 1rem 0 0 0;
  padding: 1rem;
  position: relative;
  width: 100%;
}

/** @format */
.mobile-case-messaging--container {
  padding: 1rem; /* Added for mobile view so messages aren't touching the screen boarders */
}
.mobile-case-messaging #message-list.reverse-messages, .mobile-case-messaging--container #message-list.reverse-messages {
  display: -webkit-flex !important; /* Safari */
  -webkit-flex-direction: column-reverse !important; /* Safari 6.1+ */
  display: flex !important;
  flex-direction: column-reverse !important;
  margin-bottom: 2rem;
}
.mobile-case-messaging #message-list.reverse-messages.firm, .mobile-case-messaging--container #message-list.reverse-messages.firm {
  margin-bottom: 9rem;
  align-content: center; /* Added for mobile view so messages can be aligned centered */
}
.mobile-case-messaging #message-list .card, .mobile-case-messaging--container #message-list .card, .mobile-case-messaging #message-list .card--header, .mobile-case-messaging--container #message-list .card--header, .mobile-case-messaging #message-list .card--login, .mobile-case-messaging--container #message-list .card--login, .mobile-case-messaging #message-list .card--two-factor-auth, .mobile-case-messaging--container #message-list .card--two-factor-auth, .mobile-case-messaging #message-list .card--inbox, .mobile-case-messaging--container #message-list .card--inbox, .mobile-case-messaging #message-list .card--table, .mobile-case-messaging--container #message-list .card--table, .mobile-case-messaging #message-list .card--nps-attorney, .mobile-case-messaging--container #message-list .card--nps-attorney, .mobile-case-messaging #message-list .card--transaction, .mobile-case-messaging--container #message-list .card--transaction {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.mobile-case-messaging #message-btn, .mobile-case-messaging--container #message-btn {
  position: -webkit-sticky;
  position: fixed;
  bottom: 5rem;
  left: 0.5rem;
  width: 100%;
  z-index: 9987;
}

#new-message-input {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9995;
  background-color: #ffffff;
}
#new-message-input textarea, #new-message-input .tiptap-element.textarea [contenteditable], .tiptap-element.textarea #new-message-input [contenteditable] {
  outline: none;
  border: none;
  height: 50vh;
}
#new-message-input #new-message-action-bar {
  position: -webkit-sticky;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9996;
  border-top: solid #cdd7e4 1px;
}

/** @format */
#iframe-top-nav-bar {
  z-index: 9990;
  position: fixed;
  top: 0;
  left: 0.5rem;
  width: 100vw;
  height: 4rem;
  background-color: #419ef8;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  color: #ffffff;
  justify-content: space-between; /* Resolved mobile-user-account icon from being skewed to the left */
}
#iframe-top-nav-bar #iframe-user-account {
  padding-right: 0.5rem;
}
#iframe-top-nav-bar #iframe-user-account .fa-user-o {
  padding: 0.25rem;
  text-align: center;
  font-size: 1.5rem;
  border: 0.125rem solid #ffffff;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}
#iframe-top-nav-bar .iframe-cases-nav-item {
  padding: 1rem 0;
  font-size: 0.8rem;
  color: white;
  cursor: pointer;
}
#iframe-top-nav-bar .iframe-cases-nav-item.active {
  color: #384c8d;
}
#iframe-top-nav-bar #iframe-cases-nav-status .fa-eraser {
  transform: rotate(311deg) scaleX(-1);
}

#mobile-top-nav-bar {
  z-index: 9990;
  position: fixed;
  top: 0;
  left: 0.5rem;
  width: 100vw;
  height: 4rem;
  background-color: #419ef8;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  justify-content: space-between; /* Resolved mobile-user-account icon from being skewed to the left */
}
#mobile-top-nav-bar #mobile-user-account .fa-user-o {
  padding: 0.25rem;
  text-align: center;
  font-size: 1.5rem;
  border: 0.125rem solid #ffffff;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}
#mobile-top-nav-bar #mobile-logo {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
#mobile-top-nav-bar #mobile-logo .logo, #mobile-top-nav-bar #mobile-logo .logo--mark, #mobile-top-nav-bar #mobile-logo .logo--mark-dark, #mobile-top-nav-bar #mobile-logo .logo--full-color {
  background-position: center;
}

#mobile-cases-nav-bar {
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  position: -webkit-sticky;
  position: fixed;
  bottom: 0;
  left: 0.5rem;
  overflow: hidden;
  width: 100vw;
  max-height: 5.5rem;
  z-index: 9989;
  border-top: 1px solid #cdd7e4;
}
#mobile-cases-nav-bar::-webkit-scrollbar {
  display: none;
}
#mobile-cases-nav-bar a:not(.active) {
  color: inherit;
}
#mobile-cases-nav-bar .mobile-cases-nav-item {
  font-size: 0.7rem;
  color: #515d79;
}
#mobile-cases-nav-bar .mobile-cases-nav-item.active {
  background-color: #f4f9fc;
  border-radius: 10px;
  padding: 0.5rem 0;
}
#mobile-cases-nav-bar #mobile-cases-nav-status .fa-eraser {
  transform: rotate(311deg) scaleX(-1);
}

#mobile-user-profile,
#iframe-user-profile {
  width: 100vw;
  background-color: #ffffff;
  z-index: 9992;
  position: fixed;
  top: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #131349;
  padding: 0.5rem;
}

.overlay-screen {
  pointer-events: none;
  background-color: #131349;
  opacity: 50%;
  z-index: 9991;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
}

.mobile-firm-cases {
  margin-top: 9rem;
}

#mobile-back-nav,
#iframe-back-nav {
  cursor: pointer;
}
#mobile-back-nav a,
#iframe-back-nav a {
  color: #ffffff !important;
}
#mobile-back-nav.active > a,
#iframe-back-nav.active > a {
  display: none !important;
  pointer-events: none;
}

.firm-mobile-wrapper {
  margin-top: 5rem;
}

.firm-case-card.pending {
  background-color: rgba(250, 220, 70, 0.2);
}
.firm-case-card.on-hold {
  background-color: rgba(250, 87, 119, 0.1);
}
.firm-case-card .urgency-label {
  background-color: #f8fafc;
  padding: 6px 10px;
  width: fit-content;
}
.firm-case-card .timestamp {
  font-style: italic;
  color: #96a3b6;
  font-size: 0.9rem;
  font-weight: 500;
}

/** @format */
.modal-overlay, .modal-overlay--nps {
  background: rgba(65, 158, 248, 0.8);
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 998;
}
.modal-overlay--nps {
  background: #419ef8;
}
.modal-overlay--nps.is-mobile {
  z-index: 99990;
}
.modal-overlay .btn-text, .modal-overlay--nps .btn-text, .modal-overlay button.btn-text--blue, .modal-overlay--nps button.btn-text--blue, .modal-overlay [type=button].btn-text--blue, .modal-overlay--nps [type=button].btn-text--blue, .modal-overlay [type=reset].btn-text--blue, .modal-overlay--nps [type=reset].btn-text--blue, .modal-overlay [type=submit].btn-text--blue, .modal-overlay--nps [type=submit].btn-text--blue {
  color: #ffffff;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 1rem 0 !important;
}
.modal-overlay .btn-text:hover, .modal-overlay--nps .btn-text:hover, .modal-overlay button.btn-text--blue:hover, .modal-overlay--nps button.btn-text--blue:hover, .modal-overlay [type=button].btn-text--blue:hover, .modal-overlay--nps [type=button].btn-text--blue:hover, .modal-overlay [type=reset].btn-text--blue:hover, .modal-overlay--nps [type=reset].btn-text--blue:hover, .modal-overlay [type=submit].btn-text--blue:hover, .modal-overlay--nps [type=submit].btn-text--blue:hover {
  color: #ffffff;
  opacity: 0.8;
}
.modal-overlay .modal-actions, .modal-overlay .modal-actions--small, .modal-overlay .modal-actions--medium, .modal-overlay .modal-actions--large, .modal-overlay--nps .modal-actions, .modal-overlay--nps .modal-actions--small, .modal-overlay--nps .modal-actions--medium, .modal-overlay--nps .modal-actions--large {
  max-width: 100%;
  width: 50em;
  margin: 0 auto;
}
.modal-overlay .modal-actions.dynamic, .modal-overlay .dynamic.modal-actions--small, .modal-overlay .dynamic.modal-actions--medium, .modal-overlay .dynamic.modal-actions--large, .modal-overlay--nps .modal-actions.dynamic, .modal-overlay--nps .dynamic.modal-actions--small, .modal-overlay--nps .dynamic.modal-actions--medium, .modal-overlay--nps .dynamic.modal-actions--large {
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.modal-overlay .modal-actions--large, .modal-overlay--nps .modal-actions--large {
  min-width: 90vw;
  width: 90vw;
}
.modal-overlay .modal-actions--medium, .modal-overlay--nps .modal-actions--medium {
  min-width: 60vw;
  width: 60vw;
}
@media screen and (max-width: 1024px) {
  .modal-overlay .modal-actions--medium, .modal-overlay--nps .modal-actions--medium {
    min-width: 90vw;
    width: 90vw;
  }
}
.modal-overlay .modal-actions--small, .modal-overlay--nps .modal-actions--small {
  min-width: 30rem;
  width: 30rem;
}
.modal-overlay .modal-card, .modal-overlay .modal-card--small, .modal-overlay .modal-card--medium, .modal-overlay .modal-card--csat, .modal-overlay .modal-card--nps, .modal-overlay .modal-card--large, .modal-overlay--nps .modal-card, .modal-overlay--nps .modal-card--small, .modal-overlay--nps .modal-card--medium, .modal-overlay--nps .modal-card--csat, .modal-overlay--nps .modal-card--nps, .modal-overlay--nps .modal-card--large {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  height: auto;
  margin: 0 auto 2rem;
  max-width: 100%;
  padding: 2rem;
  position: relative;
  text-align: center;
  width: 50em;
}
.modal-overlay .modal-card.dynamic, .modal-overlay .dynamic.modal-card--small, .modal-overlay .dynamic.modal-card--medium, .modal-overlay .dynamic.modal-card--csat, .modal-overlay .dynamic.modal-card--nps, .modal-overlay .dynamic.modal-card--large, .modal-overlay--nps .modal-card.dynamic, .modal-overlay--nps .dynamic.modal-card--small, .modal-overlay--nps .dynamic.modal-card--medium, .modal-overlay--nps .dynamic.modal-card--csat, .modal-overlay--nps .dynamic.modal-card--nps, .modal-overlay--nps .dynamic.modal-card--large {
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.modal-overlay .modal-card--large, .modal-overlay--nps .modal-card--large {
  height: calc(94vh - 50px);
  overflow-y: auto;
  padding-bottom: 8rem;
  width: 90vw;
}
.modal-overlay .modal-card--large.dynamic, .modal-overlay--nps .modal-card--large.dynamic {
  height: auto;
  padding-bottom: 0;
}
.modal-overlay .modal-card--large .modal-action-bar, .modal-overlay--nps .modal-card--large .modal-action-bar {
  background: #ffffff;
  border-radius: 10px;
  bottom: 5vh;
  display: block;
  left: 5vw;
  padding: 1rem;
  position: fixed;
  width: 90vw;
}
.modal-overlay .modal-card--large .modal-action-bar button, .modal-overlay--nps .modal-card--large .modal-action-bar button, .modal-overlay .modal-card--large .modal-action-bar [type=button], .modal-overlay--nps .modal-card--large .modal-action-bar [type=button], .modal-overlay .modal-card--large .modal-action-bar [type=reset], .modal-overlay--nps .modal-card--large .modal-action-bar [type=reset], .modal-overlay .modal-card--large .modal-action-bar [type=submit], .modal-overlay--nps .modal-card--large .modal-action-bar [type=submit] {
  margin: 0;
}
.modal-overlay .modal-card--large .modal-back-button, .modal-overlay--nps .modal-card--large .modal-back-button {
  left: 2.5rem;
  position: absolute;
  top: 1rem;
}
.modal-overlay .modal-card--nps, .modal-overlay--nps .modal-card--nps {
  margin-top: 5rem;
  padding: 2rem 2rem !important;
  width: 30em;
}
.modal-overlay .modal-card--nps.is-mobile, .modal-overlay--nps .modal-card--nps.is-mobile {
  margin-top: 0rem;
}
.modal-overlay .modal-card--csat, .modal-overlay--nps .modal-card--csat {
  padding: 3.5rem 3rem;
  margin-top: 2rem;
}
.modal-overlay .modal-card--csat .prompt-ctn, .modal-overlay--nps .modal-card--csat .prompt-ctn {
  padding: 3rem 4.5rem 3.5rem;
  height: 394px;
  border-radius: 12px;
  background-color: #F9FAFB;
  border: 1px solid #E5E7EB;
}
.modal-overlay .modal-card--csat .confirmation-ctn, .modal-overlay--nps .modal-card--csat .confirmation-ctn {
  padding: 3rem 3rem 3.5rem;
}
.modal-overlay .modal-card--csat .star-rating-btn, .modal-overlay--nps .modal-card--csat .star-rating-btn {
  height: 40px;
  width: 40px;
  color: #D1D5DB;
  cursor: pointer;
}
.modal-overlay .modal-card--csat .star-rating-btn:hover, .modal-overlay--nps .modal-card--csat .star-rating-btn:hover {
  color: #FACC15;
}
.modal-overlay .modal-card--csat svg:has(~ svg:hover), .modal-overlay--nps .modal-card--csat svg:has(~ svg:hover) {
  color: #FACC15;
}
.modal-overlay .modal-card--csat .selected-1 svg:nth-child(-n+1), .modal-overlay--nps .modal-card--csat .selected-1 svg:nth-child(-n+1) {
  color: #FACC15;
}
.modal-overlay .modal-card--csat .selected-2 svg:nth-child(-n+2), .modal-overlay--nps .modal-card--csat .selected-2 svg:nth-child(-n+2) {
  color: #FACC15;
}
.modal-overlay .modal-card--csat .selected-3 svg:nth-child(-n+3), .modal-overlay--nps .modal-card--csat .selected-3 svg:nth-child(-n+3) {
  color: #FACC15;
}
.modal-overlay .modal-card--csat .selected-4 svg:nth-child(-n+4), .modal-overlay--nps .modal-card--csat .selected-4 svg:nth-child(-n+4) {
  color: #FACC15;
}
.modal-overlay .modal-card--csat .selected-5 svg:nth-child(-n+5), .modal-overlay--nps .modal-card--csat .selected-5 svg:nth-child(-n+5) {
  color: #FACC15;
}
.modal-overlay .modal-card--csat textarea, .modal-overlay--nps .modal-card--csat textarea, .modal-overlay .modal-card--csat .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .modal-overlay .modal-card--csat [contenteditable], .modal-overlay--nps .modal-card--csat .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .modal-overlay--nps .modal-card--csat [contenteditable] {
  resize: none;
  font-family: "Source Sans Pro";
}
.modal-overlay .modal-card--csat textarea:valid, .modal-overlay--nps .modal-card--csat textarea:valid, .modal-overlay .modal-card--csat .tiptap-element.textarea [contenteditable]:valid, .tiptap-element.textarea .modal-overlay .modal-card--csat [contenteditable]:valid, .modal-overlay--nps .modal-card--csat .tiptap-element.textarea [contenteditable]:valid, .tiptap-element.textarea .modal-overlay--nps .modal-card--csat [contenteditable]:valid {
  padding: 1rem;
}
.modal-overlay .modal-card--csat .close-modal-btn, .modal-overlay--nps .modal-card--csat .close-modal-btn {
  padding: 0.75rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #D1D5DB;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #374151;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}
.modal-overlay .modal-card--medium, .modal-overlay--nps .modal-card--medium {
  width: 60vw;
}
@media screen and (max-width: 1024px) {
  .modal-overlay .modal-card--medium, .modal-overlay--nps .modal-card--medium {
    width: 90vw;
  }
}
.modal-overlay .modal-card--small, .modal-overlay--nps .modal-card--small {
  width: 30rem;
  padding: 2rem 3rem 1rem;
}
.modal-overlay .modal-card ol, .modal-overlay--nps .modal-card ol, .modal-overlay .modal-card--large ol, .modal-overlay--nps .modal-card--large ol, .modal-overlay .modal-card--nps ol, .modal-overlay--nps .modal-card--nps ol, .modal-overlay .modal-card--csat ol, .modal-overlay--nps .modal-card--csat ol, .modal-overlay .modal-card--medium ol, .modal-overlay--nps .modal-card--medium ol, .modal-overlay .modal-card--small ol, .modal-overlay--nps .modal-card--small ol {
  counter-reset: list-counter;
  list-style-type: none;
}
.modal-overlay .modal-card ol li, .modal-overlay--nps .modal-card ol li, .modal-overlay .modal-card--large ol li, .modal-overlay--nps .modal-card--large ol li, .modal-overlay .modal-card--nps ol li, .modal-overlay--nps .modal-card--nps ol li, .modal-overlay .modal-card--csat ol li, .modal-overlay--nps .modal-card--csat ol li, .modal-overlay .modal-card--medium ol li, .modal-overlay--nps .modal-card--medium ol li, .modal-overlay .modal-card--small ol li, .modal-overlay--nps .modal-card--small ol li {
  position: relative;
}
.modal-overlay .modal-card ol li::before, .modal-overlay--nps .modal-card ol li::before, .modal-overlay .modal-card--large ol li::before, .modal-overlay--nps .modal-card--large ol li::before, .modal-overlay .modal-card--nps ol li::before, .modal-overlay--nps .modal-card--nps ol li::before, .modal-overlay .modal-card--csat ol li::before, .modal-overlay--nps .modal-card--csat ol li::before, .modal-overlay .modal-card--medium ol li::before, .modal-overlay--nps .modal-card--medium ol li::before, .modal-overlay .modal-card--small ol li::before, .modal-overlay--nps .modal-card--small ol li::before {
  color: #515d79;
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  font-weight: 700;
  left: -1.25rem;
  position: absolute;
}
.modal-overlay .modal-card .modal-top-bar, .modal-overlay--nps .modal-card .modal-top-bar, .modal-overlay .modal-card--large .modal-top-bar, .modal-overlay--nps .modal-card--large .modal-top-bar, .modal-overlay .modal-card--nps .modal-top-bar, .modal-overlay--nps .modal-card--nps .modal-top-bar, .modal-overlay .modal-card--csat .modal-top-bar, .modal-overlay--nps .modal-card--csat .modal-top-bar, .modal-overlay .modal-card--medium .modal-top-bar, .modal-overlay--nps .modal-card--medium .modal-top-bar, .modal-overlay .modal-card--small .modal-top-bar, .modal-overlay--nps .modal-card--small .modal-top-bar {
  height: auto;
  overflow: hidden;
  padding: 0 0 0.6666666667rem 0;
}
.modal-overlay .modal-card .modal-top-bar .left, .modal-overlay--nps .modal-card .modal-top-bar .left, .modal-overlay .modal-card--large .modal-top-bar .left, .modal-overlay--nps .modal-card--large .modal-top-bar .left, .modal-overlay .modal-card--nps .modal-top-bar .left, .modal-overlay--nps .modal-card--nps .modal-top-bar .left, .modal-overlay .modal-card--csat .modal-top-bar .left, .modal-overlay--nps .modal-card--csat .modal-top-bar .left, .modal-overlay .modal-card--medium .modal-top-bar .left, .modal-overlay--nps .modal-card--medium .modal-top-bar .left, .modal-overlay .modal-card--small .modal-top-bar .left, .modal-overlay--nps .modal-card--small .modal-top-bar .left {
  float: left;
}
.modal-overlay .modal-card .modal-top-bar .right, .modal-overlay--nps .modal-card .modal-top-bar .right, .modal-overlay .modal-card--large .modal-top-bar .right, .modal-overlay--nps .modal-card--large .modal-top-bar .right, .modal-overlay .modal-card--nps .modal-top-bar .right, .modal-overlay--nps .modal-card--nps .modal-top-bar .right, .modal-overlay .modal-card--csat .modal-top-bar .right, .modal-overlay--nps .modal-card--csat .modal-top-bar .right, .modal-overlay .modal-card--medium .modal-top-bar .right, .modal-overlay--nps .modal-card--medium .modal-top-bar .right, .modal-overlay .modal-card--small .modal-top-bar .right, .modal-overlay--nps .modal-card--small .modal-top-bar .right {
  float: right;
}
.modal-overlay .modal-card .modal-top-bar label, .modal-overlay--nps .modal-card .modal-top-bar label, .modal-overlay .modal-card--large .modal-top-bar label, .modal-overlay--nps .modal-card--large .modal-top-bar label, .modal-overlay .modal-card--nps .modal-top-bar label, .modal-overlay--nps .modal-card--nps .modal-top-bar label, .modal-overlay .modal-card--csat .modal-top-bar label, .modal-overlay--nps .modal-card--csat .modal-top-bar label, .modal-overlay .modal-card--medium .modal-top-bar label, .modal-overlay--nps .modal-card--medium .modal-top-bar label, .modal-overlay .modal-card--small .modal-top-bar label, .modal-overlay--nps .modal-card--small .modal-top-bar label {
  color: #96a3b6;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.modal-overlay .modal-card .modal-tool-tip, .modal-overlay--nps .modal-card .modal-tool-tip, .modal-overlay .modal-card--large .modal-tool-tip, .modal-overlay--nps .modal-card--large .modal-tool-tip, .modal-overlay .modal-card--nps .modal-tool-tip, .modal-overlay--nps .modal-card--nps .modal-tool-tip, .modal-overlay .modal-card--csat .modal-tool-tip, .modal-overlay--nps .modal-card--csat .modal-tool-tip, .modal-overlay .modal-card--medium .modal-tool-tip, .modal-overlay--nps .modal-card--medium .modal-tool-tip, .modal-overlay .modal-card--small .modal-tool-tip, .modal-overlay--nps .modal-card--small .modal-tool-tip {
  background: #ffffff;
  border-radius: 10px;
  left: 51.5em;
  max-width: calc(50vw - 18em);
  padding: 1rem 1rem 1rem 1.5rem;
  position: absolute;
  text-align: left;
  transform: translateY(-5em);
  width: 16em;
}
.modal-overlay .modal-card .modal-tool-tip p, .modal-overlay--nps .modal-card .modal-tool-tip p, .modal-overlay .modal-card--large .modal-tool-tip p, .modal-overlay--nps .modal-card--large .modal-tool-tip p, .modal-overlay .modal-card--nps .modal-tool-tip p, .modal-overlay--nps .modal-card--nps .modal-tool-tip p, .modal-overlay .modal-card--csat .modal-tool-tip p, .modal-overlay--nps .modal-card--csat .modal-tool-tip p, .modal-overlay .modal-card--medium .modal-tool-tip p, .modal-overlay--nps .modal-card--medium .modal-tool-tip p, .modal-overlay .modal-card--small .modal-tool-tip p, .modal-overlay--nps .modal-card--small .modal-tool-tip p {
  color: #96a3b6;
  font-style: italic;
  margin: 0;
}
.modal-overlay .modal-card .modal-tool-tip::after, .modal-overlay--nps .modal-card .modal-tool-tip::after, .modal-overlay .modal-card--large .modal-tool-tip::after, .modal-overlay--nps .modal-card--large .modal-tool-tip::after, .modal-overlay .modal-card--nps .modal-tool-tip::after, .modal-overlay--nps .modal-card--nps .modal-tool-tip::after, .modal-overlay .modal-card--csat .modal-tool-tip::after, .modal-overlay--nps .modal-card--csat .modal-tool-tip::after, .modal-overlay .modal-card--medium .modal-tool-tip::after, .modal-overlay--nps .modal-card--medium .modal-tool-tip::after, .modal-overlay .modal-card--small .modal-tool-tip::after, .modal-overlay--nps .modal-card--small .modal-tool-tip::after {
  content: url("https://sandbox-cdn.creativebriefcase.com/img/triangle-7bfba5652289d7726c3f89664251dbaf.svg");
  width: 50px;
  height: 50px;
  top: 20px;
  left: -20px;
  transform: rotate(-90deg);
  position: absolute;
}
.modal-overlay .modal-card .modal-note, .modal-overlay--nps .modal-card .modal-note, .modal-overlay .modal-card--large .modal-note, .modal-overlay--nps .modal-card--large .modal-note, .modal-overlay .modal-card--nps .modal-note, .modal-overlay--nps .modal-card--nps .modal-note, .modal-overlay .modal-card--csat .modal-note, .modal-overlay--nps .modal-card--csat .modal-note, .modal-overlay .modal-card--medium .modal-note, .modal-overlay--nps .modal-card--medium .modal-note, .modal-overlay .modal-card--small .modal-note, .modal-overlay--nps .modal-card--small .modal-note {
  text-align: left;
}
.modal-overlay .modal-card .modal-body, .modal-overlay--nps .modal-card .modal-body, .modal-overlay .modal-card--large .modal-body, .modal-overlay--nps .modal-card--large .modal-body, .modal-overlay .modal-card--nps .modal-body, .modal-overlay--nps .modal-card--nps .modal-body, .modal-overlay .modal-card--csat .modal-body, .modal-overlay--nps .modal-card--csat .modal-body, .modal-overlay .modal-card--medium .modal-body, .modal-overlay--nps .modal-card--medium .modal-body, .modal-overlay .modal-card--small .modal-body, .modal-overlay--nps .modal-card--small .modal-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
.modal-overlay .modal-card .firm-logo, .modal-overlay--nps .modal-card .firm-logo, .modal-overlay .modal-card--large .firm-logo, .modal-overlay--nps .modal-card--large .firm-logo, .modal-overlay .modal-card--nps .firm-logo, .modal-overlay--nps .modal-card--nps .firm-logo, .modal-overlay .modal-card--csat .firm-logo, .modal-overlay--nps .modal-card--csat .firm-logo, .modal-overlay .modal-card--medium .firm-logo, .modal-overlay--nps .modal-card--medium .firm-logo, .modal-overlay .modal-card--small .firm-logo, .modal-overlay--nps .modal-card--small .firm-logo {
  width: 280px;
  height: 59px;
}
.modal-overlay .modal-card .firm-logo img, .modal-overlay--nps .modal-card .firm-logo img, .modal-overlay .modal-card--large .firm-logo img, .modal-overlay--nps .modal-card--large .firm-logo img, .modal-overlay .modal-card--nps .firm-logo img, .modal-overlay--nps .modal-card--nps .firm-logo img, .modal-overlay .modal-card--csat .firm-logo img, .modal-overlay--nps .modal-card--csat .firm-logo img, .modal-overlay .modal-card--medium .firm-logo img, .modal-overlay--nps .modal-card--medium .firm-logo img, .modal-overlay .modal-card--small .firm-logo img, .modal-overlay--nps .modal-card--small .firm-logo img {
  max-width: 100%;
  max-height: 100%;
}
.modal-overlay .modal-card .csat-header, .modal-overlay--nps .modal-card .csat-header, .modal-overlay .modal-card--large .csat-header, .modal-overlay--nps .modal-card--large .csat-header, .modal-overlay .modal-card--nps .csat-header, .modal-overlay--nps .modal-card--nps .csat-header, .modal-overlay .modal-card--csat .csat-header, .modal-overlay--nps .modal-card--csat .csat-header, .modal-overlay .modal-card--medium .csat-header, .modal-overlay--nps .modal-card--medium .csat-header, .modal-overlay .modal-card--small .csat-header, .modal-overlay--nps .modal-card--small .csat-header {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: "Source Sans Pro";
  color: #4B5563;
}
.modal-overlay .modal-card .modal-back-arrow, .modal-overlay--nps .modal-card .modal-back-arrow, .modal-overlay .modal-card--large .modal-back-arrow, .modal-overlay--nps .modal-card--large .modal-back-arrow, .modal-overlay .modal-card--nps .modal-back-arrow, .modal-overlay--nps .modal-card--nps .modal-back-arrow, .modal-overlay .modal-card--csat .modal-back-arrow, .modal-overlay--nps .modal-card--csat .modal-back-arrow, .modal-overlay .modal-card--medium .modal-back-arrow, .modal-overlay--nps .modal-card--medium .modal-back-arrow, .modal-overlay .modal-card--small .modal-back-arrow, .modal-overlay--nps .modal-card--small .modal-back-arrow {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: #4B5563;
  cursor: pointer;
}

.message-template-names-wrapper {
  max-height: 400px;
  overflow: scroll;
}

.saved-messages-header {
  color: black !important;
}

@media screen and (max-width: 1024px) {
  .modal-overlay, .modal-overlay--nps {
    padding: 6rem 0rem;
  }
  .modal-overlay .btn-text, .modal-overlay--nps .btn-text, .modal-overlay button.btn-text--blue, .modal-overlay--nps button.btn-text--blue, .modal-overlay [type=button].btn-text--blue, .modal-overlay--nps [type=button].btn-text--blue, .modal-overlay [type=reset].btn-text--blue, .modal-overlay--nps [type=reset].btn-text--blue, .modal-overlay [type=submit].btn-text--blue, .modal-overlay--nps [type=submit].btn-text--blue {
    padding: 1rem !important;
  }
}
.form-group {
  margin-bottom: 1.5rem;
  text-align: left;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #515d79;
}

.input-group {
  display: flex;
  align-items: center;
}
.input-group input[type=number] {
  margin: 0 1rem;
  padding: 0.5rem;
  border: 1px solid #515d79;
  border-radius: 10px;
  width: 5rem;
  height: 2rem;
}
.input-group .ember-power-select-trigger {
  flex: 1;
}

.and-text {
  margin: 0 0.5rem;
}

.flex-column-with-gap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.learn-more-modal-body {
  font-size: 0.875rem;
}

.learn-more-label {
  min-width: 120px;
  max-width: 120px;
}

/** @format */
.navbar, #third-party--navbar .navbar, #third-party--navbar .navbar--secondary, .navbar--secondary {
  background: #419ef8;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
  height: 4rem;
  left: 0;
  overflow: visible;
  padding: 0.6666666667rem 1rem 1rem;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 997;
}
.navbar .navbar-container, #third-party--navbar .navbar .navbar-container, #third-party--navbar .navbar--secondary .navbar-container, .navbar--secondary .navbar-container {
  margin: 0 auto;
}
.navbar .navbar-container .nav-list, #third-party--navbar .navbar .navbar-container .nav-list, #third-party--navbar .navbar--secondary .navbar-container .nav-list, .navbar--secondary .navbar-container .nav-list {
  padding-left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}
.navbar .navbar-container .nav-logo-wrapper, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper, .navbar--secondary .navbar-container .nav-logo-wrapper {
  margin-right: auto;
}
.navbar .navbar-container .nav-logo-wrapper a, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper a, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper a, .navbar--secondary .navbar-container .nav-logo-wrapper a,
.navbar .navbar-container .nav-logo-wrapper span.nav-link,
#third-party--navbar .navbar .navbar-container .nav-logo-wrapper span.nav-link,
#third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper span.nav-link,
.navbar--secondary .navbar-container .nav-logo-wrapper span.nav-link {
  padding-left: 0;
}
@media screen and (max-width: 450px) {
  .navbar .navbar-container .nav-logo-wrapper, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper, .navbar--secondary .navbar-container .nav-logo-wrapper {
    position: absolute;
    left: 0;
  }
  .navbar .navbar-container .nav-logo-wrapper .logo, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper .logo, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper .logo, .navbar--secondary .navbar-container .nav-logo-wrapper .logo, .navbar .navbar-container .nav-logo-wrapper .logo--mark, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper .logo--mark, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper .logo--mark, .navbar--secondary .navbar-container .nav-logo-wrapper .logo--mark, .navbar .navbar-container .nav-logo-wrapper .logo--mark-dark, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper .logo--mark-dark, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper .logo--mark-dark, .navbar--secondary .navbar-container .nav-logo-wrapper .logo--mark-dark, .navbar .navbar-container .nav-logo-wrapper .logo--full-color, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper .logo--full-color, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper .logo--full-color, .navbar--secondary .navbar-container .nav-logo-wrapper .logo--full-color {
    max-width: 100px;
  }
}
.navbar .navbar-container .nav-logo-wrapper .logo, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper .logo, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper .logo, .navbar--secondary .navbar-container .nav-logo-wrapper .logo, .navbar .navbar-container .nav-logo-wrapper .logo--mark, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper .logo--mark, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper .logo--mark, .navbar--secondary .navbar-container .nav-logo-wrapper .logo--mark, .navbar .navbar-container .nav-logo-wrapper .logo--mark-dark, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper .logo--mark-dark, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper .logo--mark-dark, .navbar--secondary .navbar-container .nav-logo-wrapper .logo--mark-dark, .navbar .navbar-container .nav-logo-wrapper .logo--full-color, #third-party--navbar .navbar .navbar-container .nav-logo-wrapper .logo--full-color, #third-party--navbar .navbar--secondary .navbar-container .nav-logo-wrapper .logo--full-color, .navbar--secondary .navbar-container .nav-logo-wrapper .logo--full-color {
  background-position: center left;
  height: 3rem;
  width: 10rem;
}
.navbar .navbar-container .left-nav, #third-party--navbar .navbar .navbar-container .left-nav, #third-party--navbar .navbar--secondary .navbar-container .left-nav, .navbar--secondary .navbar-container .left-nav {
  display: inline-block;
  float: left;
}
.navbar .navbar-container .left-nav--secondary, #third-party--navbar .navbar .navbar-container .left-nav--secondary, #third-party--navbar .navbar--secondary .navbar-container .left-nav--secondary, .navbar--secondary .navbar-container .left-nav--secondary {
  display: inline-block;
  float: left;
}
.navbar .navbar-container .right-nav, #third-party--navbar .navbar .navbar-container .right-nav, #third-party--navbar .navbar--secondary .navbar-container .right-nav, .navbar--secondary .navbar-container .right-nav {
  display: inline-block;
  float: right;
}
.navbar .navbar-container .right-nav--secondary, #third-party--navbar .navbar .navbar-container .right-nav--secondary, #third-party--navbar .navbar--secondary .navbar-container .right-nav--secondary, .navbar--secondary .navbar-container .right-nav--secondary {
  display: inline-block;
  float: right;
  padding-top: 0.5rem;
}
.navbar .navbar-container ul, #third-party--navbar .navbar .navbar-container ul, #third-party--navbar .navbar--secondary .navbar-container ul, .navbar--secondary .navbar-container ul {
  height: 3rem;
  list-style-type: none;
  margin: 0;
}
.navbar .navbar-container ul li, #third-party--navbar .navbar .navbar-container ul li, #third-party--navbar .navbar--secondary .navbar-container ul li, .navbar--secondary .navbar-container ul li {
  flex: inherit;
  padding: 0;
  position: relative;
}
.navbar .navbar-container ul li a, #third-party--navbar .navbar .navbar-container ul li a, #third-party--navbar .navbar--secondary .navbar-container ul li a, .navbar--secondary .navbar-container ul li a,
.navbar .navbar-container ul li span.nav-link,
#third-party--navbar .navbar .navbar-container ul li span.nav-link,
#third-party--navbar .navbar--secondary .navbar-container ul li span.nav-link,
.navbar--secondary .navbar-container ul li span.nav-link {
  color: #384c8d;
  font-size: 1.2rem;
  line-height: 3rem;
  padding: 0.6666666667rem 1.25rem;
}
.navbar .navbar-container ul li a:hover, #third-party--navbar .navbar .navbar-container ul li a:hover, #third-party--navbar .navbar--secondary .navbar-container ul li a:hover, .navbar--secondary .navbar-container ul li a:hover,
.navbar .navbar-container ul li span.nav-link:hover,
#third-party--navbar .navbar .navbar-container ul li span.nav-link:hover,
#third-party--navbar .navbar--secondary .navbar-container ul li span.nav-link:hover,
.navbar--secondary .navbar-container ul li span.nav-link:hover {
  color: #ffffff;
}
.navbar .navbar-container ul li a.active, #third-party--navbar .navbar .navbar-container ul li a.active, #third-party--navbar .navbar--secondary .navbar-container ul li a.active, .navbar--secondary .navbar-container ul li a.active,
.navbar .navbar-container ul li span.nav-link.active,
#third-party--navbar .navbar .navbar-container ul li span.nav-link.active,
#third-party--navbar .navbar--secondary .navbar-container ul li span.nav-link.active,
.navbar--secondary .navbar-container ul li span.nav-link.active {
  color: #ffffff;
  pointer-events: none;
}
.navbar .navbar-container ul li a.white, #third-party--navbar .navbar .navbar-container ul li a.white, #third-party--navbar .navbar--secondary .navbar-container ul li a.white, .navbar--secondary .navbar-container ul li a.white,
.navbar .navbar-container ul li span.nav-link.white,
#third-party--navbar .navbar .navbar-container ul li span.nav-link.white,
#third-party--navbar .navbar--secondary .navbar-container ul li span.nav-link.white,
.navbar--secondary .navbar-container ul li span.nav-link.white {
  color: #ffffff;
}
.navbar .navbar-container button, #third-party--navbar .navbar .navbar-container button, #third-party--navbar .navbar--secondary .navbar-container button, .navbar--secondary .navbar-container button, .navbar .navbar-container [type=button], #third-party--navbar .navbar .navbar-container [type=button], #third-party--navbar .navbar--secondary .navbar-container [type=button], .navbar--secondary .navbar-container [type=button], .navbar .navbar-container [type=reset], #third-party--navbar .navbar .navbar-container [type=reset], #third-party--navbar .navbar--secondary .navbar-container [type=reset], .navbar--secondary .navbar-container [type=reset], .navbar .navbar-container [type=submit], #third-party--navbar .navbar .navbar-container [type=submit], #third-party--navbar .navbar--secondary .navbar-container [type=submit], .navbar--secondary .navbar-container [type=submit],
.navbar .navbar-container [type=color],
#third-party--navbar .navbar .navbar-container [type=color],
#third-party--navbar .navbar--secondary .navbar-container [type=color],
.navbar--secondary .navbar-container [type=color], .navbar .navbar-container [type=date], #third-party--navbar .navbar .navbar-container [type=date], #third-party--navbar .navbar--secondary .navbar-container [type=date], .navbar--secondary .navbar-container [type=date], .navbar .navbar-container [type=datetime], #third-party--navbar .navbar .navbar-container [type=datetime], #third-party--navbar .navbar--secondary .navbar-container [type=datetime], .navbar--secondary .navbar-container [type=datetime], .navbar .navbar-container [type=datetime-local], #third-party--navbar .navbar .navbar-container [type=datetime-local], #third-party--navbar .navbar--secondary .navbar-container [type=datetime-local], .navbar--secondary .navbar-container [type=datetime-local], .navbar .navbar-container [type=email], #third-party--navbar .navbar .navbar-container [type=email], #third-party--navbar .navbar--secondary .navbar-container [type=email], .navbar--secondary .navbar-container [type=email], .navbar .navbar-container [type=month], #third-party--navbar .navbar .navbar-container [type=month], #third-party--navbar .navbar--secondary .navbar-container [type=month], .navbar--secondary .navbar-container [type=month], .navbar .navbar-container [type=number], #third-party--navbar .navbar .navbar-container [type=number], #third-party--navbar .navbar--secondary .navbar-container [type=number], .navbar--secondary .navbar-container [type=number], .navbar .navbar-container [type=password], #third-party--navbar .navbar .navbar-container [type=password], #third-party--navbar .navbar--secondary .navbar-container [type=password], .navbar--secondary .navbar-container [type=password], .navbar .navbar-container [type=search], #third-party--navbar .navbar .navbar-container [type=search], #third-party--navbar .navbar--secondary .navbar-container [type=search], .navbar--secondary .navbar-container [type=search], .navbar .navbar-container [type=tel], #third-party--navbar .navbar .navbar-container [type=tel], #third-party--navbar .navbar--secondary .navbar-container [type=tel], .navbar--secondary .navbar-container [type=tel], .navbar .navbar-container [type=text], #third-party--navbar .navbar .navbar-container [type=text], #third-party--navbar .navbar--secondary .navbar-container [type=text], .navbar--secondary .navbar-container [type=text], .navbar .navbar-container [type=time], #third-party--navbar .navbar .navbar-container [type=time], #third-party--navbar .navbar--secondary .navbar-container [type=time], .navbar--secondary .navbar-container [type=time], .navbar .navbar-container [type=url], #third-party--navbar .navbar .navbar-container [type=url], #third-party--navbar .navbar--secondary .navbar-container [type=url], .navbar--secondary .navbar-container [type=url], .navbar .navbar-container [type=week], #third-party--navbar .navbar .navbar-container [type=week], #third-party--navbar .navbar--secondary .navbar-container [type=week], .navbar--secondary .navbar-container [type=week], .navbar .navbar-container input:not([type]), #third-party--navbar .navbar .navbar-container input:not([type]), #third-party--navbar .navbar--secondary .navbar-container input:not([type]), .navbar--secondary .navbar-container input:not([type]), .navbar .navbar-container textarea, #third-party--navbar .navbar .navbar-container textarea, #third-party--navbar .navbar--secondary .navbar-container textarea, .navbar--secondary .navbar-container textarea, .navbar .navbar-container .tiptap-element.textarea [contenteditable], #third-party--navbar .navbar .navbar-container .tiptap-element.textarea [contenteditable], #third-party--navbar .navbar--secondary .navbar-container .tiptap-element.textarea [contenteditable], .navbar--secondary .navbar-container .tiptap-element.textarea [contenteditable], .tiptap-element.textarea .navbar .navbar-container [contenteditable], .tiptap-element.textarea #third-party--navbar .navbar .navbar-container [contenteditable], #third-party--navbar .tiptap-element.textarea .navbar .navbar-container [contenteditable], .tiptap-element.textarea #third-party--navbar .navbar--secondary .navbar-container [contenteditable], #third-party--navbar .tiptap-element.textarea .navbar--secondary .navbar-container [contenteditable], .tiptap-element.textarea .navbar--secondary .navbar-container [contenteditable],
.navbar .navbar-container .field,
#third-party--navbar .navbar .navbar-container .field,
#third-party--navbar .navbar--secondary .navbar-container .field,
.navbar--secondary .navbar-container .field,
.navbar .navbar-container .field--half,
#third-party--navbar .navbar .navbar-container .field--half,
#third-party--navbar .navbar--secondary .navbar-container .field--half,
.navbar--secondary .navbar-container .field--half,
.navbar .navbar-container .field--action,
#third-party--navbar .navbar .navbar-container .field--action,
#third-party--navbar .navbar--secondary .navbar-container .field--action,
.navbar--secondary .navbar-container .field--action {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.navbar--secondary {
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
  height: 4rem;
  margin-top: 4rem;
  padding: 0 1rem 1rem;
}
.navbar--secondary a,
.navbar--secondary p,
.navbar--secondary span.nav-link {
  padding: 0.5rem;
  font-weight: 700;
  display: inline-block;
  color: white;
  margin: 0;
}
.navbar--secondary .checkbox-group {
  text-align: left;
}
.navbar--secondary.settings {
  padding-bottom: 0;
  --hover-color: white;
}
.navbar--secondary.settings a,
.navbar--secondary.settings span.nav-link {
  color: #384c8d;
  font-size: 1.2rem;
}
.navbar--secondary.settings a.white,
.navbar--secondary.settings span.nav-link.white {
  color: white;
}
.navbar--secondary.settings a.active, .navbar--secondary.settings a:hover,
.navbar--secondary.settings span.nav-link.active,
.navbar--secondary.settings span.nav-link:hover {
  color: var(--hover-color);
}
.navbar--secondary.case-nav {
  --hover-color: white;
}
.navbar--secondary.case-nav a,
.navbar--secondary.case-nav span.nav-link {
  color: #384c8d;
}
.navbar--secondary.case-nav a.white,
.navbar--secondary.case-nav span.nav-link.white {
  color: white;
}
.navbar--secondary.case-nav a.active, .navbar--secondary.case-nav a:hover,
.navbar--secondary.case-nav span.nav-link.active,
.navbar--secondary.case-nav span.nav-link:hover {
  color: var(--hover-color);
}
.navbar--secondary.multi-filter {
  min-height: 8rem;
  height: auto;
}

@media screen and (max-width: 20em) {
  .navbar .navbar-container ul li a, #third-party--navbar .navbar .navbar-container ul li a, #third-party--navbar .navbar--secondary .navbar-container ul li a, .navbar--secondary .navbar-container ul li a,
  .navbar .navbar-container ul li span.nav-link,
  #third-party--navbar .navbar .navbar-container ul li span.nav-link,
  #third-party--navbar .navbar--secondary .navbar-container ul li span.nav-link,
  .navbar--secondary .navbar-container ul li span.nav-link {
    padding: 0.6666666667rem 0.3rem;
  }
}
@media screen and (max-width: 1267px) {
  .navbar--secondary {
    z-index: 997;
  }
  .navbar--secondary .add-case-btn-group {
    text-align: right;
  }
  .navbar--secondary .add-case-btn-group button, .navbar--secondary .add-case-btn-group [type=button], .navbar--secondary .add-case-btn-group [type=reset], .navbar--secondary .add-case-btn-group [type=submit],
  .navbar--secondary .add-case-btn-group a {
    display: inline-block;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .navbar--secondary {
    z-index: 997;
  }
  .navbar--secondary .checkbox-group {
    text-align: left;
  }
  .navbar--secondary .checkbox-group label.control, .navbar--secondary .checkbox-group label.control-cell {
    padding: 1rem 0 0.25rem 0;
    margin: 0 1rem 0 0;
  }
  .navbar--secondary.multi-filter {
    min-height: 4rem;
  }
}
@media screen and (max-width: 1157px) {
  .navbar, #third-party--navbar .navbar, #third-party--navbar .navbar--secondary,
  .navbar--secondary {
    height: auto;
    z-index: 997;
  }
  .navbar .btn-group button, #third-party--navbar .navbar .btn-group button, #third-party--navbar .navbar--secondary .btn-group button, .navbar .btn-group [type=button], #third-party--navbar .navbar .btn-group [type=button], #third-party--navbar .navbar--secondary .btn-group [type=button], .navbar .btn-group [type=reset], #third-party--navbar .navbar .btn-group [type=reset], #third-party--navbar .navbar--secondary .btn-group [type=reset], .navbar .btn-group [type=submit], #third-party--navbar .navbar .btn-group [type=submit], #third-party--navbar .navbar--secondary .btn-group [type=submit],
  .navbar--secondary .btn-group button,
  .navbar--secondary .btn-group [type=button],
  .navbar--secondary .btn-group [type=reset],
  .navbar--secondary .btn-group [type=submit] {
    padding: 0.75rem 1rem;
  }
  .navbar .btn-group button:last-child, #third-party--navbar .navbar .btn-group button:last-child, #third-party--navbar .navbar--secondary .btn-group button:last-child, .navbar .btn-group [type=button]:last-child, #third-party--navbar .navbar .btn-group [type=button]:last-child, #third-party--navbar .navbar--secondary .btn-group [type=button]:last-child, .navbar .btn-group [type=reset]:last-child, #third-party--navbar .navbar .btn-group [type=reset]:last-child, #third-party--navbar .navbar--secondary .btn-group [type=reset]:last-child, .navbar .btn-group [type=submit]:last-child, #third-party--navbar .navbar .btn-group [type=submit]:last-child, #third-party--navbar .navbar--secondary .btn-group [type=submit]:last-child,
  .navbar--secondary .btn-group button:last-child,
  .navbar--secondary .btn-group [type=button]:last-child,
  .navbar--secondary .btn-group [type=reset]:last-child,
  .navbar--secondary .btn-group [type=submit]:last-child {
    margin-right: 0 !important;
  }
  .navbar .navbar-container .logo, #third-party--navbar .navbar .navbar-container .logo, #third-party--navbar .navbar--secondary .navbar-container .logo, .navbar--secondary .navbar-container .logo, .navbar .navbar-container .logo--mark, #third-party--navbar .navbar .navbar-container .logo--mark, #third-party--navbar .navbar--secondary .navbar-container .logo--mark, .navbar--secondary .navbar-container .logo--mark, .navbar .navbar-container .logo--mark-dark, #third-party--navbar .navbar .navbar-container .logo--mark-dark, #third-party--navbar .navbar--secondary .navbar-container .logo--mark-dark, .navbar--secondary .navbar-container .logo--mark-dark, .navbar .navbar-container .logo--full-color, #third-party--navbar .navbar .navbar-container .logo--full-color, #third-party--navbar .navbar--secondary .navbar-container .logo--full-color, .navbar--secondary .navbar-container .logo--full-color {
    background-image: url("https://sandbox-cdn.creativebriefcase.com/img/cs-logo-mark-dark-bf80282db89e3638e7329863988be5ac.svg");
    width: 2rem;
  }
  .navbar .navbar-container .right-nav, #third-party--navbar .navbar .navbar-container .right-nav, #third-party--navbar .navbar--secondary .navbar-container .right-nav, .navbar--secondary .navbar-container .right-nav {
    display: inline-block;
    width: calc(100% - 4rem);
    float: none;
    text-align: right;
    overflow-y: hidden;
    margin-left: 2rem;
    overflow-x: auto;
    /* optional: show position indicator in red */
  }
  .navbar .navbar-container .right-nav::-webkit-scrollbar, #third-party--navbar .navbar .navbar-container .right-nav::-webkit-scrollbar, #third-party--navbar .navbar--secondary .navbar-container .right-nav::-webkit-scrollbar, .navbar--secondary .navbar-container .right-nav::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
    height: 4px;
  }
  .navbar .navbar-container .right-nav::-webkit-scrollbar-thumb, #third-party--navbar .navbar .navbar-container .right-nav::-webkit-scrollbar-thumb, #third-party--navbar .navbar--secondary .navbar-container .right-nav::-webkit-scrollbar-thumb, .navbar--secondary .navbar-container .right-nav::-webkit-scrollbar-thumb {
    background: rgba(70, 95, 220, 0.6);
    border-radius: 4px;
  }
  .navbar .navbar-container ul, #third-party--navbar .navbar .navbar-container ul, #third-party--navbar .navbar--secondary .navbar-container ul, .navbar--secondary .navbar-container ul {
    box-sizing: content-box;
    padding: 0 1rem;
    text-align: left;
  }
  .navbar .navbar-container ul li, #third-party--navbar .navbar .navbar-container ul li, #third-party--navbar .navbar--secondary .navbar-container ul li, .navbar--secondary .navbar-container ul li {
    padding: 0;
  }
  .navbar--secondary .navbar-container .left-nav {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: left;
    overflow-y: hidden;
    overflow-x: auto;
    /* optional: show position indicator in red */
  }
  .navbar--secondary .navbar-container .left-nav::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
    height: 4px;
  }
  .navbar--secondary .navbar-container .left-nav::-webkit-scrollbar-thumb {
    background: rgba(70, 95, 220, 0.6);
    border-radius: 4px;
  }
  .navbar--secondary .navbar-container .left-nav .nav-list {
    padding: 1rem;
    padding-bottom: 1rem;
    margin-top: -1rem;
    min-width: 550px;
    box-sizing: content-box;
    text-align: left;
    z-index: 997;
  }
  .navbar--secondary .navbar-container .left-nav .nav-list li {
    padding: 0;
  }
}
.account-nav-dropdown {
  position: fixed;
  top: 67px;
  right: 20px;
  width: 300px;
  max-height: 85vh;
  overflow-y: scroll;
  z-index: 997;
  border-radius: 15px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75);
}
.account-nav-dropdown .account-nav-user-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #141349;
}
.account-nav-dropdown .account-nav-user-type {
  color: #96a3b6;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.account-nav-dropdown .account-nav-org-name {
  color: #515d79;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 0.5rem;
}
.account-nav-dropdown .select-account-cta {
  font-size: 13px;
}
.account-nav-dropdown .current-account-wrapper {
  padding: 0.5rem !important;
  margin-bottom: 0.5rem;
}
.account-nav-dropdown .account-select-option {
  border-radius: 10px;
  padding: 1rem;
  cursor: pointer;
}
.account-nav-dropdown .account-select-option.active {
  border-left: 0.5rem solid #419ef8;
}
.account-nav-dropdown .account-menu-links {
  font-size: 16px;
  font-weight: bold;
}

.profile-nav-menu {
  padding-left: 2rem !important;
  height: 48px;
  display: flex !important;
}
.profile-nav-menu img.profile-pic {
  position: relative;
  top: 7px;
  right: 3px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.profile-nav-menu .profile-pic-placeholder {
  background: white;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  max-width: 35px;
  max-height: 35px;
  text-align: center;
  padding: 2px;
  margin-right: 5px;
  margin-top: 4px;
}
.profile-nav-menu .profile-pic-placeholder img {
  position: relative;
  top: 2.5px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  max-width: 25px;
  max-height: 25px;
}

#tab-nav-bar .tab-nav {
  color: #96a3b6;
  transition: color 0.3s ease-in-out;
}
#tab-nav-bar .tab-nav:hover {
  color: #515d79;
  cursor: pointer;
}
#tab-nav-bar .tab-nav.active {
  color: #131349;
  border-bottom: 3px solid #465fdc;
  pointer-events: none;
}

span.nav-link:hover {
  cursor: pointer;
}

.beta-badge {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #465fdc;
  color: #ffffff;
  padding: 0.1rem 0.35rem;
  border-radius: 0.2rem;
  vertical-align: middle;
  margin-left: 0.15rem;
  line-height: 1;
}

.new-case-type .card-header {
  border-bottom: 1px solid #f4f9fc;
}
.new-case-type .new-case-status {
  border-bottom: 1px solid #f4f9fc;
  padding: 1rem 1.5rem;
}
.new-case-type .new-case-status .number {
  color: #131349;
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.5;
  width: 2rem;
}
.new-case-type .new-case-status .title {
  display: inline-block;
  width: calc(99% - 2rem);
}
.new-case-type .new-case-status .title .field, .new-case-type .new-case-status .title .field--half, .new-case-type .new-case-status .title .field--action {
  margin: 0;
}
.new-case-type .new-case-status .description {
  padding-left: 2rem;
  width: 99%;
}
.new-case-type .btn-group {
  padding: 0 0 2rem 2rem;
}

/** @format */
.newsletter {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.newsletter .mc-field-group {
  margin: 0 auto;
  max-width: 400px;
  text-align: left;
}
.newsletter .mc-field-group label {
  display: block;
}

@media (max-width: 1024px) {
  .newsletter {
    max-width: 100%;
  }
  .newsletter h1 {
    font-size: 2.5rem;
  }
}
/** @format */
#settings-organizations-users {
  padding: 1rem 0 0;
}
#settings-organizations-users .users-header {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#settings-organizations-users .users-card {
  padding: 0.3rem 0;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  transition: background-color 0.1s ease-in-out;
}
#settings-organizations-users .users-card:hover {
  border-radius: 4px;
  background-color: #f4f9fc;
}
#settings-organizations-users .users-container {
  height: 36.7rem;
  overflow: auto;
}
#settings-organizations-users .users-avatar {
  display: inline-flex;
  padding-right: 0;
}
#settings-organizations-users .users-profile-pic {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 1rem;
  max-width: 2.2rem;
  max-height: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -0.075em;
  background-color: #419ef8;
}
#settings-organizations-users .users-info {
  display: inline-flex;
  width: 100%;
  padding-right: 1rem;
  justify-content: space-between;
  margin-left: 0.6rem;
  align-items: center;
}
#settings-organizations-users .users-info-name {
  font-weight: bold;
}
#settings-organizations-users .users-info .action-links {
  display: inline-flex;
  font-size: smaller;
  font-weight: 600;
  color: #96a3b6;
}
#settings-organizations-users .users-info .action-links .remove {
  transition: color 0.1s ease-in-out;
}
#settings-organizations-users .users-info .action-links .remove:hover {
  cursor: pointer;
  color: #fa105d;
}
#settings-organizations-users .users-info .action-links .resend-invite {
  transition: color 0.1s ease-in-out;
}
#settings-organizations-users .users-info .action-links .resend-invite:hover {
  cursor: pointer;
  color: #419ef8;
}
#settings-organizations-users .users-none {
  color: #96a3b6;
  padding-bottom: 1rem;
}
#settings-organizations-users .card--header > .card-content {
  padding: 0.5rem;
}
#settings-organizations-users .invite-new-user-btn {
  float: right;
  font-size: 1.13rem;
  font-weight: bold;
}

.connected-firms {
  padding-bottom: 1rem;
}
.connected-firms #connected-firms-list {
  min-height: 400px;
  max-height: 400px;
  overflow: auto;
  margin-bottom: 1rem;
}
.connected-firms #connected-firms-list .connected-firm {
  background-color: #f4f9fc;
  border-radius: 2px;
  padding: 0.8125rem 1rem;
  margin: 1rem 1.5rem;
}
.connected-firms #connected-firms-list .connected-firm .firm-name {
  line-height: 1.5rem;
  font-weight: bold;
  display: inline-block;
}
.connected-firms #connected-firms-list .connected-firm .firm-active-cases {
  line-height: 1.25rem;
  font-size: 0.8125;
  color: #96a3b6;
  font-weight: 600;
  float: right;
  display: inline-block;
}
.connected-firms #connected-firms-list .connected-firm .firm-users-list {
  display: flex;
  margin-top: 0.625rem;
  justify-content: space-between;
}
.connected-firms #connected-firms-list .connected-firm .firm-users-list .firm-users {
  display: inline-flex;
}
.connected-firms #connected-firms-list .connected-firm .firm-users-list .firm-users .firm-user {
  display: inline-flex;
  margin-right: 1.5rem;
  align-items: center;
}
.connected-firms #connected-firms-list .connected-firm .firm-users-list .firm-users .firm-user .user-profile-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 1.25rem;
  min-height: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  background-color: #419ef8;
  border-radius: 50%;
  font-size: 0.5rem;
  color: #ffffff;
  font-weight: 600;
  background-size: cover;
  background-position: center;
}
.connected-firms #connected-firms-list .connected-firm .firm-users-list .firm-users .firm-user .user-name {
  margin-left: 0.375rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #515d79;
  display: inline-block;
}
.connected-firms #connected-firms-list .connected-firm .firm-users-list .firm-user-count {
  display: flex;
  color: #96a3b6;
  font-weight: 600;
}
.connected-firms #connected-firms-list .eol {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  color: #cdd7e4;
  font-weight: 600;
}

/** @format */
.profile-container, .profile-container--upload {
  margin: auto;
  padding: 0 0 2rem 0;
}
.profile-container .profile-pic, .profile-container--upload .profile-pic {
  max-width: 100%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  display: block;
  background-position: center;
}
.profile-container img, .profile-container--upload img {
  border-radius: 10px;
  display: block;
  max-width: 210px;
  margin: auto;
}
.profile-container--upload .profile-pic {
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  max-width: 100%;
  max-height: 100%;
  background-color: #419ef8;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
}
.profile-container--upload .centered {
  margin: auto;
}
.profile-container--upload .profile-upload {
  width: auto;
  height: auto;
  margin: auto;
  animation: pulsing 1s ease-in-out infinite;
}
.profile-container--upload .profile-upload span {
  display: block;
  margin: auto;
  font-size: 2rem;
}

@media (max-width: 1100px) {
  .profile-container .profile-pic, .profile-container--upload .profile-pic {
    float: left;
  }
  .profile-container--upload .profile-pic {
    width: 140px;
    height: 140px;
    float: none;
  }
}
@media (max-width: 1024px) {
  .profile-container--upload .profile-pic {
    width: 180px;
    height: 180px;
  }
  .profile-container h3, .profile-container--upload h3 {
    margin: 0 auto;
  }
}
/** @format */
.sidebar-navigation {
  overflow-y: auto;
  padding: 0 1rem 2rem 0;
  overflow-x: hidden;
}
.sidebar-navigation .nav-item {
  color: #96a3b6;
  cursor: pointer;
  font-weight: 700;
  padding: 0.25rem 0;
  padding-bottom: 0.5rem;
  position: relative;
  transition: 0.2s;
  overflow-x: wrap;
}
.sidebar-navigation .nav-item .pending-icon {
  display: inline-block;
  margin-right: 0.25rem;
  width: 1rem;
}
.sidebar-navigation .nav-item:before {
  content: "";
  background: #419ef8;
  display: inline-block;
  height: calc(100% - 1rem);
  left: 0;
  position: absolute;
  top: 0.5rem;
  transition: 0.2s;
  width: 0px;
}
.sidebar-navigation .nav-item.active, .sidebar-navigation .nav-item:hover {
  color: #131349;
  padding-left: 0.75rem;
}
.sidebar-navigation .nav-item.active:before, .sidebar-navigation .nav-item:hover:before {
  width: 4px;
}
.sidebar-navigation::-webkit-scrollbar {
  width: 0.5em;
}
.sidebar-navigation::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
}
.sidebar-navigation::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cdd7e4;
  outline: none;
}

@media screen and (max-width: 1024px) {
  .sidebar-navigation {
    position: relative;
    width: 100%;
  }
}
/** @format */
.table-wrapper {
  min-width: 1240px;
}
.table-wrapper .lt-inline lt-head {
  min-width: 1240px;
}
.table-wrapper .lt-inline lt-head table {
  min-width: 1240px;
}
.table-wrapper.clients-table {
  min-width: 800px;
}
.table-wrapper.clients-table .lt-inline {
  min-width: 800px;
}
.table-wrapper.clients-table .lt-inline table {
  min-width: 800px;
}
.table-wrapper.cases-table .ember-light-table .lt-inline.lt-head table {
  z-index: 2;
}
@media (max-width: 1100px) {
  .table-wrapper.cases-table .ember-light-table .lt-body-wrap table {
    margin-top: 3.7rem;
  }
}
.table-wrapper.case-users-table, .table-wrapper.case-paralegals-table, .table-wrapper.case-attorneys-table, .table-wrapper.case-clients-table {
  min-width: 0px;
  padding-top: 0.5rem;
  position: relative;
}
.table-wrapper.case-users-table .ember-light-table, .table-wrapper.case-paralegals-table .ember-light-table, .table-wrapper.case-attorneys-table .ember-light-table, .table-wrapper.case-clients-table .ember-light-table {
  overflow: visible;
}
.table-wrapper.case-users-table .lt-head-wrap, .table-wrapper.case-paralegals-table .lt-head-wrap, .table-wrapper.case-attorneys-table .lt-head-wrap, .table-wrapper.case-clients-table .lt-head-wrap {
  overflow: visible;
  position: relative;
}
.table-wrapper.case-users-table .lt-head-wrap::before, .table-wrapper.case-paralegals-table .lt-head-wrap::before, .table-wrapper.case-attorneys-table .lt-head-wrap::before, .table-wrapper.case-clients-table .lt-head-wrap::before {
  content: "";
  background: #cdd7e4;
  bottom: 0;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% + 3rem);
  z-index: 9;
}
.table-wrapper.case-users-table table, .table-wrapper.case-paralegals-table table, .table-wrapper.case-attorneys-table table, .table-wrapper.case-clients-table table {
  margin-top: 0px;
  min-width: 0px;
}
.table-wrapper.case-users-table table thead, .table-wrapper.case-paralegals-table table thead, .table-wrapper.case-attorneys-table table thead, .table-wrapper.case-clients-table table thead {
  border: none;
}
.table-wrapper.case-users-table table thead tr th, .table-wrapper.case-paralegals-table table thead tr th, .table-wrapper.case-attorneys-table table thead tr th, .table-wrapper.case-clients-table table thead tr th {
  background: white;
  z-index: 0;
}
.table-wrapper.case-users-table table thead tr:hover td, .table-wrapper.case-paralegals-table table thead tr:hover td, .table-wrapper.case-attorneys-table table thead tr:hover td, .table-wrapper.case-clients-table table thead tr:hover td {
  background: #f4f9fc;
}
.table-wrapper.case-users-table table tbody tr, .table-wrapper.case-paralegals-table table tbody tr, .table-wrapper.case-attorneys-table table tbody tr, .table-wrapper.case-clients-table table tbody tr {
  border-bottom: 0px !important;
  position: relative;
}
.table-wrapper.case-users-table table tbody tr:hover, .table-wrapper.case-paralegals-table table tbody tr:hover, .table-wrapper.case-attorneys-table table tbody tr:hover, .table-wrapper.case-clients-table table tbody tr:hover {
  background: #f4f9fc;
}
.table-wrapper.case-users-table table tbody tr:hover td, .table-wrapper.case-paralegals-table table tbody tr:hover td, .table-wrapper.case-attorneys-table table tbody tr:hover td, .table-wrapper.case-clients-table table tbody tr:hover td {
  background: #f4f9fc;
}
.table-wrapper.case-clients-table table tbody tr td:first-child {
  padding-left: calc(0.85rem + 1rem);
  position: relative;
}
.table-wrapper.case-clients-table table tbody tr td.with-chevron {
  padding-left: calc(0.85rem + 1rem);
  position: relative;
}
.table-wrapper.case-clients-table table tbody tr td.with-chevron:before {
  content: "";
  background: url("https://sandbox-cdn.creativebriefcase.com/img/chevron-right-grey-4cb94c4e52e9fa9afa37f4013b5f11aa.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 0.85rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  transition: transform 0.3s ease-in-out;
  width: 0.85rem;
}
.table-wrapper.case-clients-table table tbody tr.is-expanded {
  background: #f4f9fc;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table-wrapper.case-clients-table table tbody tr.is-expanded td.with-chevron:before {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/chevron-right-blue-9870fd6dbca9884450b7da66b0eea606.svg");
  transform: rotate(90deg) translateX(-50%) translateY(-50%);
}
.table-wrapper.case-clients-table table tbody tr.row-expanded--active td {
  padding-top: 0;
}
.table-wrapper.case-clients-table table tbody tr.lt-expanded-row td {
  padding-top: 0;
}
.table-wrapper.case-paralegals-table .lt-head-wrap::before, .table-wrapper.case-attorneys-table .lt-head-wrap::before {
  display: none;
}
.table-wrapper.case-paralegals-table table thead.lt-head tr th.is-hideable, .table-wrapper.case-attorneys-table table thead.lt-head tr th.is-hideable {
  display: none !important;
}
.table-wrapper.case-paralegals-table table tbody tr td, .table-wrapper.case-attorneys-table table tbody tr td {
  padding-left: 0;
  padding-right: 0;
}
.table-wrapper.firm-insights-nps-score-table {
  min-width: 0rem;
  margin: 0;
}
.table-wrapper.firm-insights-nps-score-table .lt-cell {
  padding: 12px 0.6667rem;
}
.table-wrapper.firm-insights-nps-score-table .ember-light-table {
  position: relative;
  overflow: scroll;
}
.table-wrapper.firm-insights-nps-score-table .ember-light-table .lt-column {
  min-width: 4rem;
  white-space: nowrap;
}
.table-wrapper.firm-insights-nps-score-table .lt-inline table {
  position: absolute;
  z-index: 1;
  min-width: 0;
}
.table-wrapper.firm-insights-nps-score-table .lt-body-wrap {
  max-height: 25rem;
  overflow-y: visible;
}
.table-wrapper.firm-insights-nps-score-table .no-attorney,
.table-wrapper.firm-insights-nps-score-table .firm-insights-last-feedback-cell {
  font-style: italic;
  color: #96a3b6;
}
.table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator, .table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-6, .table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-5, .table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-4, .table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-3, .table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-2, .table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-1 {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #96a3b6;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
}
.table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-1 {
  background: #384c8d;
}
.table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-2 {
  background: #465fdc;
}
.table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-3 {
  background: #419ef8;
}
.table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-4 {
  background: #01ddff;
}
.table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-5 {
  background: #1bf8ab;
}
.table-wrapper.firm-insights-nps-score-table .firm-insights-recent-stage-cell .case-status-indicator-6 {
  background: #25d0a4;
}
.table-wrapper.transaction-table, .table-wrapper.user-table {
  min-width: 0rem;
  margin: 0;
  overflow: hidden;
}
.table-wrapper.transaction-table .ember-light-table, .table-wrapper.user-table .ember-light-table {
  border-radius: 4px;
}
.table-wrapper.transaction-table .lt-cell, .table-wrapper.user-table .lt-cell {
  padding: 12px 0.6667rem;
}
.table-wrapper.transaction-table .ember-light-table, .table-wrapper.user-table .ember-light-table {
  position: relative;
}
.table-wrapper.transaction-table .lt-inline table, .table-wrapper.user-table .lt-inline table {
  position: absolute;
  z-index: 1;
  min-width: 0;
}
.table-wrapper.transaction-table .lt-body-wrap, .table-wrapper.user-table .lt-body-wrap {
  max-height: 25rem;
  overflow: scroll;
}
.table-wrapper.transaction-table .transaction-internal-id-cell, .table-wrapper.user-table .transaction-internal-id-cell,
.table-wrapper.transaction-table .transaction-client-cell,
.table-wrapper.user-table .transaction-client-cell,
.table-wrapper.transaction-table .transaction-primary-attorney-cell,
.table-wrapper.user-table .transaction-primary-attorney-cell,
.table-wrapper.transaction-table .transaction-invoice-date-cell,
.table-wrapper.user-table .transaction-invoice-date-cell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.table-wrapper.transaction-table .transaction-internal-id-cell p, .table-wrapper.user-table .transaction-internal-id-cell p,
.table-wrapper.transaction-table .transaction-client-cell p,
.table-wrapper.user-table .transaction-client-cell p,
.table-wrapper.transaction-table .transaction-primary-attorney-cell p,
.table-wrapper.user-table .transaction-primary-attorney-cell p,
.table-wrapper.transaction-table .transaction-invoice-date-cell p,
.table-wrapper.user-table .transaction-invoice-date-cell p {
  margin: 0;
  padding: 0;
}
.table-wrapper.transaction-table .transaction-invoice-date-cell p, .table-wrapper.user-table .transaction-invoice-date-cell p {
  font-style: italic;
  color: #96a3b6;
}
.table-wrapper.transaction-table .transaction-view-receipt-cell, .table-wrapper.user-table .transaction-view-receipt-cell {
  color: #419ef8;
  font-weight: 600;
}
.table-wrapper.transaction-table .transaction-view-receipt-cell i, .table-wrapper.user-table .transaction-view-receipt-cell i {
  font-size: 0.75rem;
  font-weight: bold;
}
.table-wrapper.user-table .lt-body-wrap {
  max-height: 40rem;
}

.lt-body-wrap table {
  margin-top: 2.7rem;
}

.lt-inline table {
  position: fixed;
  margin: 0 !important;
  min-width: 1240px;
}

table thead {
  background: #f4f9fc;
}
table thead tr th {
  background: #f4f9fc;
  color: #96a3b6;
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
  padding: 0.6666666667rem;
  text-transform: none;
  z-index: 997;
}
table thead tr th .sort, table thead tr th .sort-none, table thead tr th .sort-desc, table thead tr th .sort-asc {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  float: none !important;
  height: 11px;
  width: 12px;
}
table thead tr th .sort-asc {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/sort-asc-046ebe385d54a79683077aac315e689b.svg");
}
table thead tr th .sort-desc {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/sort-desc-993845a10f1c57ee775076b8b8c97826.svg");
}
table thead tr th .sort-none {
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/sort-none-7087393e6a539d124bccdae62b1053f0.svg");
}
table thead tr th.is-sortable::after {
  content: "";
  background-image: url("https://sandbox-cdn.creativebriefcase.com/img/sort-none-7087393e6a539d124bccdae62b1053f0.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  float: none !important;
  height: 11px;
  width: 12px;
}
table thead tr th.is-sorted {
  color: #419ef8;
}
table thead tr th.is-sorted::after {
  display: none;
}
table tbody {
  background: #ffffff;
}
table tbody tr {
  border-bottom: 1px solid #f4f9fc;
}
table tbody tr.lt-is-loading {
  background: #f4f9fc;
  text-align: center;
}
table tbody tr.lt-is-loading td {
  background: #f4f9fc;
}
table tbody tr td {
  color: #515d79;
  padding: 0.6666666667rem;
  transition: 0.3s ease-in-out;
  word-wrap: break-word;
}
table tbody tr td.bold {
  color: #131349;
  font-weight: 600;
}
table tbody tr td .bold {
  color: #131349;
  font-weight: 600;
}
table tbody tr td.italic {
  color: #96a3b6;
  font-style: italic;
}
table tbody tr td.light {
  color: #96a3b6;
}
table tbody tr td.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 0;
}
table tbody tr td .on-hold {
  color: #fa105d;
  font-weight: 700;
}
table tbody tr td .italic {
  color: #96a3b6;
  font-style: italic;
}
table tbody tr td .new-messages {
  color: #fa105d;
  font-weight: 700;
}
table tbody tr td .new-messages img {
  margin: 0 2px -2px 0;
  width: 25px;
}
table tbody tr:hover td {
  background: #fafcfe;
}
table tbody tr.lt-no-data {
  text-align: center;
}

.cell-remove div {
  text-align: right;
}
.cell-remove div a {
  color: #96a3b6;
}

.cell-primary-attorney {
  text-align: right !important;
}
.cell-primary-attorney .is-primary-attorney {
  color: #96a3b6;
  font-weight: 700;
}
.cell-primary-attorney a {
  color: #96a3b6;
}

.insights-wrapper {
  position: relative;
}

.cases-table .ember-light-table .lt-row.currently-onboarding td {
  background: #fef8da;
}
.cases-table .ember-light-table .lt-row.on-hold td {
  background: #fedbe7;
}

.charges-table {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow-x: hidden;
}
.charges-table .ember-light-table {
  border-radius: 4px;
}

/** @format */
.is-active-bar {
  background-color: #fadc46;
  height: 10px;
}

#third-party--navbar .navbar, #third-party--navbar .navbar--secondary {
  background-color: white;
}
#third-party--navbar .navbar .navbar-container, #third-party--navbar .navbar--secondary .navbar-container {
  padding-left: 15px;
}
#third-party--navbar .navbar .navbar-container ul li, #third-party--navbar .navbar--secondary .navbar-container ul li {
  white-space: nowrap;
  flex-wrap: nowrap;
  margin: 2px 15px 0px;
  transition: border-color 0.1s ease-in-out;
  border-bottom: 4px solid transparent;
  padding-bottom: 1px;
}
#third-party--navbar .navbar .navbar-container ul li .unread-count, #third-party--navbar .navbar--secondary .navbar-container ul li .unread-count {
  margin-top: 6px;
}
#third-party--navbar .navbar .navbar-container ul li a, #third-party--navbar .navbar--secondary .navbar-container ul li a {
  font-weight: normal;
  color: rgb(25, 24, 24) !important;
  font-size: 0.9rem;
}
#third-party--navbar .navbar .navbar-container ul li a.active, #third-party--navbar .navbar--secondary .navbar-container ul li a.active {
  font-weight: bold;
  border-bottom: 6px solid rgb(55, 186, 211);
}
#third-party--navbar .navbar .navbar-container ul li:hover, #third-party--navbar .navbar--secondary .navbar-container ul li:hover {
  border-color: rgb(55, 186, 211);
}
#third-party--content .like-link,
#third-party--content a {
  color: rgb(55, 186, 211);
}
#third-party--content button {
  color: rgb(25, 24, 24);
}
#third-party--content button.messages {
  font-weight: normal;
}
#third-party--content button.btn-primary {
  color: white;
  background-color: rgb(39, 60, 65);
}
#third-party--content button.btn-primary:hover {
  background-color: rgb(26, 47, 52);
}
#third-party--content button.btn-text--blue {
  color: rgb(55, 186, 211) !important;
}
#third-party--content button.btn-cancel {
  color: #a8144c;
}
#third-party--content .action-icons {
  display: flex;
}
#third-party--error {
  background-color: white;
}
#third-party--error .error-content h1,
#third-party--error .error-content p {
  color: rgb(25, 24, 24) !important;
}
#third-party--error .error-content button.btn-white, #third-party--error .error-content button.btn-white-red, #third-party--error .error-content button.btn-white-green {
  color: white;
  background-color: rgb(39, 60, 65);
  transition: background-color 0.1s ease-in-out;
}
#third-party--error .error-content button.btn-white:hover, #third-party--error .error-content button.btn-white-red:hover, #third-party--error .error-content button.btn-white-green:hover {
  background-color: rgb(26, 47, 52);
}
#third-party--error .error-content [data-action=logout] {
  color: rgb(55, 186, 211);
}

.configure a,
.verify a {
  color: #419ef8;
  font-size: 1rem;
  font-weight: 400;
}
.configure p,
.verify p {
  color: #131349;
  font-size: 1rem;
  font-weight: 400;
}
.configure input.input--verify,
.verify input.input--verify {
  text-align: center;
  letter-spacing: 0.5rem;
}
.configure input.input--verify::placeholder,
.verify input.input--verify::placeholder {
  text-align: center;
}
.configure input.input--verify:focus::placeholder,
.verify input.input--verify:focus::placeholder {
  color: transparent;
}
.configure .btn-primary,
.verify .btn-primary {
  background-color: #419ef8 !important;
}

.card--two-factor-auth {
  position: relative;
}
.card--two-factor-auth .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1rem;
}
.card--two-factor-auth .bottom-left a {
  color: #419ef8;
  font-size: 1rem;
  font-weight: 400;
}

/** @format */
.client-intelligence-insights .sisense-dashboard-container {
  height: calc(100vh - 4rem - 2rem);
}
.client-intelligence-insights .sisense-error-state {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #96a3b6;
}
.client-intelligence-insights .sisense-cta-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24rem;
  border: 2px dashed #cdd7e4;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.client-intelligence-insights .sisense-cta-panel .sisense-cta-content {
  text-align: center;
  max-width: 28rem;
}
.client-intelligence-insights .sisense-cta-panel .sisense-cta-content .sisense-cta-icon {
  font-size: 3rem;
  color: #cdd7e4;
  margin-bottom: 1rem;
}
.client-intelligence-insights .sisense-cta-panel .sisense-cta-content h3 {
  margin-bottom: 0.5rem;
}
.client-intelligence-insights .sisense-cta-panel .sisense-cta-content p {
  color: #96a3b6;
  line-height: 1.5;
}
.client-intelligence-insights .sisense-cta-panel .sisense-cta-content .sisense-cta-contact {
  font-weight: 600;
  color: #515d79;
  margin-top: 1rem;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content--above,
.ember-basic-dropdown-content *,
.ember-basic-dropdown-content--above * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content, .ember-basic-dropdown-content--above {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}