@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  height: 100%;
}

body {
  height: auto;
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #000 !important;
  background: #fff;
}

h1 {
  font-size: 1rem;
  font-weight: 700;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

.btn {
  font-size: 14px;
}

.btn-theme {
  background: #0B2343;
  color: #fff;
  border-radius: 0.3rem;
}
.btn-theme:hover {
  color: #fff;
}
.btn-blue {
  background: #5B8AB7;
  color: #fff;
  border-radius: 0.3rem;
}
.btn-blue:hover {
  color: #fff;
}

.no-padding {
  padding: 0;
}

.alert {
  padding: 0.7rem 1rem;
}

.btn-save {
  border-radius: 100px;
  float: right;
  margin-top: -38px;
  padding: .25rem .55rem;
}
.title h1 {
  padding-bottom: .3rem;
}
.main .container {
  background: #F3F3F3;
  height: 100vh;
}

.main-logo img {
  height: 38px;
}

.primary-logo img {
  width: 50px;
}

.top-head {
  align-items: center;
  background: #fff;
}
.top-head .back-btn {
  padding: 0 !important;
}
.top-head .back-btn a {
  text-decoration: none;
  color: #000;
  font-size: 1.1rem;
}
.top-head .back-btn span {
  font-size: 0.9rem;
  padding-left: 0.2rem;
  position: relative;
  top: -2px;
}

.tab-body {
  background: #F3F3F3;
  margin-top: -1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 85vh;
}

.nav-pills {
  background-color: #fff;
  padding-bottom: 2rem;
  margin-bottom: 0 !important;
}
.nav-pills .nav-link {
  color: #000;
  font-weight: 600;
  padding: 0.5rem 1.4rem;
  border-radius: 20rem;
}
.nav-pills .nav-link.active {
  background: #0B2343;
}

.tab-content {
  background: #F3F3F3;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.tab-content .tab-pane {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.tab-content .tab-pane .box-container {
  background: #fff;
  padding: 1.3rem;
  margin-top: 0.75rem;
  border-radius: 0.5rem;
}
.tab-content .tab-pane .box-container strong {
  font-weight: 600;
  line-height: 1.2rem;
}
.tab-content .tab-pane .box-container .box-items, .tab-content .tab-pane .box-container .nextOne, .tab-content .tab-pane .box-container .radio-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-content .tab-pane .box-container .box-items button, .tab-content .tab-pane .box-container .nextOne button, .tab-content .tab-pane .box-container .radio-list button {
  width: 48%;
  height: 55px;
  padding: 0.3rem 0.5rem;
  margin: 0.4rem 0rem;
  vertical-align: top;
  background: #fff;
  text-decoration: none;
  color: #5B8AB7;
  border: 1px solid #5B8AB7;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 600;
}
.tab-content .tab-pane .box-container .box-items button:hover, .tab-content .tab-pane .box-container .nextOne button:hover, .tab-content .tab-pane .box-container .radio-list button:hover {
  background: #5B8AB7;
  color: #fff;
}
.tab-content .tab-pane .box-container .box-items button.active, .tab-content .tab-pane .box-container .nextOne button.active, .tab-content .tab-pane .box-container .radio-list button.active {
  background: #5B8AB7;
  color: #fff;
}
.tab-content .tab-pane .box-container .box-items .check-list.newOne, .tab-content .tab-pane .box-container .box-items .check-list.radio-list, .tab-content .tab-pane .box-container .nextOne .check-list.newOne, .tab-content .tab-pane .box-container .nextOne .check-list.radio-list, .tab-content .tab-pane .box-container .radio-list .check-list.newOne, .tab-content .tab-pane .box-container .radio-list .check-list.radio-list {
  margin: 5px 0 !important;
  border-radius: 6px;
  border: 1px solid #E8E8E8 !important;
  box-shadow: 0 2px 4px #e8e8e8;
  width: 100% !important;
}
.tab-content .tab-pane .box-container .box-items .check-list.newOne .checkbox-custom-label, .tab-content .tab-pane .box-container .box-items .check-list.radio-list .checkbox-custom-label, .tab-content .tab-pane .box-container .nextOne .check-list.newOne .checkbox-custom-label, .tab-content .tab-pane .box-container .nextOne .check-list.radio-list .checkbox-custom-label, .tab-content .tab-pane .box-container .radio-list .check-list.newOne .checkbox-custom-label, .tab-content .tab-pane .box-container .radio-list .check-list.radio-list .checkbox-custom-label {
  padding: 0.7rem 0.8rem;
  color: #000 !important;
  font-weight: 400;
  font-size: 14px;
}
.tab-content .tab-pane .box-container .box-items .radio-list.newOne .checkbox-custom-label, .tab-content .tab-pane .box-container .box-items .radio-list .checkbox-custom-label, .tab-content .tab-pane .box-container .nextOne .radio-list .checkbox-custom-label, .tab-content .tab-pane .box-container .radio-list .radio-list .checkbox-custom-label {
  padding: 0.7rem 0.8rem;
  color: #000 !important;
  font-weight: 400;
  font-size: 14px;
  word-wrap: anywhere;
}
.tab-content .tab-pane .box-container .box-items .radio-list.newOne .mt .checkbox-custom-label, .tab-content .tab-pane .box-container .box-items .radio-list .mt .checkbox-custom-label, .tab-content .tab-pane .box-container .nextOne .radio-list .mt .checkbox-custom-label, .tab-content .tab-pane .box-container .radio-list .radio-list .mt .checkbox-custom-label {
  color: #5B8AB7 !important;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 600 !important;
}
.tab-content .tab-pane .box-container .nextOne .check-list, .tab-content .tab-pane .box-container .radio-list .check-list {
  width: 42%;
  margin: 9px 0px 0 11px;
}
.tab-content .tab-pane .box-container .radio-list .radio-custom-label {
  width: 100%;
}
.tab-content .tab-pane .box-container .radio-list .mt .checkbox-custom-label {
  color: #5B8AB7 !important;
  font-weight: 500 !important;
}
.tab-content .tab-pane .box-container .radio-list .mt-3 {
  width: 100%;
}
.tab-content .tab-pane .box-container .box-items.next button, .tab-content .tab-pane .box-container .next.nextOne button, .tab-content .tab-pane .box-container .next.radio-list button {
  width: 30.5%;
}
.tab-content .tab-pane .box-container .box-items.next .radio-list, .tab-content .tab-pane .box-container .next.nextOne .radio-list, .tab-content .tab-pane .box-container .next.radio-list .radio-list {
  background: none;
  width: 100%;
  display: block;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 2px 4px #e8e8e8;
  padding: 0 0.5rem;
}
.tab-content .tab-pane .box-container .p-box {
  border: 1px solid #E8E8E8;
  box-shadow: 0 2px 4px #ddd;
  padding: 0.75rem;
  border-radius: 0.5rem;
}
.tab-content .tab-pane .box-container .p-box .l-detail strong {
  font-size: 0.8rem;
}
.tab-content .tab-pane .box-container .p-box .l-detail span {
  color: #888;
  font-size: 0.75rem;
}
.tab-content .tab-pane .box-container .p-box .progress {
  border-radius: 0.75rem;
  border: 1px solid #E8E8E8;
  background: #fff;
  height: 10px;
  background: #EDEDED;
  border: none;
}
.tab-content .tab-pane .box-container .p-box .progress .progress-bar {
  background-color: #5B8AB7;
}
.tab-content .tab-pane .box-container .p-box .percent {
  align-items: center;
}
.tab-content .tab-pane .box-container .p-box .percent strong {
  color: #5B8AB7;
}
.tab-content .tab-pane .box-container .p-box .percent button {
  text-decoration: none;
  padding: 0.15rem 0.65rem;
  background: #fff;
  color: #5B8AB7;
  font-size: 0.75rem;
  border: 1px solid #5B8AB7;
  border-radius: 0.3rem;
}
.tab-content .tab-pane .box-container .p-box .percent button:hover {
  background: #5B8AB7;
  color: #fff;
}
.tab-content .tab-pane .box-container .p-box .percent a {
  text-decoration: none;
  padding: 0.15rem 0.65rem;
  color: #5B8AB7;
  font-size: 0.75rem;
  border: 1px solid #5B8AB7;
  border-radius: 0.3rem;
}
.tab-content .tab-pane .box-container .p-box .percent a:hover {
  background: #5B8AB7;
  color: #fff;
}
.tab-content .tab-pane .box-container .radio-box, .tab-content .tab-pane .box-container .modal .next, .modal .tab-content .tab-pane .box-container .next {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 2px 4px #e8e8e8;
  padding: 0.6rem 0.6rem;
}
.tab-content .tab-pane .box-container .radio-box .radio-list, .tab-content .tab-pane .box-container .modal .next .radio-list, .modal .tab-content .tab-pane .box-container .next .radio-list {
  display: flex;
  justify-content: center;
  background: #F0F0F0;
  width: 48.5%;
  padding: 0.5rem;
  box-shadow: none;
  border: none;
}
.tab-content .tab-pane .box-container .radio-box .radio-list label, .tab-content .tab-pane .box-container .modal .next .radio-list label, .modal .tab-content .tab-pane .box-container .next .radio-list label {
  padding-left: 6px;
}
.tab-content .tab-pane .box-container .radio-box.next, .tab-content .tab-pane .box-container .modal .next, .modal .tab-content .tab-pane .box-container .next {
  display: inherit;
  padding: 0.75rem;
}
.tab-content .tab-pane .box-container .radio-box.next.one .box-items, .tab-content .tab-pane .box-container .modal .next.one .box-items, .modal .tab-content .tab-pane .box-container .next.one .box-items, .tab-content .tab-pane .box-container .radio-box.next.one .nextOne, .tab-content .tab-pane .box-container .modal .next.one .nextOne, .modal .tab-content .tab-pane .box-container .next.one .nextOne, .tab-content .tab-pane .box-container .radio-box.next.one .radio-list, .tab-content .tab-pane .box-container .modal .next.one .radio-list, .modal .tab-content .tab-pane .box-container .next.one .radio-list {
  justify-content: start;
}
.tab-content .tab-pane .box-container .radio-box.next.one .box-items button, .tab-content .tab-pane .box-container .modal .next.one .box-items button, .modal .tab-content .tab-pane .box-container .next.one .box-items button, .tab-content .tab-pane .box-container .radio-box.next.one .nextOne button, .tab-content .tab-pane .box-container .modal .next.one .nextOne button, .modal .tab-content .tab-pane .box-container .next.one .nextOne button, .tab-content .tab-pane .box-container .radio-box.next.one .radio-list button, .tab-content .tab-pane .box-container .modal .next.one .radio-list button, .modal .tab-content .tab-pane .box-container .next.one .radio-list button {
  width: 22%;
  margin-right: 6px;
}
.tab-content .tab-pane .box-container .radio-box.next.inner, .tab-content .tab-pane .box-container .modal .next.inner, .modal .tab-content .tab-pane .box-container .next.inner {
  padding: 0;
  border: none;
  box-shadow: none;
}
.tab-content .tab-pane .box-container .form-check label {
  font-size: 13px;
}
.tab-content .tab-pane .info-section {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 2px 4px #ddd;
  padding: 0.75rem;
  width: 100%;
}
.tab-content .tab-pane .info-section .title a {
  text-decoration: none;
  color: #999;
  margin-left: 0.6rem;
}
.tab-content .tab-pane .info-section .lists {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.35rem;
}
.tab-content .tab-pane .info-section .lists span:last-child {
  width: 40%;
  text-align: right;
  margin-left: 0.65rem;
}
.tab-content .tab-pane .info-section .lists.total span {
  font-weight: 700;
}
.tab-content .tab-pane .info-section .dot-line {
  display: block;
  margin: 0.5rem 0;
  border-top: 1px dashed #ccc;
}
.tab-content .tab-pane .info-section.property {
  padding: 0.9rem;
}
.tab-content .tab-pane .info-section.property .lists span:last-child {
  width: 60%;
}

.btn-box .btn {
  width: 45%;
}
.btn-box .btn i {
  font-size: 0.75rem;
  float: right;
  padding-top: 0.4rem;
}
.btn-box .btn:hover {
  color: #fff;
}

.inner-header h1 {
  color: #5B8AB7;
}

.p-box .doc-header {
  background: #F8F8F8;
  padding: 0.6rem 0.6rem;
  color: #000;
  font-weight: 500;
  border-radius: 0.3rem;
  text-align: left;
}
.p-box .doc-header .left {
  width: 70%;
}
.p-box ul {
  display: inline-block;
  text-align: left;
  padding-left: 0;
}
.p-box .doc {
  text-align: left;
  border-bottom: 1px solid #EBEBEB;
  padding: 0.4rem 0.6rem;
}
.p-box .doc:last-child {
  border: none;
}
.p-box .doc p {
  width: 62%;
  padding-right: 0.6rem;
}
.p-box .doc label {
  margin-top: 0.2rem;
  text-decoration: none;
  padding: 0.3rem 0.3rem;
  background: #fff;
  color: #5B8AB7;
  font-size: 0.70rem;
  border: 1px solid #5B8AB7;
  border-radius: 0.3rem;
}
.p-box .doc label input[type=file] {
  display: none;
}
.p-box .doc label.processing {
  color: #aaa;
  border-color: #aaa;
}

.doc-history {
  text-align: left;
}
.doc-history strong {
  padding-right: 0.4rem;
}
.doc-history span {
  color: #777777;
  padding-right: 0.2rem;
}

.check-info a {
  text-decoration: underline;
  color: #5B8AB7;
  margin-left: 1.3rem;
  margin-top: 0.5rem;
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.progress-status {
  cursor: pointer;
}
.progress-status .progress {
  border-radius: 0.75rem;
  border: 1px solid #E8E8E8;
  background: #fff;
  height: 16px;
  background: #EDEDED;
  border: none;
}
.progress-status .progress .progress-bar {
  background-color: #31A115;
}

#borrower-citizenship-country {
  width: 100%;
}

.radio-list {
  width: 100%;
  display: block;
  margin: 5px 0;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 2px 4px #E8E8E8;
}
.radio-list .radio-custom-label {
  padding: 0.7rem 0.8rem;
}
.radio-list .mt-3 {
  padding: 0.7rem 0.8rem;
  margin-top: 0 !important;
}
.radio-list .mt-1 {
  padding: 0 0.8rem0 0.7rem 0.8rem;
  margin-top: 0 !important;
}

.radio-list.is-invalid {
  border: 1px solid #dc3545 !important;
}

.input-group.is-invalid {
  border: 1px solid #dc3545 !important;
  display: flex;
  border-radius: 5px;
}

.is-invalid {
  border: 1px solid #dc3545 !important;
}

.radio-custom,
.checkbox-custom {
  opacity: 0;
  position: absolute;
}

.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.radio-custom-label {
  position: relative;
  display: flex;
}

.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  padding: 0px;
  margin-right: 8px;
  text-align: center;
}

.radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  background: #5B8AB7;
  border-color: #5B8AB7;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:focus + .radio-custom-label {
  outline: 1px solid #E8E8E8;
  /* focus style */
}

.check-list {
  display: inline-flex;
  align-items: center;
  width: 47%;
  margin: 10px 6px 0 0;
  vertical-align: top;
  border: 1px solid #5B8AB7;
  border-radius: 6px;
}

.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-custom-label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 12px 8px;
  height: 50px;
  width: 100%;
  line-height: 0.9rem;
  font-weight: 600;
  color: #5B8AB7;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 100%;
  margin-right: 5px;
  text-align: center;
  flex-shrink: 0;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  background: #5B8AB7;
  border-color: #5B8AB7;
  font-size: 12px;
}

.checkbox-custom:focus + .radio-custom-label {
  outline: none;
  padding: 0;
}
.other-pacific-islander .checkbox-custom-label {
  font-size: 13px !important;
  height: 62px !important;
}

.form-control {
  font-size: 14px;
}
.modal .radio-box, .modal .next {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 2px 4px #e8e8e8;
  padding: 0.6rem 0.6rem;
}
.modal .radio-box .radio-list, .modal .next .radio-list {
  display: flex;
  justify-content: center;
  background: #F0F0F0;
  width: 48.5%;
  padding: 0.5rem;
  box-shadow: none;
  border: none;
}
.modal .radio-box .radio-list label, .modal .next .radio-list label {
  padding-left: 6px;
}
.modal .next {
  display: inherit;
  padding: 0.75rem;
}

.modal-scroll .modal-body {
  overflow-y: scroll;
  height: 80vh !important;
}

.modal-dialog {
  position: fixed !important;
  top: auto;
  bottom: 0;
  margin: 0 auto !important;
  width: 100% !important;
}
.modal-dialog .modal-content {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1rem;
  width: 95%;
  text-align: center;
  font-weight: 600;
  color: #000;
}
.modal-dialog .modal-content .modal-body {
  padding: 1rem 1.5rem 0rem 1.5rem;
}
.modal-dialog .modal-content .modal-body .check-list {
  width: 100%;
  border: 1px solid #ddd;
}
.modal-dialog .modal-content .modal-body .check-list .checkbox-custom-label {
  color: #000;
}
.modal-dialog .modal-content .modal-body .check-list .checkbox-custom + .checkbox-custom-label:before {
  margin-right: 8px;
}
.modal-dialog .modal-content .modal-body .check-list .checkbox-custom:checked + .checkbox-custom-label:before {
  background: #31A115;
}
.modal-dialog .modal-content .modal-footer {
  border-top: none;
  justify-content: center;
}
.modal-dialog .modal-content .modal-footer .btn {
  width: 45%;
}

.modal.realEstate .modal-body {
  overflow-y: scroll;
  height: 80vh !important;
}

/* .modal.incomeModal .modal-body {
  overflow-y: scroll;
  height: 78vh !important;
} */

.drop-box {
  border: 1px solid #ddd;
  padding: 1.2rem;
  border-radius: 0.3rem;
  box-shadow: 0 2px 4px #e8e8e8;
}

.date-col {
  position: relative;
}
.date-col .icon-calendar {
  position: absolute;
  top: 32px;
  right: 23px;
  color: #999;
}
.date-field {
  position: relative;
}
.check-field a{
  color: #5B8AB7;
  border: 1px solid #5B8AB7;
  padding: .4rem .5rem;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 1.5rem;
  display: block;
  text-align: center;
}
.check-field a.checked{
  background: #5B8AB7;
  color: #fff;
  border: 1px solid #5B8AB7;
}

.p-content strong {
  color: #5B8AB7;
  font-weight: 700 !important;
}
.p-content ul {
  padding-left: 1rem;
}
.p-content ol {
  padding-left: 1rem;
}

.inner-panel .item-box {
  text-decoration: none;
  color: #000;
  padding: 2rem 0.75rem;
  text-align: center;
  border-radius: 0.75rem;
  border: 1px solid #E8E8E8;
  background: #fff;
}
.inner-panel .item-box p {
  font-weight: 500;
}
.inner-panel .item-box:hover {
  color: #fff;
  background: #5B8AB7;
}
.inner-panel .item-box:hover img {
  filter: brightness(0) invert(1);
}

.lo-info {
  font-size: 0.85rem;
}
.lo-info strong {
  display: block;
  color: #5B8AB7;
  font-size: 1rem;
}
.lo-info hr {
  width: 40px;
  height: 2px;
  margin: 0 auto;
  color: #888;
  margin-top: 10px;
}
.lo-info .lo-img img {
  border-radius: 100%;
  height: 140px;
  width: 140px;
}

#finicityConnectIframe {
  background: #fff !important;
  width: 414px !important;
  height: calc(100vh - 23%) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) !important;
  margin-top: 65px;
  box-shadow: 0 0 6px #ddd;
  padding: 10px;
  border-radius: 7px;
}

.manual-asset-link {
  text-align: center !important;
  width: 100%;
  margin-top: 1.3rem;
}
.manual-asset-link a {
  background: #fff;
  color: #0B2343;
  text-decoration: none;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  font-size: 14px;
  display: inline-block;
  border-radius: 0.3rem;
  border: 1px solid #0B2343;
}

.btn-bttom-import {
  text-align: center !important;
/*  position: absolute !important;*/
  left: 0 !important;
  bottom: 65px !important;
  width: 100%;
  z-index: 5555;
}

#showmsg p {
  text-align: center;
  margin-top: 20px;
}

.pac-container.pac-logo {
  z-index: 9999 !important;
}

.btn-outline a {
  border: 1px solid #CF4500;
  color: #CF4500;
  text-decoration: none;
  padding: 0.75rem 0.5rem;
  display: block;
  text-align: center;
  margin: 12rem 1rem 0 1rem;
  background-color: #fff;
  float: none;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  position: relative;
  margin-top: 550px;
}

.multi-family-no-units {
  width: 100%;
  padding: 0 15px;
}

.form-control.is-invalid {
  background-image: none !important;
}

.form-control.is-valid {
  background-image: none !important;
}
.error-body {
  background: #F3F3F3;
  margin-top: -1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 80vh;
  margin-top: 1.5rem;
  justify-content: center;
}

/*Progress bar circle*/
.progressBar {
  text-align: right;
  position: relative;
}
.progressBar .progress {
  width: 50px;
  height: 50px;
  line-height: 55px;
  padding-bottom: 5px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  right: 0;
  bottom: 5px;
}
.progressBar .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progressBar .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progressBar .progress .progress-left {
  left: 0;
}
.progressBar .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #31A115;
}
.progressBar .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progressBar .progress .progress-right {
  right: 0;
}
.progressBar .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progressBar .progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 500;
  padding-top: 3px;
}
.progressBar .progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}
.progressBar .progress .progress-right .progress-bar {
  animation: loading-1 1s linear forwards;
}

.progressBar .progress .progress-left .progress-bar {
  animation: loading-2 1s linear forwards;
  animation-delay: 0.5s;
}

.errors strong{
  font-weight: 800 !important;
  font-size: 4.5rem;
  display: block;
  color: #C9C9C9;
  padding-top: 20px;
}
.errors span {
  text-align: center;
  color: #C9C9C9;
  position: relative;
  top: 1.2rem;
  font-size: 15px;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(var(--rotation));
    transform: rotate(var(--rotation));
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(var(--rotation));
    transform: rotate(var(--rotation));
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

footer {
  font-size: 0.6rem;
  background: #F3F3F3;
  margin-top: auto !important;
}
footer p {
  margin-bottom: 0.3rem;
}

@media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      left: 22%;
      right: 22%;
    }
}

@media (min-width: 1000px) {
  body {
    background-image: url('../img/bg-main.svg') !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  .container {
    width: 600px !important;
    margin: 0 auto;
  }

  .modal-dialog {
    left: 25%;
    right: 25%;
    width: 600px !important;
  }
  .inner-panel .item-box {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  #finicityConnectIframe {
    width: 600px !important;
  }
}

/*Tab, ipad, ipad-pro devices*/
@media (min-width: 678px) and (max-width: 992px) {
  .container {
    width: 414px !important;
    margin: 0 auto;
  }
}/*# sourceMappingURL=main.css.map */

@media (min-width: 375px) and (max-width: 427px) {
  .nav-pills .nav-link {
    padding: 0.5rem 1.1rem;
  }
  .main-logo img {
    height: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .title h1 {
    width: 60%;
    margin: 0 auto;
  }
  .btn-save {
    margin-top: -32px;
  }
  .modal-scroll {
    z-index: 5555 !important;
  }
  .modal-scroll .modal-body {
    overflow-y: scroll !important;
    height: 68vh !important;
  }
  .modal-open {
    right: 0;
        top: 0;
        bottom: 0;
        left: 0;
    position: fixed;
    overflow: hidden !important;
  }
}

/*laptops devices*/
@media (min-width: 1000px) and (max-width: 1239px) {

  .btn-bttom-import {
    bottom: 25px !important;
  }
}

.p-box .btn-custom{
    padding-left: 60px;
    padding-right: 60px;
}
