.st-multiselect-holder {
	height: 100%;
}

.st-unselected, .st-select-button-wrapper, .st-selected {

}

.st-unselected {
	width: 100%;
	background-color: #C2C4C6;
    color: #535456;
}

.st-select-button-wrapper {
	width: 100%;
	display: inline-block;
	vertical-align: top;
    text-align: center;
    margin: 8px 0;
}

.st-select-button-wrapper button {
	width: 20%;
}

.st-select-button-wrapper span {
	font-size: 22px;
}

.st-selected, .st-unselected{
	width: 100% !important;
	max-height: 104px;
	overflow: auto;
}

select.form-control {
	padding: 0;
}

.st-unselected.form-control:focus {
	background-color: #C2C4C6;
    color: #535456;
}

option:checked {
	 background: linear-gradient(90deg, rgba(37,172,239,1) 100%, rgba(37,172,239,1) 100%);
}


.st-multiselect-holder ::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.st-multiselect-holder ::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.st-multiselect-holder ::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #929292;
}
