.dropdown{
	margin-bottom: 15px;
}

.btn-dropdown{
	background: #fff;
	border: 2px solid #cacfdb;
	border-radius: 8px;
	color: #43354e;
	font-size: 16px;
	padding: 17px 0 18px 99px;
	width: 100%;
	position: relative;
	text-align: left;
}

button#dropdownMenuButton:active{
	background-image: none; 
}

button#dropdownMenuButton:focus{
	box-shadow: none;
}

.dropdown-box{
	background: #cad1e2;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 69px;
}

.down-caret{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}

.dropdown-toggle::after{
	content: none;
}

.dropdown-menu.show{
	width: 100%;
}

.dropdown-menu{
	border: 2px solid #cacfdb;
	padding: 0;
}

.dropdown-item{
	font-size: 16px;
	padding: 14px 0 14px 80px;
	cursor: pointer;
}
