h4{
    font-weight: bold;
}

.popupFiles {
	position: absolute;
	top: 33px;
	left: 14px;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
}

.cnotif-box {
	position: fixed;
	top: -100%;
	left: auto;
	right:0;
	visibility: hidden;
	width: 75%;
	z-index: 999;
	height: 50px;
	text-align: center;
	font-size: 16px;
	transition: all 1s ease;
	color: #fff;
	line-height: 50px;
}

.cnotif-box i{
	position:absolute;
	transform: translate(0, -50%);
	top:50%;
	right:2rem;
	cursor:pointer;
}

.cnotif-box.success {
	background: #2eb345;
}

.cnotif-box.error {
	background: #ff6666;
}

.cnotif-box.active {
	top: 72px;
	visibility: visible;
}

.cnotif-box.admin.rt {
    width: 83.333%;
    right: 0;
    left: auto;
}


/* Roll out fee receipt */
	.tra-title,
	.tra-def-desc{
		color: #8a8f9c
	}
	
	.tra-title,
	.receipt-heading,
	.transaction-detail-wrapper span{
		font-weight: bold;
	}
	
	.receipt-wrapper{
		padding-right: 48px;
	}
	
	.money-receipt-wrapper h3{
		text-transform: uppercase;
	}
	
	.tra-cust-detail span{
		font-size: 16px;
		line-height: 2;
	}
	.tra-cust-detail{
		padding-bottom: 33px;
	}
	
	.tra-user-info{
		padding:5px;
		border-bottom: 1px solid ;
	}
	
	.tra-comp-gen-desc{
		display: block;
		margin-top: 40px;
		font-size: 11px;
		text-align: center;
	}
/*  Admin details download*/
	.download-record-form h4{
		display: inline;
	}
	
	.download-record-form .mandatory{
		font-size: 12px;
	    font-weight: bold;
	    color: #8a8f9c;
	}
	
	.detail-download-table-wrapper .wbp-btnarea button.wbp-btnareabtn{
		font-size: 12px;
		padding: .25rem 1rem
	}
	
.heading-container h4{
	font-weight: bold;
}
.doc-info-table tr td{
	padding-left: 0;
	padding-right: 0; 
}

.heading-container h3{
	font-weight: bold;
}
.table.doc-info-table tr td{
	padding-left: 0;
	padding-right: 0;
	width: 50%;
}
.download-logo-wraper{
	width: 33px;
    padding: 5px 10px;
    border: 1px solid #db392c;
    border-radius: 5px;
    cursor: pointer;
}

.popupFiles {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}


a.wbp-btnareabtn {
	background: #db392c;
	border: 1px solid #db392c;
	color: #fff;
	font-size: 0.875rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 0.45rem 2rem;
	font-weight: 400;
	height: auto;
	margin: 0 auto;
	cursor: pointer;
}

a.wbp-btnareabtn:hover {
	text-decoration: none;
}



.radioOptions {
	display: flex;
}

.radioOptions>* {
	margin-left: 1rem;
	margin-right: .5rem;
}

.radioOptions:first-child {
	margin-left: 0;
}
.beneficiary-details-table-wrapper {
	margin-top: 30px;
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.beneficiary-details-table {
	width: 100%;
	border-collapse: collapse;
}

.beneficiary-details-table>tbody>tr>th, .beneficiary-details-table>tbody>tr>td
	{
	padding: .5rem 13px;
	border: 1px solid #dddddd;
}

.beneficiary-details-table>tbody>tr>td {
	color: #8a8f9c;
	font-weight: bold;
}

.beneficiary-details-table th {
	background-color: #eeeeee;
}
.updateButton {
    margin-bottom: 0.5rem !important;
}
.dbm-heading.secondarHeadingDiv {
    display: flex;
    justify-content: space-between;
}
@media ( max-width : 767.98px) {
	.radioOptions {
		flex-direction: column;
	}
	.radioOptions>* {
		margin-right: 0;
		margin-left: 0;
	}
	.data_button {
		margin-left: 0;
	}
}


#mantraDriver a.txtBold{
	color: #8a8f9c;
    text-decoration: none;
}



.cnotif-box .fa-close{
	font-size: 12px
}


.cnotif-box s{
	text-decoration: none;
    float: right;
    margin-right: 16px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
}