* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
}

.container {
	height: 100%;
	width: 100%;
	background-color: rgb(214, 220, 255);
	position: fixed;
}

html {
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
}

.sumbox {
	height: 80%;
	width: 100%;
}

.sumbox .inputBox {
	width: 100%;
	height: 17%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sumbox .inputBox>div {
	border: 3px solid black;
	width: 80%;
	height: 80%;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	overflow: hidden;
}

.sumbox .inputBox>div>div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sumbox .inputBox>div>div:nth-child(1) {
	height: 100%;
	width: 50%;
}

.sumbox .inputBox>div>div:nth-child(2),
.sumbox .inputBox>div>div:nth-child(3) {
	height: 100%;
	width: 20%;
}

.sumbox .inputBox>div>div:nth-child(4) {
	height: 100%;
	width: 10%;
}

input {
	width: 93%;
	height: 76%;
	background-color: transparent;
	border: 0px;
	outline: none;
	font-size: 25px;
	font-weight: 700;
}

input::placeholder {
	color: black;
	font-weight: 900;
}

select {
	outline: none;
	text-indent: 20px;
	font-size: 25px;
	border-radius: 30px;
	height: 70%;
	width: 80%;
	background-color: rgb(20, 27, 53);
	color: white;
	border: 2.1px solid maroon;
	box-shadow: 3.2px 2.7px 5px maroon;
}

option {
	background-color: maroon;
	color: white;
	margin: 0;
	padding: 0;
}

button {
	font-size: 35px;
	border-radius: 50%;
	height: 80%;
	width: 80%;
	background-color: maroon;
	color: whitesmoke;
	font-weight: 900;
	box-shadow: 2px 1px 5px maroon;
}

.sumbox .table {
	width: 100%;
	height: 83%;
	overflow-y: scroll;
}

.sumbox .table .table1 {
	border: 2px solid black;
	display: none;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 60vh;
	width: 80%;
	background-color: rgb(170, 176, 214);
	border-collapse: collapse;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 20px;
	border-radius: 2px;
}

#table2 {
	border: 2px solid black;
	display: none;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 60vh;
	width: 80%;
	background-color: rgb(170, 176, 214);
	border-collapse: collapse;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 20px;
	border-radius: 2px;
}


tr {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	border: 1px solid black;
}

thead {
	background-color: rgb(109, 129, 240);
	color: white;
}

td,
th {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%;
	border: 1px solid black;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
th
{
	overflow: hidden;
}
td::-webkit-scrollbar {
	display: none;
}

/*Media query start*/

@media only screen and (max-width: 600px) {

	button,
	input::placeholder,
	select {
		font-size: 12px;
	}

	select {
		text-indent: 2px;
	}

	.sumbox .inputBox {
		height: 13%;
	}

	.sumbox .inputBox>div>div:nth-child(1) {
		width: 35%;
	}

	.sumbox .inputBox>div>div:nth-child(2),
	.sumbox .inputBox>div>div:nth-child(3) {
		height: 80%;
		width: 25%;
	}

	.sumbox .inputBox>div>div:nth-child(4) {
		height: 60%;
		width: 15%;
	}
	#table2,.sumbox .table .table1
	{
		font-size: 13px;
	}
	

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	button,
	select,
	input {
		font-size: 20px;
	}

	.sumbox .inputBox {
		height: 13%;
	}

	select {
		text-indent: 7px;
	}

	.sumbox .inputBox>div>div:nth-child(1) {
		width: 40%;
	}

	.sumbox .inputBox>div>div:nth-child(2),
	.sumbox .inputBox>div>div:nth-child(3) {
		width: 25%;
	}

	.sumbox .inputBox>div>div:nth-child(4) {
		height: 74%;
		width: 10%;
	}
		#table2,
		.sumbox .table .table1 {
			font-size: 18px;
		}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

	button,
	select,
	input {
		font-size: 22px;
	}

	.sumbox .inputBox>div>div:nth-child(1) {
		width: 50%;
	}

	select {
		text-indent: 10px;
	}

	.sumbox .inputBox {
		height: 15%;
	}

	.sumbox .inputBox>div>div:nth-child(2),
	.sumbox .inputBox>div>div:nth-child(3) {
		width: 21%;
	}

	.sumbox .inputBox>div>div:nth-child(4) {
		height: 86%;
		width: 8%;
	}
		#table2,
		.sumbox .table .table1 {
			font-size: 20px;
		}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

	button,
	select,
	input {
		font-size: 26px;
	}

	.sumbox .inputBox {
		height: 17%;
	}

	.sumbox .inputBox>div>div:nth-child(1) {
		width: 50%;
	}

	.sumbox .inputBox>div>div:nth-child(2),
	.sumbox .inputBox>div>div:nth-child(3) {
		width: 20%;
	}
		#table2,
		.sumbox .table .table1 {
			font-size: 21px;
		}
}

/*Media query end*/