@charset "utf-8";

#content-middle
{
	margin-top:170px;
}

#content-middle-left
{
	margin-left:70px;
	margin-bottom:15px;
}

#content-middle-right
{
	width:400px;
	margin-left:90px;
}

#content-middle-right-resume
{
	width:450px;
}

#content-middle-right-resume-header
{
	width:435px;
}

#content-middle-right-resume-content
{
	float:left;
	margin-left:14px;
}

.appointments-table-shaddow
{
	background:url(../images/appointments-right.jpg) repeat-y;
}

#appointments-bottom
{
	width:689px;
	background: url(../images/appointments-bottom.jpg) no-repeat bottom;
	margin-bottom:20px;
}

#appointments-table
{
	width:700px;
}

header svg path {
	stroke: #fff;
  }
.skills-block .wr-skill {
	border: 1px solid #D2B0B1;
	padding: 10px;
	display: block;
	border-radius: 10px;
	background: #fff;
	font-weight: 600;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  .skills-block > span > span {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
  }
.history-box P{margin-bottom: 0;}


@media only screen and (max-width: 1100px) 
{
	.call-info{align-items: self-start !important;flex-direction: column;}
	.user-profile{width: auto;
		height: auto;}
		.user-profile img{border-radius: 40px;}
}
@media only screen and (max-width: 767px) {
	.user-profile img{border-radius: 40px;
		margin-top: 20px;}
		.user-detail-left{order: 1;}
		.user-header{display: flex;}
		.user-pic-right{align-items: center;
			display: flex;}
			.user-pic-right .user-profile{margin: 0 auto;}
			.user-header{padding-top: 0;}
}