@charset "UTF-8";

body {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.container {
	max-width: 800px;
	margin: auto;
}

label {
	display: block;
	margin-bottom: 10px;
}

.input_date {
	width: 150px;
	height: 30px;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}

.btn_export {
	width: 100px;
	height: 35px;
	margin-left: 12px;
	color: #ffffff;
	background-color: green;
	border: none;
	font-weight: 700;
}

#alert {
	display: none;
	margin-top: 12px;
}

#alert.display {
	display: flex;
	position: relative;
	align-items: center;
}

.wrap_indicator {
	width: 100px;
}

.dot-spin {
	position: absolute;
	left: 20px;
}

#count_export {
	color: green;
}

#error_export {
	color: red;
}