<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* select2 css */

input#but_read {
					width: 0px!important;
					height: 0px!important;
				}
				span.select2-selection.select2-selection--single {
					background: none!important;
					border-radius: 44px!important;
					height: 47px!important!important;
					border: 1px solid #999!important;
				}
				span.select2-selection__arrow {
					top: 4px!important;
				}
				span.select2-selection.select2-selection--single:focus {
					outline: none!important;
				}
				.select2-container{width:100% !important}
				li.select2-results__option.select2-results__message {
					background: #ff00004d!important;
					color: #000!important;
				}
				.select2-container--open .select2-dropdown--below {
					border-top: none!important;
					border-top-left-radius: 0px!important;
					border-top-right-radius: 0px!important;
					margin-top: -11px!important;
					padding-top: 21px!important;
					background-color: transparent!important;
				}
				span.select2-results {
					background-color: #fff!important;
				}
				input.select2-search__field:focus {
					outline: none!important;
					border: #000 solid 2px!important;
				}</pre></body></html>