.sr-countdown {
  border: 2px dashed #0197F6;
  border-radius: 15px;
  padding: 32px 52px;
}
.sr-countdown__timer {
  width: 293px;
  height: 97px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #0197F6;
  border-radius: 12px;
  font-size: 40px;
  font-weight: 700;
  color: #2C2C41;
}
.sr-countdown__finished {
  font-size: 18px;
  text-align: center;
  padding: 20px;
  border: 2px dashed #0197F6;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sr-countdown__title {
  display: flex;
  justify-content: space-between;
  color: #4E5C6E;
  font-size: 12px;
  font-weight: 500;
  margin-top: 14px;
}
.sr-countdown__progress {
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #0197F6 0%, #7E2B93 50%, #ED145B 100%);
  border-radius: 99px;
  margin-top: 14px;
  position: relative;
  overflow: hidden;
}
.sr-countdown__progress::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: var(--hiding-percent);
  background-color: #DBDEE8;
}
.stepper__container[data-v-cd9eca3c] {
  background-color: white;
  border-radius: 15px;
  border: 2px dashed #D9DCE0;
  padding: 32px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepper__step[data-v-cd9eca3c] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stepper__step-container[data-v-cd9eca3c] {
  display: flex;
  align-items: center;
}
.stepper__step-divider[data-v-cd9eca3c] {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.stepper__step-divider[data-v-cd9eca3c]::before {
  content: "";
  display: inline-block;
  width: 40px;
  border-top: 2px dashed #DBDEE8;
}
.stepper__step-divider[data-v-cd9eca3c]::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 7px 11px;
  border-color: transparent #DBDEE8 transparent transparent;
  border-style: solid;
}
.stepper__step-index[data-v-cd9eca3c] {
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: #E6F5FE;
  color: #0197F6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}
.active .stepper__step-index[data-v-cd9eca3c] {
  color: white;
  background-color: #0197F6;
}
.passed .stepper__step-index[data-v-cd9eca3c] {
  color: white;
  background-color: rgba(88, 211, 166, 0.7);
}
.stepper__step-title[data-v-cd9eca3c] {
  color: #2F3742;
  font-size: 16px;
  font-weight: bold;
}
.passed .stepper__step-title[data-v-cd9eca3c] {
  color: #949CA7;
}
.agency-offer__title {
  font-size: 16px;
  font-weight: 700;
}
.agency-offer__list-item {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.agency-offer__list-item:not(:first-child) {
  margin-top: 20px;
}
.agency-offer__list-item > i {
  color: #717C8B;
  font-size: 7px;
  margin-left: 8px;
  display: flex;
}
.agency-offer__introduction .agency-offer__list-item > i {
  color: #58D3A6;
}
.agency-offer__introduction {
  background: #EEFBF6;
  border-color: #58D3A6;
}
.agency-offer__introduction-title {
  font-size: 18px;
  font-weight: 700;
}
.agency-offer__description {
  color: #717C8B;
}
.agency-offer__description-content {
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 28px;
  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-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.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: 20px;
  width: 33.33%;
  color: #717C8B;
}
.agency-offer__agreement {
  font-size: 14px;
  margin-top: 40px;
  display: flex;
}
.agency-offer__agreement-link {
  color: #0197F6;
  cursor: pointer;
  margin-right: 8px;
}
.agency-offer__actions {
  display: flex;
  align-items: center;
  margin-top: 120px;
}
.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;
}
