.kodo-diary-search-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 12rem;
	height: 36px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 12px;
	transition: border-color 0.2s;
}

.kodo-diary-search-wrapper:focus-within {
	border-color: #fcd34d;
}

@media (min-width: 640px) {
	.kodo-diary-search-wrapper {
		width: 16rem;
	}
}

.kodo-diary-search-wrapper #input_board {
	flex: 1;
	height: 100%;
}

.kodo-diary-search-wrapper koi-operation-data-connector-initializable-form-field-string {
	display: flex;
	height: 100%;
}

.kodo-diary-search-wrapper .form-floating {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.kodo-diary-search-wrapper input.form-control {
	width: 100%;
	height: 100%;
	padding: 0 0.75rem;
	border: none;
	border-radius: 12px;
	background: transparent;
	font-size: 0.75rem;
	line-height: 1;
	outline: none;
}

.kodo-diary-search-wrapper input.form-control:focus {
	outline: none;
	box-shadow: none;
}

.kodo-diary-search-wrapper .form-label {
	display: none;
}

.kodo-diary-search-wrapper .invalid-feedback {
	display: none;
}

.kodo-diary-search-btn-clear {
	position: absolute;
	right: 2.5rem;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	padding: 0;
	background: transparent;
	border: none;
}

.kodo-diary-search-btn-clear button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
	background: transparent !important;
	border: none !important;
	color: #6b7280;
	transition: color 0.2s;
}

.kodo-diary-search-btn-clear button:hover {
	color: #d97706;
}

.kodo-diary-search-btn-clear svg {
	width: 16px;
	height: 16px;
}

.kodo-diary-search-btn-apply {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	padding: 0;
	background: transparent;
	border: none;
}

.kodo-diary-search-btn-apply button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
	background: transparent !important;
	border: none !important;
	border-radius: 0 12px 12px 0;
	color: #6b7280;
	transition: color 0.2s;
}

.kodo-diary-search-btn-apply button:hover {
	color: #d97706;
}

.kodo-diary-search-btn-apply svg {
	width: 16px;
	height: 16px;
}
