.stepper__container {
  background: white;
  border-radius: 8px;
  padding: 10px 8px;
  gap: 8px;
  display: flex;
  align-items: center;
  overflow: auto;
}
.stepper__step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stepper__step-container {
  display: flex;
  align-items: center;
}
.stepper__step-divider {
  display: flex;
  align-items: center;
}
.stepper__step-divider::before {
  content: "";
  display: inline-block;
  width: 30px;
  border-top: 2px dashed #DBDEE8;
}
.stepper__step-divider::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 5px 9px;
  border-color: transparent #DBDEE8 transparent transparent;
  border-style: solid;
}
.stepper__step-index {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-color: #E6F5FE;
  color: #0197F6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}
.active .stepper__step-index {
  color: white;
  background-color: #0197F6;
}
.passed .stepper__step-index {
  color: white;
  background-color: rgba(56, 202, 150, 0.7);
}
.stepper__step-title {
  color: #2F3742;
  font-size: 12px;
  font-weight: bold;
}
.passed .stepper__step-title {
  color: #949CA7;
}
.agency-offer__title {
  font-size: 14px;
  font-weight: 700;
}
.agency-offer__list-item {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
.agency-offer__list-item:not(:first-child) {
  margin-top: 8px;
}
.agency-offer__list-item > i {
  color: #717C8B;
  font-size: 5px;
  margin-left: 4px;
  display: flex;
}
.agency-offer__introduction .agency-offer__list-item > i {
  color: #58D3A6;
}
.agency-offer__introduction {
  background: #DEF6ED;
  border-color: #58D3A6;
}
.agency-offer__introduction-title {
  font-size: 14px;
  font-weight: 700;
}
.agency-offer__description {
  color: #717C8B;
}
.agency-offer__description-content {
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 22px;
  margin-top: 12px;
}
.agency-offer__description-button {
  display: block !important;
  margin: 40px auto 0 0 !important;
  outline: 0 !important;
  font-size: 14px !important;
  width: -moz-fit-content;
  width: fit-content;
}
.agency-offer__description-button:focus {
  outline: 0 !important;
}
.agency-offer__detail-header {
  background-color: #2C2C41;
  color: white;
}
.agency-offer__detail-body {
  padding: 0;
}
.agency-offer__detail-body-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.agency-offer__detail-body-table > thead {
  color: #4E5C6E;
}
.agency-offer__detail-body-table > tbody {
  border-top: 2px dashed #D9DCE0;
  border-bottom: 2px dashed #D9DCE0;
}
.agency-offer__detail-body-table > tbody > tr:nth-child(odd) {
  background-color: #F4F4F9;
}
.agency-offer__detail-body-table > tfoot {
  font-weight: bold;
}
.agency-offer__detail-body-table td {
  padding: 10px;
  width: 33.33%;
  color: #717C8B;
}
.agency-offer__agreement {
  font-size: 12px;
  margin-top: 40px;
  display: flex;
}
.agency-offer__agreement-link {
  color: #0197F6;
  cursor: pointer;
  margin-right: 8px;
}
.agency-offer__actions {
  display: flex;
  align-items: center;
}
.agency-offer__actions-wrapper {
  margin-top: 100px;
}
.agency-offer__actions-divider {
  border-top: 2px dashed #949CA7;
  flex: 1;
}
.agency-offer__actions-divider-small {
  border-top: 2px dashed #949CA7;
  width: 16px;
}
.agency-offer__actions-fake-btn {
  color: #949CA7;
  display: flex;
}
