.multiselect-wrapper {
	/* width: 30%; */
	/* display: inline-block; */
	/*white-space: nowrap;*/
	margin: 0 10px;
}

.multiselect-wrapper .multiselect-input {
	/* width: 100%; */
	/*padding-right: 50px;*/
}

.multiselect-wrapper label {
	/*display: block;
	font-size: 12px;
	font-weight : 600;*/
	/* display: block; */
	display: flex;
	align-items: center;
	font-weight: 500;
	text-transform: none;
	/* max-width: 170px; */
	/* font-family: 'GT Ember'; */
	/* font-size: 14px; */
}

.multiselect-wrapper .multiselect-list {
	z-index: 1;
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid #eeeeee;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-top: -2px;
}

.multiselect-wrapper .multiselect-list.active {
	display: block;
	    z-index: 9;
}

.multiselect-wrapper .multiselect-list > span {
	font-weight: bold;
}

.multiselect-wrapper .multiselect-list .multiselect-checkbox {
	margin-right: 5px;
}

.multiselect-wrapper .multiselect-list > span,
.multiselect-wrapper .multiselect-list li {
	cursor: default;
}

.multiselect-wrapper .multiselect-list {
	padding: 5px;
	min-width: 300px;
}

.multiselect-wrapper ul {
	list-style: none;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.multiselect-wrapper ul li {
	padding-right: 20px;
	display: block;
}

/*.multiselect-wrapper ul li.active {
	background-color: rgb(0, 102, 255);
	color: white;
}*/

/*.multiselect-wrapper ul li:hover {
	background-color: rgb(0, 102, 255);
	color: white;
}*/

.multiselect-input-div {
	/* height: 58px; */
}

.multiselect-input-div input{
	/*border: 1px solid #ababab;
	background : #fff;
	margin: 5px 0 6px 0;
	padding: 5px;
	vertical-align:middle;*/
	border: 1px solid #eeeeee;
	background: #fff;
	/* margin: 5px 0 6px 0; */
	vertical-align: middle;
	padding: 1rem .875rem;
	/* line-height: 1; */
	border-radius: 0;
	font-family: inherit;
	min-width: 300px;
	/* font-family: 'GT Ember'; */
	border-radius: 5px;
	padding: .5rem 1rem;
}

.multiselect-count {
	position: relative;
	text-align: center;
	border-radius: 2px;
	background-color: lightblue;
	display: inline-block !important;
	padding: 1rem 7px;
	left: -20px;
}

.multiselect-wrapper.disabled .multiselect-dropdown-arrow {
	border-top: 5px solid lightgray;
}

.multiselect-wrapper.disabled .multiselect-count {
	background-color: lightgray;
}

.multiselect-dropdown-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	position: absolute;
	/* line-height: 40px; */
	text-align: center;
	display: inline-block !important;
	margin-top: 19px;
	cursor: pointer;
	margin-left: -20px !important;
}
.total_selected_leagues span {
    width: auto;
    line-height: inherit;
}
.multiselect-list > span{
    background: #e02f2f;
    text-align: center;
    padding: 8px 0 3px;
    border-radius: 2px;
    cursor: pointer !important;
}
.multiselect-list > span label{
    cursor: pointer !important;
    max-width: 100%;
    text-align: center;
    justify-content: center;
}
.multiselect-list > span .multiselect-checkbox{display: none;}
.multiselect-list > span .multiselect-text{
    color: #fff;
    cursor: pointer !important;
    text-align: center;
}
.multiselect-count{display: none !important;}

.searchBox{
	/* border: 1px solid #eeeeee; */
	border: 1px solid #eeeeee;
	background: #fff;
	margin: 5px 0 6px 0;
	vertical-align: middle;
	padding: .5rem 1rem;
	/* line-height: 1; */
	border-radius: 0;
	font-family: inherit;
	/* margin: -5px 10px 0 0; */
	/* font-family: 'GT Ember'; */
	border-radius: 5px;
}
