.row-new{
	display: flex;
	flex-wrap: wrap;
	margin-right:-15px;
	font-size: 16px;
	font-family:gff latin,sans-serif,Arial,Helvetica,sans-serif;
	font-weight: Normal;
	
}
.group-content-new {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 20px; /* Khoảng cách giữa các phần tử con */
}

.custome-col-new {
	  /* Định nghĩa các thuộc tính CSS cho phần tử con */
	  /* Ví dụ: */
	  background-color: #f2f2f2;
	  padding: 10px;
	  text-align: center;
	  border-radius: 5px;
}
.price-info-new {
	background-color: #ffffff;
	border: 1px solid #c8c8c8;
	color:#454545;
}
.price-info-new:hover {
	color: #ffffff;
	border: 1px solid #c8c8c8;
	background:rgb(226 105 0 / 80%)
}
.price-info-new.selected {
	color: #ffffff;
	border-color: 1px solid #e26900;
	background-color:#e26900;
}
.xacnhangoi{
	
	border: 1px solid #red;
	width: 150px;
	
}
.el-col-24{
	width:100%;
}
.custom-userInfo{
	width:100%;
	border-radius:4px;
	font-size:14px;
	border:1px dashed #e26900;
	background-color:#fff6e1;
	padding:16px 32px;
	transition:all .3s;
}
.custom-userInfo span {
	font-weight: bold;
	font-size:12px;
}
.custom-userInfo .bold {
	font-weight: bold;
	color:#ff00ff;
}
.custom-userInfo span h6{
	font-weight: bold;
	font-size:15px;
	margin:8px;
}
.custom-userInfo p {
	color: red;
	font-size:12px;
	margin:5px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}