<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card-block__score-report-summary .container{
background-color:transparent
}
.header{
	font-size: 19px;
    font-weight: bold;
    color: #787777;
    }
    .loandetails{
     color: #625c5c;
    font-size: 14px;
    font-weight: bold;
    line-height: 2rem;
    }
    .card-block__report-accounts-table .label2 {
    color: #3CB733;
    font-weight: 500;
}
.dot-success {
  height: 15px;
  width: 15px;
  background-color: #3CB733;
  border-radius: 50%;
  display: inline-block;
}
.dot-error {
  height: 15px;
  width: 15px;
  background-color: #EE7373;
  border-radius: 50%;
  display: inline-block;
}
.dot-outstanding {
  height: 15px;
  width: 15px;
  background-color: #176F77;
  border-radius: 50%;
  display: inline-block;
}
.dot-credit {
  height: 15px;
  width: 15px;
  background-color: #DCDCDC;
  border-radius: 50%;
  display: inline-block;
}
.label-txt{
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    margin-left: -10px;
}

.single-chart {
  width: 100%;
  justify-content: space-around ;
}
.bg-error{
background-color: #EE7373
}
.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #DCDCDC;
  stroke-width: 3.8;
  stroke-dasharray: 0.5px 0.5px;
}

.circle {
  fill: none;
  stroke-width: 3.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.color .circle {
  stroke: #176F77;
}
 

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.outstanding_css{
  font-family: sans-serif;
  text-anchor: middle;
  font-size:2px;
}
.amount_css{
   font-family: sans-serif;
  font-weight: bold;
  text-anchor: middle;
  font-size:5px;
}
.limit_css{
   font-family: sans-serif;
  text-anchor: middle;
  font-size:3px;
}
.table-column-group{
    background-color: #f7f7f7;
    border-bottom: 0.35em solid white;
}
	.card-block__payment-history &gt; .table .td-mobile-css{
	display :none;
	}
@media screen and (max-width: 820px) { 
 
.card-block__payment-history &gt; .table .td-display{
	display:none;
	}
	.card-block__payment-history &gt; .table .td-mobile-css{
	display :block;
	}
.column {
   text-align: center;
  width: 25%;
  padding: 10px;
  height: 100px; /* Should be removed. Only for demonstration */
}
	
}
/*
d2c-2852-start
*/
.secureId-carousel-inner img {
    width: 100%;
    height: 100%;
    padding-right: inherit;
    padding-left: inherit;
    position: relative;
text-align: center;
color: white;
  }

.carousel_imagecss{
	display:block !important;
}
.carousel_mobileimagecss{
	display:none !important;
	
}
@media screen and (max-width: 820px) { 
.carousel_imagecss{
	display:none !important;
}
.carousel_mobileimagecss{
	display:block !important;
}
}

@media screen and (max-width: 600px) {
  #referralUrl {
    height: 71px !important;
 }
}

#referralUrl {
    height: 35px;
 }


.carousel_link {
    position: absolute;
    bottom: 21%;
    right: 5%;
    font-size: 12px;
    text-decoration: underline;
}
@media screen and (max-width: 820px) { 
.carousel_link {
    position: absolute;
    bottom: 12%;
    left: -57%;
    font-size: 9px;
    text-decoration: underline;
    right: 0;
}
.model-mobile-view-main{
	max-width: 100% !important;
}
/*.model-mobile-view{
	max-width: 47% !important;
}*/

#modal-referral{
position:absolute !important;
height: fit-content !important;
}
.refer-reward-img{
 width: 175px;	
}   
}

 </pre></body></html>