@font-face {
	font-family: 'Montserrat', sans-serif;
	src:url('fonts/Montserrat-Black.ttf');
	src:url('fonts/Montserrat-BlackItalic.ttf') format('truetype');
	src:url('fonts/Montserrat-Bold.ttf') format('truetype');
	src:url('fonts/Montserrat-BoldItalic.ttf') format('truetype');
	src:url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
	src:url('fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
	src:url('fonts/Montserrat-ExtraLight.ttf') format('truetype');
	src:url('fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
	src:url('fonts/Montserrat-Italic.ttf') format('truetype');
	src:url('fonts/Montserrat-Light.ttf') format('truetype');
	src:url('fonts/Montserrat-LightItalic.ttf') format('truetype');
	src:url('fonts/Montserrat-Medium.ttf') format('truetype');
	src:url('fonts/Montserrat-MediumItalic.ttf') format('truetype');
	src:url('fonts/Montserrat-Regular.ttf') format('truetype');
	src:url('fonts/Montserrat-SemiBold.ttf') format('truetype');
	src:url('fonts/Inter-Black.ttf') format('truetype');
	src:url('fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
	src:url('fonts/Montserrat-Thin.ttf') format('truetype');
	src:url('fonts/Montserrat-ThinItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
* {
    margin:  0;
    padding:  0;
}
body {
	font-family: "Montserrat", sans-serif;
    width:  100%;
	font-size:12px;
	background-color:#f5f5f9;
}
a{text-decoration:none;}
html::-webkit-scrollbar {
    width: 5px;
  }

html::-webkit-scrollbar-track {
    background: rgb(179, 177, 177);
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 10px;
  }

html::-webkit-scrollbar-thumb:hover {
    background: rgb(100, 100, 100);
    border-radius: 10px;
  }

html::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
  }
  .klaas-table-wrap {
    width: 100%;
    overflow: auto;
    margin-top: 30px;
  }
  .ploan-title{
    font-size: 18px;
    font-weight: 500;
    color: #09734d;
    text-align: center;
  }
  span.no-rec {
    text-align: center;
    width: 100%;
    display: block;
}
span.no-rec span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}
span.no-rec {
    text-align: center;
    width: 100%;
    display: block;
}
span.no-rec img {
  max-width: 250px;
}
.ploan-wrap .card {
  height: 100%;
}
  .klaas-table-wrap thead tr {
    background-color: #d3f8e2;
  }
  .klaas-table-wrap thead tr th {
    color: #09734d;
  }
  .kuwy-id-icon {
    width: 25px;
    height: 25px;
    color: #17b274;
    font-weight: 600;
    padding: 4px 8px;
    margin-right: 6px;
    background-color: #d3f8e2;
    border-radius: 50px;
}
.kuwy-id-wrap {
  font-size: 12px;
}
.kuwy-id-wrap span {
  font-weight: 700;
  color: #17b274;
}
  .ploan-value {
    font-size: 14px;
    font-weight: 600;
}
.ploan-lable {
  font-size: 12px;
}
.ploan-wrap h5.card-title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #bcbcbc;
}
.ploan-wrap a.btn {
    background-color: #17b274;
    border-color: #17b274;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 18px;
}
.ploan-wrap a.btn:hover {
  background-color: #0b905d;
  border-color: #0b905d;
}
.progress-bar {
  background-color: #3bcc8c;
}
.progress {
  background-color: #d3f8e2;
}

.nav-pills .nav-link.active {
  background-color: #5fb871;
  color: #fff;
}

.nav-pills .nav-link {
  color: #fff;
  background-color: #96a1c2;
}
  /* .logo-wrap img {
    height: 32px; 
    max-height: 32px;
    width: 100%;
} */
.form-control::placeholder {
  font-size:14px;
  color: #aaa;
  font-style: italic;
}
.form-control:focus {
  box-shadow: none;
}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}
.boxi-i-wrap i {
  color: #17b274;
  font-size: 20px;
  position: absolute;
  top: -2px;
  font-weight: 600;
}
.ser-icon input.form-control {
  font-size: 14px;
}
input#table_search {
  border-radius: 30px;
}
i.bx.bx-x {
  font-size: 22px !important;
  color: #fb4848 !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
button#button-addon1:focus-visible {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
}
.input-group .btn:focus {
  outline: none;
  box-shadow: none;
}

.detail-wrap {
    overflow: hidden;
    width: 100%;
}
.link-box-wrap{
	padding: 20px 0;
}
.loan-opt-box {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
	text-align: center;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.loan-opt-box-icon {
    width: 70px;
    display: table;
    margin: 0px auto 10px;
}
.shadow-bx {
    width: 100px;
    margin: auto;
}
.shadow-bx img {
    width: 100%;
}
.loan-opt-box:hover .shadow-bx {
    width: 50px;
}
.loan-opt-box-icon img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.loan-opt-box:hover {
    box-shadow: 0px 0px 25px 5px rgba(4, 40, 94, 0.2);
}
.loan-opt-box h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #222;
	margin-top: 10px;
    margin-bottom: 15px;
}
.loan-opt-box p {
    margin-bottom: 20px;
	    color: #000;
}
footer.content-footer.footer.bg-footer-theme {
    padding: 20px 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
}
/*login css*/
input#mobile {
    width: 250px;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
    border: 1px solid #eae8e8;
    background-color: #fff;
}
.btn.active{
	color: var(--bs-btn-active-color);
    background-color: #5474df;
    border-color: #5474df;
}
.card {
    border-radius: 20px;
    background-color: #fafbfd;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #5474df;
    border-color: #5474df;
    opacity: var(--bs-btn-disabled-opacity);
}
.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}
.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}
.resend {
  font-size: 12px;
}
/*loan engine css*/
.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.radio-tile-group .input-container {
  position: relative;
  height: 80px;
  width: 120px;
  margin: 0.5rem;
}

.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #0da268;
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
}

.radio-tile-group .input-container .icon svg {
  fill: #0da268;
  width:3rem;
  height: 2rem;
}

.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0da268;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #0da268;
  border: 2px solid #0da268;
  color: white;
  transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #0da268;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: #0da268;	
}
#new-car {
  display: none;
    padding: 10px;
}

#used-car {
    padding: 10px;
} 
.choose-wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
}
.choose-title {
    font-size: 14px;
	color: #303030;
	font-weight: 500;
}
.radio-choose{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.choose-main input[type="radio"]:checked + .choose-wrap {
  border: 1px solid #0da268;
}

/*loan engine css end*/


@media (max-width:1200px){
	.amount-icon {
    display: none;
}
}
@media (max-width:767px){
	footer.content-footer.footer.bg-footer-theme {
    text-align: center;	
    position:relative;
}
span.no-rec img {
  max-width: 210px;
}
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffffa1;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fb4848;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


h3.rc-pending-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
}
.fixed-header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  padding: 1px;
}
#rc_pendingLoanList {
  margin-top: 8em;
}

.rc-pending-footer {
  width: 100%;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 0;
  background: #ddd;
  padding: 10px;
}
.rc-pending-footer p {
  margin-bottom: 0;
}
/* .rc-pending-list {
  height: 84vh;
  overflow-y: scroll;
} */

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


button.go_back {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 90px;
}