﻿.disclosure-wrapper {
  width: 100%;
  height: 827px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6; }
  .disclosure-wrapper .disclosure-container {
    width: 631px; }
    .disclosure-wrapper .disclosure-container .disclosure-header {
      height: 123px;
      width: 100%;
      display: flex;
      align-items: flex-end;
      flex-direction: column; }
      .disclosure-wrapper .disclosure-container .disclosure-header .disclosure-title-wrapper {
        width: 100%;
        height: 100%; }
        .disclosure-wrapper .disclosure-container .disclosure-header .disclosure-title-wrapper .disclosure-title {
          width: 100%;
          height: 80px;
          display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: space-between; }
          .disclosure-wrapper .disclosure-container .disclosure-header .disclosure-title-wrapper .disclosure-title .title .title-text {
            font-size: 22px;
            font-weight: bold;
            color: #001e7d; }
          .disclosure-wrapper .disclosure-container .disclosure-header .disclosure-title-wrapper .disclosure-title .loan-amount {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end; }
            .disclosure-wrapper .disclosure-container .disclosure-header .disclosure-title-wrapper .disclosure-title .loan-amount .loan-amount-text {
              font-size: 14px;
              color: #000000;
              opacity: 0.5; }
            .disclosure-wrapper .disclosure-container .disclosure-header .disclosure-title-wrapper .disclosure-title .loan-amount .current-loan-amount {
              font-size: 22px;
              font-weight: bold;
              color: #001e7d; }
      .disclosure-wrapper .disclosure-container .disclosure-header .step-status-bar {
        width: 100%;
        height: 10px;
        margin-bottom: 21px;
        border-radius: 5px;
        background-color: #001e7d; }
    .disclosure-wrapper .disclosure-container .disclosure-body {
      width: 100%;
      height: 665px;
      border-radius: 3px;
      background-color: #ffffff;
      display: flex;
      justify-content: center; }
      .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content {
        width: 95.2%;
        height: 100%; }
        .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .disclosure-content-title {
          width: 100%;
          border-bottom: 1px solid rgba(194, 194, 194, 0.8); }
          .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .disclosure-content-title .title-wrapper {
            height: 44px;
            margin-top: 23px;
            margin-bottom: 23px; }
            .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .disclosure-content-title .title-wrapper .title-top {
              font-size: 22px;
              font-weight: bold;
              text-align: right;
              color: #4669f5; }
            .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .disclosure-content-title .title-wrapper .title-bottom {
              font-size: 22px;
              font-weight: bold;
              text-align: right;
              color: #001e7d; }
        .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .content-wrapper {
          width: 100%;
          height: 331px;
          border-bottom: 1px solid rgba(194, 194, 194, 0.8);
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .content-wrapper .content {
            width: 100%;
            height: 270px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .content-wrapper .content .feild-wrapper {
              width: 100%;
              height: 30px;
              display: flex;
              align-items: center;
              flex-direction: row; }
              .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .content-wrapper .content .feild-wrapper .label-wrapper {
                width: 30%; }
                .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .content-wrapper .content .feild-wrapper .label-wrapper .label {
                  font-size: 16px;
                  font-weight: 500;
                  color: #6e6d71; }
              .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .content-wrapper .content .feild-wrapper .field-data {
                width: 100%;
                font-size: 16px;
                color: #6e6d71;
                font-weight: bold; }
                .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .content-wrapper .content .feild-wrapper .field-data.edit-field {
                  display: flex;
                  font-size: 16px;
                  font-weight: bold;
                  color: #6e6d71; }
                .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .content-wrapper .content .feild-wrapper .field-data .edit-amount {
                  padding-right: 1%;
                  text-decoration: underline;
                  color: #4669f5;
                  width: 20%;
                  cursor: pointer;
                  font-weight: 500; }
        .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .for-your-info {
          width: 100%;
          height: 130px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .disclosure-wrapper .disclosure-container .disclosure-body .disclosure-body-content .for-your-info .for-your-info-text {
            font-size: 14px;
            font-weight: 500;
            text-align: left;
            color: #000000;
            text-align: right;
            opacity: 0.5; }
    .disclosure-wrapper .disclosure-container .approve-btn {
      background-image: inherit;
      height: 46px;
      width: 208px;
      background-color: #fa4646;
      border-radius: 24px;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      margin-right: auto; }
      .disclosure-wrapper .disclosure-container .approve-btn .continue-btn-text-wrapper {
        height: 100%;
        margin-top: 23px;
        font-weight: bold;
        color: #ffffff; }
      .disclosure-wrapper .disclosure-container .approve-btn .continue-btn-text {
        color: #ffffff;
        font-size: 17px; }
      .disclosure-wrapper .disclosure-container .approve-btn .continue-btn-image {
        width: 10px;
        height: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px; }
        .disclosure-wrapper .disclosure-container .approve-btn .continue-btn-image img {
          height: 100%;
          width: 100%; }
