

.header{
	display: flex;
	justify-content: space-between;
	padding:0 20px;	
}

.header_left{
	height: 40px;
	margin-left:10px;
}

.header_center{
	font-size: 1.3rem;
	margin-top:5px;
}


.hist_container{
	padding-bottom:10px;
}


.hist_warpper{
	width: 90%;
	margin:20px auto 35px auto;
}

.hist_txt_warpper{
	background-color: #fff;
	border-radius: 10px;
	display: flex; padding:10px
}

.hist_txt{
	width: 42%;
	text-align: center;
}

.hist_arrow{
	width: 14%;
	text-align: center;
}

.hist_btn_warpper{
	display: flex;
	gap:0px;
	height: 3.5rem;
	margin-top:5px;
	font-size:1rem
}

.hist_del_btn{
	border: 3.5px solid #b4b4b4;
	border-radius: 10px;
	padding:0 20px;
	font-size:1.2rem;
	color:red;
	background-color: #fff
}

.hist_search_btn{
	flex-grow: 1;
	border: 3.5px solid var(--pink-100);
	border-radius: 10px;
	background-color: #fff;
	font-size:1.6rem;
	color:#00469b
}









