/**
 * @package    Stripe Checkout Payment Plugin for VirtueMart
 * @copyright  Copyright (C) 2012-2021 VirtuePlanet Services LLP. All rights reserved.
 * @license    GNU General Public License version 2.0; see LICENSE.txt
 * @author     Abhishek Das <info@virtueplanet.com>
 * @link       https://www.virtueplanet.com
 */

#stripecheckout-fake-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	opacity: 0.7;
	cursor: not-allowed;
	cursor: wait;
	z-index: 9000;
}
#stripecheckout-pageloader .stripecheckout-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	opacity: 0.7;
	z-index: 50010;
}
#stripecheckout-pageloader .stripecheckout-spinner {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: url(../images/show-activity.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 50012;
}
.dl-test-cards dt,
.dl-test-cards dd {
	font-weight: normal;
	padding: 4px 0;
}
.dl-test-cards dt {
	float: left;
	width: 150px;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-test-cards dd {
	margin-left: 170px;
}
.dl-test-cards dt span {
	display: inline-block;
	width: 6px;
}
.dl-test-cards .dl-header {
	text-transform: uppercase;
	color: #777;
}
.stripecheckout-test-cards {
	padding-top: 10px;
	max-width: 600px;
}
.stripecheckout-success-page {
	padding-top: 10px;
}
.stripecheckout-order-link {
	padding: 0 0 30px;
}
.dl-stripecheckout {
	margin: 0 0 20px;
}
.dl-stripecheckout dt,
.dl-stripecheckout dd {
	font-weight: normal;
	padding: 4px 0;
}
.dl-stripecheckout dt {
	float: left;
	width: 180px;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.dl-stripecheckout dd {
	margin-left: 200px;
}
.btn-stripecheckout-success {
	background-color: rgb(68, 199, 103);
	border-radius: 5px;
	border: 1px solid rgb(24, 171, 41);
	display: inline-block;
	cursor: pointer;
	color: rgb(255, 255, 255);
	font-size: 17px;
	padding: 11px 25px;
	text-decoration: none;
}
.btn-stripecheckout-success:hover {
	border: 1px solid rgb(24, 171, 41);
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(92, 191, 42);
}
.stripecheckout-redirection-page {
	text-align: center;
	margin: 30px 0;
}
.stripecheckout-preloader {
	background: transparent url(../images/preloader.svg) no-repeat center center;
	height: 50px;
}