/*select2*/
	.select2-container--default .select2-selection--single {
		background: #18181b;
		color: #fff;
		border: 1px solid #525252;
		border-radius: 0.375rem;
		
		height: calc(2.4rem);
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		line-height: 1.5;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		background-color: transparent;
		border-left: none;
		height: calc(2.4rem);
		width: 2rem;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #fff transparent transparent transparent; /* Ok simgesi rengi */
		border-width: 5px 4px 0 4px;
	}

	.select2-container--default .select2-results > .select2-results__options {
		background: #18181b;
		color: #fff;
	}

	.select2-container--default .select2-results__option {
		background: #18181b;
		color: #fff;
		padding: 6px 12px;
	}

	.select2-container--default .select2-results__option--highlighted {
		background: #525252;
		color: #fff;
	}

	.select2-container--default .select2-selection--multiple {
		background: #18181b;
		color: #fff;
		border: 1px solid #525252;
	}

	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		background: #525252;
		color: #fff;
		border: 1px solid #18181b;
	}

	.select2-container--default .select2-selection--single .select2-selection__placeholder {
		color: #fff;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #fff;
		padding: 0;
	}
	
	.select2-container--default .select2-search--dropdown .select2-search__field { background: #525252; color: #fff; }
	.select2-dropdown { background: #525252; color: #fff; }
	.select2-container--default .select2-selection--single .select2-selection__clear { right:13px; z-index:2; }
/**/