﻿.select2-container {
	width: 100% !important;
	max-width: 100%;
}

/* Personalizar o campo de entrada */
.select2-container--default .select2-selection--single {
	height: 40px;
	padding: 6px 12px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	font-size: 16px;
	background-color: #fff;
}

.select2-container--default .select2-selection--multiple {
	min-height: 40px;
	height: auto;
	padding: 4px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	font-size: 16px;
	background-color: #fff;
}

/* Personalizar o campo de entrada */
.select2-selection__choice {
	margin: 2px 0 0 4px !important;
}

.select2-selection__choice__remove {
	margin-top: 5px;
}

/* Remover fundo cinza e ícone */
.select2-selection__arrow {
	height: 100%;
	margin-top: 6px;
}

/* Combinar com UIKit ao focar */
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:hover {
	border-color: #1e87f0; /* cor primária do UIKit */
	/*box-shadow: 0 0 0 2px rgba(30, 135, 240, 0.2);*/
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding-left: 0;
}

.select2-container .select2-selection--single .select2-selection__clear {
	margin-top: 2px;
}

.select2-selection .select2-selection--multiple .select2-selection--clearable {
	padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
	margin-top: 6px;
}

.select2-selection.uk-form-danger, .select2-selection.uk-form-danger:focus {
	color: #f0506e !important;
	border-color: #f0506e !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #1967D2;
}
