.card{
	background-color: #fff;
	/* width: 100%; */
	margin: 5px;
	height: 120px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.card-title{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	font-size: 18px;
	color: #707070;
}
.card-status{
	color: green;
	font-size: 14px;
}
.card-status2{
	color: red;
	font-size: 14px;
}
.card-content{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.card-content img{
	width: 120px;
	margin-left: 10px;
}
.card-con-span{
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding:0 10px;
	height: 35px;
	align-items: flex-end;
}

/* ============================= */

.w-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #000000;
	color: #fff;
	padding: 5px;
	font-size: 18px;
}
.w-head-item{
	width: 33.3333%;
}
.w-title{
	padding: 0 10px;
	font-size: 20px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	background-color: #fff;
	height: 50px;
}
.title-r{
	width: 20%;
	display: flex;
	flex-direction: row;
	justify-content: end;
	font-size: 14px;
}
.admin-box{
	font-size: 10px;
	padding: 2px;
	color: #1989FA;
	border: 1px solid #1989FA;
	border-radius: 3px;
	margin-top: 3px;
	width: 35px;
	text-align: center;
}
.w-content{
	
}
.content-title{
	font-size: 14px;
	color: #707070;
	padding:  5px;
	border-bottom: 1px solid #e8e8e8;
}
.content-dev{
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	padding:5px 10px;
	padding-top: 10px;
	height: 55px;
}
.content-dev img{
	width: 40px;
	margin-right: 5px;
}
.content-status{
	position: relative;left: 10px;color: green;font-size: 14px;
}
.content-status2{
	color: red;
	position: relative;left: 10px;color: red;font-size: 14px;
}
.content-status3{
	position: relative;left: 10px;color: red;font-size: 14px;
}
.w-bottom{
	
}
.bottom-sn{
	text-align: right;
	margin: 5px;
	/* padding-right: 5px; */
}
.bottom-btn{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
}
.cell{
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px;
	
}
.cell-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px;
	margin: 5px;
}
.cell-label{
	color: #000;
	font-size: 16px;
}
.cell-value{
	color: #848484;
	font-size: 16px;
}
.m-form{
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	flex-direction: column;
}
.m-form-item{
	border-bottom: 1px solid #e8e8e8;
	padding: 5px;
	width: 100%;
	margin: 5px 0;
	display: flex;
	flex-direction: row;
}
.m-form-item div{
	width: 85px;
	text-align: right;
}
.m-form-item input{
	border: none;
	color: #848484;
}

.bottom-bar{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #F5F5F5;
	height: 60px;
	position: fixed;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	flex-wrap:wrap;
}

.bottom-bar-item{
	flex-wrap:wrap;
	font-size: 14px;
	width: 80px;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	color: green;
}
.bottom-bar-sel{
	filter: grayscale();
	color: #636363;
}
.bottom-bar-sel2{
	color:#024ab0;
	font-weight: 600;
}
.bottom-bar-item img{
	width: 25px;
	margin: 0 auto;
	/* margin-bottom:5px; */
}
.content-card{
	/* border: 1px solid red; */
	height: calc(100vh - 70px);
	overflow-y: scroll;
	overflow-x: hidden;
	transition: all 0.5 ease;
}
.dev-status-header{
	/* width: 100%; */
	background-color: #fff;
	padding: 10px;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.dev-status-header div{
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.user-img{
	width: 100px;
	object-fit: contain;
	margin-right:20px;
}
.user-card{
	background-color: #fff;
	border-radius: 3px;
	margin:40px 20px;
	padding: 20px;
	color: #024AB0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
}
.user-img2{
	
}
.user-set{
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	margin:20px;
	padding: 10px;
}