.common_title{
  font-size: 0.5rem;
	height: 1.5rem;
	background-color: #468aff;
	color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}


.elderly .common_title{
  font-size: 0.7rem;
	height: 1.8rem;
}

.common_input-row{
  display: flex;
  gap: 0.5rem;
}

.common_input-label{
  color: #aaaaaa;
	font-size: 0.48rem;
  padding-left: 0.9375rem;
  line-height: 1.3rem;
}

.common_input-val{
  display: flex;
  align-items: center;
}

.common_input-des{
  color: #aaaaaa;
	font-size: 0.48rem;
  line-height: 1.3rem;
  padding-left: 0.1rem;
}


.elderly .common_input-label{
	font-size: 0.55rem;
}
.elderly .common_input-des{
	font-size: 0.55rem;
}

.elderly .mui-popup-title{
  font-size: 22px;
}

.elderly .mui-popup-text{
  margin-top: 15px;
  font-size: 17px;
}

.elderly .mui-popup-text p{
  font-size: 17px;
}

.elderly .mui-popup-buttons {
  height: 60px;
}

.elderly .mui-popup-button {
  height: 60px;
  font-size: 20px;
  line-height: 60px;
}

.common_nav{

}

.common_nav >div{
  display: flex;
  align-items: center;
}

.common_nav label{
  padding-left: 0.9rem;
  color: #aaa;
  font-size: 0.5rem;
  width: 30%;
}

.common_nav input{
  font-size: 0.5rem;
  flex: 1;
  width: 70%;
}

.common_nav textarea{
  font-size: 0.5rem;
  flex: 1;
}

.elderly .common_nav label{
  font-size: 0.6rem;
  line-height: 1.2rem !important;
}

.elderly .common_nav input{
  font-size: 0.6rem;
}

.elderly .common_nav textarea{
  font-size: 0.6rem;
}


.his_table{
  font-size: 0.5rem;
}

.elderly .his_table{
  font-size: 0.6rem;
  line-height: 1.5;
}


.his_des{
  font-size: 0.5rem;
  line-height: 0.8rem;
  padding-bottom: 0.6rem;
}

.his_des-sm label{
  line-height: 0.8rem;
  padding-right: 0.9rem;
}

.elderly .his_des{
  font-size: 0.6rem;
  line-height: 1rem;
}

.elderly .his_des-sm label{
  line-height: 1rem;
}

.border_b{
  border-bottom: 1px solid #c8c7cc;
}

.his_title{
  display: flex;
  height: 1.6rem;
  align-items: center;
  font-size: 0.7rem;
}

.his_title label{
  padding-left: 0.9rem;
  width: 30%;
}


.his_title input{
  font-size: 0.7rem;
  width: 70%;
}

.elderly .his_title{
  font-size: 0.8rem;
  height: 1.8rem;
}

.elderly .his_title input{
  font-size: 0.8rem;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}