/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 10 2024 | 05:15:16 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.ct-container-full {
	padding-top: 35px;
}

.confirmation-dropoff-map {
	height:100%;
}

.wpforms-container { 
	font-family: arial !important; 
}

.wpforms-submit-container {
	text-align: center !important;
}

.submitLeadButton {
	box-shadow:inset 0px 1px 5px 0px #79bafc !important;
	background:linear-gradient(to bottom, #1e8cc7 5%, #0061a7 100%) !important;
	background-color:#1e8cc7 !important;
	border-radius:14px;
	border:1px solid #124d77 !important;
	display:inline-block !important;
	
	color:#ffffff !important;
	font-family:Arial !important;
	font-size:24px !important;
	font-weight:bold !important;
	padding:10px 24px !important;
	text-decoration:none !important;
	text-shadow:0px 3px 0px #154682 !important;
}
.submitLeadButton:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #1e8cc7 100%) !important;
	background-color:#0061a7 !important;
}
.submitLeadButton:active {
	position:relative !important;
	top:1px !important;
}


.print-label-container-container {
    page-break-after: avoid;
    page-break-before: always;
    page-break-inside: avoid;
    margin-left: 2cm;
    margin-right: 2cm;
}

.print-label-container {
    text-align: center;
    height: 25cm;
    width: 18cm;
    max-height: 100%;
    max-width: 100%;
}

.print-label {
    rotate: 270deg;
    width: 10.16cm;
    height:  17.78cm;
}

.display-shipping-label {
    width:450px;
    max-width: 100%;
}
