


.oppettiderTable{
	margin-top: 10px !important;
	margin-left: -11px !important;
}

.oppettiderTable tr td{
	padding: 0;
	padding-right: 30px;
	padding-left: 10px;
	vertical-align: top;
	border-left: 3px solid #f0f0f0 !important;
}

.dimmer{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	/*background: #a5acb0;*/
	background: #f0f0f0;
	z-index: 9999;
	animation: fadein 0.25s ease forwards;
}

@keyframes fadein {
  from {opacity: 0;}
  to {opacity: : 1;}
}

.dimmer img{ /* <------- TEMP */
	animation: imgtemp 0.5s ease 0.25s forwards;
	opacity: 0;
	position: relative; display: block; width: 1000px; left: 50%; top: 50%; margin-left: -500px; margin-top: -250px;
	border: 50px solid #fff;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.05)
}
	
@keyframes imgtemp {
  from {transform: translateY(70px); opacity: 0;}
  to {transform: translateY(0px); opacity: 1;}
}


#contactFormLB{
	position: fixed;
	display: block;
	top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%);
	width: 1000px;
	height: 1000px;
	background: #fff;
	z-index: 999999;
	max-height: calc(100% - 200px);
	overflow-y: auto;
}


#imbox-form{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 50px;
	max-height: calc(100% - 150px);
	overflow: auto !important;
}

#embedded-imbox-form{
	position: relative;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}

#imbox-form #root{
	padding: 30px !important;
}



.fullstandigavillkorBtn{
	color: #233069;
	font-weight: bold;
	text-decoration: underline;
}

.fullstandigaVillkor{
	display: none;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}







/* Verkstad */

.dv-volvo, .dv-renault, .dv-dacia, .dv-hyundai, .dv-polestar{
	display: none;
}

.invisibleUntilHover{
	opacity: 0;
	transition: all 0.5s ease;
}

.invisibleUntilHover:hover{
	opacity: 1;
}

#dv-brandSelect .dv-selectedBrand{
	position: relative;
	display: block;
	padding: 30px;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	width: 100%;
	background: #f7f7f7;
}

#dv-brandSelect .dv-selectedBrand:hover{
	background: #f0f0f0;
}

#dv-brandSelect .dv-selectedBrand .arrow{
	position: absolute;
	display: inline-block;
	right: 30px;
	top: 50%;
	width: 16px;
	margin-top: -8px;
	transition: all 0.3s ease;
	transform-origin: center center;
}

#dv-brandSelect .optionsDropdown{
	height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
}
#dv-brandSelect .option{
	background: #f7f7f7;
	padding: 5px 30px 5px 30px;
	box-sizing: border-box;
	width: 100%;
}

#dv-brandSelect .option:hover{
	background: #f0f0f0;
}




.tabsContainer .tabsWrapper{
	position: relative;
	display: flex; /* Use flexbox */
	width: auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.tabsContainer .tabsWrapper .tab{
	background: #fff;
	position: relative;
	display: inline-block;
	margin: 0;
	white-space: nowrap;
	padding: 5px 10px;
	box-sizing: border-box;
	flex: 1; /* Distribute available space equally */
	text-align: center; /* Center the text within each tab */
	cursor: pointer;
}

.tabsContainer .tabsWrapper .tab.active{
	background: #233069;
	color: #fff;
	font-weight: bold;
}

.tabsContainer .tabContent{
	display: none;
}

.tabsContainer .tabContent.active{
	display: block;
}









.compareTableMob{
	background: #f7f7f7;
	padding: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}







