body {
    min-height: 100vh;
    color: #303030;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background-color: #FAF7F7;
}	
button, a{
    outline: none;
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }


.EMI-header {
    background: linear-gradient(270deg, #8A676D 1.87%, #924B57 31.58%, #4B4A6C 59.77%, #262343 98.54%);
    padding: 0.2rem 1rem;
}

 .EMI-header .navbar-brand {
    background: #fff;
    border-radius: 0px 100px 100px 0px;
    display: block;
    height: 100%;
    width: 188px;
    -webkit-border-radius: 0px 100px 100px 0px;
    -moz-border-radius: 0px 100px 100px 0px;
    -ms-border-radius: 0px 100px 100px 0px;
    -o-border-radius: 0px 100px 100px 0px;
    position: relative;
    padding: 6px 40px;
    padding-left: 0;
}
.EMI-header .navbar-brand::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vw;
  bottom: 0;
  height: 100%;
  width: 100vw;
  background: #fff;
  z-index: 9;
}
.threeStepsIcon{
  background: url(../images/tick-icon.png) no-repeat left center;
  padding-left: 35px;
}
.EMIhedingBig{
  color: #304087;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 32px;
}
.EMIHedingMediaum{
  font-size: 1.75rem;
  color: #303030;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 32px;
}
.EMIFontNormal{
  font-size: 1rem;
  line-height: 100%;
}
.textBold{
  font-weight: bold;
}
.inputFieldSection{
  background-color: #fff;
    box-shadow: -4px -4px 20px 0px #0000000F;
    padding: 28px;
    border-radius: 4px;
    width: 416px;
}
.formHedingLabel{
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 0;
}
.backBTN{
  border: 1px solid #C0BBBB;
  border-radius: 4px;
  padding: 6px 16px;
  height: 36px;
  font-size: 16px;
  color: #304087;
  background-color: #fff;
  /*line-height: 12px;*/
}
.backBTN img{
  margin-right: 10px;
}
.formFieldinputs{
  margin-top: 20px;
}
.redMandat{
  color: #ED3338;
}
.loanfieldLabel{
  color: #9D9D9D;
  font-size: 13px;
  margin-bottom: 0;
}
.loanfieldInput{
  background-color: #FFFFFF;
  border: 0.5px solid #ACA6A6;
  font-size: 16px;
  color: #303030CC;
  outline: none;
  height: 50px;
}
.form-control.loanfieldInput:focus{
  border-color: #ACA6A6;
  box-shadow: none;
}
.loanSubmitBTN{
  background-color: #304087;
  width: 100%;
  height: 50px;
}
.btn-primary.loanSubmitBTN:hover{
  background-color: #304087;
  opacity: 0.95;
}
.loanEMIFooter{
  background-color: #222222;
  padding: 20px 0;
}
.footerText{
  font-size: 14px;
  color: #DBDCDE;
  margin-bottom: 0;
}
.NoteText{
  font-size: 18px;
  color: #000000;
}
.resend-link{
  color: #304087;
  font-weight: bold;
  text-decoration: none;
}

#partitioned {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 288px;
  min-width: 288px;
  outline:none;
}

#divInner{
  left: 0;
  position: sticky;
}

#divOuter{
  width: 285px; 
  overflow: hidden;
}
.OTPFields .form-control{
  border: 0 none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  width: 31px;
  height: 24px;
  box-shadow: none;
  padding: 0;
}
.OTPFields{
  padding: 10px;
  border: 1px solid #DBDCDE;
  height: 50px;
  border-radius: 4px;
}
.emiPaymentAllDet{
  border: 2px solid #DBDCDE;
  box-shadow: 0px 2px 4px 0px #00000026;
  border-radius: 10px;
}
.whiteBGSection{
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 32px 20px;
}
.grayBGSection{
  background-color:#DBDCDE;
  padding: 32px 20px;
}
/*Added for checkbox:Start*/

[type="radio"].custonRadioBTN:checked,
[type="radio"].custonRadioBTN:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"].custonRadioBTN:checked + label,
[type="radio"].custonRadioBTN:not(:checked) + label
{
    position: relative;
    padding-left: 1.5rem;
    cursor: pointer;
    line-height: 1rem;
    display: inline-block;
    color: #303030;
    font-size: 1rem;
    font-weight: 500;
}

[type="radio"].custonRadioBTN:checked + label:before,
[type="radio"].custonRadioBTN:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    border: 1px solid #1B3281;
    border-radius: 100%;
    background: #fff;
}


[type="radio"].custonRadioBTN:checked + label:after,
[type="radio"].custonRadioBTN:not(:checked) + label:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    background: #1B3281;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"].custonRadioBTN:not(:checked) + label, [type="radio"].custonRadioBTN:not(:checked) ~ .amountDueText
{
    color: #80818D;
}
[type="radio"].custonRadioBTN:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"].custonRadioBTN:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkDueSec .dueOtherAmount{
    width: 8rem;
    height: 2rem;
    border-radius: 0.375rem;
    padding-top: 0.25rem;
    padding-right:0.75rem;
    padding-bottom: 0.25rem;
    padding-left: 1.125rem;
    border-width: 1px;
    color: #1B3281;
    border: 1px solid #1B3281;
    outline: none;
}
[type="radio"].custonRadioBTN:not(:checked) ~ .amountDueText .dueOtherAmount{
    color: #DFEAF2;
    border: 1px solid #DFEAF2;
}
/*Radio btn style end*/
.EMIFontgary{
  color: #606060;
  font-size: 14px;
}
.detailsListSec h5{
 margin-bottom: 16px;
}
.detailsListSec p{
  margin-bottom: 0;
}
.loanActive,.loanclose{
  border: 1px solid #0ABD57;
  color: #0ABD57;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 4px;
  height: 30px;
  display: inline-block;
}
.loanclose{
  border: 1px solid #ED3338;
  color: #ED3338;
}

[type="radio"].custonRadioBTN:disabled:not(:checked) + label:before{
  border: 1px solid #DBDCDE;
}
[type="radio"].custonRadioBTN:disabled:not(:checked) + label:after{
background-color: #DBDCDE;
}
.closedSection{
  border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media (max-width:1024px){
  .EMIhedingBig {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
  .EMIHedingMediaum {
    font-size: 1.3rem;
    color: #303030;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 24px;
}
.inputFieldSection{
  width: auto;
}
}

@media (max-width:768px){
  .inputFieldSection{
    width: 100%;
    margin: 0 auto;
  }
}

/*Added for credit card:Start*/
.creditCardForm.inputFieldSection{
 padding: 0;
 border-radius: 8px;
}
.tab-content{
  padding: 30px ;
}
.creditCardForm .nav-tabs .nav-link {
    font-size: 20px;
    padding: 15px 10px;
    opacity: 0.5;
    color: #304087;
    border: 0 none;
    margin-right: 8px;
}
.creditCardForm .nav-tabs .nav-link.active {
    color:#304087;
    background-color: #fff;
    border: 0 none;
    border-color: #000;
    border-bottom: 2px solid #000;
    opacity: 1;
}
/* :focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
} */
.creditCardForm .nav-tabs .nav-link:focus, .creditCardForm .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: transparent transparent #000;
}
.creditCardForm .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-left: 30px;
    padding-right: 30px;
}
.creditCardForm .loanfieldLabel {
    color: #9D9D9D;
    font-size: 14px;
}
.creditCardForm .formFieldinputs
 {
    margin-top: 0px;
}
.creditCardForm .loanSubmitBTN {
    width: 30%;
    height: auto;
}
.creditCardForm .loanfieldInput{
    color: #303030;
}
.creditCardPaymentOptions .inputFieldSection{
  width: 100%;
  border-radius: 8px;
}
.creditcardbackBTN .nav-tabs {
    border-bottom: 0 none;
}
.creditcardbackBTN{
  border-bottom: 1px solid #dee2e6;
}
.creditCardFullScreen{
  padding: 30px 40px;
}
.creditCardPayOption .payTypeBlock {
    width: 100%;
    color: #383435;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0.75rem;
    border: 1px solid #DADADA;
    padding: 1rem;
}
.creditCardPayOption [type="radio"].custonRadioBTN:checked + label,
.creditCardPayOption [type="radio"].custonRadioBTN:not(:checked) + label {
    margin-bottom: 0;
    font-weight: normal;
}
.creditCardPayOption .payTypeBlock.active {
    border: 1px solid #314186;
}

.creditCardForm .creditCardFullScreen .loanSubmitBTN {
    width: 15%;
     height: auto;
}
.cardNumInputSec .form-control:focus{
 box-shadow: none;
 border-color: #DBDCDE;
}
.cardNumInputSec .form-control{
  border: 1px solid #DBDCDE;
  border-radius: 4px;
}
.creditCardForm .backBTN{
  margin-right: 40px;
}
@media (max-width:767px){
  .creditCardForm .backBTN{
    display: none;
  }
  .creditCardForm .nav-tabs {
    padding-left: 10px;
    padding-right: 10px;
}
.creditCardFullScreen {
    padding: 20px;
}
.creditCardForm .nav-tabs .nav-link {
    font-size: 14px;
    padding: 15px 5px;
    margin-right: 5px;
}
.cardNumInputSec .form-control{
  padding: .375rem .2rem;
  font-size: 13px;
}
.creditCardForm .loanfieldInput, .creditCardPayOption [type="radio"].custonRadioBTN:checked + label, .creditCardPayOption [type="radio"].custonRadioBTN:not(:checked) + label,
.creditCardPayOption .payTypeBlock .valueTextStyle{
  font-size: 14px;
}
.creditCardForm .creditCardFullScreen .loanSubmitBTN{
    width: auto;
    height: auto;
}
.creditCardForm .tab-content {
    padding: 20px;
}
}


/*Added for loader:start*/
.loaderScreen{
    border-radius: 16px;
    background: #fff url(../images/loaderBG.png) no-repeat top left;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 30px;
    box-shadow: -4px -4px 20px 0px #0000000F;
    padding-bottom: 30px
}
.loaderScreenText{
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
  margin-bottom: 40px;
}

#loaderOverlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1021; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
   
}
.modalCented {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
/*Popup style:start*/
#paymentNoteModal {
    text-align: center;
}

    #paymentNoteModal .modal-header {
        margin: 0 auto;
        border-bottom: 0 none;
    }

.popupGrayText {
    color: #474747;
/*    font-size: 12px;
    width: 65%;*/
    margin: 0 auto;
    line-height: 18px;
    margin-bottom: 10px;
}

.modalBTNSec {
    text-align: center;
    margin-bottom: 16px;
}

#paymentNoteModal .modal-content {
    border-radius: 1rem;
    padding: 20px;
    border: 0 none;
}

#paymentNoteModal .cardNumText {
    font-weight: 500;
}

#paymentNoteModal .modal-dialog-centered {
    max-width: 700px;
    margin: 0 auto;
}

#paymentNoteModal .modal-body {
    padding-top: 8px;
}

#paymentNoteModal .addUPIBTN {
    border-radius: 8px;
    padding: 5px 25px;
}
.cardNumText {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #314186;
}

.paymentCardValidationSummary {
    position: absolute;
    margin-top: 40px;
    /*color: #dc3545 !important;*/
}

@media (max-width:768px) {
    #paymentNoteModal .modal-dialog-centered {
        max-width: 80%;
        margin: 0 auto;
    }

    .popupGrayText {
        width: 100%;
    }
    .loaderScreen{
        width:90%;
    }
}
/*Popup style:end*/
/*Success screen*/
.succ-text {
    color: #304087;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.25rem; /* 128.571% */
    text-align: center;
}

.success-bgblue {
    background-color: #304087;
}

.boxSuccCenter {
    min-height: 520px;
}

.success-main {
    width: 41.3125rem;
    min-height: 22rem;
    border-radius: 1.5rem;
    background: #FFF;
}

.succImg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.success-inner {
    padding-left: 5rem;
    padding-right: 5rem;
}

.succ-label {
    display: inline-block;
    width: 50%;
}

.succ-value {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.success-inner p {
    color: #3E3E3E;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.3rem;
}

.green-icon, .error-icon {
    background-color: #66B56E;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: inline-block;
    margin-top: 6px;
}

.succWhite-bg {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    margin: 0 auto;
    margin-top: -45px;
}

.failScreen {
    min-height: 26rem;
}

.collection-main {
    height: 100vh;
}
.fail-textColor {
    color: #3E3E3E;
}
    .fail-textColor img {
        margin-right: 20px;
        height: 30px;
        display: inline-block;
        margin-top: -3px;
    }

.failScreen .success-inner p {
    font-size: 1rem;
}

/*Added for logo resize change:Start*/
.rbl-nav-header .navbar-brand {
    display:block;
}
.rbl-nav-header .navbar-brand img{
    height:62px;
}
.EMI-header .navbar-brand {
    padding: 16px 0px;
    width: 195px;
}

.disabled {
    opacity: 0.7;
}
.amountRTLText {
    display: block;
}

    .amountRTLText .validAmountSec {
        direction: ltr;
        text-align: right;
        border: 0 none;
        border-bottom: 1px solid #DADADA;
        outline: none;
        display: inline-block;
        width: 110px;
    }
.amountRTLError{
    text-align: right;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width:768px) {
    .success-main, .failScreen {
        width: 80%;
        height: auto;
        padding-bottom: 1rem;
        margin-top: 2%;
    }

    .succ-text {
        font-size: 1.25rem;
        line-height: normal;
    }

    .success-inner p {
        font-size: 0.85rem;
        margin-bottom: 0.9rem;
    }

    .success-inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .boxSuccCenter {
        height: 80vh;
        margin-bottom: 1rem;
    }

    .succWhite-bg {
        width: 5rem;
        height: 5rem;
    }

    .green-icon {
        width: 4rem;
        height: 4rem;
    }

    .succImg {
        padding-top: 12px;
        padding-bottom: 12px;
        max-width: 100%;
    }
    /* .success-footer{
        position: fixed;
        bottom: 0;
        width: 100%;
        padding-bottom: 1rem;
    } */
}
