
@font-face {
    font-family: 'chalkznormal';
    src: url('../fonts/chalkz-webfont.woff2') format('woff2'), url('../fonts/chalkz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.bannerRight {
    float: right;
    width: 450px;
}

.wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

/*================ Ignore before this line ======================*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600,700&display=swap');

.cifnoCont {
    padding: 120px 0 0;
}

    .cifnoCont label {
        color: #9c232c;
        font-weight: bold;
        font-size: 24px;
        width: 100%;
        margin-bottom: 35px;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
    }

    .cifnoCont input {
        background: #dddee0 url(../images/cif.png) no-repeat 12px 50%;
        color: #626262;
        font-size: 14px;
        line-height: 45px;
        height: 45px;
        padding: 0 20px 0 45px;
        border: none;
        width: 312px;
        margin-bottom: 22px;
    }

    .cifnoCont button {
        height: 38px;
        line-height: 38px;
        background: #9c232c;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
            padding: 0 43px;
        border: none;
        text-transform: uppercase;
        font-family: 'Work Sans', sans-serif;
    }

.dashboard {
    padding: 60px 0 284px 0;
    position: relative;
}

    .dashboard ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dashboard li {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        background: #fe9102;
        display: flex;
        align-items: center;
        text-align: center;
        margin-right: 28px;
    }

        .dashboard li:nth-last-child(1) {
            background: #a00303;
        }

        .dashboard li p {
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            width: 50%;
            margin: 0 auto;
            font-family: 'Work Sans', sans-serif;
        }

        .dashboard li a {
            text-decoration: none;
        }

        .dashboard li img {
            display: initial;
        }

.sofa {
    position: absolute;
    bottom: 0;
}

/*======= Pending Customer Journey ========*/
.pending-cust-header {
    background: #f0f1f3 url(../images/table-page-outer-bg.jpg) repeat-x 0 100%;
}

    .pending-cust-header .wrapper {
        font-family: 'chalkznormal';
        background: url(../images/table-page-main-bg.png) no-repeat 0 100%;
        background-size: 100%;
    }

        .pending-cust-header .wrapper h2 {
            height: 235px;
            padding: 46px 0 0 0;
            margin: 0;
            font-family: 'chalkznormal';
            font-size: 54px;
            color: #98272b;
            text-align: center;
            width: 393px;
            margin: 0 auto;
            box-sizing: border-box;
        }

.pending-cust-table {
    padding: 0 0 16px;
}

.search-cont {
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    width: 374px;
    display: grid;
    grid-template-columns: auto 47px;
    align-items: center;
    float: left;
    margin-bottom: 20px;
}

    .search-cont input {
        height: 52px;
        line-height: 52px;
        border: none;
        padding: 0 20px;
        font-size: 16px;
        color: #9c9c9c;
    }

    .search-cont button {
        background: url(../images/search-icon.png) no-repeat 50% 50%;
        height: 30px;
        border: none;
        border-left: #d1d1d1 1px solid;
        cursor: default;
    }

.customer-cont-section {
    background: #f0f1f3;
    font-family: 'Work Sans', sans-serif;
    padding: 44px 0;
}

.pending-table {
    width: 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}

    .pending-table th {
        background: #8d0d11;
        color: #f0f1f3;
        padding: 20px;
        word-wrap: break-word;
        font-weight: normal;
        text-align: left;
    }

    .pending-table td {
        background: #fff;
        color: #444444;
        padding: 20px;
        word-wrap: break-word;
        font-weight: normal;
        border-top: #e1e1e1 1px solid;
    }

        .pending-table td a {
            color: #ef695c;
            text-decoration: none;
        }

.pending-table-cont {
    max-width: 100%;
    /*overflow: auto;*/
}

.footerNW.custom {
    background: url(../images/footer.jpg) repeat-x 0 0;
}

input:focus, button:focus {
    outline: none;
}

@media only screen and (max-width: 767px) {
    .wrapper {
        padding: 0 20px;
    }
}

.back-to-dashboard {
    float: right;
    right: 40px;
    position: relative;
    background: #fbfbfb;
    border: 1px solid #b7b5b5;
    border-radius: 50%;
    padding: 8px;
}

    .back-to-dashboard:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }

/*==== OTP Verify Page ====*/
/*.otp-verify{
	font-family: Arial, Helvetica, sans-serif;
}
.otp-verify h2{
	background: url(../images/green-arrow.png) no-repeat 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #717171;
	padding-left: 25px;
}
.options .imageCheckbox{display: inline-block;}
.options .imageCheckbox input[type=checkbox] {display:none;}

.options input[type=checkbox] + label{
    background: url(../images/checkbox.png) no-repeat 0 0;
    background-size: 14px;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 0;
}
.options input[type=checkbox]:checked + label{
    background: url(../images/checkbox-selected.png) no-repeat 0 0;
    background-size: 14px;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    font-size: 14px;
    margin-bottom: 0;

}
.options span{font-size: 13px; vertical-align: middle;}*/


.verfingcardDetails
{
	padding: 100px 0 0;
	
}
.Cardsection{
	overflow-x: auto;
height: 400px;
}

.Cardsection .label
{
    color: #626262;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    font-family: sans-serif;
}
.Cardsection .label::before
{
	content:url('../images/green-arrow.png') ;
	padding-right: 7px;
}
.OfferSection {
	position: relative;
	clear: both;
}

.OfferSection .network{
    width:28%;
	float:left;
	margin: 0 22px 0px 25px;
}
.OfferSection .network img
{
    width:100%;
}

.OfferSection .carddetails
{
	width: 60%;
	float: left;
}
.OfferSection .carddetails .cardname{
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #626262
}
.OfferSection .carddetails .description{
	font-family: sans-serif;
	font-size: 14px;	
	color: #626262;
}

.div50
{
	width: 50%;
	float: left;
}

.div50 div{
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #626262;
	margin-top: 15px;
}
.div50 span
{
	font-family: sans-serif;
	font-size: 13px;	
	color: #626262;
}

.PersonalAdderss {
	position: relative;
	clear: both;
	padding-top: 17px;
}
.PersonalAdderss .address
{
	font-family: sans-serif;
	font-size: 14px;	
	padding-left: 25px;
	color: #626262;
}

.WorkingAdderss {
	position: relative;
	clear: both;
	padding-top: 17px;
}
.WorkingAdderss .address
{
	font-family: sans-serif;
	font-size: 14px;	
	padding-left: 25px;
	color: #626262;
}
.otpsection
{
	padding-top: 20px;
}
.otpsection label
{
	color: #626262;
	font-size: 16px;
	font-weight: 600;		
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
.otpsection input{
    padding: 10px;
    background: #d8d8d8;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    border: none;
}
.otpsection button:disabled
{    
  background: #dddddd;

}
.otpstatus{
    float:left;
    width:70%;
    padding:10px;
    font-weight:700;
}

.otpstatus span{
    color:#9c9c9c;
}
.otpstatus span.active{
    color:#108316;
}




.declaraction{
	padding: 20px 15px;
    background: #eaeaea;
	margin-top: 15px;
	font-size: 15px;
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
}.declaraction span{
	font-size: 16px;
    display: block;
    padding: 0 10px 10px 0;
}
.declaraction .nobullet
{
	list-style-type: none;
}

.cardsectionfooter
{
	padding: 10px 0px;
	margin-top: 15px;
	font-size: 15px;
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
}
.cardsectionfooter div{
	margin: 10px 0;
}

.verfingcardDetails button {
    height: 38px;
    line-height: 38px;
    background: #9c232c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 0 47px;
    border: none;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}

.customernot_intrested{
    display:none;
   color:#626262;
   font-weight:800;
   font-size:15px;
   padding-top:17px;
}
    .customernot_intrested input[type=radio] {
        width: 1em;
    height: 1em;
    }
   