@charset "UTF-8";
.newcase{

}
.newcasepc {
	align-items: flex-start !important;
	display: flex !important;
	box-sizing: border-box;
}
.newcaseleft{
	background-color: #f4f4f4;
	margin-right: 1rem !important;
	flex-direction: column !important;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.newcase-btn{
	padding: 18px 72px;
	background: 0px 0px;
	border: 0px none;
	border-radius: 0.25rem;
	cursor: pointer;
	display: block;
	color: rgb(13, 110, 253);
	text-decoration: none;
	transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
	appearance: button;
	text-transform: none;
	margin: 0px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
	list-style: none;
}
.newcaseleft .active{
	background: #088ce0 !important;
	color:#fff;
	border: 0px none;
	border-radius: 0.25rem;
}
.newcaserightbox{
	display: none;
}
.newcaseright .active{
	display: block;
}
.newcasem{display: none;}