/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
/*
Text Domain: _ack
*/

/* fonts */
/* BridgestoneType */
/* Regular font */
@font-face {
	font-family: 'BridgestoneType';
	src: url('../../fonts/Bridgestone Type/BridgestoneType-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Bold font */
@font-face {
	font-family: 'BridgestoneType';
	src: url('../../fonts/Bridgestone Type/BridgestoneType-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

/* Italic font */
@font-face {
	font-family: 'BridgestoneType';
	src: url('../../fonts/Bridgestone Type/BridgestoneType-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

/* Bold Italic font */
@font-face {
	font-family: 'BridgestoneType';
	src: url('../../fonts/Bridgestone Type/BridgestoneType-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

/* Decimal */
@font-face {
	font-family: 'Decimal';
	font-weight: 300;
	src: url('../../fonts/Decimal/DecimalLight_normal_normal.woff2') format("woff2"),
		url('../../fonts/Decimal/DecimalLight_normal_normal.woff') format("woff")
}

@font-face {
	font-family: 'Decimal';
	font-weight: 400;
	src: url('../../fonts/Decimal/DecimalBook_normal_normal.woff2') format("woff2"),
		url('../../fonts/Decimal/DecimalBook_normal_normal.woff') format("woff")
}

@font-face {
	font-family: 'Decimal';
	font-weight: 500;
	src: url('../../fonts/Decimal/DecimalMedium_normal_normal.woff2') format("woff2"),
		url('../../fonts/Decimal/DecimalMedium_normal_normal.woff') format("woff")
}

@font-face {
	font-family: 'Decimal-Light';
	src: url('../../fonts/Decimal/DecimalLight_normal_normal.woff2') format("woff2"),
		url('../../fonts/Decimal/DecimalLight_normal_normal.woff') format("woff")
}

@font-face {
	font-family: 'Decimal-Medium';
	src: url('../../fonts/Decimal/DecimalMedium_normal_normal.woff2') format("woff2"),
		url('../../fonts/Decimal/DecimalMedium_normal_normal.woff') format("woff")
}
/*
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); 
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}*/

/* /fonts */

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

:root {
	--bridgestone-font: 'BridgestoneType', 'Noto Sans', Arial;
	--decimal-font: 'Decimal', 'BridgestoneType', 'Noto Sans', Arial
}

html {
	font-family: var(--bridgestone-font);
}

h1,
h2,
h3,
h4,
h5 {
	font-family: var(--decimal-font);
}


.material-symbols-outlined {
	font-variation-settings:
		'FILL' 0,
		'wght' 300,
		'GRAD' 0,
		'opsz' 24
}

.material-symbols-outlined-fill {
  font-variation-settings:
  'FILL' 1,
	'wght' 300,
	'GRAD' 0,
	'opsz' 24
}

.material-symbols-outlined-filled {
	font-variation-settings:
		'FILL' 1,
		'wght' 300,
		'GRAD' 0,
		'opsz' 24
}

.material-symbols-outlined-filled-big {
	font-variation-settings:
		'FILL' 1,
		'wght' 200,
		'GRAD' 0,
		'opsz' 40
}


body {
	font-family: BridgestoneType, Noto Sans, Arial;
}

.icon-block {
	padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.bg_brdgred {
	background-color: #d03825;
}

.bg_brdgwhite {
	background-color: #FFF;
	border-bottom: 2px solid #CBCBCB;
}

nav.bg_brdgwhite ul a {
	color: #000;
}

.text_brdgred {
	color: #d03825;
}

nav {
	-webkit-box-shadow: none;
	box-shadow: none;
}

nav .brand-logo {
	padding: 0 1em;
	background-color: #FFF;
	background: transparent;
}

#page nav .brand-logo {
	margin-top: 0; /* 15px; */
}

.page-footer {
	background-color: #FFF;
	position: relative;
}

.page-footer::before {
	background: #c3c8ca80;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-footer .footer-copyright {
	background-color: #FFF;
	color: #031824;
}

.sidenav .user-view .circle {
	margin: 0 auto;
}

.bg_a {
	background-color: rgba(195, 211, 242, 0.52);
}

.bg_b {
	background-color: rgba(222, 222, 222, 0.58);
}

p.range-field, div.range-field {
	margin-bottom: 0;
	margin-top: 10px;
}

.btn.red,
.btn-large.red,
.btn-small.red {
	background-color: rgb(239, 0, 0) !important;
}

.btn {
	border-radius: 22px;
	text-transform: none;
	font-family: var(--decimal-font);
	
}

.step-actions {
	column-gap: 10px;
}

.step-actions .btn {
	padding: 8px 16px;
    font-size: 1.1em;
    line-height: 100%;
    box-sizing: border-box;
    height: auto;
	display: flex;
    line-height: 1.5em;
    column-gap: 5px;
	border: 2px solid #FF0000;
	background-color: #FF0000;
}

.btn:hover, .btn-other:hover, .btn-deactivated:hover, .btn-next:hover {
	box-shadow: none;
}

.btn-next:hover {
	background-color: #872518;
	border: 2px solid #872518;
}

.btn-prev {
	background-color: #FFFFFF !important;
	border: 2px solid #FF0000 !important;
	color: #000 !important;
}

.btn-prev:hover {
	background-color: #FF0000 !important;
	border: 2px solid #FF0000 !important;
	color: #FFF !important;
}

.btn-other,
.btn-deactivated,
.btn-bridge-default-a {
	background-color: #FD00004D;
	color: #000;
}

.btn-activated {
	background-color: rgb(239, 0, 0) !important;
	color: #FFF !important;
}

.btn-activated:disabled {
	background-color: rgb(239, 0, 0) !important;
	color: #FFF !important;
}

.greyed {
	background-color: #D9D9D9 !important;
	color: #000;
	cursor: not-allowed !important;
}

.greyed:disabled {
	background-color: #D9D9D9 !important;
	color: #000 !important;
	cursor: not-allowed !important;
}

.btn-activated.greyed {
	background-color: rgb(239, 0, 0) !important;
}

.btn-activated.greyed:disabled {
	color: #FFF !important;
}

.btn-full {
	width: 100%;
}

.row.no-marg {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
}

.curr-tyres-holder {
	font-family: var(--decimal-font);
	font-size: 14px;
	font-weight: 325;
	padding: 16px 8px !important;
}

#curr-tyres {
	display: inline;
	font-family: var(--bridgestone-font);
	font-weight: 500;
}

/*****************************************************************************/
/* RANGE */
/*****************************************************************************/
/* Remove default appearance */
.slider-bar input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 8px;
	height: 20px;
	/*background: #ddd;*/
	border-radius: 10px;
	outline: none;
	accent-color: green;
	caret-color: blue;
	/*background-color: rgb(239,239,239);*/
	background: transparent;
	display: block;
	margin: 0;
	width: 100%;
	outline: none;
}

input[type="range"]:focus {
	outline: none;
}

/* Custom track styling */

.slider-bar input[type="range"]::-moz-range-track {
	background: rgb(239, 0, 0);
	border-radius: 10px;
	height: 12px;
}

.slider-bar input[type="range"]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	width: 100%;
	height: 23px;
	color: transparent;
	background: transparent;
	/*background: lightgray;*/
	border-radius: 999px;
	border: none;
	padding: 5px;
	/*background: rgba(239,0,0,0.5);*/
	border: 0px solid rgba(0, 0, 0, 0);
}


.slider-circle input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 8px;
	/*background: #ddd;*/
	border-radius: 10px;
	outline: none;
	accent-color: green;
	caret-color: blue;
	/*background-color: rgb(239,239,239);*/
	background: transparent;
	display: block;
	margin: 0;
	width: 100%;
	outline: none;
	margin-top: 10px;
}

.slider-circle input[type="range"]::-moz-range-track {
	/*background: #ddd;*/
	border-radius: 10px;
	height: 8px;
	background: rgb(239, 0, 0);
}

.slider-circle input[type="range"]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	width: 100%;
	height: 14px;
	color: transparent;
	background: transparent;
	/*background: lightgray;*/
	border-radius: 999px;
	border: none;
	padding: 5px;
	/*background: rgba(239,0,0,0.5);*/
	border: 0px solid rgba(0, 0, 0, 0);
}

/* Custom thumb styling */

.slider-bar input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	top: -20px;
	height: 60px;
	/*width: 20px; */
	width: 6px;
	border-radius: 0;
	/*border: 7px solid #FFF;*/
	background: black;
	position: relative;
	z-index: 2;
	background-color: #000000;
	background: url(https://image.flaticon.com/icons/svg/149/149145.svg) #000000;
	background-size: 43%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	/*box-shadow: 0 0 20px rgba(255,255,255,1);*/
}

.slider-bar input[type="range"]::-moz-range-thumb {
	top: -20px;
	height: 60px;
	/*width: 20px; */
	width: 6px;
	border-radius: 0;
	/*border: 7px solid #FFF;*/
	background: black;
	position: relative;
	z-index: 2;
	background-color: #000000;
	background: url(https://image.flaticon.com/icons/svg/149/149145.svg) #000000;
	background-size: 43%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.slider-bar input[type=range]::-ms-thumb {
	top: -20px;
	height: 60px;
	/*width: 20px; */
	width: 6px;
	border-radius: 0;
	/*border: 7px solid #FFF;*/
	background: black;
	position: relative;
	z-index: 2;
	background-color: #000000;
	background: url(https://image.flaticon.com/icons/svg/149/149145.svg) #000000;
	background-size: 43%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.slider-bar input[type=range]::-webkit-slider-thumb::before {
	content: '+';
	color: '#FFF';
}

.slider-bar input[type=range]+.thumb.active {
	top: -65px !important;
}

.slider-bar input[type=range]+.thumb.active .value {
	color: #FFFFFF;
}

/* Focus effect */

.slider-bar input[type="range"]:focus::-webkit-slider-thumb {
	background: rgb(239, 0, 0);
	border: 0px;
	width: 6px;
}

.slider-bar input[type="range"]:focus::-moz-range-thumb {
	background: rgb(239, 0, 0);
	border: 0px;
	width: 6px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}

/* alternativa per circle (la default) */
.slider-circle input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	top: -4px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FF0000;
	position: relative;
	z-index: 12;
	cursor: pointer;
	/*box-shadow: 0 0 20px rgba(255,255,255,1);*/
}

.slider-circle input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	top: -4px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FF0000;
	position: relative;
	z-index: 12;
	cursor: pointer;
	/*box-shadow: 0 0 20px rgba(255,255,255,1);*/
}

.slider-circle input[type=range]::-ms-thumb {
	-webkit-appearance: none;
	appearance: none;
	top: -4px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FF0000;
	position: relative;
	z-index: 12;
	cursor: pointer;
	/*box-shadow: 0 0 20px rgba(255,255,255,1);*/
}

.slider-circle input[type=range]::-webkit-slider-thumb::before {
	content: '+';
	color: '#FFF';
}

.slider-circle input[type=range]+.thumb.active {
	top: -60px !important;
}

.slider-circle input[type=range]+.thumb.active .value {
	color: #FFFFFF;
}

/* Focus effect */

.slider-circle input[type="range"]:focus::-webkit-slider-thumb {
	background: rgb(239, 0, 0);
	border: 50%;
	width: 20px;
	box-shadow: 0 0 60px rgba(255, 0, 0, 1);
}

.slider-circle input[type="range"]:focus::-moz-range-thumb {
	background: rgb(239, 0, 0);
	border: 50%;
	width: 20px;
	box-shadow: 0 0 60px rgba(255, 0, 0, 1);
}

/*
input[type=range]::-webkit-slider-thumb {
  background-color: rgb(117,117,117);
}
  
input[type=range]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 20px rgba(117,117,117,1);
}
input[type=range]+.thumb{
    background-color: rgb(117,117,117);
}
*/

/*
input[type=range]::-webkit-slider-runnable-track {
  background: red;
}
**/

.col-range {
	position: relative;
}

.ticks {
	position: absolute;
	z-index: 2;
	top: 25px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	padding: 0 0.75rem;
	display: flex;
	justify-content: space-between;
}

.slider-circle .ticks {
	top: 4px; /*19px;*/
}

.tick {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	width: 6px;
	background: rgb(239, 0, 0);
	height: 6px;
	border-radius: 100%;
	line-height: 20px;
	margin-top: -3px;
}

.slider-circle .tick {
	line-height: 10px;
	margin-top: -1px;
	width: 3px;
	height: 3px;
}

.tick.before {
	background: rgb(239, 239, 239);
}

.btnshowval {
	width: 80%;
	background-color: transparent;
	border: 1px solid #707070;
	border-radius: 5px;
	text-align: center;
	padding: 4px;
	color: #707070;
	margin: 0 auto;
}

.btnshowvalType.btnmix1 {
	color: #707070;
	border-color: #707070;
}

.btnshowvalType.btnmix2 {
	color: #000;
	border-color: #000;
}


.btnshowvalType {
	width: 100%;
	background-color: transparent;
	border: 1px solid #707070;
	border-radius: 5px;
	text-align: center;
	padding: 4px;
	color: #707070;
	margin: 0 auto;
	margin-bottom: 6px;
}

.col-rangeType {
	margin-top: 32px;
}

/*****************************************************************************/
/* RANGE WITH DIFFERENT COLOUR */
/*****************************************************************************/
/* Remove default appearance */
.slider-bar .alternate input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 8px;
	height: 20px;
	/*background: #ddd;*/
	border-radius: 10px;
	outline: none;
	accent-color: green;
	caret-color: blue;
	/*background-color: rgb(239,239,239);*/
	background: transparent;
	display: block;
	margin: 0;
	width: 100%;
	outline: none;
}

.alternate input[type="range"]:focus {
	outline: none;
}

/* Custom track styling */

.slider-bar .alternate input[type="range"]::-moz-range-track {
	/*background: #ddd;*/
	border-radius: 10px;
	height: 12px;
}

.slider-bar .alternate input[type="range"]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	width: 100%;
	height: 23px;
	color: transparent;
	background: transparent;
	/*background: lightgray;*/
	border-radius: 999px;
	border: none;
	padding: 5px;
	/*background: rgba(239,0,0,0.5);*/
	border: 0px solid rgba(0, 0, 0, 0);
}


.slider-circle .alternate input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 8px;
	/*background: #ddd;*/
	border-radius: 10px;
	outline: none;
	accent-color: green;
	caret-color: blue;
	/*background-color: rgb(239,239,239);*/
	background: transparent;
	display: block;
	margin: 0;
	width: 100%;
	outline: none;
}

.slider-circle .alternate input[type="range"]::-moz-range-track {
	/*background: #ddd;*/
	border-radius: 10px;
	height: 8px;
}

.slider-circle .alternate input[type="range"]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	width: 100%;
	height: 14px;
	color: transparent;
	background: transparent;
	/*background: lightgray;*/
	border-radius: 999px;
	border: none;
	padding: 5px;
	/*background: rgba(239,0,0,0.5);*/
	border: 0px solid rgba(0, 0, 0, 0);
}

/* Custom thumb styling */

.slider-bar .alternate input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	top: -20px;
	height: 60px;
	/*width: 20px; */
	width: 6px;
	border-radius: 0;
	/*border: 7px solid #FFF;*/
	background: black;
	position: relative;
	z-index: 2;
	background-color: #000000;
	background: url(https://image.flaticon.com/icons/svg/149/149145.svg) #000000;
	background-size: 43%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	/*box-shadow: 0 0 20px rgba(255,255,255,1);*/
}

.slider-bar .alternate input[type="range"]::-moz-range-thumb {
	top: -20px;
	height: 60px;
	/*width: 20px; */
	width: 6px;
	border-radius: 0;
	/*border: 7px solid #FFF;*/
	background: black;
	position: relative;
	z-index: 2;
	background-color: #000000;
	background: url(https://image.flaticon.com/icons/svg/149/149145.svg) #000000;
	background-size: 43%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.slider-bar .alternate input[type=range]::-ms-thumb {
	top: -20px;
	height: 60px;
	/*width: 20px; */
	width: 6px;
	border-radius: 0;
	/*border: 7px solid #FFF;*/
	background: black;
	position: relative;
	z-index: 2;
	background-color: #000000;
	background: url(https://image.flaticon.com/icons/svg/149/149145.svg) #000000;
	background-size: 43%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.slider-bar .alternate input[type=range]::-webkit-slider-thumb::before {
	content: '+';
	color: '#FFF';
}

.slider-bar .alternate input[type=range]+.thumb.active {
	top: -65px !important;
	width: 96px;
	height: 25px;
	padding: 8px;
	border-radius: 16px;
	background-color: #D9D9D9;
}

.slider-bar .alternate input[type=range]+.thumb.active .value {
	color: #FFFFFF;
}

/* Focus effect */

.slider-bar .alternate input[type="range"]:focus::-webkit-slider-thumb {
	background: rgb(239, 0, 0);
	border: 0px;
	width: 6px;
}

.slider-bar .alternate input[type="range"]:focus::-moz-range-thumb {
	background: rgb(239, 0, 0);
	border: 0px;
	width: 6px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}

/* alternativa per circle (la default) */
.slider-circle .alternate input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	top: -4px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FF0000;
	position: relative;
	z-index: 12;
	cursor: pointer;
	/*box-shadow: 0 0 20px rgba(255,255,255,1);*/
}

.slider-circle .alternate input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	top: -4px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FF0000;
	position: relative;
	z-index: 12;
	cursor: pointer;
	/*box-shadow: 0 0 20px rgba(255,255,255,1);*/
}

.slider-circle .alternate input[type=range]::-ms-thumb {
	-webkit-appearance: none;
	appearance: none;
	top: -4px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FF0000;
	position: relative;
	z-index: 12;
	cursor: pointer;
	/*box-shadow: 0 0 20px rgba(255,255,255,1);*/
}

.slider-circle .alternate input[type=range]::-webkit-slider-thumb::before {
	content: '+';
	color: '#FFF';
}

.slider-circle .alternate input[type=range]+.thumb.active {
	top: -40px !important;
	width: 105px !important;
	height: 25px !important;
	margin-left: -36px !important;
	padding: 8px;
	border-radius: 16px;
	background-color: #D9D9D9;
	transform: none;
}

.slider-circle .alternate input[type=range]+.thumb.active .value {
	color: #000;
	transform: none;
	margin-top: -6px;
	margin: -6px auto 0;
	width: 100%;
	font-family: var(--decimal-font);
	font-size: 14px;
}

/* Focus effect */

.slider-circle .alternate input[type="range"]:focus::-webkit-slider-thumb {
	background: rgb(239, 0, 0);
	border: 50%;
	width: 20px;
	box-shadow: 0 0 60px rgba(255, 0, 0, 1);
}

.slider-circle .alternate input[type="range"]:focus::-moz-range-thumb {
	background: rgb(239, 0, 0);
	border: 50%;
	width: 20px;
	box-shadow: 0 0 60px rgba(255, 0, 0, 1);
}

.alternate .ticks {
	position: absolute;
	z-index: 2;
	top: 25px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	padding: 0 0.75rem;
	display: flex;
	justify-content: space-between;
}

.slider-circle .alternate .ticks {
	top: 4px;
}

.alternate .tick {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	width: 6px;
	background: rgb(239, 239, 239);
	height: 6px;
	border-radius: 100%;
	line-height: 20px;
	margin-top: -3px;
}

.slider-circle .alternate .tick {
	line-height: 10px;
	margin-top: -1px;
	width: 3px;
	height: 3px;
}

.alternate .tick.before {
	background: rgb(239, 239, 239);
}

.alternate .btnshowval {
	width: 80%;
	background-color: transparent;
	border: 1px solid #707070;
	border-radius: 5px;
	text-align: center;
	padding: 4px;
	color: #707070;
	margin: 0 auto;
}

/** end range alternate */


/** header **/
.hero-section.withbg {
	/* Full height */
	/*height: 100vh;*/
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-section {
	background: #FFF;
	/*linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #4facfe 100%);*/
	min-height: calc(100vh - 164px);
	position: relative;
	overflow: hidden;
}

.hero-section::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 800"><path d="M250 0L300 0L300 800L200 800C225 600 275 400 250 200C225 100 275 50 250 0Z" fill="rgba(255,255,255,0.1)"/><rect x="260" y="100" width="4" height="40" fill="white" opacity="0.3"/><rect x="270" y="150" width="4" height="40" fill="white" opacity="0.3"/><rect x="260" y="200" width="4" height="40" fill="white" opacity="0.3"/><circle cx="275" cy="300" r="3" fill="white" opacity="0.4"/><circle cx="285" cy="320" r="3" fill="white" opacity="0.4"/><circle cx="275" cy="340" r="3" fill="white" opacity="0.4"/></svg>') no-repeat center;
	background-size: cover;
	opacity: 0.6;
}

.logo {
	position: absolute;
	top: 30px;
	left: 30px;
	background: white;
	padding: 8px 16px;
	border-radius: 4px;
	font-weight: 600;
	color: #333;
	z-index: 10;
}

.main-title {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 1rem;
	font-family: var(--bridgestone-font);
	font-weight: 700;
	font-size: 48px;
	color: #000;
}

.main-title .red-text {
	color: #ff0000;
}

.red-text {
	color: #ff0000 !important;
}


.subtitle {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 3rem;
	opacity: 0.9;
}

.content-wrapper {
	position: relative;
	z-index: 5;
	padding-top: 20px;
}

.row .mypicture {
	position: relative;
	max-height: 575px;
    overflow-y: hidden;
	padding-right: 0;
}

.rowbg {
	position: absolute;
	z-index: 3;
	width: 100%;
	box-sizing: content-box;
}


.row .mypicture::after {
	border-right: 5px solid rgb(255, 0, 0);
	transform: skew(-16deg);
	position: absolute;
	content: "";
	left: -102px;
	top: 0px;
	width: 0px;
	/*height: 100%;
	border-left: 120px solid rgb(255, 255, 255);*/
	height: 72%;
	height: 100%;
    border-left: 202px solid rgb(255, 255, 255);
}

.row .mypicture .mypicture-container {
	width: 100%;
    height: 575px; /*100vh;*/
	display: block;
    background-position: center right;
    background-size: cover;
}

/*************************************************************************************************************************************/

/**************************************************************************************************************************************/

/*** per ombre **/
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
	box-shadow: none;
}
/** per ombre **/

.stepper-container {
	background: rgba(255, 255, 255, 0.95);
	background: #F5F5F5;
	border-radius: 15px;
	padding: 40px;
	margin-top: 2rem;
	font-family: var(--decimal-font);
	/*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);*/
}

.stepper-container label {
	color: #000;
	font-size: 1.1em;

}

/* per stepper horizontal */
ul.stepper.horizontal {
	margin-left: 0;
	box-shadow: none;
}
ul.stepper.horizontal::before {
	box-shadow: none;
}

ul.stepper.horizontal .step {
	background-color: #FFF;
}

ul.stepper.horizontal .step .step-content .container {
	height: calc(100% - 12px);
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}

ul.stepper.horizontal .step .step-content {
	overflow-x: visible;
	overflow-y: visible;
	padding-right: 0;
	top: 100px;
}

ul.stepper.horizontal .step .step-title {
	color: #000;
	font-size: 0.9em;
	text-transform: uppercase;
	max-width: none;
	background-color: #FFF;
	position: relative;
	font-family: var(--decimal-font);
}

ul.stepper.horizontal .step .step-title:first {
	border-radius: 12px 0 0 12px;
}

ul.stepper.horizontal .step .step-title:last-of-type {
	border-radius: 0 12px 12px 0;
}

ul.stepper.horizontal .step .step-content .row {
	border-bottom: 2px solid #d9d9d9; /*1px solid #707070;*/
}

/** titoli e icone dello stepper **/
ul.stepper .step.active .step-title::before,
ul.stepper.horizontal .step.active .step-title::before {
	background-color: #FF0000;
	border: 1px solid #FF0000;
	color: #000000;
}

ul.stepper .step .step-title::before,
ul.stepper.horizontal .step .step-title::before {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: 400;
	font-size: 1.1em;
	left: 22px;
}

ul.stepper .step .step-content .row {
	margin-bottom: 0;
	padding: 0.75rem 0;
}

/* per stili diversificati per step */
/*
ul.stepper .step:nth-child(1) .step-title::before, ul.stepper.horizontal .step:nth-child(1) .step-title::before {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 40;
  border:0 !important;
  content:'counter_1';
}

ul.stepper .step:nth-child(2) .step-title::before, ul.stepper.horizontal .step:nth-child(2) .step-title::before {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 40;
  border: 0 !important;
  content: 'counter_2';
}

ul.stepper .step:nth-child(3) .step-title::before, ul.stepper.horizontal .step:nth-child(3) .step-title::before {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 40;
  border: 0 !important;
  content: 'counter_3';
}

ul.stepper .step:nth-child(4) .step-title::before, ul.stepper.horizontal .step:nth-child(4) .step-title::before {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 40;
  border: 0 !important;
  content: 'counter_4';
}

ul.stepper .step:nth-child(5) .step-title::before, ul.stepper.horizontal .step:nth-child(5) .step-title::before {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 40;
  border: 0 !important;
  content: 'counter_5';
}

ul.stepper .step.active .step-title::before, ul.stepper.horizontal .step.active .step-title::before {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 40;
  background-color: #ffffff !important;
  border: 0 !important;
  color: #ff0000 !important;
}
*/
/** fine stili con symbol nello stepper **/

ul.stepper .step.done .step-title::before,
ul.stepper.horizontal .step.done .step-title::before {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
}

ul.stepper .step:not(:last-of-type)::after {
	background-color: #000;
}

@media only screen and (min-width: 993px) {

	ul.stepper .step.active .step-title::before,
	ul.stepper.horizontal .step.active .step-title::before {
		background-color: #FF0000;
		border: 1px solid #FF0000;
		color: #FFF;
	}

	ul.stepper .step .step-title::before,
	ul.stepper.horizontal .step .step-title::before {
		background-color: transparent;
		border: 1px solid #000;
		color: #000;
	}

	ul.stepper .step.done .step-title::before,
	ul.stepper.horizontal .step.done .step-title::before {
		background-color: #000;
		border: 1px solid #000;
		color: #FFF;
	}

	ul.stepper.horizontal {
		min-height: 900px;
	}

	ul.stepper.horizontal .step:first-of-type {
		border-radius: 12px 0 0 12px;
		padding: 0 0 0 12px !important;
	}

	ul.stepper.horizontal .step:last-of-type {
		border-radius: 0 12px 12px 0;
		padding: 0 12px 0 0 !important;
	}

}

@media only screen and (max-width: 992px) {
	.row.flexy .col-flexy {
		margin-left: auto;
    	max-width: 505px;
    	margin: auto !important;
	}
	.hero-section.withbg {
		background: none;
	}
	nav .brand-logo {
		left: 10%;
	}
}

/** prefix tooltip **/
.input-field .prefix {
	/*margin-top: 3px;*/
	margin-top: -12px;
}

.input-field .prefix span, .step.results .tooltipped span {
	font-size: 1.1em;
	color: #000;
}

/******* input text outlined ******/
.text-outlined {
	--pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 255, 0, 0));
	position: relative;
	display: inline-block;
	/*padding-top: 6px;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;*/
	overflow: hidden;
	vertical-align: middle;
}

/* Input, Textarea */
.text-outlined input,
.text-outlined textarea {
	box-sizing: border-box;
	margin: 0;
	border: solid 1px;
	/* Safari */
	/*border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);*/
	/*border-top-color: transparent;*/
	border-color: #000000;
	border-radius: 8px;
	/*padding: 15px 13px 15px;*/
	width: 250px;
	max-width:100%;
	height: inherit;
	color: #000;
	background-color: #FFF;
	box-shadow: none;
	/* Firefox */
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	caret-color: rgb(var(#707070, 255, 0, 0));
	/*transition: border 0.2s, box-shadow 0.2s;*/
	background-color: #FFF;
	border-color: #707070;
  	color: #707070;
}

.text-outlined input:read-only,
.text-outlined textarea:read-only {
	background-color: transparent;
	color: #707070;
}

.text-outlined input.fulltext,
.text-outlined textarea.fulltext {
	width: 100%;
}

/* Span */
.text-outlined input+span,
.text-outlined textarea+span {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
	width: 100%;
	max-height: 100%;
	color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
	font-size: 75%;
	line-height: 15px;
	cursor: text;
	transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
/*
.text-outlined input+span::before,
.text-outlined input+span::after,
.text-outlined textarea+span::before,
.text-outlined textarea+span::after {
	content: "";
	display: block;
	box-sizing: border-box;
	margin-top: 6px;
	border-top: solid 1px;
	border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
	min-width: 10px;
	height: 8px;
	pointer-events: none;
	box-shadow: inset 0 1px transparent;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.text-outlined input+span::before,
.text-outlined textarea+span::before {
	margin-right: 4px;
	border-left: solid 1px transparent;
	border-radius: 4px 0;
}

.text-outlined input+span::after,
.text-outlined textarea+span::after {
	flex-grow: 1;
	margin-left: 4px;
	border-right: solid 1px transparent;
	border-radius: 0 4px;
}
*/

/* Hover */
.text-outlined:hover input,
.text-outlined:hover textarea {
	/*border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);*/
	/*border-top-color: transparent;*/
}

.text-outlined:hover input+span::before,
.text-outlined:hover textarea+span::before,
.text-outlined:hover input+span::after,
.text-outlined:hover textarea+span::after {
	/* border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87); */
}

.text-outlined:hover input:not(:focus):placeholder-shown,
.text-outlined:hover textarea:not(:focus):placeholder-shown {
	/* border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87); */
}

/* Placeholder-shown */
.text-outlined input:not(:focus):placeholder-shown,
.text-outlined textarea:not(:focus):placeholder-shown {
	/* border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6); */
}

.text-outlined input:not(:focus):placeholder-shown+span,
.text-outlined textarea:not(:focus):placeholder-shown+span {
	/* font-size: inherit;
	line-height: 68px; */
}

.text-outlined input:not(:focus):placeholder-shown+span::before,
.text-outlined textarea:not(:focus):placeholder-shown+span::before,
.text-outlined input:not(:focus):placeholder-shown+span::after,
.text-outlined textarea:not(:focus):placeholder-shown+span::after {
	/*border-top-color: transparent;*/
}

/* Focus */
.text-outlined input:focus,
.text-outlined textarea:focus {
	/*border-color: rgb(var(--pure-material-primary-rgb, 255, 0, 0));*/
	/*border-top-color: transparent;*/
	/*box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
	outline: none;*/
}

.text-outlined input:focus+span,
.text-outlined textarea:focus+span {
	/*color: rgb(var(--pure-material-primary-rgb, 255, 0, 0));*/
}

.text-outlined input:focus+span::before,
.text-outlined input:focus+span::after,
.text-outlined textarea:focus+span::before,
.text-outlined textarea:focus+span::after {
	/*border-top-color: var(--pure-material-safari-helper1) !important;
	box-shadow: inset 0 1px var(--pure-material-safari-helper1);*/
}

/* Disabled */
.text-outlined input:disabled,
.text-outlined input:disabled+span,
.text-outlined textarea:disabled,
.text-outlined textarea:disabled+span {
	/*border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;*/
	/*border-top-color: transparent !important;*/
	/*color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
	pointer-events: none;*/
}

.text-outlined input:disabled+span::before,
.text-outlined input:disabled+span::after,
.text-outlined textarea:disabled+span::before,
.text-outlined textarea:disabled+span::after {
	/*border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;*/
}

.text-outlined input:disabled:placeholder-shown,
.text-outlined input:disabled:placeholder-shown+span,
.text-outlined textarea:disabled:placeholder-shown,
.text-outlined textarea:disabled:placeholder-shown+span {
	/*border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;*/
}

.text-outlined input:disabled:placeholder-shown+span::before,
.text-outlined input:disabled:placeholder-shown+span::after,
.text-outlined textarea:disabled:placeholder-shown+span::before,
.text-outlined textarea:disabled:placeholder-shown+span::after {
	/*border-top-color: transparent !important;*/
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {

		.text-outlined input,
		.text-outlined input+span,
		.text-outlined textarea,
		.text-outlined textarea+span,
		.text-outlined input+span::before,
		.text-outlined input+span::after,
		.text-outlined textarea+span::before,
		.text-outlined textarea+span::after {
			transition-duration: 0.1s;
		}
	}
}

/******* fine input text outlined ****/

.page {
	display: block !important;
	opacity: 1 !important;
	position: relative !important;
}

.truck_outer {
	text-align: center;
	width: 100%;
}

.truck_contain {
	position: relative;
	margin: 10px auto 0;
	width: 150px;
}

.truck_contain .truck_text {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 116px;
	text-align: center;
	text-transform: uppercase;
}

.dropdown-content {
	/*position: static;*/
}

.dropdown-content li>a,
.dropdown-content li>span {
	color: #000;
}

.input-with-option {
	position: relative;
	width: 250px;
}

.input-with-option input {
	padding: 3px 12px 3px 6px;
}

.input-with-option input[type="number"] {
	text-align: right;
	padding-right: 23px;
}

.reset-this {
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
}

.update-this {
	cursor: pointer;
}

/*input {
	border: 1px 
}*/

input:invalid,
select:invalid {
	background-color: #FFF;
	border: 2px solid #ff0000;
}

.select-wrapper input.select-dropdown.error {
	/* background-color: #FF0000; */
	background-color: #FFF;
	border: 1px solid #ff0000;
}

/************ results page ****/

ul.stepper.horizontal .step .step-content .container {
	padding: 0;
}

ul.stepper.horizontal .step .step-content {
	padding-right: 20px;
}

ul.stepper.horizontal .step .step-content .row:last-child {
	border-bottom: 0;
}

ul.stepper.horizontal .step .step-content .row.noborder {
	border-bottom: 0;
	margin-bottom: 16px;
}

.resumetable {
	background-color: #FFF;
	border: 3px solid #FF0000;
	padding: 16px 8px !important;
	font-size: 34px;
	font-family: var(--decimal-font);
	border-radius: 15px;
	font-weight: 300;
}

.resumetable .material-symbols-outlined {
	font-size: 34px;
}

.resumetable .text-red {
	color: #FF0000;
	font-family: var(--bridgestone-font);
	font-size: 40px;
	font-weight: 600;
	text-align: right;
}

.resumetable .text-black {
	color: #000000;
	font-family: var(--bridgestone-font);
	font-size: 40px;
	font-weight: 600;
	text-align: right;
}

.col .row,
.resumetable .col .row {
	margin-left: auto;
	margin-right: auto;
}



.resumeright {
	background-color: #FFF;
	font-family: var(--decimal-font);
	font-size: 24px;
	font-weight: 300;
	padding: 16px 8px !important;
	text-align: right;
	border-radius: 15px;
}

.resumeright .row:first-child {
	padding-bottom: 16px;
}

.resumeright .row:last-child {
	padding-top: 16px;
}

.resumeright span {
	font-family: var(--bridgestone-font);
	font-weight: 500;
	font-size: 30px;
}

.tyre_photos {
	background-color: #FFF;
	padding: 16px 8px !important;
	border-radius: 100px;
	height: 100%;
	/*100px;*/
}

.text-center {
	text-align: center;
}

.tyre-photo_steer, .tyre-photo_drive, .tyre-photo_trailer {
	background-color: #FFF;
    border-radius: 50%;
	padding:30px;
	max-width: 300px;
}

.currentbestsel {
	margin-top: 40px;
}

.best-title {
	text-transform: uppercase;
	text-align: center;
	color: #FF0000;
}

.current-title {
	text-transform: uppercase;
	text-align:center;
}

.row .col.s6.col-bestcurrent {
	padding: 0 30px;
}

.tblsdtcont {
	position: relative;
}

.tblsdtcont .tbllabel {
	font-family: var(--decimal-font);
}

.tblsdtcont:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 2px solid #D9D9D9;
	transform: translate(-50%);
}

.tblsdt {
	font-family: var(--bridgestone-font);
	font-size: 15px;

}

.tblsdt strong {
	font-weight: 700;
}

.tblsdt .row .col:first-child {
	text-align: right;
	vertical-align: middle;
}

.tblsdt .row.rowflex {
	justify-content: center;
	align-items: center;
	display: flex;
	margin-bottom: 0;
}

.tblsdt .row.rowflex .col {
	flex: 1;
}

.movebusiness {
	font-family: var(--decimal-font);
	font-size: 18px;
	font-weight: 350;
	color: #000;
}

.sub-title {
	margin-bottom: 1em;
}

.row .spaced {
	padding-top: 32px;
}

/******** checkbox ****/
.switch label .lever {
	/* rail */
	/*height: 24px;
	width: 40px;*/
	height: 30px;
    width: 49px;
	margin: 0;
}

.switch label input[type=checkbox]:checked+.lever {
	/* rail checked */
	background-color: #FF0000;
}

.switch label .lever:before {
	/* thumb - position */
    background-color: transparent;
}

.switch label .lever:after {
	/* thumb */
	/*height: 18px;*/
	width: 26px;
	height: 26px;
	left: 3px;
    top: 2px;

}

.switch label input[type=checkbox]:checked+.lever:before {
	/* thumb checked */
}

.switch label input[type=checkbox]:checked+.lever:after {
	/* thumb checked */
	background-color: #FFF;
	background-image: url("../../images/check.png") ;
	background-repeat: no-repeat; /* Prevent repetition */
	background-position: center center; /* Position at bottom-right */
	background-size: 60%;
	left: 20px;
}
/** fine checkbox **/

/** tooltip **/
.material-tooltip {
	padding: 16px 8px;
	background-color: #707070;
	color:#fff;
	border-radius: 16px;
	margin-top: -50px;
	margin-left: 56px;
	/*margin-top: -24px;
	margin-left: 224px;*/
	font-family: var(--decimal-font);
	font-size: 12px;
}
/** fine tooltip **/

.disclaimer {
	font-family: var(--decimal-font);
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4em;
	padding: 0 2.1rem !important;
}

.row.flexy {
	display: flex;
	/*height: 100vh;*/
	vertical-align: top;
	align-items: flex-start;
	padding-top: 42px;
}
.row.flexy .col-flexy {
	max-width:505px;
	margin-left: calc(50% - 500px);
}
.row.flexy .col {
	flex-grow: 1;
	align-items: center;
	justify-content: left;
}

.row.flexy img {
	max-width: 314px;
	display: block;
	margin: 0 0 42px;
}

.row.flexy .main-title, .row.flexy .subtitle, .row.flexy .loginform {
	max-width: 350px;
	display: block;
	margin: 0 0 16px;
}

.row.flexy .loginform {
	max-width:314px;
}

.row.flexy .loginform .secondary-access {
	width:75%;
	font-family: var(--decimal-font);
	font-size:14px;
	font-weight: 325;
	line-height: 1.25em;
	color: #707070;
	position:relative;
  	position: relative;
	text-align:center;
	margin: 0 auto;
}

.row.flexy .loginform .secondary-access span {
	background: #FFF;
  	z-index: 2;
	position:relative;
	padding: 0 8px;
}

.row.flexy .loginform .secondary-access::before {
    content: '';
	position: absolute;
	display: block;
	top: 50%;
	height: 1px;
	width: 100%;
	background: #707070;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.row.flexy .loginform .login-remember, .row.flexy .loginform label {
	display: none;
}

.row.flexy .loginform p {
	width: 100%;
}
.row.flexy .loginform input {
	width: 100%;
	text-align: center;
}

.row.flexy .loginform .login-submit {

}

.row.flexy .loginform .login-submit input[type="submit"] {
	background-color:#FFF;
	border-color: #FF0000;
	color: #000;
	width:314px;
	border-radius:26px;
	padding: 8px 16px;
}

.row.flexy .main-title {
	font-family: var(--bridgestone-font);
	font-weight: 700;
	font-size: 48px;
	color: #000;
}

.row.flexy .subtitle {
	font-family: var(--decimal-font);
	font-size: 14px;
	font-weight: 300;
	color:#000;
}

.step.results .subtitle {
	margin-bottom: 1rem;
    margin-top: 1rem;
	color:#000;
	font-size:1.3em;
}

/***** WPO 365 button home page ***/
.row.flexy .wpo365-mssignin-wrapper {
	align-items: start;
	padding-left:0;
}

.row.flexy .wpo365-mssignin-spacearound {
	max-width:314px;
}

.row.flexy .wpo365-mssignin-button {
	background: #FF0000;
    border-radius: 32px;
    height: 40px;
    width: 100%;
	border-color:#FF0000;
	padding: 8px 16px;
}

.row.flexy .wpo365-mssignin-logo .material-symbols-outlined-fill {
	color:#FFFFFF;
	font-size: 24px;
    margin-top: -2px;
}

.row.flexy .wpo365-mssignin-label {
	color: #FFF;
    font-family: var(--decimal-font);
    font-weight: 350;
    font-size: 16px;
}
/***** WPO 365 button home page ***/

/** miniorange button wp-login **/
.mo_oauth_login_button {
	background: #FF0000;
    border-radius: 32px;
    height: 40px;
    width: 100%;
	border-color:#FF0000;
	padding: 8px 16px;
}


/** miniorange button wp-login **/

footer {
	/*position: absolute;*/
	bottom:0;
	left:0;
	width: 100%;
	background-color: #FFFFFF;
	height: 100px;
	border-top: 1px solid #707070;
}

footer .site-info {
	display: flex;
    align-items: center;
	width: 90%;
	margin: 0 auto;
    justify-content: space-between; /* space-around; */
	height: 100%;
	padding: 0 15px;
	/*padding: 0 1.5rem;*/
}

footer .site-info .left-hand {
	display: flex;
    align-items: center;
    align-content: center;
	column-gap: 25px;
}

.row.flexy footer .site-info .left-hand img {
	display: flex;
	margin-bottom: 0;
	margin-right:16px;
}

footer .site-info .left-hand span {
	display: flex;
	font-family: var(--decimal-font);
	font-weight: 400;
	font-size:12px;
	color:#000;
}

.nav_footer ul {
	text-align: center;
  	padding: 0;
	margin:0;
}

.nav_footer ul li {
	display: inline;
	font-family: var(--decimal-font);
	font-weight: 400;
	font-size:14px;
	color:#000;
	text-decoration: none;
}

.nav_footer ul li a {
	color: #000;
}

.nav_footer ul li::after {
	content: " ";
	word-spacing: 1em;
	background-image: linear-gradient(
		0.25turn,
		transparent 0 calc(50% - 0.03em),
		currentcolor 0 calc(50% + 0.08em),
		transparent 0
	);
}

.modal {
	max-width: 700px;
	border: 3px solid #FF0000;
	background-color: #F5F5F5;
	border-radius: 32px;
}

.modal-content h4 {
	font-family: var(--decimal-font);
	font-weight: 350;
	font-size: 18px;
	padding: 16px 8px;
	text-align:center;
}

.modal-content p {
	font-family: var(--decimal-font);
	font-weight: 325;
	font-size: 14px;
	line-height: 1.25em;
	padding: 0 8px;
	text-align: center;
}

.modal-content .container {
	width: 100% !important;
	color: #707070;
}

.modal-content .container p {
	text-align: left;
	margin-bottom: 0;
}

.modal-content .input-field {
	margin-top:0;
	margin-bottom:0;
}

.modal-content .input-with-option {
	width: 100%;	
}

.modal-content .text-outlined input, .modal-content .text-outlined textarea {
	width: 100%;
}

.modal-content .text-outlined textarea  {
	height: 10em;
}

.modal .btn {
	color: #FFFFFF;
	font-family: var(--decimal-font);
	font-size: 16px;
	line-height: 16px;
	font-weight: 350;
}

.modal .btn span {
	line-height: 16px;
	font-size: 16px;
}

.modal .btn-white {
	background-color: #FFFFFF;
	color: #000000;
}

.modal .switch label .lever:after {
	left: -1px;
	top: -5px;
}

.site {
	position: relative;
}

.avgkm_row {
	padding-top: 8px;
	padding-bottom: 8px;
}

.price_row {
	padding-top: 8px;
	padding-bottom: 8px;
}

ul.stepper .step.active .step-content {
	height: auto !important;
}

.debugarea {
	display: none;
	border: 2px solid #707070;
    background-color: #ccc;
    font-size: 12px;
	font-weight: 200;
    font-family: var(--decimal-font);
    padding: 16px 8px;
}

.loader {
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #70707080;
	text-align:center;
	z-index: 5;
	padding-top: calc(50% - 48px);
}

.loader .material-symbols-outlined {
	font-size: 192px;
	color:#FF0000;
	position: fixed;
	top: 45%;
}

.loaderSend {
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #70707080;
	text-align:center;
	z-index: 5;
	padding-top: calc(50% - 48px);
}

.loaderSend .cont {
	background-color: #FFFFFF;
}

.loaderSend .material-symbols-outlined {
	font-size: 128px;
	color:#FF0000;
	position: fixed;
	top: 45%;
}

.loaderSend p {
	position: fixed;
    top: 70%;
    text-align: center;
    width: 100%;
    color: #FF0000;
    font-size: 1.4em;
}

.spinner {
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.beta-dialog {
	color: #FF0000;
	font-size:12px;
}

.page footer {
	bottom: -10.5em;
}

.result_retread {
	padding: 16px;
	background-color: #FFF;
	border-radius: 16px;
	text-align: right;
}

.result_retread .result_title {
	font-size: 1.2em;
	font-family: var(--decimal-font);
    font-size: 24px;
    font-weight: 300;
}

.result_retread .result_value {
	font-family: var(--bridgestone-font);
	/*font-size: 1.3em;
	font-weight: 700;*/
	font-weight: 500;
    font-size: 30px;
}

.infotext {
	padding: 13px;
}

/** top: navigation and currency **/
nav.bg_brdgwhite ul .currency-trigger, nav.bg_brdgwhite ul .language-trigger {
	display: flex;
	height: 100%;
	max-height: 64px;
	padding: 0 8px;
}

.currency-trigger .material-icons, .language-trigger .material-icons {
	display : inline-flex;
}

.currency-trigger span, .language-trigger span {
	display: inline-flex;
    height: 100%;
    line-height: 64px;
    /* margin-top: -48px; */
    box-sizing: border-box;
    font-size: 18px;
    padding: 0;
    /* margin: -4px; */
	margin-left: 6px;
	font-family: var(--decimal-font);
	font-weight: 300;
	font-size:12px;
}

.language-selector {
	display: block;
    position: fixed;
    top: 78px;
    right: 302px;
    width: 132px;
    z-index: 200;
    background-color: #ffffff;
	border:1px solid #000000;
	color: #000000;
	padding: 8px 16px;
	border-radius: 16px;
}
.currency-selector {
	display: block;
    position: fixed;
    top: 78px;
    right: 245px;
    width: 92px;
    z-index: 200;
    background-color: #ffffff;
	border:1px solid #000000;
	color: #000000;
	padding: 8px 16px;
	border-radius: 16px;
	font-family: var(--decimal-font);
	font-size: 12px;
}
.language-selector .row, .currency-selector .row {
	margin-bottom:0;
}
.language-selector .col, .currency-selector .col {
	line-height: 32px;
}

.language-selector .col span, .currency-selector .col span {
	margin-right: 8px;
}

.language-selector .col a, .currency-selector .col a {
	color:#000;
}


@media only screen and (min-width: 993px) {
    .container {
		max-width: none;
		width: 90%;
	}
}

/** prefooter **/
.prefooter {
    width: 100%;
	border-top: 1px solid #707070;
	/*border-bottom: 1px solid #707070;*/
	background-color: #F5F5F5;
	margin-top: 4rem;
}

.prefooter .precontainer {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 0 50px;
	padding: 16px 1.5rem;
    margin: 0 auto;
    width: 90%;
	
}

.prefooter h4 {
	border-bottom: 2px solid #707070;
  	padding: 0 0 0.5rem 0;
	font-family: var(--bridgestone-font);
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 400;
	color: #707070;
}

.prefooter ul {
	display: flex; /* Use flexbox layout */
	justify-content: flex-start;
	align-self: flex-start;
	list-style: none; /* Remove default list styling */
	padding: 0; /* Remove default padding */
	gap: 16px;
	margin: 1rem 0;
}

.prefooter ul li {
}

.prefooter ul li a {
	color: #000000;
	font-family: var(--bridgestone-font);
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 300;
	letter-spacing: 0.5px;
}
/** / prefooter **/

.row .col.s6 {
	padding: 0.75rem 0;
}

.fuellabelcont {
	padding: 0 0.75rem;
}

.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.select-wrapper input.select-dropdown {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #d9d9d9;
}

.select-wrapper {
	margin-right: 30px;
}

select {
	display: block;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	/*line-height: 3rem;*/
	height: 4rem;
  	width: 100%;
  	font-size: 1.1em;
  	margin: 0 5px 0;
	padding: 10px;
	border-radius: 0;
	background: transparent;
	margin-right: 10px;
	font-family: var(--decimal-font);
	font-weight: 400;
}

.row-trucks .col-truck {
	padding-right: 0 20px 0 0;
}

.tab_rethread .first_row {
	font-size: 1.1em;
}

.modal .modal-footer .btn {
	margin-left: 10px;
}

.bgimage.row .col.s6 {
	padding: 0.75em 2.2em;
}

#logo-container img {
	width: 210px;
	max-height: 100%;
}

.modal {
  border-radius: 14px;
}


.modal-content h4 {
  font-weight: 500;
}

#modalresult .success, #modalresult .fail {
	text-align:center;
}

#modalresult .fail .material-symbols-outlined {
	font-size: 52px;
}

.loaderSend img {
	position: fixed;
	top:50%;
}