																* {
																	box-sizing: border-box;
																}

																#gotop {
																	width: 50px;
																	height: 50px;
																}


																#modal {
																	width: 100%;
																	height: 100vh;
																	position: fixed;
																	top: 0;
																	left: 0;
																	background-color: #5555;
																	backdrop-filter: blur(5px);
																	display: none;
																}

																#modal>div {
																	width: 30%;
																	padding: 20px;
																	border-radius: 20px;
																	box-shadow: 5px 5px 5px silver;
																	position: relative;
																	background-color: azure;
																	margin: -300px auto;
																}

																#modal>div>img {
																	position: absolute;
																	top: 15px;
																	right: 15px;
																	cursor: pointer;
																}

																#modal b {
																	color: red;
																}

																.delete {
																	width: 50px;
																	height: 50px;
																	cursor: pointer;
																}

																.edit {
																	width: 50px;
																	height: 50px;
																	cursor: pointer;

																}

																td {
																	border: 1px solid gray;
																	justify-content: center;
																	align-items: center;
																	text-align: center;
																}

																.restore {
																	width: 50px;
																	height: 50px;
																	cursor: pointer;
																}

																.fulldelete {
																	width: 50px;
																	height: 50px;
																	cursor: pointer;
																}