
.head-with-btn {
    display: flex;
    /* justify-content: center; */
    position: relative;
    width: 570px;
}
.head-with-btn  h1 {
    text-align: center;
}

.head-with-btn > a {
    position: absolute;
    right: 0;
    top: 7px;
}

/*Styles for retrieve consumption plugin */

#retrieveForm div {
	margin-top: 30px
}

#retrieveForm div label {
	width: 210px;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	color: #1d2327
}

#retrieveForm input[type=date] {
	width: 189px
}

#retrieveForm .button {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 5px;
}

#retrieveForm .button img {
	width: 16px;
}