.center-aligned {
	text-align: center;
}

/*PERSON*/

.padding50 {
	padding: 50px;
}

.module-search.modal-open #tracking_notification h4 {
	float: left;
}

.module-search.modal-open .trkalrt_ntshow_label {
	margin-top: 6px;
}

.module-search.modal-open #trkalrt_ntshow {
	margin-right: 5px;
	float: left;
	margin-top: 1px;
}

.module-search.modal-open #tracking_notification .modal-footer button {
	margin: 0 auto;
	display: block;
}

.btn-modal_cancel,
.btn-modal-yel {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background: #f5df12;
	background: -moz-linear-gradient(top, #f5df12 0%, #f8cb0d 100%);
	background: -webkit-linear-gradient(top, #f5df12 0%, #f8cb0d 100%);
	background: linear-gradient(to bottom, #f5df12 0%, #f8cb0d 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5df12', endColorstr='#f8cb0d', GradientType=0);
	padding: 10px 25px;
	border: 1px solid #d96d00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.btn-modal_cancel {
	background: transparent;
	border: none;
}

.fr {
	float: right;
}

.align_l {
	text-align: left !important;
}

.fl {
	float: left;
}

.f12 {
	font-size: 12px;
}

/* person : Premium data alert */
#premium_data_found {
	z-index: 10000;
}

#premium_data_found .modal-content {
	border: 15px solid #6c349a;
	margin-top: 100px;
}

#premium_data_found h4 {
	color: #55148a;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.premium_data {
	width: 36px;
	height: 30px;
	background: url("../images/premium_sm.png");
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	position: absolute;
	right: 48px;
	top: 8px;
}

.premium_data_box {
	background: url("../images/premium_sm.png") no-repeat right 30px bottom 10px;
}

.result-navigation ul li {
	position: relative;
}

.module-search .single-search .info-section h3.premium_data {
	position: relative;
}

table.nojs tbody {
	position: relative;
}

/*  Ajax Loader */
.spinner-inline {
	width: 70px;
	text-align: center;
	display: inline;
	padding-left: 20px;
}

.spinner-inline > div {
	width: 12px;
	height: 12px;
	background-color: #cecece;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-inline .b1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner-inline .b2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.spinner {
	width: 100px;
	height: 100px;
	margin: 100px auto;
	margin-left: -50px;
	top: 30%;
	display: block;
	left: 50%;
	position: absolute;
	background-color: #6c349a;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out;
}

.spinner_rel {
	position: relative;
	margin: 0 auto;
	left: auto;
	top: auto;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

/*  Ajax Loader END */
.search-results .breadcrumb {
	background-color: #fff;
}

#header .breadcrumb {
	background-color: #3b3b3bcc;
	text-align: center;
}

#header .breadcrumb > li {
	color: #b0b0b0;
}

#header .breadcrumb > li a {
	color: #fc9c41;
}

.floating-header .breadcrumb {
	display: none;
}

body.module-areacode #header a.logo {
	margin-bottom: 50px !important;
}

.icons.dashboard-delete-downgrade {
	width: 20px;
	height: 20px;
	background-position: -1445px -5px;
}

.payment_card_list .list-group-item {
	line-height: 25px;
	display: block;
	margin: 5px;
	cursor: pointer;
	width: 100%;
	padding: 5px;
}

.payment_card_list .list-group-item.active,
.payment_card_list .list-group-item:focus,
.payment_card_list .list-group-item:hover {
	z-index: 2;
	color: #fff;
	background-color: #9561de;
}

.payment_card_list .list-group-item.active a,
.payment_card_list .list-group-item:focus a,
.payment_card_list .list-group-item:hover a {
	color: #fff;
}

.payment_card_list span i {
	font-size: 25px;
	float: left;
	margin-right: 20px;
}

.payment_card_list h5 {
	line-height: 27px;
	font-weight: normal !important;
	font-size: 12px;
}

.payment_card_list span a {
	text-align: right;
	display: block;
	float: right;
	margin: 2px 5px;
	font-size: 12px;
	margin-top: -25px;
}

.payment_card_list span .editcard {
	display: none;
}

.payment_card_list span .editcard input {
	color: #000;
	font-size: 11px;
	padding: 0px 5px;
	border: 1px solid #333;
}

.payment_card_list span .editcard input.editcard_nameoncard {
	width: 200px;
}

.payment_card_list span .editcard input.editcard_exp_month {
	width: 60px;
}

.payment_card_list span .editcard input.editcard_exp_year {
	width: 70px;
}

.payment_card_list span .editcard input.editcard_cvc {
	width: 60px;
}

.payment_card_list span .editcard input.error {
	border: 1px solid #980000;
	background: #ffe4e4;
}

.payment_card_list span .editcard .update,
.payment_card_list span .editcard .cancel {
	padding: 3px 20px;
}

.payment_add_new {
	display: block;
	border: 3px dotted #7b7878;
	width: 100%;
	padding: 12px 20px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}

.module-register .bootbox.modal .modal-dialog {
	top: 20%;
}

.module-register #card-alerts {
	color: #11b647;
	margin-bottom: 10px;
	background: #dcfad8;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	/*+transition: opacity 500ms ease-in;*/
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
	/*+opacity: 1;*/
	-filter: alpha(opacity=100);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.module-register #card-alerts:empty {
	padding: 0;
	margin-top: 0;
	/*+opacity: 0;*/
	-filter: alpha(opacity=0);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.module-thank-you-for-subscribe #thank-you-for-subscribe,
.module-unsubscribe #unsubscribe_container {
	background-image: url(../images/404-bg.jpg);
	background-size: cover;
	min-height: 400px;
}

.module-thank-you-for-subscribe #thank-you-for-subscribe #subscribe-text {
	padding: 80px 0;
	margin: 0 auto;
	text-align: center;
}

.module-thank-you-for-subscribe #thank-you-for-subscribe #subscribe-text .h1 {
	color: #ffd04c;
	font-weight: bold;
	font-size: 5.3em;
	border-top: 6px solid #ffd14d;
	width: 440px;
	margin: 0 auto;
	margin-top: 34px;
}

.module-thank-you-for-subscribe #thank-you-for-subscribe #subscribe-text .h2 {
	color: #d99e02;
	font-weight: bold;
	font-size: 3.5em;
	width: 440px;
	margin: 0 auto;
	border-bottom: 6px solid #ffd24e;
}

/* Unsubscribe*/
.module-unsubscribe #unsubscribe_container #subscribe-text .h2 {
	color: #d99e02;
	font-weight: bold;
	font-size: 3.5em;
	margin: 0 auto;
	padding: 70px 0px;
}

.module-unsubscribe #unsubscribe_container #subscribe-text h4 {
	color: #f5d810;
}

.module-unsubscribe #unsubscribe_container #subscribe-text a {
	display: inline-block;
	width: 65px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

#unsubscribe_container {
	text-align: center;
}

/* Module reports */
.custom_filter {
	display: none;
}

.module-dashboard .dashboard-content .report_data .align_l {
	text-align: left !important;
}

.directory-new {
	padding-top: 22px;
}

.directory-selector {
	text-align: center;
	padding-bottom: 50px;
	float: left;
	width: 100%;
}

.directory-selector .directory-selector-single {
	background: #474641;
	width: 45%;
	float: left;
	min-height: 200px;
	margin-left: 2%;
	margin-top: 30px;
	cursor: pointer;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	padding: 30px;
}

.directory-selector .directory-selector-single:hover {
	background: #7c4ca2;
}

.directory-selector .directory-selector-single span {
	display: block;
	font-weight: normal;
	font-size: 14px;
}

.names-letter-list li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}

.names-letter-list li a {
	font-size: 21px;
	border: 1px solid #9260b5;
	color: #9260b5;
	padding: 0px 7px;
	line-height: 32px;
	text-decoration: none;
}

.directory-sidebar {
	box-shadow: 0px 0px 3px 1px #ccc;
	margin-bottom: 50px;
	padding: 20px 5px;
}

.directory-sidebar .city_states-list li,
.popular-name-list li {
	list-style: none;
	display: inline-block;
	margin: 0px;
	width: 45%;
}

.popular-name-list li {
	width: 32%;
}

.popular-username-list li {
	width: 24%;
}

.directory-sidebar .city_states-list li a,
.popular-name-list li a {
	font-size: 12px;
	color: #9260b5;
	/* padding: 0px 7px; */
	line-height: 26px;
	text-decoration: underline;
}

.directory-sidebar h4 {
	border-bottom: 3px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 21px !important;
}

.deactivate_account {
	font-size: 14px;
	font-weight: normal;
	background: #e74b4b;
	border: 1px solid #a13a3a;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
}

.activate_account {
	font-size: 14px;
	font-weight: normal;
	background: #d26123;
	border: 1px solid #813a13;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
}

.deactivate_account:hover,
.activate_account:hover {
	color: #fff;
}

#user_status_update_modal .modal-content {
	border: 6px solid #6c349a;
	padding: 30px;
}

#user_status_update_modal .modal-content h4 {
	font-weight: normal !important;
	font-size: 19px !important;
}

#admin-tools form {
	padding: 20px;
}

#admin-tools input[type="text"] {
	margin: 20px;
	border: 1px solid #9f9f9f;
	padding: 6px 13px;
}

#admin-tools input[type="submit"] {
	font-family: "Sansus Webissimo";
	font-size: 16px;
	color: #fff;
	background-color: #d96d00;
	padding: 6px 0;
	text-align: center;
	text-transform: uppercase;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-khtml-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	margin-left: -5px;
	padding: 5px 10px;
	border: 1px solid #7a3f05;
}

#admin-tools table {
	max-width: 1000px !important;
}

#admin-tools table .exclude_from_directory,
#admin-tools table .delete_from_directory {
	border: 1px solid #d1d1d1;
	padding: 3px 10px;
	background: #ba6543;
	color: #fff;
	font-size: 11px;
	min-width: 176px;
	display: block;
}

#admin-tools table .include_to_directory {
	border: 1px solid #d1d1d1;
	padding: 3px 10px;
	background: #3f981e;
	font-size: 11px;
	color: #fff;
	display: block;
	min-width: 176px;
}

.notice_text {
	color: #cb0f0f;
}

.input_field input {
	float: left;
}

.input_field {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 8px;
}

.input_field.url_errors input {
	background: #ff9b9b;
	border: 1px solid #ff0505;
	color: #1e1e1e;
	margin-bottom: 1px;
}

p.error_note {
	color: #ed3e3e;
	font-size: 12px;
}

.input_field .add_more {
	float: left;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	right: 0px;
	background: #fff;
}

.input_field .add_more::after {
	width: 36px;
	height: 33px;
	display: block;
	float: left;
	content: "\2212";
	font-size: 40px;
	padding: 0;
	line-height: 32px;
	text-align: right;
	border-left: 1px solid #bdbdbd;
}

.url_container .input_field:last-child .add_more::after,
.phones_container .input_field:last-child .add_more::after,
.emails_container .input_field:last-child .add_more::after {
	content: "\2b";
}

.url_container,
.phones_container,
.emails_container {
}

.bt-error {
	background: #ffe4e4 !important;
	border: 1px solid #ef6464 !important;
}

.bt-error-helper {
	margin: 11px 10px;
	display: block;
	color: #da3a3a;
}

#blacklist_customers_buttons a {
	background: #ba6543;
	color: #fff;
	padding: 10px;
	margin-top: 20px;
	display: inline-block;
	margin: 10px;
}

.delete_filter,
.btn_disabled,
.view_filtered {
	background: #cb4444;
	color: #fff;
	padding: 5px;
	margin: 5px;
	display: block;
}

.btn_enabled {
	background: #51cb44;
	color: #fff;
	padding: 5px;
	margin: 2px;
	display: block;
}

.block_new_signups {
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 200px;
}

.block_new_signups p {
	font-size: 12px;
	color: #909090;
}

.block_new_signups h3 {
	font-size: 18px;
	margin-bottom: 20px !important;
	padding: 10px;
	background: #8f67c0;
	color: #fff;
}

.blacklist_customers_preview {
	color: #535353;
	font-weight: bold;
	font-size: 14px;
}

.block_new_signups .btn_enabled {
	width: 100%;
	display: block;
	background: #389f2d;
	padding: 15px;
}

.block_new_signups .btn_disabled {
	width: 100%;
	display: block;
	padding: 15px;
}

.btn-inline {
	display: inline !important;
}

.optout-forms {
	display: none;
}

.optout .fullsize-white {
	padding: 0;
}

.optout .fullsize-white h2 {
	text-align: left;
}

.super-admin-optout {
	display: inline !important;
	font-weight: normal !important;
	color: #727272 !important;
}

#amazonpay_form,
#consentWidgetDiv,
#addressBookWidgetDiv,
#walletWidgetDiv,
#amazonpay_logout_wrap {
	display: none;
}

.amazonpay .pay-method,
.amazonpay #AmazonPayButton {
	display: inline-block;
}

.amazonpay_logout {
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 20px;
	color: #cc1a1a;
	font-weight: bold;
	text-decoration: underline;
}

@media (min-width: 767px) {
	.checkout-form.checkout-buttons {
		display: flex;
	}

	.border-margin-none {
		margin: 0 !important;
		box-shadow: 0 0 0 !important;
		border: none !important;
	}
}

.checkout-form.checkout-buttons > div {
	text-align: center;
	padding: 0;
	margin: 0 !important;
}

#consentWidgetDiv {
	width: 295px;
	height: 140px;
	margin: 10px auto;
	max-width: 100%;
}

#addressBookWidgetDiv,
#walletWidgetDiv {
	width: 295px;
	height: 228px;
	margin: 10px auto;
	max-width: 100%;
}

.module-register .checkout .tos label {
	white-space: normal;
}

.module-register .checkout .tos input {
	margin-right: 5px;
	vertical-align: top;
}

.module-register .checkout .fields.tos {
	white-space: nowrap;
}

.error-message {
	color: #dc3232;
	font-weight: 600;
}

.ac_sub_head {
	font-weight: bold;
	color: #888787;
	font-size: 14px;
	margin: -13px auto 30px auto;
}

td span.link {
	color: #555 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.areacode-prifixes .prefix_group,
.areacode-prifixes2 .prefix_group {
	float: left;
	width: 100%;
	margin: 5px auto;
	background: #841296;
	color: #fff;
	box-shadow: 0px 2px 1px #999;
}

.prefix_group h4 {
	color: #fff;
	text-align: center !important;
	font-size: 18px;
	margin: 10px auto !important;
	border-bottom: 1px solid #620871;
	padding: 10px;
}

.prefix_group h4 span {
	font-size: 14px;
}

.areacode-prifixes .dt,
.areacode-prifixes2 .dt {
	float: left;
	padding: 3px 20px;
	background: #fff;
	width: 100%;
}

.prefix_group p {
	font-size: 16px !important;
	background: transparent !important;
	text-align: center !important;
	padding: 10px !important;
}

.prefix_group .areacode-section-priefiexes {
	background: #fff;
}

.areacode-prifixes2 .dt {
	float: left;
	padding: 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #b9b9b9;
}

.prefix_group h6 {
	float: left;
	padding: 20px 0;
	color: #000;
	margin: 0;
	width: 30%;
}

.prefix_group .data {
	border-left: 1px solid #cacaca;
}

@media (min-width: 767px) {
	.prefix_group h6 {
		padding: 20px;
	}
}

.areacode-prifixes2 .prefix_group {
	margin: 0;
}

.areacode-prifixes2 h4 {
	float: left;
	width: 100%;
	margin: 0 !important;
	background: #841296;
	color: #fff;
	box-shadow: 0px 2px 1px #999;
	padding: 20px;
	text-align: center !important;
}

.tot_reported {
	display: block;
	width: 100%;
	float: left;
	color: #666464;
	margin-top: 20px;
}

.areacode-prifixes2 .data {
	padding: 10px;
	float: left;
	width: 70%;
	padding-top: 3px;
}

.landlineandvoip {
	width: 122px !important;
	height: 28px !important;
	margin-left: 1px;
	border: 2px solid #ddd;
	border-radius: 5px;
	background: #f2f1f7;
	margin-top: 5px;
}

.landlineandvoipdatap {
	min-width: 96px;
	padding: 0px 2px 15px 20px;
	font-size: 12px;
	color: #8c8c8c;
	width: 30% !important;
	min-height: 138px;
	position: relative;
}

.phone-details .l {
	align-content: center;
}

.phone-details .m {
	max-width: 45%;
	align-self: inherit;
	text-align: left;
}

.phone-details .m span {
	white-space: normal;
	max-width: 100%;
	padding-left: 2px;
	font-size: 14px;
}

.phone-details .l > a {
	margin: 2px !important;
}

.areacode-section .col-area a {
	display: inline !important;
	white-space: nowrap !important;
}

.areacode-section .col-area a.rp {
	display: block !important;
	white-space: nowrap !important;
	text-align: center;
	margin: 0 auto;
}

.areacode-section .col-area span:not(.link) {
	color: #555;
	font-size: 12px;
	width: 100% !important;
	float: left;
	text-align: center;
}

.areacode-info .areacode-section table td span.link {
	display: inline !important;
	white-space: nowrap !important;
	font-size: inherit;
}

.areacode-section .col-area > span {
	margin-left: 0 !important;
}

@media (max-width: 767px) {
	.resent-luck-ups {
		color: #fff;
		margin-top: 10px;
		padding: 10px;
	}

	.resent-luck-ups a {
		color: #fff !important;
	}

	.resent-luck-ups ul li {
		display: inline-block;
		padding: 6px;
		font-size: 12px;
	}

	.directory-new .popular-username-list li {
		width: 50%;
	}

	.directory-new .popular-username-list li a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin: 5px !important;
	}
}

.contact-social {
	font-size: 0;
}

.contact-social a:after {
	height: 17px;
	width: 18px;
	font-size: 10px !important;
	background-color: #000;
	margin: -11px 2px 0 2px;
	border-radius: 7px;
}

.fullsize-gray {
	padding-bottom: 0 !important;
}

.faq-no-results {
	display: block !important;
	position: relative !important;
	top: auto !important;
	color: #fff;
	text-align: center;
	font-size: 15px;
	background: #ff3b3b;
	right: 0 !important;
}

.search-using .thumbnail {
	width: 0;
}

@media (max-width: 767px) {
	.search-using .thumbnail {
		width: 100%;
	}

	.search-using .thumbnail img {
		padding-bottom: 135px;
		width: 30%;
		margin: 5px;
		height: 0;
	}
}

.post-subscribe-button {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000000;
	margin-left: -4px;
	padding: 12px 18px 13px;
	vertical-align: middle;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-khtml-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
	border: none;
}

.user-social-icon-wrapper {
	width: 52px !important;
	height: 52px !important;
	border-radius: 100%;
	border: 1px solid #bdbdc4;
	overflow: hidden;
	padding: 0 !important;
	display: block;
}

.user-social-icon-wrapper span {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.prefix_group h6 {
	font-size: 15px;
}

@media (max-width: 767px) {
	.resent-luck-ups ul li a,
	.area-code-search .search-filters li {
		font-size: 16px !important;
	}

	.resent-luck-ups ul li {
		display: inline-block !important;
		padding: 10px !important;
		font-size: 16px !important;
	}

	.areacode-section-priefiexes {
		font-size: 16px !important;
		margin: 12px !important;
	}

	.areacode-section .col-area {
		padding: 18px !important;
		min-height: 180px !important;
	}

	.areacode-section .col-area span:last-child,
	.areacode-section .phone-details span:last-child {
		text-align: left !important;
		padding-top: 0px;
		padding-left: 0px;
	}

	.areacode-info .areacode-section table td {
		padding: 18px !important;
	}

	areacode-section .col-area span:not(.link) {
		margin-left: 10px !important;
	}

	.areacode-prifixes .dt,
	.areacode-prifixes2 .dt {
		padding: 20px !important;
	}

	.module-directory .name-list li {
		width: 46% !important;
		padding: 10px !important;
		margin: 2% !important;
	}
}

.unclaimed-image-bg {
	position: absolute;
	top: -148px;
	bottom: 77.27%;
}

.unclaimed-image h3 {
	color: #470faa;
	padding-top: 111px;
	padding-left: 100px;
	font-size: 23px;
	width: 560px;
	height: 64px;
}

.unclaimed-image p {
	font-size: 13px;
	color: #470faa;
}

.input-unclamined-money {
	padding-left: 110px;
}

.input-unclamined-money input[type="text"] {
	width: 49%;
	font-size: 14px;
	padding: 11px 20px;
	line-height: 20px !important;
	border-color: #470faa;
	border-radius: 4px;
}

.unclamined-button-search {
	display: inline-block;
	cursor: pointer;
	color: #f5f5f5;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	text-shadow: 0px 0px 0px #ffee66;
	border: 0px;
	width: -webkit-fill-available;
	height: 42px;
	background: #470faa;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 80px;
}

.unclamined-button-search:hover {
	background-color: #32106e;
	text-decoration: none;
}

.unclamined-button-search:active {
	position: relative;
	top: 1px;
}

.unclaimed-peding-left {
	padding-left: 0px;
}

.unclaimed-peding-right {
	padding-right: 0px;
}

.unclaimed-image h4 {
	padding-top: 65px;
	padding-bottom: 32px;
	font-size: 24px;
}

.unclamined-head {
	text-align: center;
	color: #470faa;
	margin-bottom: 20px;
}

.unclamined-footer-div-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.unclamined-footer-content {
	margin-bottom: 30px;
	background-color: #ffffff;
}

.unclamined-footer-content p {
	font-size: 14px;
	color: black;
	text-align: center;
	min-height: 145px;
	padding-top: 10px;
}

.unclamined-footer-arrow {
	width: 26%;
	position: absolute;
	margin-top: -200px;
	margin-left: -22px;
}

.unclimb_section {
	background-color: #ffffff;
}

.unclamined-footer-p {
	padding-left: 99px;
	padding-top: 26px;
	width: 522px;
	height: 32px;
	line-height: 24px;
	color: #26273c !important;
	margin: 9px 0 60px;
	font-style: normal;
	font-weight: normal;
}

@media (max-width: 767px) {
	.unclaimed-image-bg {
		/* position: absolute;
        top: 411px;
        left: -40px;
        bottom: 77.27%; */
	}

	.unclamined-footer-arrow {
		display: none;
	}

	.unclaimed-image {
		height: auto;
	}

	.unclimb_section {
		padding: 0px 0px;
	}

	.module-dashboard .dashboard-content .edit-profile {
		margin: 25px 15px 15px;
		padding: 10px;
	}

	.input-unclamined-money {
		padding-left: 0px;
		padding: 0px 20px;
		padding-right: 20px;
	}

	.unclaimed-image h3 {
		padding-top: 290px;
		padding-left: 3px;
		font-size: 26px;
		text-align: center;
		width: 350px;
	}

	.unclaimed-peding-left {
		padding-left: 19px;
		padding-top: 18px;
	}

	.unclaimed-image p {
		margin-top: 64px;
		margin-bottom: 28px;
		padding: 0px;
		padding-top: 8px;
		font-size: 14px;
		text-align: center;
		width: 343px;
		height: 80px;
	}

	.unclamined-footer-div p {
		width: 296px !important;
		margin-top: 64px;
		margin-bottom: 28px;
		padding: 0px;
		padding-top: 8px;
		font-size: 17px;
		text-align: center;
		/* width: 343px; */
		height: 80px;
	}

	.unclaimed-image h4 {
		padding-top: 64px;
		font-size: 25px;
		color: white;
	}
}

.fav-icons {
	width: 12px !important;
	height: 12px !important;
	border: none;
	display: inline-block;
}

.fav-icons-font {
	font-size: 11px;
}

.search_special_db .container {
	width: 100% !important;
	padding: 0px 40px;
}

.areacode-section .m strong {
	font-weight: normal !important;
	font-size: inherit !important;
	font-family: inherit !important;
	text-align: center;
	padding-left: 0px;
}

.phone-details .report_sum {
	font-size: 12px;
}

.read_more_markedas {
	color: #3b73af;
	cursor: pointer;
}

.report-phone.view-only ul li {
	background: transparent !important;
}

.flexbreak {
	flex-basis: 100% !important;
	height: 0 !important;
}

.phone-details > .m,
.phone-details > .l,
.phone-details > .landlineandvoipdatap {
	width: 32%;
}

span.marked_as {
	display: inline-block;
	padding: 6px 8px !important;
	border: 1px solid #fff7f7;
	margin-top: 6px;
}

.phone-detail-list .phone-details {
	flex-wrap: wrap;
}

.report-phone.view-only textarea {
	min-height: 120px;
	font-size: 13px;
}

.report-phone.view-only {
	max-width: 530px;
}

.report-number-view-modal {
	display: none;
}

.phone-details.marked_as {
	border: #2e2727;
}

.phone-details.marked_as .m,
.phone-details.marked_as .landlineandvoipdatap {
	color: #202020;
}

.phone-details .top {
	min-height: 130px;
	display: block !important;
}

.phone-detail-list .phone-details .m strong {
	text-align: left !important;
}

@media (max-width: 767px) {
	.search_special_db .container {
		padding: 0px 20px;
	}

	span.marked_as {
		margin-top: 6px;
	}

	.areacode-section .m strong {
		text-align: left;
	}

	.areacode-section .col-area a.rp {
		margin-top: 0 !important;
		margin-bottom: 5px !important;
	}
}

.module-verify-exit {
	background-image: url("../images/warning-page-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.loader {
	border: 18px solid #8d54bd;
	border-radius: 75%;
	border-top: 18px solid #652c95;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}

.module-verify-exit {
	background-image: url("../images/warning-page-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.search_special_db .container {
		padding: 0px 20px;
	}

	span.marked_as {
		margin-top: 6px;
	}

	.areacode-section .m strong {
		text-align: left;
	}

	.areacode-section .col-area a.rp {
		margin-top: 0 !important;
		margin-bottom: 5px !important;
	}
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#image-navigation-away {
	color: #fff;
	font-family: "Open Sans";
	font-style: normal !important;
	font-weight: normal !important;
}

#image-navigation-away .warn-head {
	font-size: 35px;
	padding: 15px;
}

#image-navigation-away .warn-head span {
	color: orange;
}

#image-navigation-away .warn-text {
	font-size: 28px;
	text-transform: uppercase;
}

#image-navigation-away .warn-info {
	font-size: 16px;
	border: #fff solid 1px;
	padding: 20px;
}

@media (max-width: 767px) {
	#image-navigation-away .purple-button {
		width: 130px;
	}
}

@media (min-width: 768px) {
	#image-navigation-away .purple-button {
		width: 240px;
	}
}

@media (min-width: 768px) {
	#image-navigation-away .purple-button {
		width: 240px;
	}
}

.btn-cr {
	background-color: orange;
	border-color: orange;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

.modal-criminal {
	position: fixed;
	z-index: 1100;
	left: 0;
	overflow: auto;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: none;
	font-weight: bold;
	border-radius: 20px;
}

@media (max-width: 780px) {
	.modal-criminal {
		top: 40px;
		background-color: #fff;
		height: 90%;
	}
}

.criminal-alert {
	color: red;
}

#criminal-records-modal .modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 8px solid #d6d6d6;
	border-radius: 20px;
	width: 40%;
	top: 10%;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 780px) {
	#criminal-records-modal .modal-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		overflow: auto;
	}
}

#criminal-records-modal .modal-title {
	color: #55148a;
}

#criminal-records-modal .modal-body .field {
	margin: 10px;
	width: 100%;
	text-align: left;
	padding-left: 20%;
	padding-right: 20%;
}

#criminal-records-modal .modal-body .pretty {
	position: relative !important;
	text-align: left !important;
	margin: 0 !important;
	padding: 0px !important;
	border: solid 1px #a9a9a9;
}

#criminal-records-modal .modal-body .input-field {
	margin-bottom: 25px;
	font-weight: normal;
}

#criminal-records-modal .modal-body .input-name {
	font-weight: normal !important;
	color: #a9a9a9 !important;
	font-family: "Roboto";
	width: 100%;
	padding: 15px 12px;
}

@media (max-width: 780px) {
	#criminal-records-modal .modal-body .input-name {
		margin-top: 2px;
	}
}

.input-name::placeholder {
	color: #a9a9a9 !important;
}

a.cr-search-button {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #55148a;
	background-image: url(../images/signup-loader.svg), linear-gradient(to bottom, #55148a 0%, #652c95 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0, auto;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5df12', endColorstr='#f8cb0d', GradientType=0);
	padding: 10px 25px;
	border: 1px solid #652c95;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	/*+user-select: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.criminal-report .container {
	position: relative;
	width: 60%;
}

.criminal-report .section {
	padding: 3%;
	display: inline-block;
}

.criminal-report .text {
	padding: 5%;
	display: inline-block;
	padding-left: 10%;
}

.criminal-report-header {
	margin-top: 2%;
	margin-bottom: 1%;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 8px;
}

.criminal-report-header p {
	/* SCF-sub-heading */
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #4f5065;
	margin: 0px;
}

.criminal-report-header .name {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 125%;
	display: flex;
	align-items: center;
	/* SCF-purple */
	color: #470faa;
}

.criminal-report-header-info p {
	font-size: 14px;
}

.criminal-report-info {
	overflow: auto;
	margin-bottom: 2%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	border-radius: 8px;
}

.criminal-report-info .fields {
	font-weight: bold;
}

.criminal-report-info .name {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	/* SCF-purple */
	color: #470faa;
}

.criminal-report-disclaimer p {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

.criminal-report .tech-text {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	color: #767676;
}

.criminal-report .header-text {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	padding: 10px;
	/* green SCF */
	color: #31a865;
}

a.cr-show-more-button {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background-color: #31a865;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0, auto;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5df12', endColorstr='#f8cb0d', GradientType=0);
	padding: 5px 15px;
	border: 1px solid #31a865;

	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	/*+user-select: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-bottom: 5px;
}

.criminal-report .rotate-img {
	transform: rotate(-90deg);
}

.criminal-report table,
.criminal-report th,
.criminal-report td {
	border: 1px solid #767676;
	width: -webkit-fill-available !important;
}

.criminal-report table {
	margin: 10px;
}

.criminal-report th {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	align-items: center;
	width: 30% !important;
	color: #4f5065;
	padding: 10px;
}

.criminal-report td {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	align-items: center;
	/* SCF-input-gray */
	color: #26273c;
	padding: 10px;
}

@media (max-width: 768px) {
	.criminal-report .container {
		position: relative;
		width: auto;
	}

	.criminal-report .section img {
		width: 60px;
	}

	.criminal-report .text {
		padding: 3%;
		padding-left: 0%;
	}
}

@media (max-width: 400px) {
	.criminal-report .section img {
		width: 42px;
	}
}

.criminal-report .cr-show-more-button img {
	margin-left: 8px;
}

.criminal-report #hide-btn img {
	transform: rotate(180deg);
}

.criminal-report h5 {
	font-size: 12px;
}

.criminal-report .disclaimer-text {
	text-align: justify;
	padding-top: 15px;
	font-size: 10px;
}

.criminal-report .disclaimer-text a {
	color: #470faa;
}

#criminal-records-loader .modal-content {
	background-color: #fefefe;
	margin: auto;
	border-radius: 8px;
	width: 50%;
	top: 10%;
	display: inline-block;
	vertical-align: middle;
}

#criminal-records-loader .modal-content .col-md-12 {
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
}

@media (max-width: 780px) {
	#criminal-records-loader .modal-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		overflow: auto;
	}
}

.criminal-loader {
	position: fixed;
	z-index: 1100;
	left: 0;
	overflow: auto;
	right: 0;
	bottom: 0;
	top: 20px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: none;
	font-weight: bold;
}

.meter {
	height: 10px;
	position: relative;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #31a865;
}

.meter span {
	display: block;
	height: 100%;
}

.progress {
	background-color: #31a865;
	-webkit-animation: progressBar 40s ease-in-out forwards;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar 40s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-slow {
	background-color: #31a865;
	-webkit-animation: progressBar 50s ease-in-out forwards;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar 50s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-fast {
	background-color: #31a865;
	-webkit-animation: progressBar 3s ease-in-out forwards;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar 3s ease-in-out;
	-moz-animation-fill-mode: both;
}

@-webkit-keyframes progressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes progressBar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

#criminal-records-loader .criminal-records-loader {
	padding: 8%;
}

#criminal-records-loader .progress-container {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	align-items: center;
	padding: 24px;
}

#criminal-records-loader .count {
	padding-left: 10%;
}

#criminal-records-loader #type-text {
	float: left;
	width: 78%;
}

#criminal-records-loader .search-text {
	color: #31a865;
	padding: 5px;
	text-align: left;
}

#criminal-records-loader .records-types {
	text-align: left;
	padding-left: 60px;
	color: #cdcdcd;
}

#criminal-records-loader .records-types div {
	padding: 5px;
}

#criminal-records-loader .records-types div span {
	padding-left: 5px;
}

#criminal-records-loader .records-types-complete {
	color: #31a865;
}

#criminal-records-loader .image-container {
	color: #470faa;
	padding-left: 50px;
}

#criminal-records-loader .image-container div {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	align-items: center;
	text-align: center;
	padding-top: 10px;
}

#criminal-records-loader .cr-loader .foot-note {
	padding-top: 12px;
}

#criminal-records-loader .cr-loader .cr-name {
	color: #470faa;
}

#criminal-records-loader .warn {
	display: none;
	padding: 50px;
	padding-bottom: 25px;
}

#criminal-records-loader .warn h3 {
	font-size: 18px;
	color: #e52727;
	padding: 5px;
}

#criminal-records-loader .warn p {
	padding: 16px 60px;
	font-size: 14px;
	font-style: unset;
	font-weight: 400;
}

#criminal-records-loader .warn .foot-note {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	line-height: 12px;
	color: #cdcdcd;
	padding-top: 10px;
}

#criminal-records-loader .good-news {
	display: none;
	padding: 50px;
	padding-bottom: 25px;
}

#criminal-records-loader .good-news h2 {
	font-size: 24px;
	color: #470faa;
	padding: 5px;
}

#criminal-records-loader .good-news h3 {
	font-size: 18px;
	padding: 5px;
	color: #31a865;
}

#criminal-records-loader .warn .records {
	font-size: 24px;
	color: #e52727;
	padding: 5px;
}

#criminal-records-loader .good-news .records {
	font-size: 24px;
	padding: 5px;
	color: #31a865;
}

#criminal-records-loader .good-news p {
	padding: 16px 10px;
	font-size: 14px;
	font-style: unset;
	font-weight: 400;
}

#criminal-records-loader .good-news .bold-text {
	font-weight: bold;
}

@media (max-width: 780px) {
	.criminal-loader {
		top: 40px;
	}

	#criminal-records-loader .records-types {
		padding-top: 20px;
	}

	#criminal-records-loader .warn {
		padding: 0px;
		padding-top: 50px;
	}

	#criminal-records-loader .good-news {
		padding: 0px;
		padding-top: 50px;
	}
}

.shadow {
	-moz-box-shadow: inset 0 0 10px #e52727;
	-webkit-box-shadow: inset 0 0 10px #e52727;
	box-shadow: inset 0 0 10px #e52727;
	border: 1px solid;
}

#ss_info_modal {
	position: fixed;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	text-align: center;
}

#ss_info_modal h3 {
	color: #470faa;
}

#ss_info_modal .modal-content {
	border-radius: 20px;
	border-top: 0px;
}

#ss_info_modal .modal-header {
	border-bottom: none;
	padding-bottom: 0px;
}

#ss_info_modal p {
	font-weight: bold;
	padding-left: 13%;
	padding-right: 13%;
}

#ris_info_modal {
	position: fixed;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	text-align: center;
}

#ris_info_modal h3 {
	color: #470faa;
}

#ris_info_modal .modal-content {
	border-radius: 20px;
	border-top: 0px;
}

#ris_info_modal .modal-header {
	border-bottom: none;
	padding-bottom: 0px;
}

#ris_info_modal p {
	font-weight: bold;
	padding-left: 13%;
	padding-right: 13%;
}

.ss_info_link {
	cursor: pointer;
}

.ris_info_link {
	cursor: pointer;
}

.cr-tooltip {
	position: relative;
	display: inline-block;
	padding-left: 2px;
}

.cr-tooltip .cr-tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #555;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -100px;
	opacity: 0;
	transition: opacity 0.3s;
}

.cr-tooltip .cr-tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.cr-tooltip:hover .cr-tooltiptext {
	visibility: visible;
	opacity: 1;
}

.criminal-report-disclaimer #more {
	display: none;
}

#cr-read-more-btn {
	cursor: pointer;
}

.criminal_image {
	margin-bottom: 10px;
}

.dashboard-notification .sign-up-button {
	margin-top: 40px;
}

.btn-unlimited-ris {
	background-color: #6c339a;
	border-color: #6c339a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 12px;
	margin-left: 30%;
	margin-bottom: 2px;
}

#feedback_modal {
	position: fixed;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	text-align: center;
}

#feedback_modal .modal-header {
	border-bottom: 0px;
	padding-bottom: 0px;
}

#feedback_modal .modal-content {
	border-radius: 20px;
}

#feedback_modal h4 {
	color: #470faa;
	font-size: 22px;
}

#feedback_modal h3 {
	color: #470faa;
}

#feedback_modal h5 {
	padding-top: 20px;
}

#feedback_modal .btn {
	margin: 20px;
}

#feedback_modal .btn-bordered {
	border: 1px #470faa solid;
	color: #470faa;
}

#feedback_modal #thanking_note h3 {
	padding: 40px;
}

#feedback_modal #thanking_note .ui-heading {
	padding: 40px;
	font-weight: 700;
}

#feedback_modal .btn-bordered:hover {
	color: #300d6e;
	border: 1px solid #300d6e;
}

#feedback_modal .disabled {
	border: 1px #767676 solid;
	color: #767676;
}

#feedback_modal .number input[type="radio"] {
	display: none;
}

#feedback_modal .number label {
	font-size: 15px;
	height: 30px;
	width: 30px;
	color: #fff;
	font-weight: bold;
	padding: 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	margin: 3px;
	margin-top: 30px;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#feedback_modal .number .fb1 {
	background: #b884d9;
}

#feedback_modal .number .fb2 {
	background: #ad7dd1;
}

#feedback_modal .number .fb3 {
	background: #a074bf;
}

#feedback_modal .number .fb4 {
	background: #9064bd;
}

#feedback_modal .number .fb5 {
	background: #8857b0;
}

#feedback_modal .number .fb6 {
	background: #6b3a96;
}

#feedback_modal .number .fb7 {
	background: #6f3e97;
}

#feedback_modal .number .fb8 {
	background: #5c2b86;
}

#feedback_modal .number .fb9 {
	background: #421678;
}

#feedback_modal .number .fb10 {
	background: #340861;
}

#feedback_modal .number input[type="radio"]:checked ~ label {
	background: #d86e00;
}

#feedback_modal .fb-text {
	font-size: 10px;
	text-align: left;
	margin-left: 16%;
	margin-right: 16%;
}

#feedback_modal .fb-text label {
	width: 32.5%;
}

#feedback_modal .fb-text .center {
	text-align: center;
}

#feedback_modal .fb-text .right {
	text-align: right;
}

#feedback_modal #feedback {
	display: none;
}

#feedback_modal #report_type {
	display: none;
}

#feedback_modal #report_id {
	display: none;
}

#feedback_modal #thanking_note {
	display: none;
}

#feedback_modal #feedback #feedback_text {
	resize: none;
	margin-top: 20px;
}

@media (max-width: 768px) {
	#feedback_modal .number label {
		margin: 1px;
		margin-top: 30px;
	}

	#feedback_modal .fb-text {
		font-size: 9px;
		margin-left: 0px;
		margin-right: 0px;
	}

	#feedback_modal #feedback_text {
		width: -webkit-fill-available;
	}
}

@media (max-width: 400px) {
	#feedback_modal .number label {
		font-size: 10px;
		height: 22px;
		width: 22px;
		margin: 0px;
		margin-top: 30px;
	}

	#feedback_modal .fb-text {
		font-size: 9px;
		margin-left: 0px;
		margin-right: 0px;
	}

	#feedback_modal #feedback_text {
		width: -webkit-fill-available;
	}
}

.give-rate-btn {
	width: 100%;
	background-color: #11b647;
	color: #fff;
	height: 40px;
	font-weight: bold;
	font-size: 14px;
	border: none;
}

.give-rate-btn-mobile {
	width: 90%;
	margin-left: 5%;
}

.give-rate-btn img {
	width: 12px;
	height: 12px;
	vertical-align: initial;
}

/* added by zak */
.unclaimed-report-section {
	width: 710px;
	height: auto;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 8px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

.unclaimed-report-section-two {
	width: 705px;
	height: 160px;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 8px;
	margin-top: 60px;
	/* margin-bottom: 260px; */
	margin-left: auto;
	margin-right: auto;
}

.unclaimed-report-section-result-display {
	width: 705px;
	height: auto;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 8px;
	margin-top: 20px;
	/* margin-bottom: 260px; */
	margin-left: auto;
	margin-right: auto;
}

.unclaimed-disclaimer-span-text {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	text-align: justify;
	padding-top: 16px;
	width: 505px;
	text-align: center;
	margin: -37px;
}

.unclaimed-report-section-row {
	margin: 19px;
}

.unclaimed-report-section-inner-row {
	margin-bottom: 4px;
}

.unclaimed-report-inner-row-new {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	align-items: center;
	padding-top: 10px;
	padding-left: 30px;
}

.unclaimed-report-inner-row-text {
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	padding-top: 14px;
	font-weight: 100;
}

.unclaimed-report-summary {
	margin-top: 0%;
	padding-left: 40px;
	font-size: 18px;
	padding-top: 27px;
}

.unclaimed-report-summary-text {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	display: flex;
	align-items: center;
	color: #470faa;
	margin: 20px;
}

.claim-section {
	background: #ffffff;
	border: 1px solid #31a865;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 10px;
}

.claim-section-text-left {
	padding: 14px;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	display: flex;
	align-items: center;
	color: #31a865;
}

.claim-section-text-right {
	padding: 7px;
	text-align: right;
}

.unclaimed-report-inner-img {
	width: 120px;
	height: 120px;
	margin-top: 10%;
}

.unclamined-report-title {
	padding-left: 53px;
	padding-top: 0px;
	color: #7c4ba5;
	font-weight: bold;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 29px;
}

.unclamined-report-table-main {
	padding: 14px;
}

.unclamined-btn {
	border: none;
	color: white;
	padding: 16px 52px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	background: #31a865;
	border-radius: 4px;
}

.unclamined-report-title img {
	padding-right: 18px;
}

.unclaimed-search-state {
	display: inline;
	height: 46px;
	border-radius: 0px;
	border: 0px;
	margin-top: 10px;
	line-height: 20px !important;
	border-color: #470faa;
	border-radius: 4px;
}

.disclaimer-section-unclaimed {
	display: inline-block;
	margin: 6px 91px 30px;
	background-color: white;
	text-align: justify;
	border-radius: 8px;
	border: 1px solid #cdcdcd;
}

.disclaimer-section-unclaimed h5,
.disclaimer-section-unclaimed span {
	padding: 10px 8px 2px 7px;
	display: block;
	text-align: center;
}

.disclaimer-section-unclaimed span {
	font-size: 11px;
}

.unclaimed-btn-popup {
	color: #fff;
	background-color: #8937df !important;
	border-color: #8937df !important;
}

.unclaimed-btn-popup :hover {
	color: #fff;
	background-color: #8937df !important;
	border-color: #8937df !important;
}

.modal-unclaimed-popup-content {
	padding: 42px;
	border-radius: 8px;
	margin: 43px;
}

.modal-unclaimed-popup-h3 {
	padding-top: 33px;
	padding-bottom: 20px;
	text-align: center;
	color: #470faa;
}

.modal-unclaimed-popup-h3 a {
	color: #470faa;
}

.modal-unclaimed-popup-span {
	display: block;
	margin: 10px 10px 0 0;
	padding: 2px 60px 27px;
	font-weight: 800;
}

.unclaimed-popup-btn-primary {
	background: #470faa;
	border-color: #470faa;
	margin-right: 51px;
	padding-left: 20px;
	padding-right: 20px;
}

.unclaimed-popup-btn-secondary {
	color: #470faa;
}

.unclaimed-popup-footer {
	display: block;
	margin: 10px 10px 0 0;
	padding: 2px 110px 27px;
}

.unclaimed-popup-close span {
	float: right;
	margin-top: -5px;
	margin-right: 0px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #aeaeae;
	border-radius: 30px;
	background: #605f61;
	font-size: 44px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 15px 3px;
}

#unclaimed-table > tbody > tr > td {
	border-top: 0px solid #ddd !important;
	background: #ecf1f5 !important;
}

#unclaimed-table > tbody > tr {
	border-top: 0px solid #e6e6e6 !important;
}

.unclaimed-report-cross-sell-msg-green {
	color: #2ac984;
}

.unclamined-button-cross-sell-msg {
	display: inline-block;
	cursor: pointer;
	color: #2ac984;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	text-shadow: 0px 0px 0px #ffee66;
	border: 0px;
	height: 42px;
	color: #ffffff;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 80px;
	width: 115px;
	background-color: #2ac984;
}

.unclamined-button-cross-sell-msg:hover {
	background-color: #146c46;
	text-decoration: none;
}

.unclaimed-report-inner-img-mobile {
	width: 100px;
	height: 100px;
	margin-top: 0%;
	display: flex;
	margin-left: -63%;
}

.unclaimed-report-summary-mobile-span {
	width: 92% !important;
	text-align: center !important;
	display: block;
	margin-top: 29px;
}

.unclaimed-report-inner-img-noresult {
	padding-right: 143px;
	margin-top: -34px;
}

.unclaimed-report-summary-text-mobile {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	display: flex;
	align-items: center;
	color: #470faa;
	margin-left: 12px;
}

.unclaimed-report-section-name-text-details {
	padding: 10px;
}

@media screen and (max-width: 1920px) {
	.summary-mobile-hide {
		visibility: hidden;
	}
}

@media screen and (max-width: 767px) {
	.summary-mobile-hide {
		visibility: visible;
	}
}

@media (max-width: 767px) {
	.unclaimed-report-summary {
		margin-top: 0%;
		padding-left: 17px;
		font-size: 18px;
		display: none;
	}

	.unclaimed-report-inner-img-noresult {
		padding-right: 0px !important;
		margin-top: -34px;
	}

	.unclaimed-report-section-sp-pedding {
		padding: 10px;
	}

	.unclaimed-report-inner-row-new {
		font-size: 14px;
		line-height: 19px;
		align-items: center;
		padding-top: 0px;
		padding-left: 0px !important;
	}

	.unclaimed-report-inner-row-text {
		font-size: 14px;
		line-height: 19px;
		padding-left: 17px;
		align-items: center;
		padding-top: 14px;
		font-weight: 100;
		margin-top: 5px;
		margin-bottom: 22px;
		text-align: center;
	}

	.unclaimed-report-section-result-display {
		width: auto;
		height: auto;
		background: #ffffff;
		border: 1px solid #470faa;
		box-sizing: border-box;
		border-radius: 8px;
		margin-top: 20px;
		/* margin-bottom: 260px; */
		margin-left: auto;
		margin-right: auto;
	}

	.unclaimed-report-section {
		width: auto;
		height: auto;
		background: #ffffff;
		border: 1px solid #470faa;
		box-sizing: border-box;
		border-radius: 8px;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
	}

	.unclaimed-report-section-two {
		width: auto;
		height: 160px;
		background: #ffffff;
		border: 1px solid #470faa;
		box-sizing: border-box;
		border-radius: 8px;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
	}

	.unclaimed-report-section-2 {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-bottom: 133px !important;
	}

	.unclamined-report-title {
		color: #7c4ba5;
		font-weight: bold;
		font-size: 15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.responsive-table-unclaimed {
		overflow-x: scroll;
		font-size: 11px !important;
		/* display: none !important; */
	}

	.unclamined-report-title img {
		padding-right: 18px;
		width: 53px;
	}

	.hidden-xs-unclamind {
		display: none;
	}

	.unclamined-btn {
		background-color: #4caf50;
		border: none;
		color: white;
		padding: 11px 31px;
		margin-right: 10px;
		text-align: left;
		text-decoration: none;
		display: inline-block;
		font-size: 12px;
	}

	.unclaimed-report-section-one {
		text-align-last: end;
		padding-right: 8px;
	}

	.unclamined-report-img {
		width: 80px;
	}

	.disclaimer-section-unclaimed {
		display: inline-block;
		margin: 14px 12px 63px;
		background-color: white;
		text-align: justify;
	}

	.unclaimed-search-state {
		width: 100%;
		display: inline;
		height: 46px;
		border-radius: 0px;
		border: 0px;
	}

	.unclamined-button-search {
		width: 100%;
	}

	.unclaimed-report-section-one-text {
		padding-left: 20px !important;
		padding-top: 38px !important;
	}

	.modal-unclaimed-popup-span {
		display: block;
		margin: 10px 10px 0 0;
		padding: 2px 20px 27px;
		font-weight: 800;
		text-align: justify;
	}

	.unclaimed-popup-footer {
		display: block;
		margin: 10px 10px 0 0;
		padding: 2px 40px 27px;
	}

	.modal-unclaimed-popup-h3 {
		padding-top: 22px;
		padding-bottom: 11px;
		text-align: center;
		color: #470faa;
		font-size: 21px;
	}

	.modal-unclaimed-popup-content {
		padding: 15px;
		border-radius: 38px;
		margin: 10px;
	}

	.unclaimed-disclaimer-span-text {
		margin: auto;
		width: 345px;
	}
}

.unclaimed-noresult-msg {
	width: 699px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	background-color: #fbf5ff;
	display: block;
	padding: 34px;
	text-align: center;
	border: 1px solid #e52727;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 260px;
}

.unclaimed-noresult-msg-tips-box-out {
	width: 705px;
	margin-left: auto;
	margin-right: auto;
}

.unclaimed-noresult-msg-tips {
	color: red;
	font-weight: bold;
}

.unclaimed_funds_page {
	background-color: #ecf1f5;
}

.unclaimed-hide-class {
	display: none;
}

@media (max-width: 767px) {
	.unclaimed-noresult-msg {
		width: 432px;
		margin-left: auto;
		margin-right: auto;
		/* margin-top: 36px; */
		background-color: #fbf5ff;
		display: block;
		padding: 34px;
		text-align: center;
		border: 1px solid #e52727;
		box-sizing: border-box;
		border-radius: 8px;
		margin-bottom: 60px;
	}
}

.ss-upsell-modal {
	overflow: auto;
}

.feedback-wrapper {
	padding: 50px 30px;
	background-color: #ecf1f5;
	border-top: 1px solid #d6d6d6;
	position: relative;
	padding-bottom: 20px !important;
}

#feedback_detailed_info {
	padding-top: 20px;
}

.unclaimed-report-cross-sell-msg {
	text-align: center;
	padding-top: 39px;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: -77px;
}

.unclamined-button-cross-sell-hidden {
	display: none;
}

.ss-upsell-modal {
}

.ss-upsell-modal .modal-body .col-md-5 {
	height: 250px;
}

.ss-upsell-modal .modal-body .divider1 {
	margin-left: 15px;
}

.ss-upsell-modal .modal-body .divider2 {
	margin-left: 18px;
}

.criminal-records-search {
	padding-top: 40px;
}

.criminal-records-search h3 {
	padding: 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #470faa;
	padding-left: 15px;
}

.criminal-records-search .info-text {
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	padding-left: 15px;
}

.criminal-records-search #cr_name {
	width: 100%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 20px;
	padding-left: 8px;
}

.criminal-records-search #state-select {
	width: 100%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	color: #a9a9a9;
	margin-top: 10px;
	font-size: 20px;
}

.criminal-records-search .dob {
	width: 100%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 20px;
	background-color: #ffffff !important;
}

.criminal-records-search .dob_note p {
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 8px;
}
.criminal-records-search .dob_note p span {
	font-weight: 700;
	font-size: 14px;
}

.criminal-records-search .pretty.select p {
	padding: 0px;
	padding-left: 8px;
	padding-top: 8px;
}

.criminal-records-search .pretty.select p strong {
	font-family: "Open Sans";
}

.criminal-records-search .cr-search-button {
	background: #470faa;
	border-radius: 4px;
	width: 100%;
	text-align: center;
}

.criminal-records-search .ticks div {
	padding: 5px;
}

.criminal-records-search .ticks span {
	padding-left: 10px;
}

.criminal-records-search .record-details {
	margin-top: 100px;
}

.criminal-records-search .disclaimer-details {
	margin-top: 100px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ffffff;
	/* SCF-disablebutton-gray */
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	border-radius: 8px;
}

.criminal-records-search h4 {
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
}

.criminal-records-search .disclaimer-details p {
	text-align: justify;
	padding: 5px 80px;
	font-size: 12px;
}

.criminal-records-search .report {
	padding: 40px;
}

@media (max-width: 768px) {
	.criminal-records-search .mugshot {
		height: 250px;
		width: 300px;
	}

	.criminal-records-search .report {
		height: 250px;
		width: 300px;
	}

	.criminal-records-search .disclaimer-details p {
		text-align: justify;
		padding: 5px 10px;
		font-size: 12px;
	}

	.criminal-records-search #state-select {
		width: 100%;
	}

	.criminal-records-search .record-details {
		margin-top: 0px;
	}
}

.report_selector {
	padding: 10px;
}

.report_trend {
	padding: 10px;
}

.trend_up {
	color: green;
}

.trend_down {
	color: red;
}

.dashboard-criminal {
	width: 29px;
	height: 25px;
	background-position: -1732px -867px;
}

.history-criminal {
	width: 83px;
	height: 104px;
	background-position: -1782px -1082.5px;
}

.ras-report .container {
	position: relative;
	width: 70%;
}

.ras-report .ras-report-top {
	margin-top: 2%;
	margin-bottom: 1%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	border-radius: 4px;
}

.ras-report .section {
	margin-bottom: 1%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	border-radius: 4px;
	display: flow-root;
}

.ras-report .info-val {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: block;
	align-items: center;
	text-align: center;
	/* SCF-input-gray */
	color: #26273c;
	padding: 20px;
}

.ras-report .section-header {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

.ras-report .search-text {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.ras-report .purple-text {
	color: #470faa;
}

.ras-report .section div {
	padding: 5px;
}

.ras-report .section h5 {
	padding: 5px;
	color: #31a865;
	font-size: 14px;
}

.ras-report .section-purple-top {
	margin-bottom: 0%;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 4px 4px 0px 0px;
	width: 100%;
	display: inline-flex;
}

.ras-report .section-purple-mid {
	margin-bottom: 0%;
	background: #ffffff;
	border: 1px solid #470faa;
	border-top: 0px;
	border-bottom: 0px;
	box-sizing: border-box;
	display: none;
}

.ras-report .section-purple-bottom {
	margin-bottom: 1%;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 0px 0px 4px 4px;
	display: none;
}

.ras-report .deed-date {
	color: #ffffff;
	background: #470faa;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 4px;
	width: 64px;
	height: 64px;
	padding-top: 10px !important;
	text-align: center;
	font-weight: bold;
}

.ras-report .deed-expand {
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0% 1% 12%;
	width: 48px;
	height: 48px;
}

.ras-report .section-purple-top p {
	margin-bottom: 0%;
}

.ras-report .section-purple-top .view-btn {
	background: #31a865;
	border: 1px solid #31a865;
	box-sizing: border-box;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	padding-top: 8px !important;
	display: block;
}

.ras-report .section-purple-top .hide-btn {
	background: #767676;
	border: 1px solid #767676;
	padding-top: 5px !important;
	border-radius: 4px;
	display: none;
	width: 48px;
	height: 48px;
}

.ras-report .owner-img {
	width: 100%;
	height: 200px;
	filter: blur(7px);
	border-radius: 4px;
}

.ras-report .img-frame {
	margin: 15px;
	border-radius: 4px;
	border: 1px solid #470faa;
}

.ras-report .search-btn {
	border: 1px solid #31a865;
	box-sizing: border-box;
	border-radius: 4px;
	color: #31a865;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: -webkit-fill-available;
}

.ras-report .img-section {
	margin-right: 10px;
}

.ras-report .summary-val {
	color: #31a865;
}

.ras-report .btn-share {
	border: 1px solid #4f5065;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px;
	color: #4f5065;
	width: 60%;
	text-align: center;
	margin-left: 40%;
}

.ras-report .btn-track {
	background: #767676;
	color: #ffffff;
	border-radius: 4px;
	padding: 10px;
	margin-top: 40%;
	margin-left: 40%;
	width: 60%;
	text-align: center;
}

.ras-report .search-txt {
	padding-top: 10px;
}

.ras-report .img-map {
	width: 100%;
}

@media (max-width: 767px) {
	.ras-report .btn-share {
		width: 80%;
		margin-left: 15%;
	}

	.ras-report .btn-track {
		margin-top: 20%;
		margin-left: 15%;
		width: 80%;
	}

	.ras-report .owner-img {
		width: 100%;
		height: 200px;
	}

	.ras-report .container {
		position: relative;
		width: 100%;
	}

	.ras-report .deed-date {
		margin-top: 2%;
		margin-right: 2%;
	}

	.ras-report .deed-expand {
		margin-right: 2%;
	}
}

@media (min-width: 1024px) {
	.ras-report .btn-share {
		width: 80%;
		margin-left: 15%;
	}

	.ras-report .btn-track {
		margin-top: 20%;
		margin-left: 15%;
		width: 80%;
	}

	.ras-report .owner-img {
		width: 100%;
		height: 100px;
	}
}

.ras-search {
	padding-top: 40px;
}

.ras-search h3 {
	padding: 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #470faa;
	padding-left: 15px;
}

.ras-search .info-text {
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	padding-left: 15px;
}

.ras-search #autocomplete {
	width: 100%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 20px;
	padding-left: 8px;
}

.ras-search #ras_zip {
	width: 100%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 20px;
	padding-left: 8px;
}

.unclaimed-shadow {
	-moz-box-shadow: inset 0 0 10px #e52727 !important;
	-webkit-box-shadow: inset 0 0 10px #e52727 !important;
	box-shadow: inset 0 0 10px #e52727 !important;
	border: 1px solid !important;
}

@media (max-width: 780px) {
	#criminal-records-popup.modal-criminal {
		top: 40px;
		background-color: #fff;
		height: 435px;
	}
}

.ras-search #state-select-ras {
	width: 110%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	color: #a9a9a9;
	margin-top: 10px;
	font-size: 20px;
}

.ras-search #ras-city-select {
	width: 110%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 20px;
	background-color: #ffffff !important;
}

.ras-search .pretty.select p {
	padding: 0px;
	padding-left: 8px;
	padding-top: 8px;
}

.ras-search .pretty.select p strong {
	font-family: "Open Sans";
}

.ras-search .ras-search-button {
	background: #470faa;
	border-radius: 4px;
	width: 100%;
	text-align: center;
}

.ras-search .ticks div {
	padding: 5px;
}

.ras-search .ticks span {
	padding-left: 10px;
}

.ras-search .record-details {
	margin-top: 100px;
}

.ras-search .disclaimer-details {
	margin-top: 100px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ffffff;
	/* SCF-disablebutton-gray */
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	border-radius: 8px;
}

.ras-search h4 {
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
}

.ras-search .disclaimer-details p {
	text-align: justify;
	padding: 5px 80px;
	font-size: 12px;
}

.ras-search .report {
	padding: 40px;
}

@media (max-width: 768px) {
	.ras-search .mugshot {
		height: 250px;
		width: 300px;
	}

	.ras-search .report {
		height: 250px;
		width: 300px;
	}

	.ras-search .disclaimer-details p {
		text-align: justify;
		padding: 5px 10px;
		font-size: 12px;
	}

	.ras-search #state-select-ras {
		width: 100%;
	}
}

a.ras-search-button {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #55148a;
	background-image: url(../images/signup-loader.svg), linear-gradient(to bottom, #55148a 0%, #652c95 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0, auto;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5df12', endColorstr='#f8cb0d', GradientType=0);
	padding: 10px 25px;
	border: 1px solid #652c95;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	/*+user-select: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.input-zip::placeholder {
	color: #a9a9a9 !important;
}

.input-address::placeholder {
	color: #a9a9a9 !important;
}

.ras-search .error {
	display: none;
	color: #e52727;
}

.ras-report .rs-section {
	background: #ffffff;
	/* SCF-error-red */
	border: 1px solid #e52727;
	box-sizing: border-box;
	border-radius: 8px;
}

.ras-report .rs-section-header {
	text-align: center;
	color: #e52727;
}

.ras-report .rs-text {
	text-align: center;
}

.ras-report .rs-img-section {
	float: none;
	margin: 0 auto;
	display: inline-block;
}

.ras-report .topic {
	font-weight: bold;
}

.ras-report #map-example-container {
	height: 150px;
	width: 150px;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 4px;
}

.leaflet-control-attribution {
	display: none !important;
}

.ras-report .algolia-places {
	display: none !important;
}

.ras-search .ap-footer {
	display: none !important;
}

#ras_load_modal {
	background-color: rgba(0, 0, 0, 0.52);
}

#ras_load_modal #ras_anim {
	width: 30%;
	height: 30%;
	display: block;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	text-align: center;
	opacity: 1;
	margin-left: 40%;
	margin-top: 200px;
	color: #fff;
}

#ras_load_modal h3 {
	padding-left: 60px;
	padding-top: 20px;
	color: #fff;
	text-align: center;
}

.dashboard-address {
	width: 29px;
	height: 25px;
	background-position: -1684px -866px;
}

.history-address {
	width: 83px;
	height: 104px;
	background-position: -1686px -1082.5px;
}

.modal-ras #ras_modal_address {
	width: 80%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 20px;
	padding-left: 8px;
}

.modal-ras #ras_zip {
	width: 80%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 20px;
	padding-left: 8px;
}

.modal-ras #state-select-ras {
	width: 80%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	color: #000;
	margin-top: 10px;
	font-size: 20px;
	padding-left: 5px;
}

.modal-ras #ras-city-select {
	width: 80%;
	height: 42px;
	border: 1px solid #470faa;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 20px;
	background-color: #ffffff !important;
	display: inline-block;
}

.modal-ras .pretty.select p {
	padding: 0px;
	padding-left: 8px;
	padding-top: 8px;
}

.modal-ras .pretty.select p strong {
	font-family: "Open Sans";
	color: #000 !important;
}

.modal-ras #ras-modal-search-button {
	background: #470faa;
	border-radius: 4px;
	width: 35%;
	text-align: center;
	margin: 20px;
}

.modal-ras {
	position: fixed;
	z-index: 1100;
	left: 0;
	overflow: auto;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: none;
	border-radius: 20px;
}

.modal-ras .modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 8px solid #d6d6d6;
	border-radius: 20px;
	width: 40%;
	top: 10%;
	display: inline-block;
	vertical-align: middle;
}

.modal-ras .modal-title {
	color: #470faa;
}

.modal-ras .body-title {
	align-items: center;
	text-align: center;
	color: #31a865;
}

.modal-ras .input-name::placeholder {
	color: #000 !important;
}

@media (max-width: 768px) {
	.modal-ras .modal-content {
		width: 100%;
		top: 10%;
	}
}

.cr-notification-guest {
	border: 4px solid #ccc;
	border-radius: 10px;
	padding: 12px 13px 0px;
	width: 430px;
	margin: 13px auto;
	text-align: center;
	background-color: #fff4c4;
	color: #464646;
	overflow-wrap: break-word;
}

.cr-notification-guest span {
	font-size: 21px;
	font-weight: bold;
}

.cr-notification-guest span strong {
	color: rgb(80, 12, 136);
	font-family: "Open Sans Extrabold" !important;
}

.cr-notification-guest h5 {
	padding: 5px !important;
}

.cr-notification-guest h3 {
	font-size: 24px !important;
	padding: 0px !important;
}

.cr-land .ticks img {
	width: auto !important;
}

.cr-land {
	text-align: left;
}

@media (max-width: 767px) {
	.cr-notification-guest {
		width: auto;
	}

	.cr-notification-guest span {
		font-size: 16px;
		font-weight: bold;
	}
}

.modal-restrictions {
	position: fixed;
	z-index: 11000;
	left: 0;
	overflow: auto;
	right: 0;
	bottom: 0;
	top: -66px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: none;
	padding-top: 20px;
	display: block;
}

.inactiveLink {
	pointer-events: none;
	cursor: default;
	background-color: #cdcdcd !important;
	background-image: url(../images/signup-loader.svg), linear-gradient(to bottom, #cdcdcd 0%, #cdcdcd 100%) !important;
	border: 1px solid #a9a9a9 !important;
}

#restrictions-popup .modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 8px solid #d6d6d6;
	border-radius: 20px;
	width: 40%;
	top: 20%;
	display: inline-block;
	vertical-align: middle;
}

#restrictions-popup .modal-header {
	border: none;
}

@media (max-width: 780px) {
	#restrictions-popup .modal-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		overflow: auto;
		height: fit-content;
	}
}

#restrictions-popup .modal-title {
	color: #55148a;
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
}

.retrictions-tos {
	z-index: 12000;
}

.retrictions-tos .tos-modal-close span {
	width: 25px;
	position: fixed;
	top: 20px;
	left: 96%;
}

@media (max-width: 780px) {
	.retrictions-tos .tos-modal-close span {
		width: 25px;
		position: fixed;
		top: 20px;
		left: 85%;
	}
}

@media (max-width: 780px) {
	.modal-ras #ras-modal-search-button {
		background: #470faa;
		border-radius: 4px;
		width: 50%;
		text-align: center;
		margin: 20px;
	}
}

.ras-header-search .ap-with-places {
	background-color: white !important;
}

#header .search-form .row.ras-header-search span,
.mode span {
	display: inline;
}

.ras-header-search .ap-suggestion span {
	padding: 0px !important;
}

.ras-header-search .ap-footer {
	display: none;
}

@media (min-width: 992px) {
	.col-md-7ths {
		width: 14% !important;
		float: left;
	}

	.col-md-7ths {
		width: 14% !important;
		float: left;
	}
}

.cr-notification-guest {
	border: 4px solid #ccc;
	border-radius: 10px;
	padding: 12px 13px 0px;
	width: 430px;
	margin: 13px auto;
	text-align: center;
	background-color: #fff4c4;
	color: #464646;
	overflow-wrap: break-word;
}

.cr-notification-guest span {
	font-size: 21px;
	font-weight: bold;
}

.cr-notification-guest span strong {
	color: rgb(80, 12, 136);
	font-family: "Open Sans Extrabold" !important;
}

.cr-notification-guest h5 {
	padding: 5px !important;
}

.cr-notification-guest h3 {
	font-size: 24px !important;
	padding: 0px !important;
}

.cr-land .ticks img {
	width: auto !important;
}

.cr-land {
	text-align: left;
}

@media (max-width: 767px) {
	.cr-notification-guest {
		width: auto;
	}

	.cr-notification-guest span {
		font-size: 16px;
		font-weight: bold;
	}
}

#unclaimed-funds-popup .modal-content {
	background-color: #fefefe;
	margin: auto;
	border-radius: 20px;
	width: 600px;
	top: 10%;
	display: inline-block;
	vertical-align: middle;
}

#unclaimed-funds-popup .modal-header {
	border: none;
}

@media (max-width: 780px) {
	#unclaimed-funds-popup .modal-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		overflow: auto;
	}

	#unclaimed-funds-popup {
		height: 50%;
	}
}

#unclaimed-funds-popup .modal-title {
	color: #55148a;
	padding-left: 12%;
	padding-right: 12%;
	text-align: center;
}

#unclaimed-funds-popup .modal-text {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	align-items: center;
	text-align: center;
	color: #f8933c;
	padding-bottom: 10px;
}

#unclaimed-funds-popup .modal-info {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	align-items: center;
	text-align: center;
	color: #26273c;
	padding-left: 20%;
	padding-right: 20%;
}

#unclaimed-funds-popup {
	display: block;
}

a.learn-more-button {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #31a865;
	padding: 10px 25px;
	border: 1px solid #31a865;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	/*+user-select: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.new-icon {
	position: relative;
	padding-left: 2px;
	text-align: center;
}

.new-icon-text {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);

	width: 34px;
	height: 12px;

	/* SCF-badge-text */
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	line-height: 12px;
	display: flex;
	align-items: center;
	text-align: center;

	/* SCF-just-white */
	color: #ffffff;
}

.icons.mobile-address,
.svgicons.mobile-address {
	width: 29px;
	height: 25px;
	background-position: -256px -836px;
}

#ras-popup .modal-content {
	background-color: #fefefe;
	margin: auto;
	border-radius: 20px;
	width: 600px;
	top: 10%;
	display: inline-block;
	vertical-align: middle;
}

#ras-popup .modal-header {
	border: none;
}

@media (max-width: 780px) {
	#ras-popup .modal-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		overflow: auto;
	}

	#ras-popup {
		height: 50%;
	}
}

#ras-popup .modal-title {
	color: #55148a;
	padding-left: 12%;
	padding-right: 12%;
	text-align: center;
}

#ras-popup .modal-text {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	align-items: center;
	text-align: center;
	color: #f8933c;
	padding-bottom: 10px;
}

#ras-popup .modal-info {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	align-items: center;
	text-align: center;
	color: #26273c;
	padding-left: 20%;
	padding-right: 20%;
}

#ras-popup {
	display: block;
}

.cr-tooltip .cr-tooltipinfo {
	visibility: hidden;
	width: 200px;
	background-color: #555;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: 125%;
	left: 50%;
	margin-left: -150px;
	opacity: 0;
	transition: opacity 0.3s;
}

.cr-tooltip .cr-tooltipinfo::after {
	content: "";
	position: absolute;
	bottom: 100%;
}

.cr-tooltip:hover .cr-tooltipinfo {
	visibility: visible;
	opacity: 1;
}

/* Data Breach Landing */
.module-data_breach_checker .banner {
	background: url("../images/data-breach-landing.jpg");
	background-position: center center;
	background-repeat: none;
}

.module-data_breach_checker .white-font {
	color: #fff;
}

.module-data_breach_checker .banner .container,
.module-data_breach_checker .statistics .container,
.module-data_breach_checker .biggest_in_history .container,
.module-data_breach_checker .whyus .container {
	padding: 80px 20px;
}

.module-data_breach_checker .banner h1,
.module-data_breach_checker .banner p {
	margin-bottom: 40px !important;
}

.module-data_breach_checker .banner p {
	font-size: 18px;
}

.module-data_breach_checker .banner input {
	width: 302px;
	height: 42px;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 4px;
	color: #767676;
	padding: 10px;
}

.module-data_breach_checker .submit-darkweb {
	width: 170px;
	height: 42px;
	background: #31a865;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	border: none;
}

.module-data_breach_checker h2 {
	color: #470faa;
	width: 100%;
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px !important;
}

.module-data_breach_checker img {
	margin-bottom: 30px;
}

.module-data_breach_checker .statistics {
	text-align: center;
}

.module-data_breach_checker .statistics p {
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #26273c;
}

.radius-report-info th {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	align-items: center;
	width: 30% !important;
	color: #4f5065;
	padding: 10px;
	margin-bottom: 20px;
}

.module-data_breach_checker h3 strong {
	font-size: 24px;
	width: 100%;
	display: block;
}

.module-data_breach_checker .biggest_in_history {
	background: #e5e5e5;
}

.module-data_breach_checker .history-box {
	background: #fff;
	border: 2px solid #e52727;
	border-left-width: 10px;
	width: 260px;
	height: 124px;
	border-radius: 8px;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 17px;
}

.module-data_breach_checker .history-box strong {
	color: #470faa;
	width: 100%;
	display: block;
	font-weight: normal;
}

.module-data_breach_checker .whyus .left {
	text-align: center;
}

.module-data_breach_checker .whyus p {
	font-size: 17px;
	color: #26273c;
	margin-bottom: 25px;
	padding-left: 30px;
}

.module-data_breach_checker .whyus ul {
	margin-bottom: 30px;
	color: #26273c;
	padding-left: 40px;
}

.module-data_breach_checker .whyus ul li {
	width: 33%;
	list-style: none;
	float: left;
	display: block;
	margin-bottom: 15px;
}

span.account,
span.secured,
span.warning,
span.lock {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
}

.module-data_breach_checker .marker-check {
	display: inline-block;
	transform: rotate(45deg);
	height: 20px;
	width: 10px;
	border-bottom: 4px solid #78b13f;
	border-right: 4px solid #78b13f;
	margin-right: 10px;
}

span.account {
	background: url("../images/account.png");
	background-position: center center;
	background-repeat: none;
}

span.secured {
	background: url("../images/secured.png");
	background-position: center center;
	background-repeat: none;
}

span.warning {
	background: url("../images/warning.png");
	background-position: center center;
	background-repeat: none;
}

span.lock {
	background: url("../images/lock.png");
	background-position: center center;
	background-repeat: none;
}

@media (min-width: 780px) {
	.module-data_breach_checker .biggest_in_history .container {
		width: 900px;
	}
}

@media (max-width: 780px) {
	.module-data_breach_checker .banner h1 {
		font-size: 28px;
	}

	.module-data_breach_checker .banner input,
	.module-data_breach_checker .submit-darkweb {
		width: 100%;
	}

	.module-data_breach_checker .submit-darkweb {
		margin-top: 25px;
	}

	.module-data_breach_checker .whyus ul li {
		width: 100%;
	}
}

.module-data_breach_checker #pwned_check_modal {
	top: 60px;
	text-align: center;
	color: #4f8beb;
}

.module-data_breach_checker #pwned_check_modal_found,
.module-data_breach_checker #pwned_check_modal_notfound {
	top: 60px;
	text-align: center;
}

.module-data_breach_checker #pwned_check_modal .modal-body {
	padding-bottom: 40px;
}

.module-data_breach_checker #pwned_check_modal .pwned_check_modal_content {
	color: #31a865;
}

.module-data_breach_checker #pwned_check_modal .progress-bar-wrapper > div {
	width: 100%;
	border: 1px solid #31a865;
	height: 11px;
	border-radius: 10px;
}

.module-data_breach_checker #pwned_check_modal .progress-bar-wrapper > span {
	display: block;
	float: right;
	margin-top: 4px;
}

.module-data_breach_checker #pwned_check_modal .progress-bar-wrapper {
	width: 400px;
	margin: 0 auto;
	text-align: left;
	max-width: 95%;
}

/* added by zak */
.unclaimed-report-section {
	width: 710px;
	height: auto;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 8px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

.unclaimed-report-section-two {
	width: 705px;
	height: 160px;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 8px;
	margin-top: 60px;
	/* margin-bottom: 260px; */
	margin-left: auto;
	margin-right: auto;
}

.unclaimed-report-section-result-display {
	width: 705px;
	height: auto;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 8px;
	margin-top: 20px;
	/* margin-bottom: 260px; */
	margin-left: auto;
	margin-right: auto;
}

.unclaimed-report-section-name-text {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	width: 22% !important;
	color: #4f5065;
	padding: 10px;
}

.radius-report-info td {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	align-items: center;
	/* SCF-input-gray */
	color: #26273c;
	padding: 10px;
}

.radius-report-info .cr-show-more-button img {
	margin-left: 8px;
}

.radius-report-info #hide-btn img {
	transform: rotate(180deg);
}

.radius-report-info .distance {
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	/* SCF-error-red */
	color: #e52727;
}

a.update-button {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #31a865;
	padding: 5px 10px;
	border: 1px solid #31a865;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	margin-left: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	border-radius: 4px;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.unclaimed-report-section-name-text {
		width: 30% !important;
	}

	.unclaimed-report-summary {
		margin-top: 0%;
		padding-left: 17px;
		font-size: 16px;
	}

	.unclaimed-report-inner-row-new {
		font-size: 14px;
		line-height: 19px;
		align-items: center;
		padding-top: 0px;
		padding-left: 0px !important;
	}

	.unclaimed-report-inner-row-text {
		font-size: 14px;
		line-height: 19px;
		padding-left: 17px;
		align-items: center;
		padding-top: 14px;
		font-weight: 100;
		margin-top: 5px;
		margin-bottom: 22px;
		text-align: center;
	}

	.unclaimed-report-section-result-display {
		width: auto;
		height: auto;
		background: #ffffff;
		border: 1px solid #470faa;
		box-sizing: border-box;
		border-radius: 8px;
		margin-top: 20px;
		/* margin-bottom: 260px; */
		margin-left: auto;
		margin-right: auto;
	}

	.unclaimed-report-section {
		width: auto;
		height: auto;
		background: #ffffff;
		border: 1px solid #470faa;
		box-sizing: border-box;
		border-radius: 8px;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
	}

	.unclaimed-report-section-two {
		width: auto;
		height: 160px;
		background: #ffffff;
		border: 1px solid #470faa;
		box-sizing: border-box;
		border-radius: 8px;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
	}

	.unclaimed-report-section-2 {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.unclamined-report-title {
		color: #7c4ba5;
		font-weight: bold;
		font-size: 15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.responsive-table-unclaimed {
		overflow-x: scroll;
		font-size: 11px !important;
		/* display: none !important; */
	}

	.unclamined-report-title img {
		padding-right: 18px;
		width: 53px;
	}

	.hidden-xs-unclamind {
		display: none;
	}

	.unclamined-btn {
		background-color: #4caf50;
		border: none;
		color: white;
		padding: 11px 31px;
		margin-right: 10px;
		text-align: left;
		text-decoration: none;
		display: inline-block;
		font-size: 12px;
	}

	.unclaimed-report-section-one {
		text-align-last: end;
		padding-right: 8px;
	}

	.unclamined-report-img {
		width: 80px;
	}

	.disclaimer-section-unclaimed {
		display: inline-block;
		margin: 14px 12px 63px;
		background-color: white;
		text-align: justify;
	}

	.unclaimed-search-state {
		width: 100%;
		display: inline;
		height: 46px;
		border-radius: 0px;
		border: 0px;
	}

	.unclamined-button-search {
		width: 100%;
	}

	.unclaimed-report-section-one-text {
		padding-left: 20px !important;
		padding-top: 38px !important;
	}

	.modal-unclaimed-popup-span {
		display: block;
		margin: 10px 10px 0 0;
		padding: 2px 20px 27px;
		font-weight: 800;
		text-align: justify;
	}

	.unclaimed-popup-footer {
		display: block;
		margin: 10px 10px 0 0;
		padding: 2px 40px 27px;
	}

	.modal-unclaimed-popup-h3 {
		padding-top: 22px;
		padding-bottom: 11px;
		text-align: center;
		color: #470faa;
		font-size: 21px;
	}

	.modal-unclaimed-popup-content {
		padding: 15px;
		border-radius: 38px;
		margin: 10px;
	}

	.unclaimed-disclaimer-span-text {
		margin: auto;
		width: 345px;
	}

	.unclaimed-report-inner-img {
		width: 100px;
		height: 100px;
		margin-top: -8%;
		display: flex;
		margin-left: 69%;
	}
}

.unclaimed-noresult-msg {
	width: 699px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	background-color: #fbf5ff;
	display: block;
	padding: 34px;
	text-align: center;
	border: 1px solid #e52727;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 260px;
}

.unclaimed-noresult-msg-tips-box-out {
	width: 705px;
	margin-left: auto;
	margin-right: auto;
}

.unclaimed-noresult-msg-tips {
	color: red;
	font-weight: bold;
}

.unclaimed_funds_page {
	background-color: #ecf1f5;
}

.unclaimed-hide-class {
	display: none;
}

@media (max-width: 767px) {
	.unclaimed-noresult-msg {
		width: 348px;
		margin-left: auto;
		margin-right: auto;
		/* margin-top: 36px; */
		background-color: #fbf5ff;
		display: block;
		/* padding: 34px; */
		text-align: center;
		border: 1px solid #e52727;
		box-sizing: border-box;
		border-radius: 8px;
		margin-bottom: 48px;
	}

	.unclaimed-noresult-msg-tips-box-out {
		width: 367px;
		height: 374px;
		margin-top: -27px;
		margin-left: auto;
		margin-right: auto;
	}

	.unclaimed-report-inner-img {
		display: none !important;
		/* width: 85px;
    height: 87px;
    margin-top: -7%;
    /* padding-left: 69%; */
		/* margin-left: 222px; */
	}
}

.module-data_breach_checker #pwned_check_modal h2 {
	color: #4f8beb;
	font-weight: normal !important;
}

.module-data_breach_checker .progress-bar-wrapper h3 {
	width: auto;
	display: inline;
	font-size: 15px;
}

.unclaimed-report-cross-sell-msg {
	text-align: center;
	padding-top: 39px;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: -77px;
}

.unclamined-button-cross-sell-hidden {
	display: none;
}

.module-data_breach_checker #pwned_check_modal_found h3,
.module-data_breach_checker #pwned_check_modal_notfound h3 {
	color: #e52727;
	font-weight: normal !important;
}

.module-data_breach_checker #pwned_check_modal_notfound h3 {
	color: #31a865;
}

.module-data_breach_checker #pwned_check_modal_found p,
.module-data_breach_checker #pwned_check_modal_notfound p {
	font-size: 18px;
}

.module-data_breach_checker #pwned_check_modal_found .modal-footer,
.module-data_breach_checker #pwned_check_modal_notfound .modal-footer {
	text-align: center;
}

.module-data_breach_checker #pwned_check_modal_found .close,
.module-data_breach_checker #pwned_check_modal_notfound .close {
	background: #ededed;
	color: #26273c !important;
	padding: 14px 41px;
	border-radius: 4px;
	opacity: 1;
	font-size: 15px;
	float: none;
}

.module-data_breach_checker #pwned_check_modal_found .runreport,
.module-data_breach_checker #pwned_check_modal_notfound .runreport {
	background: #31a865;
	color: #fff;
	padding: 10px 41px;
	border-radius: 4px;
	opacity: 1;
	font-size: 15px;
	float: none;
	font-weight: bold;
}

@media (max-width: 780px) {
	.module-data_breach_checker #pwned_check_modal_found .close,
	.module-data_breach_checker #pwned_check_modal_notfound .close,
	.module-data_breach_checker #pwned_check_modal_found .runreport,
	.module-data_breach_checker #pwned_check_modal_notfound .runreport {
		width: 100% !important;
		margin: 10px auto !important;
		display: block;
	}
}

.ras-search .text-green {
	color: #31a865;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: inline-block;
}

.ras-search .congrats-text {
	background: #ffffff;
	/* SCF-dark-green */
	border: 1px solid #31a865;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}

.ras-search .congrats-text .col-sm-1 {
	padding: 0px;
	display: inline-block;
}

.ras-report #radius-map {
	height: 400px;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 2%;
}

.radius-report-info {
	overflow: auto;
	margin-bottom: 2%;
	background: #ffffff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 8px;
}

.radius-report-info .fields {
	font-weight: bold;
}

.radius-report-info .name {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	/* SCF-purple */
	color: #470faa;
}

.radius-report-info .name img {
	height: 90px;
	width: 70px;
}

.radius-report-info table,
.radius-report-info th,
.radius-report-info td {
	border: 1px solid #767676;
	width: -webkit-fill-available !important;
}

.radius-report-info table {
	margin: 10px;
}

.radius-report-info td {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	align-items: center;
	/* SCF-input-gray */
	color: #26273c;
	padding: 10px;
}

.radius-report-info .cr-show-more-button img {
	margin-left: 8px;
}

.radius-report-info #hide-btn img {
	transform: rotate(180deg);
}

.radius-report-info .distance {
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	/* SCF-error-red */
	color: #e52727;
}

.unsubscribe_options input {
	position: absolute;
	z-index: -9999;
	width: 0;
	height: 0;
}

.unsubscribe_options input + span {
	width: 27px;
	height: 28px;
	float: left;
	margin-right: 11px;
	border-radius: 7px;
	border: 2px solid #470faa;
}

.unsubscribe_options input:checked + span {
	background: #470faa;
}

.unsubscribe_options input + span:after {
	content: "";
	position: absolute;
	display: none;
}

.unsubscribe_options input:checked + span:after {
	display: block;
}

.unsubscribe_options input:checked + span:after {
	left: 10px;
	top: 5px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#subscribe-text label {
	color: #fff;
	text-align: left;
	cursor: pointer;
	width: 325px;
	margin: 20px auto;
	display: block;
	font-weight: normal;
	height: 46px;
	position: relative;
}

.unsubscribe_options h2 {
	color: #fff;
	margin-top: 28px !important;
	margin-bottom: 15px !important;
}

.unsubscribe_options h3 {
	color: #fff;
}

.unsubscribe_options_inner {
	display: block;
	min-height: 400px;
	width: 620px;
	margin: 0 auto;
}

#unsubscribe_container {
	background: #f8f8f8 !important;
}

.unsubscribe_option_button {
	background-color: #470faa;
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 10px 21px;
	display: block;
	margin: 22px auto;
	clear: both;
	width: 170px;
}

@media (max-width: 768px) {
	.unsubscribe_option_button {
		margin: 0;
	}
}

.container.unsubscribe_options {
	padding-top: 40px;
}

.toomanyemails {
	background: #fff;
	padding: 57px;
	margin-top: 50px;
}

.toomanyemails .container {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.toomanyemails img {
	float: left;
	width: 183px;
	margin-right: 25px;
}

.toomanyemails h2 {
	text-align: left;
	font-size: 24px;
	color: 26273c;
}

.toomanyemails h2 span {
	color: #5e2db5;
}

.unsubscribe_options h3 {
	color: #5e2db5;
	font-size: 17px;
	font-weight: normal !important;
}

.unsubscribe_options label {
	float: left !important;
	width: 48% !important;
	color: #26273c !important;
}

.unsubscribe_options label span {
	color: #4d4e5f;
}

#unsubscribe_container .social {
	background: #fff;
	box-shadow: 0px 0px 4px #ccc;
	margin-bottom: 40px;
	border-radius: 10px;
	padding: 25px;
}

#unsubscribe_container .social h4 {
	color: #5e2db5 !important;
	margin-bottom: 20px !important;
}

#unsubscribe_container .social .svgicon-wrapper::after {
	background-image: url(../images/icons.svg?20);
	content: "";
	display: inline-block;
	width: 30px;
	height: 28px;
	background-repeat: no-repeat;
	background-color: #470faa;
	border-radius: 100%;
	padding: 15px !important;
	background-size: 1204.59% !important;
	float: left;
	margin-top: -6px;
}

#unsubscribe_container .social .svgicon-wrapper.facebook::after {
	background-position: 2.11% 54.35%;
}

#unsubscribe_container .social .svgicon-wrapper.twitter::after {
	background-position: 83.79% 54.56%;
}

#unsubscribe_container .social .svgicon-wrapper.youtube::after {
	background-position: 69.31% 65.69%;
}

#unsubscribe_container .social .svgicon-wrapper.instagram::after {
	background-position: 50.37% 90.64%;
}

.module-unsubscribe #unsubscribe_container #subscribe-text a {
	display: inline-block;
	width: 125px;
	color: #5a5b6f;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

.unsubscribe_update_confirmation {
	color: #414254;
	font-size: 17px;
	font-weight: normal !important;
	display: block;
	width: 430px;
	margin: 140px auto !important;
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 7px #ccc;
}

.unsubscribe_update_confirmation span {
	color: #31a865;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.unsubscribe_update_confirmation.danger span {
	color: #e52727;
}

@media (max-width: 768px) {
	.toomanyemails .container {
		display: block;
	}

	.toomanyemails img {
		float: none;
	}

	.toomanyemails h2 {
		text-align: center;
	}

	.unsubscribe_options label {
		width: 100% !important;
		float: none !important;
	}

	.unsubscribe_options form {
		max-width: 408px;
		margin: 0 auto;
	}
}

#criminal-records-popup .modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 8px solid #d6d6d6;
	border-radius: 20px;
	width: 40%;
	top: 10%;
	display: inline-block;
	vertical-align: middle;
}

#criminal-records-popup .modal-header {
	border: none;
}

@media (max-width: 780px) {
	#criminal-records-popup .modal-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		overflow: auto;
	}
}

#criminal-records-popup .modal-title {
	color: #55148a;
	padding-left: 12%;
	padding-right: 12%;
	text-align: center;
}

#criminal-records-popup .text-red {
	color: #e52727;
}

#criminal-records-popup {
	display: block;
}

a.cr-addon-button {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #31a865;
	padding: 10px 25px;
	border: 1px solid #31a865;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	/*+user-select: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

@media (max-width: 780px) {
	#criminal-records-popup.modal-criminal {
		top: 40px;
		background-color: #fff;
		height: 435px;
	}
}

.module-landing_page_feedback .carousel-control.left,
.module-landing_page_feedback .carousel-control.right {
	background: none;
}

.module-landing_page_feedback .carousel-control .glyphicon-chevron-left,
.module-landing_page_feedback .carousel-control .glyphicon-chevron-right {
	background: transparent;
	padding: 32px;
	width: 96px;
	height: 96px;
	border-radius: 100%;
}

.module-landing_page_feedback .carousel-control .glyphicon-chevron-left {
	margin-left: -50%;
}

.module-landing_page_feedback .carousel-control .glyphicon-chevron-right {
	margin-right: -50%;
}

.module-landing_page_feedback .carousel-caption {
	left: auto !important;
	bottom: 0 !important;
	right: 5% !important;
	background: #470faa;
	padding: 18px 40px !important;
	border-radius: 10px 10px 0 0;
}

.module-landing_page_feedback .carousel {
	margin-bottom: 100px;
}

.module-landing_page_feedback .carousel-indicators li {
	background: #cdcdcd;
	border: none !important;
	margin-right: 30px !important;
}

.module-landing_page_feedback .carousel-indicators {
	bottom: -65px !important;
}

.module-landing_page_feedback .carousel-indicators .active {
	background: #470faa;
}

.module-landing_page_feedback .carousel-caption h3 {
	font-size: 14px !important;
}

.module-landing_page_feedback .q_box {
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	max-width: 630px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 25px;
}

.module-landing_page_feedback .q_box.clear {
	border: none;
	text-align: center;
}

.module-landing_page_feedback .q_box.clear .red {
	color: #e52727 !important;
}

.module-landing_page_feedback .clear .green {
	color: green;
	text-align: center;
	font-size: 20px;
	margin-top: 100px;
}

.module-landing_page_feedback .q_box label {
	position: relative;
	font-weight: normal;
	margin-left: 15px;
}

.module-landing_page_feedback .q_box p {
	color: #000000;
	font-size: 16px;
}

.module-landing_page_feedback .q_box p span {
	color: #e52727;
	margin-left: 5px;
}

.module-landing_page_feedback input.checkround {
	position: absolute;
	z-index: -9999;
	width: 0;
	height: 0;
	display: none;
}

.module-landing_page_feedback input.checkround + span {
	width: 22px;
	height: 22px;
	float: none;
	margin-right: 11px;
	border-radius: 15px;
	border: 2px solid #6c6c6c;
	display: block;
	margin-top: 10px;
}

.module-landing_page_feedback input.checkround:checked + span {
	background: #ffffff;
}

.module-landing_page_feedback input.checkround + span:after {
	content: "";
	position: absolute;
	display: none;
}

.module-landing_page_feedback input.checkround:checked + span:after {
	display: block;
}

.module-landing_page_feedback input.checkround:checked + span:after {
	left: 4px;
	top: 34px;
	width: 14px;
	height: 14px;
	background: #6c6c6c;
	border-radius: 10px;
}

.module-landing_page_feedback input.check {
	position: absolute;
	z-index: -9999;
	width: 0;
	height: 0;
	display: none;
}

.module-landing_page_feedback input.check + span {
	width: 27px;
	height: 28px;
	float: left;
	margin-right: 11px;
	border-radius: 7px;
	border: 2px solid #470faa;
}

.module-landing_page_feedback input.check:checked + span {
	background: #470faa;
}

.module-landing_page_feedback input.check + span:after {
	content: "";
	position: absolute;
	display: none;
}

.module-landing_page_feedback input.check:checked + span:after {
	display: block;
}

.module-landing_page_feedback input.check:checked + span:after {
	left: 10px;
	top: 5px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.module-landing_page_feedback .save,
.module-landing_page_feedback .reset {
	background-color: #470faa;
	color: #fff;
	text-decoration: none;
	border: none;
	font-weight: bold;
	padding: 10px 40px;
	display: block;
	margin: 22px auto;
	clear: both;
	border-radius: 7px;
	width: 170px;
}

.module-landing_page_feedback .q_box textarea {
	border: none;
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	padding: 5px;
}

.module-landing_page_feedback .result {
	display: none;
}

.module-landing_page_feedback #footer-links,
.module-landing_page_feedback #footer-disclaimer,
.module-landing_page_feedback #footer {
	display: none;
}

.module-landing_page_feedback .copyright {
	text-align: center;
	margin: 100px auto 150px auto;
}

@media (max-width: 780px) {
	.module-landing_page_feedback .carousel-control .glyphicon-chevron-left,
	.module-landing_page_feedback .carousel-control .glyphicon-chevron-right {
		padding: 10px;
		width: 45px;
		height: 45px;
	}
}

.other-cities {
	margin: 30px;
	padding: 30px;
}

.other-cities a {
	font-size: 12px;
	color: #9260b5;
	padding: 0px 7px;
	line-height: 26px;
	text-decoration: underline;
}

.other-cities li {
	list-style: none;
	display: inline-block;
	margin: 0px;
	width: 22%;
}

.mini .pagination > li > a,
.mini .pagination > li > span {
	padding: 2px 7px;
}

.odirectory .city_states-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 300px;
}

.odirectory .city_states-list li {
	list-style: none;
	display: inline-block;
	margin: 0px 10px;
	width: 17%;
}

.odirectory .city_states-list li a {
	font-size: 12px;
	color: #9260b5;
	padding: 0px 7px;
	line-height: 26px;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.odirectory .city_states-list li {
		width: auto !important;
	}

	.odirectory .city_states-list {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 480px;
	}

	.other-cities li {
		width: 48%;
	}

	.other-cities {
		margin: 3px;
		padding: 3px;
	}
}

.module-search .result-wrapper #filteted-results {
	background-color: #ffffff;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 3px -2px #000;
	-webkit-box-shadow: 0 0 3px -2px #000;
	box-shadow: 0 0 3px -2px #000;
	padding: 15px 10px 21px 10px;
	border: 1px solid #d6d6d6;
}

.module-search .result-wrapper #filteted-results h5 {
	float: left;
	width: 150px;
}

.module-search .result-wrapper #filteted-results li {
	list-style: none;
	float: left;
	border: 1px solid #d6d6d6;
	padding: 4px 40px 4px 10px;
	position: relative;
	margin-top: -6px;
	border-radius: 4px;
	margin-right: 10px;
}

.module-search .result-wrapper #filteted-results li span a {
	background: #efefef;
	padding: 0px 5px;
	color: #686868;
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 0;
}

.pac-container {
	z-index: 100000 !important;
}

.optout_request_filters {
	max-width: none !important;
	margin-right: 5px !important;
}

.ras-landing h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;

	/* or 125% */
	display: block;
	align-items: center;
	text-align: center;

	/* SCF-purple */
	color: #470faa;
	padding: 10px;
	margin: 10px;
}

.ras-landing p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	/* SCF-input-gray */
	color: #26273c;
}

.ras-landing .how-to img {
	width: 150px;
	height: 150px;
}

.ras-landing .how-to h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;

	display: block;
	align-items: center;

	color: #31a865;
}

.ras-landing .how-to .row {
	margin-bottom: 20px;
}

.ras-landing .container {
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.ras-landing p,
	.ras-landing h4,
	.ras-landing h3 {
		text-align: center;
	}
}

.slideIn {
	display: none;
}

#ras-loader .modal-content {
	background-color: #fefefe;
	margin: auto;
	border-radius: 8px;
	width: 50%;
	top: 20%;
	display: inline-block;
	vertical-align: middle;
}

#ras-loader .modal-content .col-md-12 {
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
}

@media (max-width: 780px) {
	#ras-loader .modal-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		overflow: auto;
	}
}

.ras-loader {
	position: fixed;
	z-index: 1100;
	left: 0;
	overflow: auto;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: none;
	font-weight: bold;
}

#ras-loader .ras-loader {
	padding: 8%;
}

#ras-loader .progress-container {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	align-items: center;
	padding: 24px;
}

#ras-loader .count {
	padding-left: 10%;
}

#ras-loader #type-text {
	float: left;
	width: 78%;
}

#ras-loader .search-text {
	color: #31a865;
	padding: 5px;
	text-align: left;
	display: flex;
}

#ras-loader .records-types {
	text-align: left;
	padding-left: 60px;
	color: #cdcdcd;
}

#ras-loader .records-types div {
	padding: 5px;
}

#ras-loader .records-types div span {
	padding-left: 5px;
}

#ras-loader .records-types-complete {
	color: #31a865;
}

#ras-loader .cr-loader .foot-note {
	padding-top: 12px;
}

#ras-loader .cr-loader .cr-name {
	color: #470faa;
}

@media (max-width: 780px) {
	.criminal-loader {
		top: 40px;
	}

	#ras-loader .records-types {
		padding-top: 20px;
	}
}

#ras-loader .info-container {
	text-align: left;
}

#ras-loader .info-container h4 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	/* SCF-purple */
	color: #470faa;
	padding-bottom: 20px;
}

#ras-loader .info-container .slideIn span {
	padding-left: 10px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;

	/* SCF-input-gray */
	color: #26273c;
}

#ras-loader .info-container .success {
	display: none;
}

#ras-loader .success-button {
	display: none;
}

#ras-loader .info-container .success span {
	padding-left: 10px;
}

#loader-address {
	color: #470faa;
	padding-left: 0px;
}

.ras-btn {
	width: 100%;
	display: block;
	padding: 15px;
	text-align: center;
	margin: 20px;
	background: #31a865;
	border-radius: 4px;
	color: white;
}

.progess-precentage {
	float: right;
	padding-left: 40px;
}

.radius-report-info .distance {
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	/* SCF-error-red */
	color: #e52727;
}

.unsubscribe_options input {
	position: absolute;
	z-index: -9999;
	width: 0;
	height: 0;
}

.unsubscribe_options input + span {
	width: 27px;
	height: 28px;

	float: left;
	margin-right: 11px;
	border-radius: 7px;
	border: 2px solid #470faa;
}

.unsubscribe_options input:checked + span {
	background: #470faa;
}

.unsubscribe_options input + span:after {
	content: "";
	position: absolute;
	display: none;
}

.unsubscribe_options input:checked + span:after {
	display: block;
}

.unsubscribe_options input:checked + span:after {
	left: 10px;
	top: 5px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#subscribe-text label {
	color: #fff;
	text-align: left;
	cursor: pointer;
	width: 325px;
	margin: 20px auto;
	display: block;
	font-weight: normal;
	height: 46px;
	position: relative;
}

.unsubscribe_options h2 {
	color: #fff;
	margin-top: 28px !important;
	margin-bottom: 15px !important;
}

.unsubscribe_options h3 {
	color: #fff;
}

.unsubscribe_options_inner {
	display: block;
	min-height: 400px;
	width: 620px;
	margin: 0 auto;
}

#unsubscribe_container {
	background: #f8f8f8 !important;
}

.unsubscribe_option_button {
	background-color: #470faa;
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 10px 21px;
	display: block;
	margin: 22px auto;
	clear: both;
	width: 170px;
}

@media (max-width: 768px) {
	.unsubscribe_option_button {
		margin: 0;
	}
}

.container.unsubscribe_options {
	padding-top: 40px;
}

.toomanyemails {
	background: #fff;
	padding: 57px;
	margin-top: 50px;
}

.toomanyemails .container {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.toomanyemails img {
	float: left;
	width: 183px;
	margin-right: 25px;
}

.toomanyemails h2 {
	text-align: left;
	font-size: 24px;
	color: 26273c;
}

.toomanyemails h2 span {
	color: #5e2db5;
}

.unsubscribe_options h3 {
	color: #5e2db5;
	font-size: 17px;
	font-weight: normal !important;
}

.unsubscribe_options label {
	float: left !important;
	width: 48% !important;
	color: #26273c !important;
}

.unsubscribe_options label span {
	color: #4d4e5f;
}

#unsubscribe_container .social {
	background: #fff;
	box-shadow: 0px 0px 4px #ccc;
	margin-bottom: 40px;
	border-radius: 10px;
	padding: 25px;
}

#unsubscribe_container .social h4 {
	color: #5e2db5 !important;
	margin-bottom: 20px !important;
}

#unsubscribe_container .social .svgicon-wrapper::after {
	background-image: url(../images/icons.svg?20);
	content: "";
	display: inline-block;
	width: 30px;
	height: 28px;
	background-repeat: no-repeat;
	background-color: #470faa;
	border-radius: 100%;
	padding: 15px !important;
	background-size: 1204.59% !important;
	float: left;
	margin-top: -6px;
}

#unsubscribe_container .social .svgicon-wrapper.facebook::after {
	background-position: 2.11% 54.35%;
}

#unsubscribe_container .social .svgicon-wrapper.twitter::after {
	background-position: 83.79% 54.56%;
}

#unsubscribe_container .social .svgicon-wrapper.youtube::after {
	background-position: 69.31% 65.69%;
}

#unsubscribe_container .social .svgicon-wrapper.instagram::after {
	background-position: 50.37% 90.64%;
}

.module-unsubscribe #unsubscribe_container #subscribe-text a {
	display: inline-block;
	width: 125px;
	color: #5a5b6f;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

.unsubscribe_update_confirmation {
	color: #414254;
	font-size: 17px;
	font-weight: normal !important;
	display: block;
	width: 430px;
	margin: 140px auto !important;
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 7px #ccc;
}

.unsubscribe_update_confirmation span {
	color: #31a865;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.unsubscribe_update_confirmation.danger span {
	color: #e52727;
}

@media (max-width: 768px) {
	.toomanyemails .container {
		display: block;
	}

	.toomanyemails img {
		float: none;
	}

	.toomanyemails h2 {
		text-align: center;
	}

	.unsubscribe_options label {
		width: 100% !important;
		float: none !important;
	}

	.unsubscribe_options form {
		max-width: 408px;
		margin: 0 auto;
	}
}

.name-origins {
	background: #ffffff;
	/* SCF-disablebutton-gray */
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.name-origins p {
	font-weight: bold;
}

.name-origins span {
	font-weight: normal;
}

.name-origins h5 {
	color: #535353;
	font-family: "Arial";
	color: #535353;
	font-size: 16px;
	margin-bottom: 5px !important;
}

.search-velocity h5 {
	color: #535353;
	font-family: "Arial";
	color: #535353;
	font-size: 16px;
	margin-bottom: 5px !important;
	display: inline-block;
}

.col-md-6.search-velocity {
	background: #ffffff;
	/* SCF-disablebutton-gray */
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 5px;
	margin-right: -5px;
	min-height: 240px;
}

.col-md-12.search-velocity {
	background: #ffffff;
	/* SCF-disablebutton-gray */
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 5px;
	margin-right: -5px;
	min-height: 170px;
}

.search-velocity .sv-span {
	color: #da3a3a;
}

@media (min-width: 767px) {
	.origins-velocity {
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.single-search .col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		position: unset;
	}

	.search-velocity {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.name-origins {
		margin-left: 0px;
		margin-bottom: 20px;
	}
}

.sv-tooltip {
	position: relative;
	display: inline-block;
	padding-left: 5px;
}

.sv-tooltip .sv-tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #555;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -270px;
	opacity: 0;
	transition: opacity 0.3s;
}

.sv-tooltip .sv-tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 89.5%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.sv-tooltip:hover .sv-tooltiptext {
	visibility: visible;
	opacity: 1;
}

.search-velocity .col-xs-6 {
	padding-bottom: 10px;
}

.search-velocity .sv-info {
	font-size: 12px;
	display: inline;
	margin-left: 10px;
}

.sv-like-btn,
.no-like-btn {
	text-decoration: none;
}

.sv-like-btn .glyphicon,
.no-like-btn .glyphicon {
	background-color: green;
	color: #fff;
	padding: 5px;
	border-radius: 14px;
}

.sv-like-btn.dislike-btn .glyphicon,
.no-like-btn.dislike-btn .glyphicon {
	background-color: red;
}

.sv-feedback,
.no-feedback {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

@media (max-width: 768px) {
	.sv-feedback,
	.no-feedback {
		position: relative;
		bottom: 0;
		right: 0;
	}
}

.plan-details {
	position: relative;
	display: table-row;
	padding-left: 2px;
}

.plan-details .payment-details {
	visibility: hidden;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: auto;
	margin-top: 25px;
	opacity: 0;
	width: 100%;
	transition: opacity 0.3s;
	left: 0;
}

#recaptcha .container {
	width: 60%;
	padding-left: 0px;
	margin-bottom: 1%;
}

.ras-report .owner-section {
	display: flex;
}

@media (max-width: 768px) {
	.ras-report .owner-section {
		display: block;
	}
}

.ras-report .owner-section .owner-name {
	margin-bottom: 20px;
}

.dataTables_wrapper {
	padding-top: 10px;
}

#location-map {
	height: 300px !important;
}

#recaptcha .section {
	margin-bottom: 1%;
	margin-top: 90px;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	border-radius: 8px;
	display: flow-root;
}

#recaptcha h4 {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #2b4cb9;
	padding-top: 20px;
}

@media (max-width: 768px) {
	#recaptcha .section {
		margin-bottom: 2%;
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#recaptcha h4 {
		padding-top: 0px;
	}

	#recaptcha .container {
		width: auto;
		padding-left: 10px;
		margin-bottom: 2%;
	}

	#recaptcha .col-md-10 {
		padding-left: 30px;
	}
}

.dashboard-cancel {
	background-color: #8d1e1e !important;
	margin-top: 3px;
}

.usernames-letter-list li {
	margin: 8px !important;
}

.usernames-letter-list li a {
	width: 45px !important;
	display: block !important;
	padding: 1px !important;
	text-align: center !important;
}

.module-directory .directory-new .directory-pagination a {
	margin-bottom: 15px !important;
}

@media (max-width: 768px) {
	.usernames-letter-list li {
		width: 27% !important;
	}

	.usernames-letter-list li a {
		width: 100% !important;
		font-size: 16px !important;
		line-height: 16px !important;
	}
}

.single-search .info-section {
	position: relative;
}

#tracking-manager.optout table .actions a {
	display: inline-block;
	margin: 3px;
}

body.module-black_friday {
	background: #4f5065;
	font-size: 17px;
}

.module-black_friday .top-banner {
	background: url("../images/black-friday-banner.jpg");
	background-position: center center !important;
	background-repeat: none !important;
	min-height: 400px;
	background-size: 100%;
	background-size: cover !important;
	text-align: center;
	padding: 20px 50px 32px 50px;
	color: #fff;
}

.module-black_friday .cyber_monday .top-banner {
	background: url("../images/cyber-monday-banner.jpg");
}

.module-black_friday .cyber_monday {
	background: #f8f8f8;
	color: #26273c;
}

.module-black_friday .cyber_monday p {
	color: #26273c;
}

.module-black_friday .cyber_monday .top-banner p {
	color: #ffffff;
}

.module-black_friday .cyber_monday h3 {
	color: #470faa;
}

.module-black_friday .top-banner p {
	margin-top: 20px;
}

.module-black_friday .body-content {
	color: #fff;
	padding: 13px 50px;
	padding-bottom: 48px !important;
}

.module-black_friday .custom_countdowntimer {
	padding: 6px;
	font-size: 13px;
	color: #696df3;
	text-align: center;
	color: #ffffff;
}

.module-black_friday .cyber_monday .custom_countdowntimer {
	color: #4f5065;
}

.module-black_friday .custom_countdowntimer div span::after {
	content: ":";
	position: absolute;
	top: 9px;
	left: 87px;
	color: #26273c;
	font-weight: bold;
}

.module-black_friday .custom_countdowntimer div:last-child span::after {
	display: none;
}

.module-black_friday .cyber_monday .custom_countdowntimer div span::after {
	color: #470faa;
}

.module-black_friday .custom_countdowntimer > div > span {
	background: #26273c;
	display: block;
	position: relative;
	width: 58px;
	height: 52px;
	border: 1px solid #1b1c26;
	box-sizing: border-box;
	border-radius: 4px;
	color: #f8933c;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}

.module-black_friday .cyber_monday .custom_countdowntimer > div > span {
	background: #470faa;
	color: #ffffff;
	border: 1px solid #470faa;
}

.module-black_friday h3 {
	font-size: 17px;
	margin: 22px 0 !important;
}

.module-black_friday svg {
	max-width: 100%;
	vertical-align: middle;
	height: 100%;
}

.module-black_friday .featured > div {
	height: 71px;
	text-align: center;
}

.module-black_friday .smaller {
	font-size: 12px;
	margin-top: 40px;
}

.module-black_friday .star_rating_ads {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}

.module-black_friday .glyphicon-star {
	color: #f8933c;
}

.module-black_friday .reviews .box .name {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.module-black_friday .cyber_monday .reviews .box .name {
	color: #26273c;
}

.module-black_friday .reviews .box .name span {
	font-weight: normal;
	font-style: italic;
}

.module-black_friday h4 {
	color: #2ac984;
	font-size: 14px;
	margin-bottom: 13px !important;
}

.module-black_friday .price_box {
	width: 300px;
	background: #ffffff;
	color: #26273c;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 40px;
	float: left;
	margin-left: 7%;
	max-width: 100%;
}

.module-black_friday .price_box .head {
	border: 1px solid #f8933c;
	padding: 15px;
	border-radius: 8px 8px 0 0;
}

.module-black_friday .price_box .content {
	padding: 15px 35px;
	border: 1px solid #f8933c;
	border-radius: 0 0 8px 8px;
	font-size: 12px;
	text-align: left;
}

.module-black_friday .cyber_monday .price_box .content,
.module-black_friday .cyber_monday .price_box .head {
	border: 1px solid #470faa;
}

.module-black_friday .price_box .content ul {
	padding-left: 22px;
}

.module-black_friday .price_box .content ul ul {
	margin-top: 17px;
	padding-left: 56px;
}

.module-black_friday .price_box .content ul ul li::before {
	content: "";
	display: block;
	background: #470faa;
	width: 8px;
	height: 8px;
	position: absolute;
	left: -26px;
	top: 4px;
	border-radius: 10px;
}

.module-black_friday .price_box .content li {
	list-style: none;
	position: relative;
	margin-bottom: 14px;
}

.module-black_friday .price_box .content li span {
	color: #31a865;
	margin-left: -15px;
	margin-right: 1px;
	position: absolute;
	left: -9px;
	top: 2px;
	font-size: 15px;
}

.module-black_friday .price_box h2 {
	font-size: 14px;
	margin-bottom: 20px !important;
	color: #470faa;
}

.module-black_friday .price_box .red {
	font-size: 14px;
	margin-bottom: 20px !important;
	color: #e52727;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 32px;
}

.module-black_friday .price_box .price {
	color: #31a865;
	font-weight: bold;
	font-size: 32px;
}

.module-black_friday .price_box .price_drop {
	font-size: 18px;
	color: #e52727;
	margin-bottom: 10px !important;
	text-decoration: line-through;
}

.module-black_friday .price_box .plan_red {
	font-size: 18px;
	color: #e52727;
	margin-bottom: 21px !important;
	display: block;
	text-align: center;
}

.module-black_friday .price_box .price_drop_tag {
	font-size: 10px;
	margin-bottom: 10px !important;
	color: #470faa;
	background: #e8e8ff;
	border: 1px solid #470faa;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 3px 7px;
	vertical-align: middle;
	margin-top: 4px;
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}

.module-black_friday .search_types {
	padding-left: 25px !important;
}

.module-black_friday .search_types li svg {
	margin-right: 9px;
}

.module-black_friday .search_types li::before {
	display: none !important;
}

.module-black_friday .submit_now {
	background: #470faa;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 12px 30px;
	margin: 33px auto;
	display: block;
	text-align: center;
	margin-bottom: 26px;
}

.module-black_friday .cyber_monday .custom_countdowntimer div span::after {
	content: ":";
	position: absolute;
}

@media (max-width: 1200px) {
	.module-black_friday .featured > div {
		margin-top: 20px;
	}

	.featured > .col-md-1 {
		margin: 0;
		padding: 0;
		height: 0 !important;
	}

	.module-black_friday h3.mobile_margin_zero {
		margin: 0 !important;
	}

	.module-black_friday .box {
		margin-top: 40px;
	}

	.module-black_friday .price_box {
		width: 380px;
		margin: 20px auto !important;
		max-width: 100%;
		float: none;
	}

	.module-black_friday .price_box .content {
		padding: 10px !important;
	}
}

@media (max-width: 768px) {
	.module-black_friday .featured > div {
		margin-top: 20px;
	}

	.featured > .col-md-1 {
		margin: 0;
		padding: 0;
		height: 0 !important;
	}

	.module-black_friday h3.mobile_margin_zero {
		margin: 0 !important;
	}

	.module-black_friday .box {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.dashboard-content {
		width: 100%;
	}
}

.module-search .search-filter .caption a {
	color: #aaaaaa;
}

@media (max-width: 768px) {
	.filter-section .filter-parent,
	.popular-search {
		display: block;
		padding: 30px;
		text-align: center;
	}
}

#criminal-records-sub .modal-content {
	background-color: #f8f8f8;
	margin: auto;
	border-radius: 8px;
	width: 70%;
	top: 10%;
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
}

#criminal-records-sub .image-container img {
	width: 100%;
}

#criminal-records-sub .image-container div {
	font-size: 24px;
	line-height: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #e52727;
}

#criminal-records-sub .cr-package {
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	box-shadow: 0px 4px 16px rgba(79, 80, 101, 0.16);
	border-radius: 8px;
	min-height: 300px;
	width: 48%;
	margin: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#criminal-records-sub .cr-package div {
	padding-top: 10px;
	font-weight: 500;
	color: #26273c;
}

#criminal-records-sub .cr-package h4 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #470faa;
}

#criminal-records-sub .cr-package .price1 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	align-items: center;
	text-align: center;

	color: #e52727;
}

#criminal-records-sub .cr-package .price2 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	align-items: center;
	text-align: center;
	color: #470faa;
}

#criminal-records-sub .cr-package .div_1 {
	text-align: left;
}

#criminal-records-sub .cr-package .div_1 img {
	width: 20px;
	margin-right: 10px;
}

#criminal-records-sub a.cr-cont-button {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #31a865;
	padding: 10px 25px;
	border: 1px solid #31a865;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	/*+user-select: none;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#criminal-records-sub {
	display: block;
}

#criminal-records-sub dt {
	float: left;
}

@media (max-width: 768px) {
	#criminal-records-sub .modal-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		overflow: auto;
	}

	#criminal-records-sub .cr-package {
		width: 100%;
		margin-top: 10px;
		min-height: fit-content;
	}
}

.optout .ca_resident,
.optout .no_data {
	width: auto !important;
}

.optout .ccpa_span {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.optout .ccpa_span .ccpa_check {
	width: auto !important;
}

/* privacy lock */
.privacy_lock_minimsg {
    padding: 25px 25px 20px 25px;
    text-align: left;
    font-size: 10px;
    color: #FFF;
    background: #4F5065;
    border: 2px solid #470FAA;
    box-shadow: 0px 2px 8px rgba(79, 80, 101, 0.16);
    border-radius: 8px;
    margin: -15px 0 40px 0;
    width: 100%;
}

.privacy_lock_minimsg svg {
    vertical-align: top;
    margin-right: 30px;
}

.privacy_lock_minimsg p {
    padding-left: 71px;
    margin-top: -20px;
    display: block;
    float: left;
}

.privacy_lock_minimsg .learnmore {
    background: #292B3F;
    color: #FFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    float: right;
    display: block;
    padding: 7px 30px;
    margin-top: -34px;
}

.privacy_lock_minimsg h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px !important;
}

.privacy_lock_minimsg .highlight {
    color:#2AC984;
}

.module-dashboard .privacy_lock_minimsg {
    width: 100%;
    margin: 0 0 30px 0;
    border: none;
}

.privacy_lock_minimsg .bolder {
    font-weight: bold;
}

.privacy_lock_minimsg .privacy_lock_ok,
.privacy_lock_minimsg .privacy_lock_close {
    background: #EDEDED;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    color: #26273C;
    padding: 10px 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.privacy_lock_minimsg .privacy_lock_off {
    border:none;
    border-bottom: 1px solid #26273C;
    padding: 10px 1px;
    margin-left: 30px;
    margin-top: 40px;
    background: transparent;
    font-size: 14px;
    color: #26273C;
}

.privacy_lock_minimsg .lock_on {
    text-align: left;
    max-width: 550px;
    margin: 0px auto;
}

.privacy_lock_minimsg .modal-body .lock_on {
    margin-top: -50px;
    margin-bottom:30px;
}


.privacy_lock_minimsg .lock_on svg {
    vertical-align: middle;
    margin-left: -76px;
    margin-top: -6px;
}

.privacy_lock_minimsg .lock_on h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px !important;
}

.privacy_lock_minimsg .lock_on span.underlined {
    color: #4F8BEB;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-flex;
}

.privacy_lock_minimsg .lock_on span.underlined.red {
    color: #E52727;
}


.privacy_lock_minimsg .switch {
    margin: 4rem auto;
  }
  
.privacy_lock_minimsg .switch {
    width: 24rem;
    position: relative;
  }
.privacy_lock_minimsg .switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
  }
.privacy_lock_minimsg .switch input:checked {
    z-index: 1;
  }
.privacy_lock_minimsg .switch input:checked + label {
    opacity: 1;
    cursor: default;
  }
.privacy_lock_minimsg .switch input:not(:checked) + label:hover {
    opacity: 0.5;
  }
.privacy_lock_minimsg .switch label {
    color: #26273C;
    font-weight: normal;
    opacity: 0.33;
    transition: opacity 0.25s ease;
    cursor: pointer;
  }
.privacy_lock_minimsg .switch .toggle-outside {
    height: 84%;
    border-radius: 2rem;
    padding: 0.25rem;
    overflow: hidden;
    transition: 0.25s ease all;
  }
.privacy_lock_minimsg .switch .toggle-inside {
    border-radius: 5rem;
    background: #FFFFFF;
    position: absolute;
    transition: 0.25s ease all;
  }
.privacy_lock_minimsg .switch--horizontal {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
.privacy_lock_minimsg .switch--horizontal input {
    height: 3rem;
    width: 6rem;
    left: 6rem;
    margin: 0;
  }
.privacy_lock_minimsg .switch--horizontal label {
    font-size: 1.5rem;
    line-height: 3rem;
    display: inline-block;
    width: 6rem;
    height: 100%;
    margin: 0;
    text-align: center;
  }
.privacy_lock_minimsg  .switch--horizontal label:last-of-type {
    margin-left: 6rem;
  }
.privacy_lock_minimsg .switch--horizontal .toggle-outside {
    background: #fff;
    position: absolute;
    width: 6rem;
    left: 6rem;
  }
  .privacy_lock_minimsg .switch--horizontal .toggle-inside {
    height: 2.5rem;
    width: 2.5rem;
  }
  .privacy_lock_minimsg .switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
    left: 0.25rem;
  }

  .privacy_lock_minimsg .switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 3.25rem;
  }

  .privacy_lock_minimsg .switch--horizontal input ~ input ~ .toggle-outside {
    background: #FF6868;
}

  .privacy_lock_minimsg .switch--horizontal input ~ input:checked ~ .toggle-outside {
    background: #31A865;
}



.privacy_lock_minimsg .pwned.selectable {
    float: none;
    width: 100%;
}

.privacy_lock_minimsg #privacy_lock_found .modal-dialog {
    margin:90px auto;
    width:95%;
    max-width: 1200px;
}
.privacy_lock_minimsg #privacy_lock_found .pwned-titlebar,
.privacy_lock_minimsg #privacy_lock_found .row-full {
    display:none;
}

.privacy_lock_minimsg .modal-header {
    border:none;
}

.privacy_lock_minimsg #privacy_lock_notfound .modal-body {
    font-size: 14px;
    max-width: 74%;
    margin: 0 auto;
    color: #26273C;
    text-align: center;
}

.privacy_lock_minimsg #privacy_lock_notfound .modal-header {
    font-size: 24px;
    background: #FFFFFF;
    color:#31A865;
    font-weight: bold;
    text-align: center;
}

.privacy_lock_minimsg #privacy_lock_notfound .modal-header svg {
	margin: 0 auto;
	display: block;
	width: 94px;
	height: 94px;
}

.privacy_lock_minimsg #privacy_lock_notfound .privacy_lock_close {
    margin-top:30px;
}

#admin-tools.privacy_lock input[type="text"] {
    margin: 8px !important;
    min-width: 400px;
    width: 70%;
    border:1px solid #767676;
    border-radius: 4px;
}

#admin-tools.privacy_lock input[type="submit"] {
    margin: 8px !important;
    min-width: 400px;
}



.privacy_lock_minimsg.uat {
	width: 100% !important;
	max-width: none;
    padding: 20px;
    color: #FFF;
}

.privacy_lock_minimsg .lock_on {
    background: #4F5065;
    width: 100% !important;
    max-width: none;
    box-shadow: 0px 2px 8px rgba(79, 80, 101, 0.16);
    border-radius: 4px;
    padding: 2px 20px;
    display: flex !important;
    font-size: 14px !important;
    border: 1px solid #26273C;
}

.privacy_lock_minimsg .lock_on span.underlined {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}

.privacy_lock_minimsg .lock_on svg {
	vertical-align: middle;
	margin-left: -10px;
	margin-top: -5px;
	width: 40px;
}

.privacy_lock_minimsg .lock_on p {
    margin: 10px;
    min-width: 300px;
    width: 33%;
}

.privacy_lock_minimsg .change_email {
	background: #292B3F;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	color: #FFF !important;
	font-size: 14px;
	padding: 8px 21px;
	margin-left: 22px;
	display: block;
	width: 150px;
	margin-top: 10px;
	margin-right: 30px;
}

.privacy_lock_minimsg .lock_on .scan-results {
    padding-top: 5px;
}


.privacy_lock_minimsg .lock_on .privacy_lock_found_link {
    color: #FFF !important;
    background: #FF6868;
    border-radius: 4px;
    padding: 6px 23px;
    margin-top: 10px;
}

.privacy_lock_minimsg .lock_on .privacy_lock_notfound_link {
    color: #FFF !important;
    background: #31A865;
    border-radius: 4px;
    padding: 6px 23px;
    margin-top: 10px;
}



.privacy_lock_minimsg .lock_on h3 {
    font-size: 15px;
    min-width: 300px;
    width: 33%;
    line-height: 21px;
    margin-bottom: 0 !important;
}

.privacy_lock_minimsg .lock_on .switch {
    width: 11rem !important;
    margin-top: 0px;
    background: #292B3F;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding-top: 5px;
    margin-left: 10px;
}


.privacy_lock_minimsg .lock_on .switch--horizontal label {
    width: 3.5rem !important;
}

.privacy_lock_minimsg .lock_on .switch--horizontal .toggle-outside {
	width: 3.5rem !important;
	left: 4rem;
}
.privacy_lock_minimsg .lock_on .switch .toggle-outside {
    height: 67%; 
}

.privacy_lock_minimsg .lock_on .switch--horizontal label {
    font-size: 1rem;
    line-height: 2rem;
}
.privacy_lock_minimsg .lock_on .switch--horizontal input {
    height: 2rem;
    width: 3.5rem;
    left: 3.5rem;
}

.privacy_lock_minimsg .lock_on .switch--horizontal label:last-of-type {
	margin-left: 3.5rem;
}

.privacy_lock_minimsg .lock_on .switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
	left: 1.8rem;
}

.privacy_lock_minimsg .lock_on .switch--horizontal .toggle-inside {
	height: 1.5rem;
	width: 1.5rem;
}

.privacy_lock_minimsg .lock_on .switch label {
	color: #FFF;
}



.privacy_lock_minimsg .gray {
    color: #CDCDCD;
    margin-left: 10px;
}

.module-dashboard .privacy_lock_minimsg .lock_on .switch {
    display: block;
}

.module-dashboard .privacy_lock_minimsg .lock_on svg {
    width: 27px;
    margin-left: 0px;
    margin-right: 5px;
}

.module-dashboard .privacy_lock_minimsg .lock_on .switch {
	width: 15rem !important;
	margin-top: -10px;
	padding-top: 6px;
	margin-left: 3px;
	display: block;
}

.module-dashboard .privacy_lock_minimsg .lock_on .switch--horizontal label {
    font-size: 15px;
    line-height: 15px;
}

.module-dashboard .privacy_lock_minimsg .lock_on .switch--horizontal label {
	width: 50px !important;
}

.module-dashboard .privacy_lock_minimsg .lock_on .switch--horizontal label:last-of-type {
	margin-left: 47px;
}

.module-dashboard .privacy_lock_minimsg .lock_on .switch--horizontal .toggle-outside {
	width: 53px !important;
	left: 46px;
}

.module-dashboard .privacy_lock_minimsg .lock_on h3 {
	font-size: 15px;
	min-width: 190px;
	width: 16%;
	line-height: 21px;
	margin-bottom: 0 !important;
}

.module-dashboard .privacy_lock_minimsg {
	width: 96% !important;
	max-width: 997px;
	color: #FFF;
    margin: 22px auto;
    padding:0;
	display: block;
	float: none;
}
.module-dashboard .privacy_lock_minimsg .div.disc {
	display: flex;
}

.module-dashboard .privacy_lock_minimsg .lock_on p.scan-results {
	margin: 10px;
	min-width: 246px;
	width: 35%;
	text-align: right;
	padding-left: 0px;
}

.module-dashboard .privacy_lock_minimsg .lock_on p.last_data {
	margin: 10px;
	min-width: 334px;
	width: 61%;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	padding: 19px 10px;
	font-size: 14px;
}

.module-dashboard .privacy_lock_minimsg .lock_on .switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
	left: 34px;
}

.module-dashboard .privacy_lock_minimsg .lock_on .switch--horizontal input {
	height: 18px;
	width: 53px;
	left: 45px;
	top: 7px;
}






.module-dashboard .privacy_lock_minimsg p.disc {
    padding: 15px;
    margin-top: 0;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
}

.module-dashboard .privacy_lock_minimsg div.disc {
	display: flex;
}

.module-dashboard .privacy_lock_minimsg table {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 30px;
}


 .module-dashboard .privacy_lock_minimsg #privacy_lock_found .recommend_actions {
	border: 1px solid #470FAA;
	box-sizing: border-box;
	border-radius: 8px;
	max-width: 900px;
	margin: 0 auto;
    color: #26273C;
    padding: 20px;
}


.module-dashboard .privacy_lock_minimsg #privacy_lock_found .recommend_actions h4 {
    color:#470FAA;
}

.module-dashboard .privacy_lock_minimsg #privacy_lock_found .recommend_actions h4 svg {
    vertical-align: bottom;
    margin-right: 12px;
}

.module-dashboard .privacy_lock_minimsg #privacy_lock_found .recommend_actions p {
    padding-left: 42px;
    float: none;
    margin-top: 17px;
}

.module-dashboard .privacy_lock_minimsg #privacy_lock_found .recommend_actions p svg {
    position: absolute;
    margin-left: -35px;
}

#privacy_lock_found h3 {
	max-width: 520px;
	color: #E52727;
	text-align: left;
	margin: 0 auto !important;
	font-size: 20px !important;
	margin-bottom: 10px !important;
}

#privacy_lock_found h3 span.details {
	float: none;
	color: #26273C;
	margin: 0;
	font-size: 14px;
	display: block;
    margin-top: -37px;
    line-height: 23px;
    padding-left: 96px;
}

.edit-profile.privacy_lock h2 {
    background-color: #270751;
}

.edit-profile.privacy_lock h4 {
    font-size: 18px;
    color: #470FAA;
    text-align: center;
    margin-top: 76px !important;
}

.edit-profile.privacy_lock  {
    background-color: #FFFFFF;
}

.edit-profile.privacy_lock .why_details {
    max-width: 700px;
    margin: 0 auto;
    width: 80%;
}

.edit-profile.privacy_lock .why_details ul {
    float: left;
    width: 100% !important;
}

.edit-profile.privacy_lock .why_details li {
	float: left;
	list-style: none;
    width: 33%;
    margin-top: 15px;
}

.edit-profile.privacy_lock .why_details p {
    margin-top: 33px;
    float: left;
    width: 100%;    
}

.edit-profile.privacy_lock .why_details p svg {
	margin-left: -35px;
	position: absolute;
}

.edit-profile.privacy_lock p.main {
	background-color: #FFFFFF;
	margin: 12px;
	font-size: 14px;
	color: #26273C;
	font-weight: 600;
	padding: 0 50px;
}

.edit-profile.privacy_lock p.main span {
	color: #622793;
}

.edit-profile.privacy_lock .emailbox {
    width: 100%;
    border: 1px solid #CDCDCD;
    max-width: 900px;
    margin: 20px auto;
}

.edit-profile.privacy_lock .submit_emailbox {
    background: #767676 !important;  
    min-width: 132px !important;
    display: inline-block !important;
    width: 25% !important;
    border-radius: 5px !important;
}



.edit-profile.privacy_lock .trial_notice {
    color:#2D7DFF;
    text-align: center;
    font-weight: bold;
}

.edit-profile.privacy_lock input[disabled] {
    background: #F8F8F8;
    border: 1px solid #CDCDCD !important;
}

.edit-profile.privacy_lock .disabled .submit_emailbox {
    border: 1px solid #CDCDCD !important;  
    background: #CDCDCD !important;  
    min-width: 132px !important;
}

.edit-profile.privacy_lock .disabled .submit_emailbox {
    border: 1px solid #CDCDCD !important;  
    background: #CDCDCD !important;  
    min-width: 132px !important;
}

.edit-profile.privacy_lock .email_details {
    border-top: 1px solid #ccc;
}

.edit-profile.privacy_lock .email_details .privacy_lock_minimsg {
    box-shadow: none;
    color: #26273C;
}

.edit-profile.privacy_lock .email_details .privacy_lock_minimsg .lock_on {
	background: #FFF;
	box-shadow: none;
	border: none;
}

.edit-profile.privacy_lock .email_details .lock_on .switch {
	background: #F8F8F8;
	border: 1px solid #cdcdcd;
}

.edit-profile.privacy_lock .email_details .privacy_lock_minimsg .switch--horizontal label {
	color: #000 !important;
	font-weight: bold;
}

.edit-profile.privacy_lock .email_details .privacy_lock_minimsg .border {
	border: 1px solid #CDCDCD;
	border-radius: 4px;
	text-align: center;
	padding: 6px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 21px;
}
.edit-profile.privacy_lock .email_details .privacy_lock_minimsg .lock_on p.last_data {
    padding: 9px 10px;
}

.edit-profile.privacy_lock .email_details .privacy_lock_minimsg  h4 {
	font-size: 18px;
	color: #470FAA;
	text-align: left;
	margin-top: 0 !important;
}

.cancel-privacylock-modal {
    text-align: center;
}

.cancel-privacylock-modal img {
    width: 130px;
}



@media (max-width: 767px) {
    .privacy_lock_minimsg .lock_on svg {
        margin-left:0;
    }

    .edit-profile.privacy_lock input[type="text"] {
        width: 96% !important;
    }
    
    .edit-profile.privacy_lock .submit_emailbox {
        width: 96% !important;
    }

    
}

@media (max-width: 1200px) {

    .edit-profile.privacy_lock .why_details li {
        width: 99%;
    }
    .privacy_lock_minimsg .learnmore {
        float: none;
        margin-top: 0;
        margin-left: 70px;
        text-align: center;
    }
    .privacy_lock_minimsg p {
        float: none;
    }

    .privacy_lock_minimsg .lock_on, .module-dashboard .privacy_lock_minimsg div.disc {
        display:block !important;
        padding:1px;
    }

    .privacy_lock_minimsg .lock_on, .module-dashboard .privacy_lock_minimsg p.disc {
        float: none;
    }

    .privacy_lock_minimsg .lock_on h3 {
        margin: 0 auto !important;
        min-width: 155px !important;
        width: 102px !important;
    }
    .module-dashboard .privacy_lock_minimsg .lock_on p.last_data {
        margin: 10px auto !important;
        text-align: center;
    }

    .module-dashboard .privacy_lock_minimsg .lock_on p.scan-results {
        margin: 10px auto !important;
        text-align: center;
    }

    .privacy_lock_minimsg .lock_on {
        border-bottom-width: 2px;
    }

    .privacy_lock_minimsg .change_email {
        margin: -20px auto 15px auto !important;
    }
    
}

.dashboard-menu-icon {
    width: 23px;
    margin-left: -3px;
    margin-right: 9px;
}

.dashboard-icon-svg {
    width: 42px;
}

@media (min-width: 768px) {
	.abt_guest_progress {
		margin-top: 66px;
	}
}

.span_bank_dispute a {
	margin-left: 10px;
	margin-top: 10px;
	color: #da3a3a;
	font-size: 20px;
}

.span_bank_dispute form {
	display: inline-block;
}

.disclaimer-notice-new {
	display: block;
	background: #f2f4ff;
	border: 1px solid #0265fa;
	box-sizing: border-box;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	margin-bottom: 5px;
}

.disclaimer-notice-new-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #0265fa;
}
.disclaimer-notice-new-content {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #0040e6;
	padding: 9px;
}
.disclaimer-notice-new-img {
	padding: 6px;
	width: 42px;
}

.module-visitor_key .visitor_key {
	padding: 100px;
	text-align: center;
}

.module-visitor_key textarea {
	min-width: 400px;
	margin-bottom: 30px !important;
	padding: 10px;
}

.module-visitor_key h4 {
	margin-bottom: 30px !important;
}

.user_behavior_tools .form-control,
.user_behavior_tools .input-group-addon {
	display: table !important;
}

.user_behavior_tools .form-control {
	margin: 10px 0;
}

.user_behavior_tools h4 {
	padding: 10px 40px;
}

.user_behavior_tools table,
.user_behavior_tools form {
	margin: 10px 40px;
}

.user_behavior_tools .newrow {
	padding: 10px;
	margin: 5px;
	border: 1px solid #000;
}

.user_behavior_tools .newtab {
	padding: 5px;
	margin: 5px;
	display: inline-block;
	border: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
}

.user_behavior_tools .newgap {
	padding: 5px;
	margin: 5px;
	display: inline-block;
	text-align: center;
}

.user_behavior_tools .gaptime {
	text-align: center;
	font-size: 10px;
	margin-left: 2px;
}

.user_behavior_tools .newtab.systeminfo {
	border: 1px solid #db1515;
	background: #c35f5f;
}
.user_behavior_tools .newtab.systeminfo a {
	color: #fff;
}
.user_behavior_tools.container {
	float: left;
	width: 100%;
	background: #fff;
}

.user_behavior_tools.container .table.user_issues_list {
	margin-top: 100px;
}

.user_behavior_tools .visited_pages_list {
	width: 100%;
	margin-top: 100px;
	font-size: 15px !important;
	padding-left: 100px;
}

.user_behavior_tools .visited_pages {
	width: 100%;
	margin-top: 10px;
	font-size: 15px !important;
	padding-left: 100px;
}
.cr-no-result {
	color: #470faa;
	font-weight: bold;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #cdcdcd;
	padding: 16px;
	min-height: 64px;
	min-height: 64px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	margin: 16px;
}
@media (min-width: 768px) {
	.cr-no-result {
		margin-left: 120px;
		margin-right: 100px;
	}
}

@media (max-width: 780px) {
	.new-icon-text {
		left: 132% !important;
	}
}

#show-tos {
	cursor: pointer !important;
}

@media (max-width: 768px) {
	.fields.tos {
		display: flex !important;
	}
}

@media (max-width: 768px) {
	.disclaimer-notice-space {
		margin-top: 11px;
		margin-bottom: 11px;
	}
}
.cr-no-result {
    color: #470faa;
    font-weight: bold;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #cdcdcd;
    padding: 16px;
    min-height: 64px;
    min-height: 64px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin: 16px;
   
}
@media (min-width: 768px) {
    .cr-no-result{
        margin-left: 120px;
        margin-right: 100px;
    }
}

.free_privacy_lock {
    text-align: center;
}

.free_privacy_lock h2 {
	color: #31A865;
	font-family: Open Sans;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 16px;
}
.free_privacy_lock p {
	color: #26273C;
	font-family: Open Sans;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 24px;
}
.free_privacy_lock img {
	width: 80px;
	margin-bottom: 8px;
}
.free_privacy_lock .btn {
	min-width: 150px;
}
.free_privacy_lock .btn {
	width: 80%;
    margin-bottom: 12px;
}
.free_privacy_lock h4 {
	color: #26273C;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 24px;
}
.free_privacy_lock h4 span {
    color: #FFFFFF;
    background: #4F8BEB;
    font-size: 14px;
    line-height: 19px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 8px;
}