.sqBatterySelector,
.sqBatterySelector * {
	box-sizing: border-box;
}

.sqBatterySelector {
	position: relative;
	width: 100%;
	max-width: none;
	font-family: "Poppins", sans-serif;
}

.sqBatterySelector ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
}

.sqBatterySelector ::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: #cbced8;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 9999px;
	min-height: 100px;
}

#root .module-panel .sqBatterySelector {
	display: block;
	margin-bottom: 0px;
	width: 100%;
}

.sqbs-required-proxy {
	background: transparent;
	border: 0;
	height: 55px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.sqbs-trigger {
	align-items: center;
	background: #fff;
	border: 1px solid var(--santas, #b8bed0);
	border-radius: 3px;
	color: #434d70;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	justify-content: space-between;
	min-height: 55px;
	padding: 15px 55px 15px 20px;
	position: relative;
	text-align: left;
	width: 100%;
}

.form-calculator .sqBatterySelector button:before {
	content: none;
	display: none;
}

.sqbs-trigger:focus-visible,
.sqbs-brand-btn:focus-visible,
.sqbs-model-btn:focus-visible {
	outline: 2px solid rgba(1, 208, 117, 0.35);
}

.sqbs-search:focus-visible {
	outline: none;
}

.sqbs-display {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sqbs-placeholder {
	color: #7d849d;
}

.sqbs-arrow {
	border: 2.5px solid var(--coal);
	border-right-color: transparent;
	border-top-color: transparent;
	display: block;
	flex: 0 0 auto;
	height: 10px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 20px;
	transform: rotate(-45deg);
	transition: transform 0.15s ease;
	width: 10px;
	z-index: 2;
}

.sqbs-open .sqbs-arrow {
	top: 25px;
	transform: rotate(-225deg);
}

.sqbs-panel {
	background: #fff;
	border: 1.5px solid #cbced8;
	border-radius: 5px;
	box-shadow: 0 14px 30px rgba(67, 77, 112, 0.18);
	display: block;
	font-size: 14px;
	left: 0;
	margin-top: 6px;
	max-height: 300px;
	overflow: visible;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 99999;
}

.sqbs-search-wrap {
	background: #fff;
	display: block;
	overflow: hidden;
	position: relative;
}

@font-face {
	font-family: 'idpw';
	src: url('/css/sqdropdown/icomoon.woff2') format('woff2'), url('/css/sqdropdown/icomoon.woff') format('woff');
	font-display: swap;
}

.sqBatterySelector .icon-search:before {
	content: "\e900" !important;
	font-family: 'idpw' !important;
	position: absolute;
	z-index: 9999;
	top: 12px;
	left: 14px;
}

.sqBatterySelector .sqbs-search {
	background-color: #fff;
	border: 1.5px solid #cbced8;
	border-radius: 5px;
	box-shadow: none;
	color: #434d70;
	float: none;
	font-size: 16px;
	height: 24px;
	margin: 4px;
	margin-bottom: 0;
	outline: none;
	padding: 15px 24px 15px 32px;
	user-select: none;
	width: calc(100% - 7px);
}

.sqbs-brands,
.sqbs-models {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sqbs-brands {
	clear: both;
	display: block;
	margin-bottom: 0;
	max-height: 250px;
	overflow: auto;
	padding-top: 10px;
	width: 100%;
}

.sqbs-brands::after {
	background-color: #eee;
	border-radius: 20px;
	bottom: 20px;
	content: "";
	display: block;
	margin-top: 10px;
	pointer-events: none;
	position: absolute;
	right: 13px;
	top: 50px;
	width: 4px;
	z-index: -1;
}

.sqbs-brand,
.sqbs-model {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sqbs-brand-btn,
.sqbs-model-btn {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 5px;
	color: #434d70;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	justify-content: flex-start;
	line-height: 1.3;
	min-height: 44px;
	padding: 10px 12px;
	text-align: left;
	width: 100%;
}

.sqbs-has-flyout > .sqbs-brand-btn {
	justify-content: space-between;
}

.sqbs-brand-btn:hover,
.sqbs-model-btn:hover {
	background: #f5f7fb;
}

.sqbs-chevron {
	border-right: 1.5px solid var(--coal);
	border-top: 1.5px solid var(--coal);
	display: block;
	flex: 0 0 auto;
	height: 8px;
	margin-left: 12px;
	transform: rotate(45deg);
	transition: transform 0.15s ease;
	width: 8px;
}

.sqbs-open > .sqbs-brand-btn .sqbs-chevron {
	transform: rotate(135deg);
}

.sqbs-models {
	border-left: 0;
	display: block;
	margin: 0 0 6px 14px;
	padding-left: 8px;
}

.sqbs-model-btn {
	color: #434d70;
	padding-left: 14px;
}

.sqbs-special {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.sqbs-brand[hidden],
.sqbs-model[hidden],
.sqbs-panel[hidden],
.sqbs-models[hidden] {
	display: none;
}

@media (max-width: 640px) {
	.sqBatterySelector {
		max-width: none;
		width: 100%;
	}

	#root .form-calculator .module-panel > .sqBatterySelector {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.sqbs-panel {
		max-height: min(70vh, 460px);
	}

	.sqbs-brand-btn,
	.sqbs-model-btn {
		font-size: 14px;
		min-height: 48px;
	}

	.sqbs-models {
		background: transparent;
		border: 0;
		border-radius: 0;
		margin: 0 0 8px;
		padding: 0 0 0 8px;
	}
}
