.select2-container {
	/* The container where the selectbox is housing*/
	box-sizing: border-box;
	display: inline-block;
	margin: 0px;
	margin-bottom: 0.5rem;
	position: relative;
}

.select2-container .select2-selection--single {
	/* Selection box itself */
	border-radius: 0.25rem;
	border-width: 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	-webkit-user-select: none;
	-moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	/* DIV inside Selection box with text, clear button and arrow down*/
	display: block;
	height: 1.5rem;
	padding-left: 0.25rem;
	padding-right: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	/* The DIV where the X is housing to clear the chosen option */
	margin: -0.25rem;
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	/*@apply;*/
}

.select2-container .select2-search--inline {
	/* Search box*/
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	border-width: 1px;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 0.25rem;
	padding: 0px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
			appearance: none;
}

.select2-dropdown {
	/* Dropdown area when the arrow down is clicked */
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-border-opacity: 1;
	border-color: rgba(75, 85, 99, var(--tw-border-opacity));
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	display: block;
	float: left;
	position: absolute;
	width: auto;
	z-index: 50;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.select2-results__option {
	/* The rows with results that you see after dropdown.
	Increase p-1 to p-2 to have more space between results */
	padding: 0.25rem;
	-webkit-user-select: none;
	-moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	/* Dropdown container opened and results are shown*/
	margin-top: 0.25rem;
	left: 0px;
}

.select2-container--open .select2-dropdown--above {
	/* The left and right borders of the option rows */
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
	border-radius: 0.25rem;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.select2-container--open .select2-dropdown--below {
	/* The left and right borders of the option rows */
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
	border-radius: 0.25rem;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.select2-search--dropdown {
	/* Search dropdown element*/
	display: block;
	padding: 0.5rem;
}

.select2-search--dropdown .select2-search__field {
	/* Search box itself where you can enter text*/
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity));
	border-radius: 0.25rem;
	border-width: 2px;
	box-sizing: border-box;
	height: 2.5rem;
	outline: 2px solid transparent;
	outline-offset: 2px;
	padding: 0.25rem;
	width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
			appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	display: block;
	margin: 0px;
	min-width: 100%;
	padding: 0px;
	width: 3rem;
	border: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

/* 

	Default template settings:

*/

.select2-container--default .select2-selection--single {
	/* Selection bar - Self */
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	border-style: solid;
	border-width: 1px;
	height: 2.5rem;
	padding: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	/* Selection bar - Text color of the item you selected from the results */
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	/* Selection bar - Clear button - If this property is enabled*/
	cursor: pointer;
	float: right;
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	/* Selection bar - Color of the placeholder text before selection - If this property is enabled */
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	/* Selection bar - DIV where the arrow pointing down is living*/
	height: 2.5rem;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 2rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	/* Arrow is a CSS triangle that does not exists in Tailwind without a package */
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	height: 0px;
	position: absolute;
	width: 0px;
	border-color: #000 transparent transparent transparent;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	top: 50%;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	/* Selection bar - Clear button - If this property is enabled from right to left*/
	float: left;
	margin-left: 1rem;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	/* Placement of the dropdown arrow when in rtl mode */
	left: 0px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	/* Selection by property disabled*/
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	/* Selection bar - Hide the clear cross when selection bar is disabled*/
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	/* The border of the search textbox */
	border-style: solid;
}

.select2-container--default .select2-search--inline .select2-search__field {
	/* Search textbox */
	background-color: transparent;
	border-style: none;
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	-webkit-user-select: text;
	-moz-user-select: text;
		-ms-user-select: text;
			user-select: text;
}

.select2-container--default .select2-results > .select2-results__options {
	/* Hight of the dropdown zone where the options or results are visible */
	height: max-content;
	max-height: 10rem;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	/* No clue what this does */
	padding: 0px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.select2-container--default .select2-results__option[aria-selected=true] {
	/* The already selected option row color */
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	/* Background color and text color of the options rows when select is open */
	--tw-bg-opacity: 1;
	background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.select2-container--default .select2-results__group {
	/* Have no idea what this is for */
	cursor: default;
	display: block;
	padding: 6px;
}