* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 14px;
}

body {
	font-family: "Rubik", sans-serif;
	/* background-color: #ebebee; */
	background-color: #fff;
	color: #333;
}

ul {
	margin: 0;
	padding: 0;
}

.error-page h1{
    font-size: 10rem;
    color: #059492;
}

.error-page h2{
    font-size: 3rem;
    color: #059492;
}

.error-page a{
    color: #000;
    font-size: 2rem;
    margin-top: 20px;
    display: block;
}

/* PRODUZENO */
.swal2-html-container {
	padding: 0 !important;
}

.header-line {
	background-color: #1cae9a;
	height: 50px;
	width: 100%;
}

.guarantee-wrapper {
	padding: 50px 0;
	margin: 0 auto;
	max-width: 900px;
}

.title-start {
	margin-bottom: 30px;
}

.btn-brand{
	padding: 25px;
	border: 1px solid #dbdbdb;
	border-radius: 0;	
}

.btn-brand img {
	max-width: 125px;
}

.btn-brand:hover {
	border: 1px solid #dbdbdb;
}

.btn-brand:hover img {
	opacity: .5;
}

.guarantee-form {
	padding: 30px;
	border: 1px solid #dbdbdb;
}

.guarantee-form-buttons {
	padding: 15px 0 0;
	display: flex;
}

.user-form {
	padding: 0;
}

.user-form label {
	margin-bottom: 5px;
}

.section-title {
	margin-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}

.section-title h3 {
	margin-bottom: 22px;
}

.section-title h3 img {
	max-width: 125px;
	border: 1px solid #dbdbdb;
	padding: 0 15px;
	margin-right: 15px;
}

.form-title h5 {
	margin-bottom: 5px;
}

.btn-secondary-link {
	text-decoration: underline;
	opacity: .5;
	text-underline-offset: 3.5px;
}

.btn-primary-light {
	background-color: #4c94d7;
	color: #fff;
}

.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active,
.btn-primary-light:visited,
.btn-primary-light:focus-visible {
	background-color: #3b7bbd;
	color: #fff;
}

.btn-primary-light:hover {
	opacity: .75;
}

.text-primary-light {
	color: #3b7bbd;
}

.btn-success-light {
	background-color: #1cae9a;
	color: #fff;
}

.modal-body h2 {
	color: #333;
}

.btn-success-light:hover,
.btn-success-light:focus,
.btn-success-light:active,
.btn-success-light.active,
.btn-success-light:visited,
.btn-success-light:focus-visible {
	background-color: #1cae9a;
	color: #fff;
}

.btn-success-light:hover {
	opacity: .75;
}

.text-success-light {
	color: #1cae9a;
}

.added-items {
	padding: 20px 0 10px;
}

.added-items h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.added-items h5 .material-symbols-rounded {
	cursor: pointer;
	color: #dc3545;
}

.added-items h5 strong {
	font-weight: 700;
}

.added-items h5:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.second-inner-step {
	display: none;
}

.warranty-info-item {
    border: 1px solid #dee2e6;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    min-height: 40px;
    display: flex;
    align-items: center; /* Vertically centers the items on the line */
    flex-wrap: wrap; /* Allows text to wrap on smaller screens */
}
.guarantee-wrapper ul, .guarantee-wrapper ol {
    padding-left: 2em;
}
.warranty-info-item .label {
    font-size: 1rem;
    font-weight: bold;
    color: #6c757d;
    margin-right: 0.5rem; /* Adds space between the label and the value */
}
.warranty-info-item .value {
    font-size: 1rem;
}
.logo {
    max-height: 80px;
    margin-bottom: 20px;
    float: left;
}
.warranty-img {
    max-height: 200px;
}

@media screen and (max-width: 768px) {
	h4 {
		font-size: 1.25rem;
	}

	h3 {
		font-size: 1.25rem;
	}

	.guarantee-wrapper {
		padding: 30px 20px;
	}

	.guarantee-form {
		padding: 20px;
	}

	.guarantee-form-buttons {}

	.guarantee-form-buttons button {
		width: 100%;
		margin-bottom: 10px;
	}
}