* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	display: flex;
	flex-direction: row;
	min-height: 100vh;
	background-color: whitesmoke;
}
header {
	background-color: #fff;
	position: sticky;
	width: 100%;
	padding: 0 25px 0 70px;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 888;
}
.center {
	text-align: center;
}

.nav-btn,
.btn {
	font-size: larger;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #030303;
	border: 2px solid #fff;
	outline: none;
	border-radius: 6px;
	height: 50px;
	width: 130px;
	cursor: pointer;
	text-shadow: 2px 2px 2px black;
}

#logo > img {
	height: 5em;
	margin-right: 10px;
}
#logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.burger {
	font-size: larger;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 30px;
	left: 30px;
	color: #030303;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 999;
}
.side-nav {
	padding: 40px 0;
	position: sticky;
	top: 0;
	display: none;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 300px;
	background-color: #111;
	height: 100vh;
	z-index: 999;
	transition: 0.5s;
}
.side-nav > a {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.main-box {
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-direction: column;
	flex: 1;
}
.x_btn {
	font-size: larger;
	font-weight: bold;
	text-decoration: none;
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 2em;
	right: 30px;
	font-size: 1.5em;
	width: 1.5em;
	height: 1.5em;
	color: #fff;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 999;
	text-shadow: 2px 2px 2px black;
}
#menu {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	text-shadow: 2px 2px 2px black;
	font-size: 2em;
	border-bottom: 2px solid white;
}

.box {
	padding: 50px;
	margin: 50px;
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: transparent;
	backdrop-filter: blur(20px);
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	flex: 1;
}
form {
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	/* height: 100%; */
	margin: 20px 0;
}

input,
select,
form > button {
	width: 80%;
	height: 80%;
	color: #000;
	background: #fff;
	height: 40px;
	font-weight: bold;
	font-size: 1em;
	border: none;
	border-radius: 6px;
	padding: 10px;
}

.log-btn {
	background-color: white;
	color: black;
	outline: none;
	height: 50px;
	cursor: pointer;
	border-radius: 6px;
}
.register {
	display: none;
}

footer {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #0067a5;
	font-size: 1em;
	padding: 10px;
	bottom: 0;
}

footer > .link {
	margin: 10px;
}
.link > a {
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
}
.m-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.m-link > a {
	font-size: 1em;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}
.m-link > a:hover {
	color: green;
	transition: 0.2s;
}
.low {
	font-size: smaller;
}

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 20px;
	width: 100%;
}

td,
th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

tbody tr:nth-child(odd) {
	background-color: #dddddd;
}

tbody tr:hover {
	background-color: green;
	color: #fff;
}

label {
	margin: 10px 0;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	padding: 10px;
	font-weight: bold;
	font-size: 1em;
}
/* .dane:first-child {
	text-align: center;
} */

.dane {
	width: 100%;
}
.dane input,
select,
option {
	margin-top: 10px;
	width: 100%;
}
.a-box {
	display: grid;
	gap: 30px;
	align-content: space-evenly;
	grid-template-columns: 1fr 1fr;
}
.z-box > form {
	display: grid;
	gap: 30px;
	align-content: space-evenly;
	grid-template-columns: 1fr 1fr;
}
.a-box > form {
	display: grid;
	gap: 30px;
	align-content: space-evenly;
	grid-template-columns: 1fr;
}
.z-zdj {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.z-zdj > img {
	max-width: 300px;
	max-height: 400px;
	width: 100%;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
}

.edit-btns {
	display: flex;
	position: absolute;
	top: -50px;
	right: -30px;
	z-index: 2;
}

/* .edit-btns {
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
	top: 0;
	right: 0;
} */
/* .edit-btns > button {
	width: 50%;
} */

.save-btn {
	background-color: green;
}
.cancel-btn {
	background-color: orange;
}
.remove-btn {
	background-color: red;
}

.recover-btn {
	background-color: blueviolet;
}
.confirm-btn {
	background-color: greenyellow;
}

.title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.blank {
	width: 20%;
	display: flex;
	justify-content: end;
	align-items: center;
}
.blank > button {
	background-color: green;
}
.first {
	justify-content: start;
}

#tb {
	cursor: pointer;
}

.veryfy {
	width: 100%;
	height: 20px;
	cursor: pointer;
}
input {
	accent-color: green;
}
.mconfirm-btn {
	position: sticky;
	width: 60px;
	height: 36px;
	border-radius: 5px;
	background-color: green;
	color: white;
	border: none;
	align-self: flex-end;
	margin-top: 10px;
	bottom: 10px;
	z-index: 999;
	display: none;
	font-size: larger;
	font-weight: bold;
	cursor: pointer;
}
a {
	color: #fff;
}
.edit-btns_center {
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
	display: flex;
	grid-column: 1/3;
}
.edit-btns_center > button {
	width: 50%;
}
.active-btn {
	background-color: #0067a5;
}

@media screen and (max-width: 720px) {
	body {
		flex-direction: column;
	}
	header {
		flex-direction: column;
		justify-content: space-evenly;
		align-items: stretch;
		width: 100%;
		padding: 0;
	}
	.side-nav {
		position: fixed;
		height: 100vh;
		width: 100vw;
	}
	.nav {
		margin-left: 0;
		width: 100%;
	}
	.box {
		width: 100%;
		margin: auto;
		padding: 30px;
	}
	.x_btn {
		display: flex;
	}
	.z-box > form {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.a-box {
		grid-template-columns: 1fr;
		gap: 0;
	}
	table {
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	th:nth-child(3),
	td:nth-child(3) {
		display: none;
	}
	.edit-btns_center {
		grid-column: 1/2;
	}
	.edit-btns {
		position: relative;
		width: 100%;
		align-items: center;
		justify-content: space-evenly;
		top: 0;
		right: 0;
	}
	.edit-btns > button {
		width: 50%;
	}
}
@media screen and (min-width: 1920px) {
	.box {
		margin: 50px auto;
		width: 1600px;
	}
}
