/* /Components/EntryFooter.razor.rz.scp.css */
#entry-footer .topFooter[b-4633bkuago] {
    background: var(--brand-top-footer-bg);
}

#entry-footer .bottomFooter[b-4633bkuago] {
    background: var(--brand-bottom-footer-bg);
}

#entry-footer .footerMessage[b-4633bkuago] {
    color: var(--brand-footer-msg-text);
    font-family: var(--semibold-font-family);
    margin: 0;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 1.1rem;
}

@media print {
    #entry-footer *[b-4633bkuago] {
        visibility: hidden;
    }
}
/* /Components/Footer.razor.rz.scp.css */

#page-footer .topFooter[b-mfh97ewwbs] {
	background: var(--brand-top-footer-bg);
}

#page-footer .bottomFooter[b-mfh97ewwbs] {
	background: var(--brand-bottom-footer-bg);
}

#page-footer .footerMessage[b-mfh97ewwbs] {
	color: var(--brand-footer-msg-text);
	font-family: var(--semibold-font-family);
	margin: 0;
	font-weight: 500;
	line-height: 1.2em;
	font-size: 1.1rem;
}

#page-footer .footer-800Number[b-mfh97ewwbs] {
	font-size: 24px;
	font-weight: 700;
	font-family: var(--semibold-font-family);
	color: var(--brand-footer-800number-text);
	text-decoration: none;
}

#page-footer .footer-800Number:hover[b-mfh97ewwbs] {
	text-decoration: none;
}

#page-footer .footerLink[b-mfh97ewwbs] {
	color: var(--brand-footer-link-text);
	font-weight: normal;
	font-family: var(--brand-font-family);
	text-decoration: none;
}

#page-footer .footerLink:hover[b-mfh97ewwbs] {
	text-decoration: underline;	
}

#page-footer .separator[b-mfh97ewwbs] {
	color: var(--brand-footer-link-text);
	padding-left: 5px;
	padding-right: 5px;
}

@media print {
	#page-footer *[b-mfh97ewwbs] {
		visibility: hidden;
	}
}
/* /Components/Header.razor.rz.scp.css */

#MainNav[b-7q9dlkvqc2] {
	background: var(--brand-header-bg);
	padding: 9px 5px;
	border-bottom: 1px solid var(--brand-header-bottom-border);
}

#MainNav #logo img[b-7q9dlkvqc2] {
	height: 60px;
	width: auto;
}

#MainNav .homeIcon[b-7q9dlkvqc2] {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-right: 20px;
}

#MainNav h1[b-7q9dlkvqc2] {
	color: var(--brand-header-h1);
	font-weight: 600;
	font-family: var(--semibold-font-family);
	font-size: 19px;
	margin-bottom: 0px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#MainNav[b-7q9dlkvqc2] {		
		padding: 9px 15px;		
	}

	#MainNav #logo[b-7q9dlkvqc2] {
		margin-left: 10px;
	}

	#MainNav h1[b-7q9dlkvqc2] {
		font-size: 25px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#MainNav[b-7q9dlkvqc2] {		
		padding: 18px 40px;		
	}

	#MainNav #logo img[b-7q9dlkvqc2] {
		height: 70px;		
	}

	#MainNav h1[b-7q9dlkvqc2] {
		padding-left: 20px;
		border-left: 1px solid var(--brand-header-seperator);
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#MainNav .homeIcon[b-7q9dlkvqc2] {
		width: 50px;
		height: 50px;
	}

	#MainNav h1[b-7q9dlkvqc2] {
		font-size: 35px;		
	}
}


/* OLD CSS */
/*

.topPagetitle {
	color: var(--brand-color-primary);
	font-weight: 600;
	font-family: var(--semibold-font-family);
	font-size: 35px;
	margin-bottom: 0px;
	display: inline-block;
	padding-left: 30px;
	border-left: 1px solid #cfd7dd;
	position: relative;
	top: 6px;
}

a:hover {
	text-decoration: none;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

.h1-resize {
	font-size: 30px !important;
}

.float-right {
	float: right !important;
}

.navbar-white {
	background: var(--brand-color-secondary);
	padding: 18px 40px;
	border-bottom: 1px solid #dae0e5;
}

#home-link:focus {
	border-right: 5px solid;
	text-decoration: none;
}

#logo-link:focus {
	border: 2px solid;
}

.navbar-hidden {
	visibility: hidden;
}

*/

@media screen and (max-width: 910px) {
	/*
	.navbar.navbar-white.fixed-top {
		padding-bottom: 15px;
		text-align: center !important;
		margin: 0 auto !important;
	}

	
	.navbar-white {
		background: #ffffff;
		padding: 9px 15px;
	}
	
	h1 {
		font-size: 22px !important;
	}
		
	.h1-resize {
		font-size: 18px !important;
	}

	.homeIcon {
		width: 40px;
		height: 40px;
		display: inline-block;
		margin-right: 10px;
	}

	.homeLogo {
		height: 60px;
	}

	.update-logo {
		padding-bottom: .3125rem;
	}
	*/
}


/*
@media screen and (max-width: 705px) {
	a.navbar-brand img {
		height: 100% !important;
	}
}
*/

@media screen and (max-width: 645px) {
	/*
	a.navbar-brand img {
		text-align: center !important;
		margin: 0 auto !important;
	}

	a.navbar-brand {
		text-align: center !important;
		margin: 0 auto !important;
	}

	.navbar.navbar-white.fixed-top .float-right {
		float: none !important;
		text-align: center !important;
		margin: 0 auto !important;
		width: 100%;
	}

	

	.homeIcon {
		display: none;
	}

		*/
}

@media screen and (max-width: 530px) {

	/*
	.navbar.navbar-white.fixed-top {
		padding-bottom: 0;
	}

	a.navbar-brand {
		width: 100%;
	}

	.topPagetitle {
		border: 0;
		padding-left: 0;
	}
		*/
}
/* /Components/LanguageSelector.razor.rz.scp.css */

.languageSelector[b-y3d4kk2ggu] {
    color: var(--brand-footer-link-text);
    font-family: var(--brand-font-family);
}

.languageSelectorLink[b-y3d4kk2ggu] {
    padding-left: 20px;
    color: var(--brand-footer-link-text);
    font-weight: 600;
    font-family: var(--brand-font-family);
    text-decoration: none;
}

.languageSelectorLink:hover[b-y3d4kk2ggu] {
    text-decoration: underline;
    text-decoration-color: var(--brand-footer-link-underline);
}
/* /Components/Retail/MemberDetails.razor.rz.scp.css */
fieldset.license-container[b-zyxa5tu0eu] {
	border: 1px dashed #ccc !important;
	padding: 0 1.4em 1.4em;
	margin-top: 1em;
}

legend.license-legend[b-zyxa5tu0eu] {
	float: none;
	width: inherit;
	padding: 0 10px;
}
/* /Components/Retail/Payment.razor.rz.scp.css */

.checkIcon[b-g79sgng80r] {
	font-size: 4rem;
	color: #54c113;
}

.calendarIcon[b-g79sgng80r] {
	font-size: 4em;
	color: #afbac1;
}


/* OLD */
/*
#stepFour {
	padding: 18px 25px 14px 21px;
}

:host .k-textbox {
	font-size: 20px;
}

.update-cc {
	border: 2px solid $dark-blue-default;
	color: $dark-blue-default;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
}

.height {
	height: 1em;
}



p.itemSpacing {
	margin: 0;
	margin-bottom:0;
}



#wizard-step-3 > div.k-wizard-content > div > div:nth-child(2) > form > fieldset:nth-child(1) > div > div
img.k-image .k-button-icon {
	margin-inline-start: 70px;
	width: 300px;
}

#ccMonthExpiry,
#ccYearExpiry {
	font-size: 20px;
	width: 8em;
}

.nextButton {
	width: 100%;
	.bigButton

{
	width: 100% !important;
	padding: 5px !important;
}

}

@media (max-width: 2560px) {
	label#ccExpirationLabel {
		width: 100%;
	}

	.pad-top-5 {
		padding-top: 2.5%;
	}

	kendo-combobox#ccMonthExpiry,
	kendo-combobox#ccYearExpiry {
		width: 100%;
	}
}

@media (max-width: 2100px) {
	.pad-top-5 {
		padding-top: 3%;
	}
}

@media (max-width: 1640px) {
	.pad-top-5 {
		padding-top: 4%;
	}
}

@media (max-width: 1310px) {
	.pad-top-5 {
		padding-top: 5%;
	}
}

@media (max-width: 1024px) {
	.regular-text {
		text-align: center;
	}

	label#ccExpirationLabel {
		width: 100%;
	}

	#cvvContainer {
		padding-top: 2em;
	}
}

		*/
/* /Components/Service/Contact.razor.rz.scp.css */
.hi-enabled-show[b-egiby45xh8] {
	display: inline !important;
}

.hi-enabled-label[b-egiby45xh8] {
	text-decoration: underline;
}

.hi-enabled-icon[b-egiby45xh8] {
	/*color: $field-invalid-default;*/
	color: #EB0000;
}

span#hiEnabled[b-egiby45xh8] {
	display: none;
	color: #387A00;
}
/* /Components/Service/MembershipSearch.razor.rz.scp.css */

/* In-Progress dialog styles */

div.in-progress-items[b-rx82hedog9] {
	overflow-y: scroll;
	height: 10em;
	margin-bottom:1rem;
}

/* mobile short height */
@media (max-width: 770px) and (min-height: 550px) {
	div.in-progress-items[b-rx82hedog9] {
		height: 20em;
	}
}

/* mobile normal height */
@media (max-width: 770px) and (min-height: 650px) {
	div.in-progress-items[b-rx82hedog9] {
		height: 25em;
	}
}

/* Desktop short height */
@media (min-width: 770px) and (min-height: 375px) {
	div.in-progress-items[b-rx82hedog9] {
		height: 20em;
	}
}

/* Desktop normal height */
@media (min-width: 770px) and (min-height: 700px) {
	div.in-progress-items[b-rx82hedog9] {
		height: 30em;
	}
}

.bg-in-progress[b-rx82hedog9] {
	background-color: var(--brand-inprogress-bg);
}

.tow-truck-img[b-rx82hedog9] {
	max-width: 100%;
	height: 5em;
}

@media (min-width: 992px) {
	.tow-truck-img[b-rx82hedog9] {	
		height: auto;
	}
}


/* old */
/*
	.in_progress-card {
		border-width: 2em;
	}

	.in-progress-items .card {
		border: solid 1px #000000;
		margin-bottom: 3em;
	}

	.in-progress-items .card-body {
		padding: 5em 2emx;
	}

	.in-progress-items .card-title {
		font-size: 3em
	}

	.in-progress-items .card-subtitle {
		font-size: 1.5em
	}

	.in-progress-items .card-subtitle {
		padding-bottom: 1em;
	}

	.in-progress-items .card-body-left,
	.in-progress-items .card-body-right {
		text-align: center;
	}

	@media (min-width: 992px) {
		.in-progress-items .card-body-left {
			text-align: left;
		}

		.in-progress-items .card-body-right {
			text-align: right;
		}
	}

	.in-progress-items .dialog-button {
		font-size: 1em
	}
*/


/* /Components/Service/ServiceSummary.razor.rz.scp.css */
.agm-map[b-b33ayg3i7v] {
	height: 400px;
}

.alert-warning[b-b33ayg3i7v] {
	background-color: #fff3cd;
	color: inherit;
}

.csatTitle[b-b33ayg3i7v] {
	font-size: 18px;
}

/*
.btnCenter {
	margin-top: 8.5%;
}


.csat {
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.csatTitle {
	padding-bottom: 10px;
	font-weight: bold;
	h2 {
		padding: 5px 0 5px 0;
		font-size: 18px;
	}
}

.csatInfo {
	padding: 0 15px;
}

.csatInfo-input { 
	padding-top: 5px;
}

.castInfo-salutation {
	padding-right: 15px;
}

p.itemSpacing {
	margin:0;
}

*/
/* /Components/Service/Vehicle.razor.rz.scp.css */

fieldset.license-container[b-ukxpn2qdip] {
    border: 1px dashed #ccc !important;
    padding: 0 1.4em 1.4em;
    margin-top: 1em;
}

legend.license-legend[b-ukxpn2qdip] {
    float: none;
    width: inherit;
    padding: 0 10px;
}
/* /Pages/ClubHome.razor.rz.scp.css */
/*@import '../../shared/styles/app/main-content.scss';
@import '../../shared/styles/app/colours.scss';
*/

.wrapper[b-4yqtd3ylsj] {
	min-height: 100%;
	margin-bottom: -150px;
	padding-bottom: 150px;
}

.clubLandingPage[b-4yqtd3ylsj] {
	padding-top: 5rem;
	padding-bottom: 5rem;
	text-align: center;
	color: var(--brand-body-bg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

	.clubLandingPage .landingPage-heading[b-4yqtd3ylsj] {
		font-size: 3.25rem;
		font-weight: 700;
		line-height: 3.25rem;
		margin-bottom: 2rem;
		color: var(--brand-color-primary);
		font-family: var(--brand-font-family);
	}

	.clubLandingPage .landingPage-subheading[b-4yqtd3ylsj] {
		font-size: 1.5rem;
		font-style: italic;
		line-height: 1.5rem;
		margin-bottom: 25px;
		font-family: var(--brand-font-family);
		color: var(--brand-color-primary);
	}

	.clubLandingPage .landingPage-logo[b-4yqtd3ylsj] {
		/* margin-top: 40px; */
		margin-bottom: 10px;
		width: 180px;
		height: auto;
		max-height: 20rem;
	}

	.clubLandingPage .card[b-4yqtd3ylsj] {
		border: none;
		border-radius: 1rem;
		transition: all 0.2s;
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
		height: 100%;
		padding: 30px;
	}

	.clubLandingPage .card .card-footer[b-4yqtd3ylsj] {
		padding: 0.5rem 0;
		background-color: transparent;
		border: none;
	}

	.clubLandingPage .card .card-footer h2[b-4yqtd3ylsj] {
		color: var(--brand-color-primary);
		font-size: 20px;
		font-family: var(--semibold-font-family);
		text-decoration: none;
		text-align: center;
	}

	.clubLandingPage .card .card-footer h2:hover[b-4yqtd3ylsj] {
		color: var(--brand-color-primary-hover);
	}

	.clubLandingPage .card svg[b-4yqtd3ylsj] {
		height: 100px;
		width: 100px;
	}

	.clubLandingPage .card:hover[b-4yqtd3ylsj] {
		cursor: pointer;
	}

/* Hover Effects on Card */
@media (min-width: 992px) {
	/*.clubLandingPage {
		height: 100vh;
		min-height: 650px;
		padding-top: 0;
		padding-bottom: 0
	}
		*/

	.clubLandingPage .landingPage-logo[b-4yqtd3ylsj] {
		/* margin-top: 40px; */
		margin-bottom: 10px;
		width: 180px;
		height: auto;
		max-height: 20rem;
	}
}

	.clubLandingPage .card:hover[b-4yqtd3ylsj] {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
	}
}


/* OLD CSS */
/*

.landingBox {
	margin-left: 3vmin;
	margin-right: 3vmin;
	margin-top: 3vmin;
	margin-bottom: 3vmin;
	align-content:center;
}

.landingBoxIcon {
	min-height: 100px;
	max-height: 20rem;
	margin-top: 15px;
	margin-bottom: 15px;
}

	.landingBoxIcon:hover svg {
		fill: #d71921;
	}

.landingBoxTitle {
	color: var(--brand-color-primary);
	font-size: 20px;
	font-family: var(--semibold-font-family);
	padding-top: 15px;
	text-decoration: none;
	text-align: center;
}

a.landingBox {
	text-decoration: none;
}


.entry-box-row {
	display: flex;
	max-width: 90%;
	margin: auto;
	margin-top: 50px;
	justify-content: center;
}

.entry-box {
	padding: 60px 50px 45px;
	background: #fff;
	border-radius: 13px;
	margin: 20px;
	box-shadow: 0 10px 55px 0 rgb(0 0 0 / 8%);
	flex: 1;
	max-width: 500px;
}

.update-padding {
	padding-bottom: 60px;
}

.landingBox:focus {
	border: 2px solid;
}

button {
	border: none;
	background-color: transparent;
}

h4.entry-title {
	font-size: 19px;
	font-family: var(--semibold-font-family);
}

.sk-flow {
	margin-top: 15px;
	margin-bottom: 600px;
}

	*/

@media screen and (max-width: 576px) {

	/*

	.col-lg-3.entry-box.clubPage.text-center {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.entry-box-row {
		display: block;
	}

	.entry-box {
		flex: none;
	}

	*/
}

@media screen and (max-width: 768px) {

	/*

	.entry-box-row {
		display: block
	}

	.entry-box {
		flex: none;
		max-width: none;
	}

			*/
}

@media screen and (device-height: 800px) and (device-width: 1280px) {
	/*
		.club-landing-container {
		padding-bottom: 4%;
	}
		

	.entry-box-row {
		max-width: 90%;
		margin: auto;
		margin-top: 50px;
	}

	.entry-box {
		padding: 60px 50px 45px;
		background: #fff;
		border-radius: 13px;
		margin: 20px;
		box-shadow: 0 10px 55px 0 rgb(0 0 0 / 8%);
	}
		*/
}

@media screen and (min-height: 1200px) {
	.club-landing-container[b-4yqtd3ylsj] {
		padding-top: 3%;
		padding-bottom: 20%;
	}
}

@media screen and (min-width: 1920px) {
	.club-landing-container[b-4yqtd3ylsj] {
		padding-bottom: 13.5%;
	}
}

@media screen and (device-height: 1366px) and (device-width: 1024px) {	// ipad pro portrait
	.club-landing-container[b-4yqtd3ylsj] {
		padding-top: 7%;
		padding-bottom: 27%;
	}
}

@media screen and (device-height: 1024px) and (device-width: 1366px) {	// ipad pro landscape
	.club-landing-container[b-4yqtd3ylsj] {
		padding-top: 3%;
		padding-bottom: 17%;
	}
}
/* /Pages/Entry.razor.rz.scp.css */

.EntryPage[b-w1qr5hep8m] {
	padding-top: 10rem;
	padding-bottom: 6rem;
	text-align: center;
	background-image: url('/assets/img/800-page-bg.jpg');
	background-position: center center;
	background-size: cover;
	font-family: var(--normal-font-family);
	letter-spacing: -0.3px;
	outline: none;
}

.EntryPage h1[b-w1qr5hep8m],
.EntryPage p[b-w1qr5hep8m] {	
	color: $headings-default;
}

.EntryPage .entry-box[b-w1qr5hep8m] {
	padding: 60px 30px 45px 30px;
	background: #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 55px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 10px 55px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 10px 55px 0px rgba(0,0,0,0.08);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.EntryPage .entry-box[b-w1qr5hep8m] {
		padding: 60px 50px 45px 50px;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
		
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.EntryPage[b-w1qr5hep8m] {
		height: 100vh;
		min-height: 650px;
		padding-top: 0;
		padding-bottom: 0
	}		
}


/* OLD CSS

.page {
	padding-top: 8%;
	padding-bottom: 22%;
}

.mainHeading {
	color: $headings-default;
}

.subHeading {
	color: $headings-default;
}



.col-lg-7 {
	float: none;
}

h4.entry-title {
	font-size: 19px;
	font-family: var(--semibold-font-family);
}



	.text-danger {
	padding-left: 6.5%;
	font-weight: 600;
	letter-spacing: 0.1px;
}

.k-dropdown {
	width: 25em;
}

:host ::deep .k-dialog-titlebar {
	background-color: #5d9cec;
}

.modal {
	z-index:44444;
}

@media screen and (max-width: 568px) {

	input.enter-800-number {
		margin-left: 20px;
	}
}

@media screen and (max-width: 400px) {
	.update-chevron {
		left: -35px !important;
	}

	.btn.entry-page-btn {
		width: 250px;
	}

	.btn.entry-page-btn i.chevron {
		left: -45px;
	}

}

@media screen and (max-width: 375px) {
	.entry-box {
		width: 345px;
	}

	.k-dropdown {
		width: 20em;
	}
}

@media screen and (min-width: 420px) {
	.entry-container {
		padding-top: 14%;
		padding-bottom: 47%;
	}
}

@media screen and (min-width: 700px) {
	.entry-container {
		padding-top: 14%;
		padding-bottom: 35%;
	}
}

@media screen and (min-width: 935px) {
	.entry-container {
		padding-top: 7%;
		padding-bottom: 34%;
	}
}

@media screen and (min-width: 1070px) {
	.entry-container {
		padding-top: 7%;
		padding-bottom: 28%;
	}
}

@media screen and (min-width: 1250px) {
	.entry-container {
		padding-top: 7%;
		padding-bottom: 23%;
	}
}

@media screen and (min-width: 1900px) {
	.entry-container {
		padding-top: 4%;
		padding-bottom: 17%;
	}
}

@media screen and (min-height: 1200px) {
	.entry-container {
		padding-top: 20%;
		padding-bottom: 66%;
	}
}

@media screen and (device-height: 1024px) and (device-width: 768px) {
	// ipad portrait
	.entry-container {
		padding-top: 20%;
		padding-bottom: 33%;
	}
}

@media screen and (device-height: 768px) and (device-width: 1024px) {
	// ipad landscape
	.entry-container {
		padding-top: 5%;
		padding-bottom: 13%;
	}
}

@media screen and (device-height: 1366px) and (device-width: 1024px) {
	// ipad pro portrait
	.entry-container {
		padding-top: 20%;
		padding-bottom: 56%;
	}
}

@media screen and (device-height: 1024px) and (device-width: 1366px) {
	// ipad pro landscape
	.entry-container {
		padding-top: 10%;
		padding-bottom: 22%;
	}
}
*/
/* /Pages/RetailComplete.razor.rz.scp.css */
.wrapper[b-ivlben3ywg] {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.checkIcon[b-ivlben3ywg] {
	font-size: 6rem;
	color: #54c113;
}

.calendarIcon[b-ivlben3ywg] {
	font-size: 3rem;
	color: #afbac1;
}

.printerIcon[b-ivlben3ywg],
.cardIcon[b-ivlben3ywg] {
	font-size: 4rem;
	color: var(--brand-btn-icon);
	padding: 0.5em;
}

.printerIcon:hover[b-ivlben3ywg],
.cardIcon:hover[b-ivlben3ywg] {
	color: var(--brand-btn-icon-hover);		
}

.icon-btn[b-ivlben3ywg] {
	border: 3px solid var(--brand-btn-icon);
}

.icon-btn:hover[b-ivlben3ywg] {	
	border-color: var(--brand-btn-icon-hover);
}


/* OLD */


h2[b-ivlben3ywg] {
	font-size: 24px;
}

@media print {
	#rightPanel *[b-ivlben3ywg] {
		visibility: hidden;
	}

	#infoBox[b-ivlben3ywg], #infoBox *[b-ivlben3ywg] {
		visibility: visible;
	}

	#infoBox[b-ivlben3ywg] {
		position: absolute;
		width: 100%;
		margin: auto;
		left: 0;
		top: 0;
	}
	
}

@media screen and (device-height: 1366px) and (device-width: 1024px) {
	// ipad pro portrait
	.mq-ipadpro[b-ivlben3ywg] {
		padding-top: 15%;
		padding-bottom: 5%;
	}

	.mq-ipadpro-5[b-ivlben3ywg] {
		padding-bottom: 5%;
	}

	.mq-ipadpro-10[b-ivlben3ywg] {
		padding-bottom: 10%;
	}

	.mq-ipadpro-25[b-ivlben3ywg] {
		padding-bottom: 25%;
	}
}
/* /Pages/RetailWizard.razor.rz.scp.css */
.wrapper[b-7nfcacuikw] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
/* /Pages/ServiceComplete.razor.rz.scp.css */
.wrapper[b-osx322tgzm] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/*
.fill-height {
    flex-grow: 1;
    width: 100%;
}
 */

.checkIcon[b-osx322tgzm] {
    font-size: 6rem;
    color: #54c113;
}
/* /Pages/ServiceWizard.razor.rz.scp.css */
.wrapper[b-p99wqmuwtx] {
	height: 100vh;
	display: flex;
	flex-direction: column;
	/* min-height: 100%;
	margin-bottom: -150px;
	padding-bottom: 150px;
	*/
}

.k-wizard-buttons-right .k-button-text[b-p99wqmuwtx] {
	font-size: 0px;
}

.k-wizard-buttons-right .k-button-text[b-p99wqmuwtx]::after {
	content: "@MyCustomPrev";
	font-size: 14px;
}

.k-wizard-buttons-right .k-button-solid-primary .k-button-text[b-p99wqmuwtx]::after {
	content: "@( Step == 6 ? MyCustomDone : MyCustomNext)";
}
/* /Pages/Updates.razor.rz.scp.css */
.wrapper[b-2ynr3x7zez] {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.tow-truck-img[b-2ynr3x7zez] {
	width: 15%;
}

icon-earphones-alt[b-2ynr3x7zez] {
	font-size: 3em;
	color: $dark-grey-default;
}

/* replaced with fs-2
.eta {
	font-size: 2em;
}
*/


/* /Shared/MainLayout.razor.rz.scp.css */


