.btn-sbp, .btn-sbp:hover {
	
	background: #1d1346;
	color: #fff;
	
}

.btn-sberpay, .btn-sberpay:hover {
	
	background: #219f38;
	color: #fff;
	
}

.min-height-100 {
	
	min-height: 100%;
	
}

.qr-payment-form {
	
	background-color: #fff;
	border-radius: 1rem !important;
	
	webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	
}

.qr-payment-form-header {
	
	border-radius: 1rem 1rem 0rem 0rem;
	background-color: rgb(244, 241, 232);
	
}

.qr-payment-form-footer {
	
	border-radius: 0rem 0rem 1rem 1rem;
	background-color: rgb(244, 241, 232);
	border-top: dashed 1px #aaa;
	
}

.logo-company-qr {
	
	height: 6rem;
	max-width: 100%;
	
}

.form-control {
	
	border-radius: 0 !important;
	
}

.has-error {
	
	color: #cc0000;
	
}

.has-error .form-control {
	
	border-color: #cc0000;
	
}

.qr-bills-list {
	
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 460px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: hsl(0 0% 50%);
	
}

.qr-bills-list li {
	
	border-bottom: dashed 1px #aaa;
	
}

.qr-bills-list li:last-child {
	
	border-bottom: none;
	
}

.qr-bills-list .qr-bill-id {
	
	font-size: 1rem;
	color: #999;
	
}

.qr-bills-list .qr-bill-price {
	
	font-size: 1.5rem;
	color: #333;
	
}