@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;
}

.btn-theme {
  background: #0B2343;
  color: #fff;
}
.btn-box .btn:hover {
  color: #fff;
}
.nav-pills .nav-link.active {
  background: #0B2343;
  color: #fff;
}
.inner-header h1 {
  color: #5B8AB7;
}
.p-box .doc label {
  color: #5B8AB7;
  border: 1px solid #5B8AB7;
}
.inner-panel .item-box:hover {
  color: #fff;
  background: #5B8AB7;
}
.inner-panel .item-box img {
  filter: invert(51%) sepia(9%) saturate(2110%) hue-rotate(168deg) brightness(99%) contrast(86%);
}
.lo-info strong {
  color: #5B8AB7;
}
.check-info a {
  color: #5B8AB7;
}
.btn-blue {
  background: #5B8AB7;
  color: #fff;
}
.btn-blue:hover {
  background: #5B8AB7;
  color: #fff;
}
.tab-content .tab-pane .box-container .p-box .progress .progress-bar {
  background-color: #5B8AB7;
}
.tab-content .tab-pane .box-container .p-box .percent strong {
  color: #5B8AB7;
}
.tab-content .tab-pane .box-container .p-box .percent button {
  border: 1px solid #5B8AB7;
  color: #5B8AB7;
}
.tab-content .tab-pane .box-container .p-box .percent button:hover {
  background: #5B8AB7;
  color: #fff;
}
.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 {
  border: 1px solid #5B8AB7;
  color: #5B8AB7;
}
.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 button:hover, 
.tab-content .tab-pane .box-container .nextOne button:hover, 
.tab-content .tab-pane .box-container .radio-list button:hover {
  background: #5B8AB7;
}
.radio-custom:checked + .radio-custom-label::before {
  background: #5B8AB7;
  border-color: #5B8AB7;
  color: #fff;
}
.check-list {
  /*  border: 1px solid #5B8AB7;*/
  border-radius: 6px;
  border: 1px solid #E8E8E8 !important;
  box-shadow: 0 2px 4px #E8E8E8;
}
.checkbox-custom-label {
  color: #5B8AB7;
}
.checkbox-custom:checked + .checkbox-custom-label::before {
  background: #5B8AB7;
  border-color: #5B8AB7;
}
.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;
}
.modal-dialog .modal-content .modal-body .check-list .checkbox-custom:checked + .checkbox-custom-label::before {
  background: #5B8AB7;
  border-color: #5B8AB7;
}
.p-content strong {
  color: #5B8AB7;
  font-weight: 700 !important;
}
.text-blue {
  color: #5B8AB7;
}
.text-dark {
  color: #0B2343;
}
.check-field a{
  color: #5B8AB7;
  border: 1px solid #5B8AB7;
}
.check-field a.checked{
  background: #5B8AB7;
  color: #fff;
  border: 1px solid #5B8AB7;
}
.non-scrollable-textarea {
  resize: none;
  overflow: hidden;
  height: 150px;
}

.btn-block {
  width: 100%;
}
  
.btn-outline {
  border: 1px solid #5B8AB7;
  color: #5B8AB7;
  background: #fff;
}
  
.btn-outline:hover {
  border: 1px solid #5B8AB7;
  color: #fff;
  background: #5B8AB7;
}

/* Proceed as new loan button (inside box-container, division-colored) */
.tab-content .tab-pane .box-container .btn-outline {
  border: 1px solid #5B8AB7;
  color: #5B8AB7;
  background: #fff;
}
.tab-content .tab-pane .box-container .btn-outline:hover {
  border: 1px solid #5B8AB7;
  color: #fff;
  background: #5B8AB7;
}