.cUser-info-container{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 1px solid #ffe0e5;
}
.cUser-info-container a{
    text-decoration: none;
	word-wrap: break-word;
}
.cUser-info-container .cUser-header {
	text-align: center;
	background-color: #ff4779;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 5px;
}
.cUser-info-container .cUser-header-image{
	height: 35px;
}
.cUser-info-container .cUser-header img {
	position: relative;
	object-fit: contain;
	height: 100%;
}
.cUser-info-container .cUser-header span {
	font-size: 24px;
	font-weight: bold;
	color: white;
}
.cUser-info-container .tit_sub_start{
	font-weight: bold;
	color: #61493e;
	text-align: start;
	font-size: 32px;
	margin: 20px 0 10px 0px;
}

.cUser-info-container .tit_sub_start::after{
	border-top: 1px dashed pink;
}
.cUser-info-container .info-header{
	background-color: #ff4779;
	color: white;
	padding: 10px 20px;
	text-align: start;
	border-radius: 10px;
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
}
.cUser-info-container .component {
	display: flex;
	border-top: 1px dashed pink;
	padding: 20px 20px 20px 0px;
	gap: 30px;
}
.cUser-info-container .component .image-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.cUser-info-container .component .image-section img.main-image {
	width: 100%;
	height: 250px;
	object-fit: contain;
}
.cUser-info-container .component .image-thumbnails {
	display: flex;
	/* justify-content: center; */
	gap: 10px;
}

.cUser-info-container .component .image-thumbnails div {
	width: 32%;
}


.cUser-info-container .component .image-thumbnails span{
	line-height: 100px;
    width: 100%;
    text-align: center;
    display: block;
    background-color: #FAFAFA;
}
.cUser-info-container .component .image-thumbnails img {
	width: 100%;
	height: auto;
	object-fit: contain;
	cursor: pointer;
	transition: transform 0.3s ease;
	max-height: 85px;
}
.cUser-info-container .component .image-thumbnails img.checked{
	border: 4px solid #ff4779;
}
.cUser-info-container .component .image-thumbnails img:hover {
	transform: scale(1.1);
	/* border-color: pink; */
}
.cUser-info-container .component .text-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 20px;
}
.cUser-info-container .component .text-section .title {
	background-color: #ffe6ee;
	padding: 10px 10px 10px 15px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 1.2em;
	color: #61493e;
	font-size: 16px;
	margin: 0;
}
.cUser-info-container .component .text-section .content {
	padding: 10px 10px 10px 15px;
	color: #333;
	color: #61493e;
	font-size: 18px;
	font-weight: bold;
}

.cUser-info-container table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.cUser-info-container table th, td {
	padding: 12px;
	border: 1px solid #ddd;
}

.contents_m .cUser-info-container table th{
	background-color: #f7f8fc;
}

.cUser-info-container .contents_m table th {
	width: 25%;
	text-align: left;
	font-weight: bold;
	vertical-align: text-top;
	border-width: 0 1px 1px 0;
    border-color: #dad8d6;
}

.contents_m .cUser-info-container table td{
    border-width: 0 0 1px 0;
    border-color: #dad8d6;
}

.cUser-info-container .address-badge {
	display: inline-block;
	background-color: #ff4779;
	color: white;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 3px;
	margin-left: 8px;
}
.cUser-info-container .address-badge a{
	color: white;
}

.embed_job_custom a, .embed_user_custom a{
	text-decoration: none;
	color: white;
}

.embed_job_custom .content-button, .embed_user_custom .content-button{
	width: 200px !important;
}
.embed_job_custom .embed-title, .embed_user_custom .embed-title{
	font-weight: bold;
    color: #61493e;
    text-align: start;
    font-size: 28px;
}

.contents_m .embed_job_custom, .contents_m .embed_user_custom{
	border: none !important;
}

.embed_job_custom .item-card .title a, .embed_job_custom .item-card .title span{
	color: #61493e;
	font-weight: bold;
	font-size: 12px !important;
}
.embed_job_custom .item-card .dashed{
	border-top: 1px dashed pink;
	margin: 10px 0;
}
.embed_job_custom .item-card img {
	width: 100%;
	height: 130px !important;
	border-radius: 4px;
	object-fit: cover;
	border: 0 !important;
}
.embed_job_custom .item-card .buttons {
	margin: 10px 0;
	display: flex;
	justify-content: start;
	gap: 10px;
}
.embed_job_custom .item-card .buttons .button-custom {
	border: none;
	border-radius: 20px;
	padding: 5px 10px;
	background-color: #ff4779;
	color: white;
	/* cursor: pointer; */
	transition: background-color 0.3s;
	font-size: 12px !important;
}
.embed_job_custom .item-card .buttons .button-custom:hover {
	background-color: #e0e0e0;
}

@media screen and (min-width: 330px) {
	.cUser-info-container .component{
		flex-direction: column;
		padding: 0;
	}

	.cUser-info-container .component .image-section{
		width: 100%;
	}

	.contents_m .cUser-info-container table{
		border: 1px solid #999999;
	}

	.contents_m .cUser-info-container table tr th{
		width: 100%;
		display: block;
		border-width: 0 0 1px 0;
		border-color: #999999;
	}

	.contents_m .cUser-info-container table tr:first-child th{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.contents_m .cUser-info-container table tr:last-child th{
		border: 0;
		border-bottom: 1px solid #999999;
	}

	.contents_m .cUser-info-container table tr:last-child td{
		border: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.contents_m .cUser-info-container table tr td{
		width: 100%;
		display: block;
		border-width: 0 0 1px 0;
		border-color: #999999;
		min-height: 40px;
	}

	#cuser-info-page.contents_m .contents_box .body{
		padding: 20px 10px;
	}

	#cuser-info-page.contents_m .embed_job .body li{
		width: 33%;
		padding: 5px;
	}

	#cuser-info-page.contents_m .embed_job .body li:nth-child(3){
		display: none;
	}

	#cuser-info-page.contents_m .embed_job .body li:nth-child(4){
		display: none;
	}

	#cuser-info-page.contents_m .embed_user .body li{
		width: 33%;
		padding: 5px;
	}

	#cuser-info-page.contents_m .embed_user .body li:nth-child(3){
		display: none;
	}

	#cuser-info-page.contents_m .embed_user .body li:nth-child(4){
		display: none;
	}

	/* .embed_job_custom .item-card img {
		width: 100%;
		height: 130px !important;
		border-radius: 4px;
		object-fit: cover;
		border: none !important;
	} */
}

@media screen and (min-width: 768px) {
	.cUser-info-container .component{
		flex-direction: row;
		padding: 20px 20px 20px 0px;
	}

	.cUser-info-container .component .image-section{
		width: 53%;
	}

	.contents_m .cUser-info-container table tr th{
		width: 50%;
		display: table-cell;
		border-width: 0 1px 1px 0;
		border-color: #999999;
	}

	.contents_m .cUser-info-container table tr td{
		width: 50%;
		display: table-cell;
		border-width: 0 0 1px 0;
		border-color: #999999;
	}

	.contents_m .cUser-info-container table tr:first-child th{
		border-top-left-radius: 10px;
		border-top-right-radius: 0;
	}

	.contents_m .cUser-info-container table tr:first-child td{
		border-top-left-radius: 0;
		border-top-right-radius: 10px;
	}

	.contents_m .cUser-info-container table tr:last-child td{
		border: 0;
		border-bottom-right-radius: 10px;
	}

	.contents_m .cUser-info-container table tr:last-child th{
		border: 0;
		border-right: 1px solid #999999;
		border-bottom-left-radius: 10px;
	}	

	#cuser-info-page.contents_m .contents_box .body{
		padding: 20px;
	}

	#cuser-info-page.contents_m .embed_job .body li{
		padding: 5px 10px 10px;
		width: 20%;
	}

	#cuser-info-page.contents_m .embed_job .body li:nth-child(3){
		display: block;
	}

	#cuser-info-page.contents_m .embed_job .body li:nth-child(4){
		display: block;
	}

	#cuser-info-page.contents_m .embed_user .body li{
		padding: 5px 10px 10px;
		width: 20%;
	}

	#cuser-info-page.contents_m .embed_user .body li:nth-child(3){
		display: block;
	}

	#cuser-info-page.contents_m .embed_user .body li:nth-child(4){
		display: block;
	}
}

@media screen and (max-width: 1440px) {
	.cUser-info-container .contents_m table th {
		width: 32% !important;
	}
}

@media screen and (min-width: 1440px) {
	.cUser-info-container .contents_m table th {
		width: 20% !important;
	}
}

@media screen and (max-width: 768px) {
	.cUser-info-container .contents_m table th,
	.cUser-info-container .contents_m table td {
		width: 100% !important;
		display: block;
	}
	.cUser-info-container .contents_m .form_table input[type=text],
    .cUser-info-container .contents_m .form_table input[type=password]
    {
		width: 100%;
	}
	.cUser-info-container .contents_m table tbody tr:first-child td:last-child{
		border-top-right-radius:unset !important;
	}
}

.cUser-info-container .contents_m table tr td input[type=radio] {
    accent-color: #ff4779;
    border: 1px solid #ff4779;
    width: 20px;
    height: 20px;
    appearance: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: sub;
}

#resume-info-page .info-nUser-table table th{
	background-color: #ff4779;
	color: white;
	border-color: white !important;
}

.nuser-icon-chat {
    width: 25px !important;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #666;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 4px;
    box-sizing: border-box;
}
