*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
body { 
	font-family: sans-serif; 
}


.modal_test_box{
	width: 100%;
	background: #EDE7ED;
	border-radius: 5px;
}

.modal_test_box .box1{
	width: 100%;
	height: 65px;
	padding: 11px 15px;
	background-image: linear-gradient(to bottom, #d5cad5, #d7c9d7, #d9c9d9, #dac8da, #dcc7dc, #ddc7dd, #dec8de, #dfc8df, #dfc9df, #e0cae0, #e0cbe0, #e0cce0);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.modal_test_box .box1 .quiz_logo{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: white;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;

}

.modal_test_box .box1 .quiz_logo .fa-book{
	font-size: 25px;
	color: skyblue;
}

.modal_test_box .box1 .total_std_logo{
	width: 125px;
	height: 25px;
	border-radius: 50px;
	background: white;
	float: left;
	float: right;
}

.modal_test_box .box1 .total_std_logo .fa-user{
	color: darkslateblue;
	font-size: 15px;
	padding-left: 8px;
	padding-top: 5px;	
}

.modal_test_box .box1 .total_std_logo span{
	font-size: 13px;
}

.modal_test_box .box2{
	width: calc(100% - 16px);
	height: 55px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-left: 8px;
	padding-top: 8px;
	padding-left: 5px;
	display: block;
}

.modal_test_box .box2 h3{
	width:100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: -10px;
}

.modal_test_box .box2 span{
	font-size: 14px;
	margin-top: -20px;
}

.modal_test_box .box3{
	width: 100%;
	height: 130px;
	padding: 6px ;
}

.modal_test_box .box3 ul li{
	padding: 5px 0px;
	font-size: 14px;
}

.modal_test_box .box4{
	width: 100%;
	height: 50px;
	padding: 6px ;
}

button{
	width: 100%;

}

