﻿.create-offer-page-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 601px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #f6f6f6; }
  .create-offer-page-wrapper .create-offer-container {
    width: 100%;
    height: 100%; }
    .create-offer-page-wrapper .create-offer-container .create-offer-header {
      height: 10%;
      width: 100%;
      display: flex;
      align-items: flex-end;
      flex-direction: column;
      margin-top: 3%; }
      .create-offer-page-wrapper .create-offer-container .create-offer-header .create-offer-title-wrapper {
        width: 100%;
        height: 100%; }
        .create-offer-page-wrapper .create-offer-container .create-offer-header .create-offer-title-wrapper .create-offer-title {
          width: 100%;
          display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: space-between; }
          .create-offer-page-wrapper .create-offer-container .create-offer-header .create-offer-title-wrapper .create-offer-title .title .title-text {
            font-size: 22px;
            color: #001e7d;
            font-weight: bold; }
          .create-offer-page-wrapper .create-offer-container .create-offer-header .create-offer-title-wrapper .create-offer-title .loan-amount {
            width: 17%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end; }
            .create-offer-page-wrapper .create-offer-container .create-offer-header .create-offer-title-wrapper .create-offer-title .loan-amount .loan-amount-text {
              font-size: 16px;
              color: #000000;
              opacity: 0.5; }
            .create-offer-page-wrapper .create-offer-container .create-offer-header .create-offer-title-wrapper .create-offer-title .loan-amount .current-loan-amount {
              font-size: 26px;
              font-weight: bold;
              color: #001e7d; }
      .create-offer-page-wrapper .create-offer-container .create-offer-header .step-status-bar {
        width: 100%;
        height: 10px;
        border-radius: 5px;
        margin-bottom: 3%;
        background-color: #001e7d; }
    .create-offer-page-wrapper .create-offer-container .create-offer-body {
      width: 100%;
      height: 85%;
      border-radius: 3.5px;
      display: flex;
      justify-content: center; }
      .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column; }
        .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper {
          padding: 30px 30px 50px 30px;
          width: 100%;
          background-color: #ffffff;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper.first-section {
            margin-bottom: 26px; }
          .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper.mid-section {
            margin-bottom: 26px; }
          .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .title-fast-track {
            font-size: 16px;
            font-weight: bold;
            color: #001e7d; }
            .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .title-fast-track img {
              margin-left: 10px;
              vertical-align: middle; }
          .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .trophy-image-wrapper {
              width: 100%;
              height: 48%;
              display: flex;
              justify-content: center; }
              .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .trophy-image-wrapper .trophy-image-container {
                width: 13%;
                height: 100%; }
                .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .trophy-image-wrapper .trophy-image-container img {
                  width: 100%;
                  height: 100%; }
            .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .loan-approved-title-wrapper {
              display: flex;
              flex-direction: column;
              align-items: center;
              margin-top: 30px; }
              .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .loan-approved-title-wrapper .main-title {
                width: 100%;
                display: flex !important;
                font-weight: bold;
                font-size: 32px;
                justify-content: center;
                text-align: center;
                align-items: center;
                color: #001e7d; }
                .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .loan-approved-title-wrapper .main-title .loan-purpose-text {
                  color: #4669f5;
                  display: flex; }
              .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .loan-approved-title-wrapper .sub-title {
                font-size: 18px;
                font-weight: 500;
                text-align: center;
                align-items: center;
                color: #6e6d71; }
            .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-top {
              width: 100%;
              height: 50%;
              display: flex;
              line-height: 1.3;
              justify-content: flex-start;
              flex-direction: column;
              border-bottom: 1px solid rgba(194, 194, 194, 0.8); }
              .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-top.regular-track {
                border-bottom: 0px; }
              .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-top .title-top {
                font-size: 22px;
                font-weight: bold;
                color: #4669f5; }
              .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-top .identification-and-signature {
                margin-top: 10px;
                opacity: 0.5;
                font-size: 16px;
                font-weight: 500;
                text-align: right;
                color: #000000; }
            .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom {
              width: 100%;
              height: 100%;
              display: flex;
              flex-direction: column;
              justify-content: space-around; }
              .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .title-fast-track {
                font-size: 16px;
                font-weight: bold;
                color: #001e7d; }
              .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-fast-track {
                width: 100%;
                border-bottom: 1px solid rgba(194, 194, 194, 0.8);
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                padding-top: 12px;
                padding-bottom: 20px; }
                .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-fast-track .fast-track-image-wrapper {
                  width: 10%;
                  display: flex;
                  align-items: center;
                  justify-content: center; }
                  .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-fast-track .fast-track-image-wrapper img {
                    width: 100%;
                    object-fit: contain;
                    min-width: 27px;
                    max-width: 30px; }
                .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-fast-track .fast-track-text {
                  width: 55%;
                  height: 100%;
                  display: flex;
                  justify-content: center;
                  align-items: center; }
                  .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-fast-track .fast-track-text .text {
                    opacity: 0.5;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.13;
                    text-align: right;
                    color: #000000; }
                .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-fast-track .fast-track-btn {
                  width: 171px;
                  height: 46px;
                  border-radius: 24px;
                  background-color: #fa4646;
                  display: flex;
                  justify-content: center;
                  align-items: center; }
                  .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-fast-track .fast-track-btn .btn {
                    font-size: 17px;
                    font-weight: bold;
                    text-align: center;
                    color: #ffffff; }
              .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
                align-content: stretch; }
                .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track.third-section {
                  width: auto;
                  height: auto;
                  align-items: center; }
                .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .fast-track-btn-white {
                  margin-right: 27px;
                  width: 171px;
                  height: 46px;
                  border-radius: 24px;
                  background-color: #ffffff;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  border: solid 1.9px #fa4646; }
                  .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .fast-track-btn-white .btn {
                    font-size: 17px;
                    font-weight: bold;
                    text-align: center;
                    color: #fa4646; }
                .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .regular-track-image-wrapper {
                  width: 10%;
                  height: 100%; }
                  .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .regular-track-image-wrapper .image-wrapper {
                    width: 40px;
                    height: 39px; }
                    .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .regular-track-image-wrapper .image-wrapper img {
                      height: 100%;
                      width: 100%; }
                .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .regular-track-content-wrapper {
                  margin-top: 20px;
                  display: flex;
                  flex-direction: column;
                  justify-content: space-between;
                  margin-right: 20px; }
                  .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .regular-track-content-wrapper ol, .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .regular-track-content-wrapper ul, .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .regular-track-content-wrapper li {
                    list-style: initial;
                    padding: 0px;
                    margin: 0px; }
                  .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .regular-track-content-wrapper.third-section-content {
                    height: auto; }
                  .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .regular-track-content-wrapper .text {
                    font-size: 16px;
                    font-weight: 500;
                    color: #000000;
                    opacity: 0.5;
                    line-height: 1.13; }
                    .create-offer-page-wrapper .create-offer-container .create-offer-body .create-offer-body-content .create-offer-section-wrapper .create-offer-content .content-bottom .content-regular-track .regular-track-content-wrapper .text.text-link {
                      color: #2e749d;
                      cursor: pointer; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixmtIE {
    margin-top: 60px; }
  .fixmtIE40 {
    margin-top: 40px; } }
