@charset "UTF-8";

.new-tabs {
	display: flex;
	align-items: flex-end;
	margin-bottom: 0px;
	height: 60px !important;
}

.new-tabs a {
	color: #ffffff;
}

.new-alldata {
	width: 16% !important;
	border-right: 1px solid #dedede;
	background: #2ba6e0;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new-filedata, .new-apidata, .new-orgapidata {
	width: 16% !important;
	border-right: 1px solid #dedede;
	background: #5fb431;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new-mapdata {
	width: 18% !important;
	border-right: 1px solid #dedede;
	background: #0b477b;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new-linkdata {
	width: 18% !important;
	border-right: 1px solid #dedede;
	background: #4a69db;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new-tabs .current {
	height: 60px;
	border-radius: 20px 20px 0 0;
}