html {
	height: 100%;
    background: #f7f7f7;
}

/*
* Bank Product Requirement
*/
.bpr-background {
    margin-top: 0% !important;
	margin-left: 0% !important;
	margin-right: 0% !important;
	padding-bottom: 200px !important;
    padding-top: 120px !important;
    height: 100% !important;
    width: 100% !important;
	background: #f7f7f7;
}

.bpr-box-title {
    width: 930px !important;
    height: 80px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 4px 4px 0px 0px !important;
    background-color: #f3faff !important;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.bpr-column-main {
	height: inherit !important;
	width: inherit !important;
}

.bpr-column-sub-2 {
	align-self: center !important;	
}

.bpr-box-content {
    width: 930px !important;
    margin-top: 0% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 4px !important;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	/* padding: 20px 20px 30px 20px; */
	padding: 50px 75px 50px 75px;
}

.bpr-column-sub-1 {
	margin-left: 90px !important;
	flex-basis: unset !important;
}

.bpr-column-sub-2 {
	margin-left: 60px !important;
}

.bpr-separator {
    margin-top: 0% !important;
    margin-bottom: 0% !important;
    width: 926px !important;
    height: 0px !important;
    background: transparent !important;
    border: 2px solid #0066b8 !important;
}

.page-template-bank-product-requirement {
    background-color: white !important;
}

.wp-site-blocks {
    padding-left: 0% !important;
    padding-right: 0% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}

.prr-content-box-sub {
	width: 780px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.prr-content-title {
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 24px !important;
	line-height: 24px !important;
	text-align: center !important;
	color: #040105 !important;
	padding-top: 0px !important; 
}

.prr-content-desc {
	font-family: Arial !important;
	font-weight: normal !important;
	font-size: 15px !important;
	line-height: 15px !important;
	text-align: center !important;
	color: #666666 !important;
	padding-top: 20px !important;
	margin-top: 0px !important;
	margin-bottom: 40px !important;
}

.prr-column-sub-1 {
	width: 380px !important;
	height: 200px !important;
	background-color: #FAFAFA;
	margin-right: 20px !important;
}

.prr-column-sub-2 {
	width: 380px !important;
	height: 200px !important;
	background-color: #FAFAFA;
}

.prr-column-title-sub {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	margin-left: 20px !important;
	font-family: Arial !important;
	font-weight: Bold !important;
	font-size: 16px !important;
	line-height: 16px !important;
	text-align: left;
	color: #333;
}

.prr-column-sub-desc {
	margin-block-start: 14px !important;
	padding-right: 20px;
}

.prr-column-desc-sub {
	/* margin-left: 10px !important; */
	font-family: Arial !important;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 16px !important;
	text-align: left !important;
	color: #333333 !important;	
}

.prr-column-img-sub {
	color: #666666 !important;
	width: 16px !important;
	height: 16px !important;
	vertical-align: top !important;
}

.prr-sub-column-img {
	margin-left: 20px !important;
	margin-right: -10px !important;
	flex-basis: 0px !important;
}

.prr-sub-column-desc {
	margin-left: 35px !important;
}

img {
	vertical-align: inherit !important;
}

.title-card-session {
	font-family: Arial !important;
	font-weight: Normal !important;
	font-size: 24px !important;
	line-height: 24px !important;
	text-align: left !important;
	color: #333 !important;
}

.img-card-session {
	position: relative !important;
	top: -40px !important;
	width: 160px !important;
	height: 100px !important;
}

.apply-title {
	display: inline-block;

	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	color: #333;
}

.image-bank-card {
	height: 100px;
	width: 160px;
	margin-top: -39px;
}

.small-image-bank-card {
	height: 128px;
	margin-left: auto;
	margin-right: auto;
}

/*
* 	Registration Card Detail Page 1
*/

.user-form {
	margin: 0px 0px !important;
	margin-left: 0px !important;
}

.progress-bar {
	display: inline-block;
	width: 200px;
	height: 15px;
	border-radius: 7.5px;
	background: #e4e4e4;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

.progress-bar div {
	height: 100%;
	border-radius: 7.5px;
	background-color: #0066B8;

	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #fff; 
}

.progress-bar-container {
	float: right;
}

.user-form form > div {
	width: 100%;
}

.user-form form div > div:first-child {
	flex:auto;
	padding:7px 0;
}

.user-form form > div:not(div:last-child) {
	margin-bottom: 20px;
}

.user-form form > div:last-child {
	margin-bottom: 40px;
}

.textbox-label {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap;
	text-align: left;
	color: #333;
}

.text-box {
	width: 610px;
	height: 40px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0px;
	padding-left: 10px;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #333;
}

.select-option {
	/* width: 624px;
	height: 40px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0px;
	padding-left: 10px;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #333;  */

	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	color: #333;
	width: 460px;
	height: 46px;
	border-radius: 6px;
	background: #fcfcfc;
	border: 1px solid #ccc;
}

.select-option * {
	height: 40px !important;
	background: #fff;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px !important;
	text-align: left;
	color: #333; 
}

/* .select-option > option {
	height: 40px;
	background: #fff;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #333; 
} */

.select-option:focus{
	border: 1px solid #1492e6 !important;
	box-shadow: 0px 0px 6px rgba(20, 146, 230, 0.45) !important;
}

.text-box:focus {
	border: 1px solid #1492e6 !important;
	box-shadow: 0px 0px 6px rgba(20, 146, 230, 0.45) !important;
}

.btn-back-next {
	width: 780px;
	margin: 0px;
}

.btn-next a{
	/* margin-top: 40px !important; */
	width: 120px !important;
	height: 40px !important;
	border-radius: 4px !important;
	background: #0066b8 !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 13px !important;
	/* line-height: 16px !important; */
	text-align: center !important;
	color: #fff !important;
}

.btn-next:hover {
	background: #1080db !important;
	width: 120px !important;
	height: 40px !important;
	border-radius: 4px !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 13px !important;
	/* line-height: 16px !important; */
	text-align: center !important;
	color: #fff !important;
}

.btn-back a{
	/* margin-top: 40px !important; */
	width: 120px !important;
	height: 40px !important;
	border-radius: 4px !important;
	background: #666666 !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 13px !important;
	/* line-height: 16px !important; */
	text-align: center !important;
	color: #fff !important;
}

.btn-back:hover {
	background: #8a8787 !important;
	width: 120px !important;
	height: 40px !important;
	border-radius: 4px !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 13px !important;
	/* line-height: 16px !important; */
	text-align: center !important;
	color: #fff !important;
	
}

/**
* Product Registration Detail page 2
*/

#user-address-2, #office-address-2 {
	margin: 20px 0px;
}

.select2-container--open:not(.select2) {
	margin-top: 32px !important;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	color: #333; 
}

.select2-selection--single {
	height: 40px !important;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #333; 
}

.select2-selection--single .select2-selection__rendered {
	line-height: 40px !important;
}

.select2-selection--single .select2-selection__arrow {
	top: 7px !important;
}

.select2-results__options .select2-results__option[aria-selected=true] {
	background-color: #fff !important;
	color: #333 !important;
}

.select2-results__options .select2-results__option--highlighted[aria-selected] {
	background-color: #1767b2 !important;
	color: #fff !important;
}

/**
* Product Registration Detail page 4
*/
.agreement-form .agreement {
	margin-bottom: 20px;
}

.agreement-form .agreement > input {
	margin: 3px 10px 0px 0px !important;
}

.agreement-form .agreement > p {
	margin: 0px !important;
	margin-top: 3px !important;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #333;
}

.agreement p, .agreement label{
	font-family: Arial;
	font-size: 12px;
}

.agreement-form .agreement > input {
	margin: 3px 10px 0px 0px !important;
}

.agreement-form .radio-button div > input {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 8px !important;
}

.agreement-form .radio-button div > label {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #333;
}

.agreement-form .notes {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #333; 
}

/**
* Product Registration Confirmation Page
*/
.confirmation-page-form form > div:not(div:last-child){
	margin-bottom: 10px !important;
}

.confirmation-page-form form > div:last-child {
	margin-bottom: 50px !important;
}

.confirmation-page-form .textbox-label {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	color: #333;
}

.confirmation-page-form .text-box {
	width: 610px;
	height: 30px;
	border-radius: 4px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	padding: 0px;
	padding-left: 10px;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #666;
}

.confirm-title-container {
	margin-top: 8px;
}

.edit-icon{
	width: 16px;
	height: 16px;
	background: url("http://pc-95.ad.kasatria.com:10012/wp-content/uploads/img/icon_edit.svg");
}

.confirmation-page-separator {
	width: 780px;
	height: 1px;
	background-color: #ccc;
	margin-top: 5px;
}

/**
* Product Upload Page
*/
.upload-page .prr-column-main {
	margin: 0px;
	padding-top: 10px;
}

.upload-page .prr-column-main .prr-column-sub-1 .image-container {
	width: 120px;
	height: 80px;
	padding: 10px 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 110px;
}

.upload-page .prr-column-main .prr-column-sub-1 .image-container > img{
	width: 100%;
	height: 100%;
}

.upload-page .prr-column-main .prr-column-sub-1 .bank-card-name {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #333;
	margin: 0px !important;
}

.upload-page .prr-column-main .prr-column-sub-2 .reference-number {
	margin-top: 30px !important;
	margin-bottom: 25px !important;
	margin-left: 110px !important;
}

.upload-page .prr-column-main .prr-column-sub-2 .reference-number > table {
	width: 160px;
}

.upload-page .prr-column-main .prr-column-sub-2 .reference-number tbody > tr:first-child {
	width: 100%;
	height: 35px;
	border-radius: 4px 4px 0px 0px;
	background: #666;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border: 1px solid #666 !important;
}

.upload-page .prr-column-main .prr-column-sub-2 .reference-number tbody > tr:last-child {
	width: 100%;
	height: 35px;
	border-radius: 0px 0px 4px 4px;
	background: #f4f4f4;
	border: 1px solid #ccc !important;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 16px;
	text-align: center;
	color: #333;
}

.upload-page .prr-column-main .prr-column-sub-2 .reference-number tbody > tr:last-child td {
	border: 0px !important;
	padding: 0px !important;
}

.upload-page .prr-column-main .prr-column-sub-2 div .btn-upload a {
	width: 160px;
	height: 36px;
	border-radius: 4px;
	background: #0066b8;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}

.upload-page .prr-column-main .prr-column-sub-2 div .btn-upload a {
	width: 160px;
	height: 36px;
	border-radius: 4px;
	background: #0066b8;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	margin-left: 110px !important;
}

.upload-page .prr-column-main .prr-column-sub-2 div .btn-upload a:hover {
	width: 160px;
	height: 36px;
	border-radius: 4px;
	background: #0066b8;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	margin-left: 110px !important;
}

.upload-page .references-notes {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #666;
	margin-top: 40px !important;
	margin-bottom: 20px !important;
}

.upload-page .references-notes > p {
	margin: 0px !important;
}

/**
* Uploaded Documents Page
*/
.uploaded-documents-page .prr-column-main {
	margin: 0px !important;
}

.uploaded-documents-page .prr-column-main > div {
	margin: 0px !important;
	height: 220px !important;
}

.uploaded-documents-page .prr-column-main > div:nth-child(2) {
	margin: 0px 15px !important;
}

.upload-ic-content {
	font-family: Arial;
	font-size: 14px;
}

.uploaded-documents-form form div:nth-child(1) div{
	float: right;
}

.uploaded-documents-form form div label {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #333;	
}

.uploaded-documents-form form div:nth-child(1) .ic-front, .uploaded-documents-form form div:nth-child(1) .ic-back {
	padding: 5px 5px;
	border: 1px solid;
	border-radius: 3px;
	width: 290px !important;
	height: 30px !important;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	color: #666;
	border: 1px solid #ccc; 
}

.uploaded-documents-form form div:nth-child(1) .ic-front {
	margin-right: 20px !important;
}

.uploaded-documents-form form div:nth-child(2) label {
	flex: auto;
}

.uploaded-documents-form form div:nth-child(2) .upload-salary {
	padding: 5px 5px;
	border: 1px solid;
	border-radius: 3px;
	width: 612px !important;
	height: 30px !important;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	color: #666;
	border: 1px solid #ccc;
}

.uploaded-documents-form form div .add-more {
	padding: 5px 5px;
	border: 1px solid;
	border-radius: 3px;
	width: 612px !important;
	height: 30px !important;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #666;
	margin-left: 156px !important;
	border: 1px solid #ccc; 
}

.uploaded-documents-page .btn-uploads {
	margin-top: 0px;
}

.uploaded-documents-page .btn-uploads .btn-upload-later a {
	width: 150px;
	height: 40px;
	border-radius: 4px;
	background: #666666;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}

.uploaded-documents-page .btn-uploads .btn-upload-later a:hover {
	width: 150px;
	height: 40px;
	border-radius: 4px;
	background: #8a8787; 
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}

.uploaded-documents-page .btn-uploads .btn-upload a {
	width: 150px;
	height: 40px;
	border-radius: 4px;
	background: #0066b8; 
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}

.uploaded-documents-page .btn-uploads .btn-upload a:hover {
	width: 150px;
	height: 40px;
	border-radius: 4px;
	background: #1080db; 
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}

.uploaded-documents-form form div .add-more .icon-plus {
	width: 16px;
	height: 16px;
	position: relative;
	top: 7px;
	right: 390px;
	background: url("http://pc-95.ad.kasatria.com:10012/wp-content/uploads/img/icon_plus.svg");
	background-repeat: no-repeat;
}

.uploaded-documents-form form div .ic-front .icon-attach, .uploaded-documents-form form div .ic-back .icon-attach {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	background: url("http://pc-95.ad.kasatria.com:10012/wp-content/uploads/img/icon_attach.svg");
	background-repeat: no-repeat;
}

.uploaded-documents-form form div .upload-salary .icon-attach {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	background: url("http://pc-95.ad.kasatria.com:10012/wp-content/uploads/img/icon_attach.svg");
	background-repeat: no-repeat;
	float: right;
}

/**
* Uploaded Documents Page
*/
/* .btn-close a{
	width: 140px !important;
	height: 40px !important;
	border-radius: 4px !important;
	background: #0066b8 !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 13px !important;
	line-height: 16px !important;
	text-align: center !important;
	color: #fff !important;
}

.btn-close:hover {
	background: #1080db !important;
} */

.success-register-page .image-success-container {
	padding-top: 60px;
	margin-bottom: 40px;
}

.success-register-page .image-success-container .success-image  {
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.success-register-page .prr-content-title {
	margin: 0px !important;
	color: #333 !important;
}

.success-register-page .btns-close {
	margin-top: 0px;
}

.success-register-page .btns-close .btn-close a {
	width: 120px;
	height: 40px;
	border-radius: 4px;
	background: #0066b8;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}

.success-register-page .btns-close .btn-close a:hover {
	width: 120px;
	height: 40px;
	border-radius: 4px;
	background: #1080db; 
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}