financeresultwidget {
  display: flex;
  flex-direction: column;
}
financeresultwidget .finance-result-header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
financeresultwidget .finance-result-header-wrapper::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 25%;
  background: #5cbef9;
  font-size: 18px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 2;
}
financeresultwidget .finance-result-header-wrapper.rejected::before {
  content: "!";
  background: #5cbef9;
}
financeresultwidget .finance-result-header-wrapper.approved::before {
  content: "\f00c";
  background: #3b3ad5;
}
financeresultwidget .finance-result-header-wrapper h1 {
  max-width: 356px;
  text-align: center;
  font-size: 28px;
}
financeresultwidget .finance-result-header-wrapper .finance-result-header {
  display: flex;
  text-align: center;
  font-size: 28px;
  gap: 10px;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 441px) {
  financeresultwidget .finance-result-header-wrapper .finance-result-header {
    font-size: 20px;
  }
}
financeresultwidget .finance-result-header-wrapper .finance-result-header .congratulations-text {
  color: #3b3ad5;
}
financeresultwidget .finance-result-body {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-left: 11vw;
  margin-right: 11vw;
}
@media (max-width: 1037px) {
  financeresultwidget .finance-result-body {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media (max-width: 959px) {
  financeresultwidget .finance-result-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  financeresultwidget .finance-result-body .car-card {
    width: 285px;
  }
}
financeresultwidget .finance-result-body .car-card {
  flex: 1;
}
financeresultwidget .finance-result-body .car-card .card-body {
  padding-bottom: 15px;
}
financeresultwidget .finance-result-body .finance-result-steps-container {
  flex: 2;
  padding: 10px;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container {
  background: #e5e8ec;
  border-radius: 20px;
  font-size: 14px;
  padding: 22px;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step-text {
  margin-left: 44px;
  font-weight: 700;
  margin-bottom: 9px;
  margin-top: 20px;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step {
  position: relative;
  background: white;
  border-radius: 25px;
  font-size: 14px;
  padding: 12px 60px;
  margin-bottom: 10px;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step .text {
  max-width: 85%;
}
@media (max-width: 425px) {
  financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step .text {
    max-width: unset;
  }
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 20px;
  height: 20px;
  background: #e2e5e9;
  border-radius: 50%;
  z-index: 2;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 24px;
  width: 2px;
  height: calc(100% + 11px);
  background: #011f46;
  z-index: 1;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step:last-child::after {
  content: none;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step.approved-description-step {
  color: white;
  background: #3b3ad5;
  border-radius: 22px;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step.approved-description-step::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 13px;
  background: #011f46;
  font-size: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step.approved-description-step::after {
  top: 16px;
  left: 24px;
  height: calc(100% + 60px);
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step.rejected-description-step {
  color: #011f46;
  background: #5cbef9;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step.rejected-description-step::before {
  content: "!";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 15px;
  background: #011f46;
  font-size: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: white;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .steps-wrapper .next-step.rejected-description-step::after {
  top: 25px;
  left: 24px;
  height: calc(100% + 51px);
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .next-steps-container-footer .contact-sales-team-button {
  position: relative;
  font-size: 11px;
  padding-right: 40px;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .next-steps-container-footer .contact-sales-team-button.approved {
  background: #011f46;
  color: white;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .next-steps-container-footer .contact-sales-team-button.rejected {
  background: #5cbef9;
}
financeresultwidget .finance-result-body .finance-result-steps-container .next-steps-container .next-steps-container-footer .contact-sales-team-button::before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 10px;
  font-size: 14px;
}
