*{margin: 0; padding:0}

body{
	background-color: #0f0e0e;
}

.form-container{
	top: 40vh;
	width:250px;
	height: auto;
	padding: 40px 30px;
	background-color: #1c1a1a;
	border-radius: 10px;
	box-shadow: 5px 5px 10px black;
	margin: auto;
	position: relative;
}

.range{
	background:url('./images/range.avif') no-repeat;
	width: 250px;
	height: 250px;
	background-size: 100%;	
	position: absolute;
	top: -250px;
	left: 35px;
}

ul.list{
	list-style-type: none;
	text-align: center;
}


ul.list li{
	width: 250px;
	margin-bottom: 15px;
}


ul.list li input{
	width: 250px;
	text-align: center;
	padding: 8px 0px;
	border:none;
	background-color: #d3d3d3;
	border-radius: 5px;
}

ul.list li input[type="submit"]{
	background-color: red;
	color: black;
        font-weight: bold;
}

ul.list li:nth-child(1){
	color: white;
}

ul.list li:nth-child(5){
	color: red;
}


.header{
	color:white;
	position:fixed;
	top: 15px;
	left: 15px;
	z-index: 1;
}

.footer{
	color:white;
	position:fixed ;
	bottom: 15px;
	left: 15px;
}

.options_container{
	top: 15vh;
	width:250px;
	height: auto;
	padding: 40px 30px;
	background-color: #1c1a1a;
	border-radius: 10px;
	box-shadow: 5px 5px 10px black;
	margin: auto;
	position: relative;
	border-style:none;
}

.option_title{
	width: 250px;
	text-align: center;
	color:white;
	padding: 8px 0px;
	border:none;
	list-style-type: none;
	margin-bottom: 15px;
}

.option{
	width: 250px;
	text-align: center;
	font-weight: bold;
	padding: 8px 0px;
	border:none;
	background-color: #d3d3d3;
	border-radius: 5px;
	border-style:none;
	margin-bottom: 15px;
	background-color: #4690fb;
}

.wrapper_main{
	top: 15vh;
	width: fit-content;
	height: auto;
	padding: 30px 30px;
	background-color: #1c1a1a;
	border-radius: 10px;
	box-shadow: 5px 5px 10px black;
	margin: auto;
	position: relative;
	border-style:none;
}

.section_default{
	text-align: center;
}

.title_bar{
	color: white;
	margin-bottom: 20px;
}


.input_block{
	width: 200px;
	text-align: center;
	padding: 8px 2px;
	border:none;
	background-color: #d3d3d3;
	border-radius: 5px;
	margin: 5px;
}

.submit_block{
	width: 200px;
	text-align: center;
	padding: 8px 2px;
	border:none;
	background-color: #d3d3d3;
	border-radius: 5px;
	background-color: #4690fb;
	color: #fff;
	margin: 5px;
}

.query_block {
	background-color: #d3d3d3;
	color: black;
}

.query_heading {
	background-color: DarkRed;
	color: white;
}

.query_block, .query_heading {
	display: inline-block;
	text-align: center;
	padding: 8px 2px;
	border: none;
	border-radius: 3px;
	margin: 5px;
}

.query_block:nth-child(1), .query_heading:nth-child(1) {
	width: 40px;
}

.query_block:nth-child(2), .query_heading:nth-child(2) {
	width: 40px;
}

.query_block:nth-child(3), .query_heading:nth-child(3) {
	width: 210px;
}

.query_block:nth-child(4), .query_heading:nth-child(4) {
	width: 100px;
}

.query_block:nth-child(5), .query_heading:nth-child(5) {
	width: 100px;
}

.query_block:nth-child(6), .query_heading:nth-child(6) {
	width: 175px;
}

.query_block:nth-child(7), .query_heading:nth-child(7) {
	width: 300px;
}

.query_block:nth-child(8), .query_heading:nth-child(8) {
	width: 100px;
}

.query_block:nth-child(9), .query_heading:nth-child(9) {
	width: 150px;
}

.query_block:nth-child(10), .query_heading:nth-child(10) {
	width: 150px;
}

.query_block:nth-child(9){
	background-color: blue;
	color: #fff;
	box-sizing: content-box
}

.query_block:nth-child(10){
	background-color: red;
	color: white;
	box-sizing: content-box
}


