.ekyc-card {
    padding: 21px;
}

.ekyc-title-with-line {
    padding: 0 0 21px 0;
    margin-bottom: 19px ;
    font-size: 18px;
    border-bottom: 1px solid #E8E9EC;
}

.ekyc-card .ekyc-form-field-grp {
    padding-bottom: 5px;
}

.ekyc-stat-list {
    /*clear: both;*/
    /*display: table;*/
    /*margin: 0 auto;*/
    text-align: center;
    /*font-family: PremierSans-Bold,Arial,Helvetica Neue,Helvetica,sans-serif;*/
    font-weight: 400;
    /*border-radius: 0 0 3px 3px;*/
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    /*position: relative;*/
}

/*.ekyc-stat::before {*/
/*     content: "";*/
/*     position: absolute;*/
/*     right: 0px;*/
/*     width: 1px;*/
/*     height: 35px;*/
/*     background-color: #e3e6f0;*/
/* }*/

/*.topStatList:before {*/
/*    background: linear-gradient(270deg,#ff2882,#963cff);*/
/*    content: "";*/
/*    display: block;*/
/*    height: 4px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: auto;*/


.ekyc-stat-list .ekyc-stat {
    border: 1px solid #e8e8e8;
    /*border-top: 1px solid #e8e8e8;*/
    /*border-bottom: 1px solid #e8e8e8;*/
    /*border-left: 1px solid #e8e8e8;*/
    /*border-right: 1px solid #e8e8e8;*/
    padding: 1rem 2rem;
    display: table-cell
}

/*@media (max-width: 768px) {*/
/*    .ekyc-top-stat-list .ekyc-top-stat{*/
/*        padding: 1rem;*/
/*        display: block;*/
/*        width: 33.33%;*/
/*        float: left;*/
/*    }*/
/*}*/

.ekyc-stat-list .ekyc-stat:first-child {
    border-right: 1px solid #e8e8e8;
    /*border-radius: 5px 0 0 5px;*/
}

.ekyc-stat-list .ekyc-stat:last-child {
    border-right: 1px solid #e8e8e8;
    /*border-radius: 0 5px 5px 0;*/
}

.ekyc-stat-list .ekyc-stat-title,
.ekyc-form-title{
    font-weight: bold;
    font-size: 11px;
    display: block;
}

.ekyc-img{
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    margin-bottom: 20px;
}

.ekyc-img.enlarge{
    cursor: zoom-in;
}

.landmark-score{
    line-height: 2.2;
    margin: 0 8px 0 8px ;
}

.mykadfront-landmark-score{
    line-height: 2.2;
    margin: 0 8px 0 8px ;
}

.mykadback-landmark-score{
    line-height: 2.2;
    margin: 0 8px 0 8px ;
}

.ekyc-score-badge{
    display: inline-block;
    padding: 6px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    min-width: 92px;
}

.ekyc-score-success-bg{
    background-color: #81D24B;
}

.ekyc-score-warning-bg{
     background-color: #FFB43C;
 }

.ekyc-score-error-bg{
    background-color: #BF3229;
}

.ekyc-score-disabled-bg{
    background-color: #808080;
}

.ekyc-yes-bg{
    color: #FFFFFF;
    background-color: #00B475;
}

.ekyc-no-bg{
    color: #FFFFFF;
    background-color: #B93838;
}

.ekyc-disabled-bg{
    color: #FFFFFF;
    background-color: #808080;
}

.ekyc-yes{
    color: #00B475;
}

.ekyc-no{
    color: #B93838;
}

.ekyc-disabled{
    color: #808080;
}

.card-landmark-panel {
    font-size: 12px;
    margin-bottom: 10px;
}

.card-landmark-panel .landmark-score{
    line-height: 2.2;
    margin: 0 8px 0 8px ;
}

.circle-badge {
    width: 28px;
    border-radius: 0;
    font-size: 9px;
    line-height: 1;
    padding: .5625rem .5625rem;
    font-weight: normal;
    text-align: center;
}

.circle-badge.badge-pill {
    border-radius: 10rem
}

.ekyc-rounded-panel{
    text-align: center;
    background-color: #0007;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    margin-bottom: 8px;

}

.ekyc-rounded-panel .panel-field-title{
    color: #FFFFFF !important;
    font-size: 13px;
}


/*.ekyc-top-stat-list-cont {*/
/*    margin: 0 auto;*/
/*}*/

/*.ekyc-top-stat-list > li {*/
/*    !*font-size: 20px;*!*/
/*}*/

/*.ekyc-top-stat-list .ekyc-top-stat-title {*/
/*    font-weight: bold;*/
/*    font-size: 11px;*/
/*}*/
