.ms-choice {
	margin: 0;
	border: 1px solid #dadce0;
	color: #333;
	padding: 0.9rem 0rem 1.2rem 0rem;
	border-radius: 6px;
}

.ms-drop {
	color: #333;
	border: 1px solid #dadce0;
	min-width: 99%;
	width: 99.6% !important;
	margin-top: -4px;
	z-index: 10;
	border-radius: 0 0 6px 6px;
}

.ms-choice>span {
	padding-top: .2rem;
	padding-left: .6rem;
}

.ms-parent {
	margin: 0;
	width: 100% !important;
	min-width: 7rem;
}

.selectize-input {
	width: 100%;
}

.selectize-input.dropdown-active {
	border-radius: 6px 6px 0 0;
}

.selectize-input {
	border-radius: 6px;
}

.selectize-dropdown {
	border: 1px solid #dadce0;
	border-radius: 0 0 6px 6px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
	color: #333;
	font-size: inherit;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
	border: 1px solid #dadce0;
}

.selectize-dropdown {
	box-shadow: 0 0 20px rgba(34, 36, 38, .20);
}

.selectize-control.single .selectize-input {
	box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
	background-color: #fff;
	background-image: none;
	background-repeat: unset;
}

.selectize-control.multi .selectize-input [data-value] {
	border-radius: 6px;
}
@media only screen and (max-width: 430px) {
	.ms-drop ul {
		font-size: .8rem;
	}

	.ms-choice {
		padding: .9rem 0rem;
	}

	.ms-choice>span {
		padding-left: .4rem;
	}
}