img {
  max-width: 100%;
  height: auto;
}
.shepherd-element {
	background: #fff;
	z-index: 9999;
	padding: 20px;
}
.shepherd-element header {
	background: none;
	margin: 0;
	padding: 0px 0px 10px;
	display: flex;
	justify-content: space-between;
}
.shepherd-element h3 {
	font-size: 16px;
	display: block;
	position: relative;
}
.shepherd-cancel-icon {
	margin-left: 30px;
	border: 1px solid #999;
	font-size: 20px;
	padding: 5px;
	border-radius: 50px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}
.shepherd-footer {
	margin-top: 10px;
    margin-bottom: 0px;
    text-align: right;
    padding-bottom: 25px;
    padding-top: 20px;
}
.shepherd-footer button {
	border: 1px solid #211fc8 !important;
	color: #211fc8;
	padding: 5px 20px 3px;
	font-size: 12px;
}
.shepherd-footer button:hover {
	background: #211fc8;
	color: #fff;
}
.tour-progress {
	font-size: 10px;
}
.shepherd-content {
	max-width: 300px;
}
.navbar-brand .site-logo {
  width: 130px;
  background-repeat: no-repeat;
  background-image: url(/themes/custom/tttech/image/TTTech_Auto_Logo_White_Digital.png);
}
.overview-block a:nth-child(4) {
  display: none !important;
}
.overview-block {
  grid-template-columns: repeat(3, 1fr);
}

.accordion-collapse .fld-has-update > .accordion-header:after {
	width: 36px;
	height: 36px;
	position: absolute;
	background-image: url(/themes/custom/tttech/image/overview-h2.png);
	content: "";
	background-size: 36px;
	background-repeat: no-repeat;
	margin-left:auto;
	right: 60px;
	z-index: 9;
	margin-top: -33px;
}
  
.product-file-name.has-update:after {
	width: 48px;
	height: 48px;
	position: absolute;
	background-image: url(/themes/custom/tttech/image/overview-h2.png);
	content: "";
	background-size: 48px;
	background-repeat: no-repeat;
	margin-left:auto;
	z-index: 9;
	margin-top: -5px;
	right: 30%;
}

.path-overview .messages__wrapper .messages--error {
	display: none;
}