/* Custom styles goes here*/


.select2-hidden-accessible {
	visibility: hidden !important;
}

.select2 .selection .select2-selection--single {
	background-color: transparent !important;
	border: none !important;
	border-radius: none !important;
	box-shadow: none !important;
	outline: none !important;

	display: flex;
	align-items: center;
	/* width: 50px; */
}

.select2 .selection .select2-selection--single .select2-selection__rendered {
	padding: 0;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.select2 .selection .select2-selection--single .select2-selection__rendered .img-thumbnail {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	max-width: 26px !important;
	outline: none !important;
}

/* Category List view on Skill page */
.custom-input-container {
	position: relative;
	/*width: 300px;*/
}
.suggestions-list {
	position: absolute;
	width: 100%;
	background: #fff;
	border-top: none;
	max-height: 150px;
	overflow-y: auto;
	z-index: 1000;
	padding:0 10px 10px 10px;
	font-size:12px;
}
.suggestions-list.active{
	border: 1px solid #ccc;
}
.suggestions-list li {
	padding: 8px;
	cursor: pointer;
}
.suggestions-list li:hover {
	background: #f0f0f0;
}
/* :::: */

@media (min-width: 1200px) {
	.select2 .selection .select2-selection--single .select2-selection__rendered .img-thumbnail {
		max-width: 100% !important;
	}
}

.select2 .selection .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-dropdown {
	border: 1px solid #dee2e6 !important;
	border-radius: 0.625rem !important;
	left: -16px !important;
	top: 0.625rem !important;
	width: 50px !important;
	overflow: hidden !important;
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option {
	background: none !important;
	text-align: center;
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
	background: none !important;
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option .img-thumbnail {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	width: 20px !important;
}

.select2-search__field {
	display: none !important;
}