.reference-info__thumb .img-absolute {
	top: 30px;
    bottom: 30px;
}
.dealer__wrapper {
  height: 100%;
  position: relative;
}
#city_checkboxes .js-filter-list{
	overflow: hidden;
	padding-right: 30px;
}
#city_checkboxes .list{
	max-height: 490px;
	background: white;
	overflow: hidden;
	overflow-y: auto;
}
#city_checkboxes .list::-webkit-scrollbar {
    width: 10px;
    top: 10px;
}
#city_checkboxes .list::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 20px;
}
#city_checkboxes .list::-webkit-scrollbar-thumb {
    
    border-radius: 20px;
    background-color: lightgrey;
}
#city_checkboxes .alphabet{
	position: absolute;
	top: 15px;
	right: 10px;
}
#city_checkboxes .alphabet span{
	display: block;
	text-align: center;
	color: lightgrey;
	font-size: 12px;
}
#city_checkboxes .alphabet span.active{
	color: var(--bwt-dark-blue);
	transition: .4s;
	cursor: pointer;
}
#city_checkboxes .alphabet span.active:hover{
	color: var(--bwt-pink);
}
#city_checkboxes .city_search input{
	max-width: 90%;
	margin-bottom: 10px;
	font-size: 12px;
}