/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2023 | 16:17:33 */
body:not(.oxygen-body):not(.oxygen-builder-body) {
	width:90% !important;
	height:auto !important;
	margin:0px !important;
	padding:0px !important;
}

#CardNumber {
  font-family: 'Work Sans', sans-serif;
  color: #3d3d3d !important;
  border: 1px solid #d8d8d8;
  padding: 10px 10px 8px 10px !important;
  margin-bottom: 15px;
  font-size:16px !important;
  line-height: 1.15 !important;
  width:100%;
}

#ButtonSubmit {
  border: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  background-color: #0047bb;
  padding: 15px 25px 10px 25px !important;
  cursor: pointer;
  width:auto !important;
  height:auto !important;
  line-height: 1.15 !important;
}
#ButtonSubmit:hover {
	background-color: #000;
}

input[value="Gift Card Not Found"],
input[value="Please Enter the 11-Digit Card Number"] {
	color:#cc1818 !important;
	background-color: #fff0f0 !important;
    border: 2px solid #cc1818 !important;
	border-radius:5px !important;
	width:100% !important;
	text-align:center !important;
	font-weight:bold !important;
	padding:10px !important;
}
input[value="Card Found"] {
	color:#4ab866 !important;
	background-color: #f4fff7 !important;
	border: 2px solid #4ab866 !important;
	border-radius:5px !important;
	width:100% !important;
	text-align:center !important;
	font-weight:bold !important;
	padding:10px !important;
}