/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2024 | 07:56:08 */
.line-clamp {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc-deny {
	color: rgb(0, 154, 78) !important;
	border-color: transparent;
  	background-color: rgb(255, 255, 255) !important;
}

.cc-deny:hover {
	color: inherit !important;
	text-decoration: none !important;
}


.buttonStyle {
	background-color:#00A6CC; 
	border-color:#00A6CC; 
	color:#ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 30px;
	border-radius: 3px;
	line-height: 1.5em;
	text-decoration:none;
}
 
a.buttonStyle:hover {
	background-color:#00748E;
	text-decoration:underline;
}

@media(max-width: 992px) {
	.buttonStyle {
		margin-bottom: 15px;
	}
}

#input-email {
	background: none;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.simpay-form-control {
	margin-bottom: 0;
}

.simpay-test-mode-badge-container {
	display: none;
}
