@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body{
	padding: 0px;
	margin: 0px;
	font-family: "Inter", sans-serif;
	background-color: #F0F0F3;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5, p{
	margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	font-family: "Inter", sans-serif;
}
.center{
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
/* CV HEDAER */
.cvheader{
	width: 100%;
	height: auto;
	float: left;
	padding: 54px 0 0;
}
.cvheader__row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-content: center;
	align-items: center;
}
.cvheader__item{
	width: 55px;
	height: auto;
}
.cvheader__item-share{
	width: 55px;
	height: 55px;
	float: left;
	border-radius: 100px;
	background-color: #f0f0f3;
	box-shadow: 4.27px 4.27px 7.89px 0px rgba(13, 39, 80, 0.16),
    -5.1px -5.1px 7.07px 0px rgba(255, 255, 255, 0.64);
	background-image: url("../images/icon/share.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}
.cvheader__item-print{
	width: 55px;
	height: 55px;
	float: left;
	border-radius: 100px;
	background-color: #f0f0f3;
	box-shadow: 4.27px 4.27px 7.89px 0px rgba(13, 39, 80, 0.16),
    -5.1px -5.1px 7.07px 0px rgba(255, 255, 255, 0.64);
	background-image: url("../images/icon/print.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}
.cvheader__item-title{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	color: #949494;
	font-size: 12px;
	display: none;
}
.cvheader__item-close{
	width: 14px;
	height: 14px;
	float: right;
	background-image: url("../images/icon/close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: none;
}
/* CV HEDAER */

/* CV */
.cv{
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 0 134px;
}
.cv__row{
	width: 100%;
	height: auto;
	float: left;
	border: 3px solid #fff;
	box-sizing: border-box;
}
.cv__item{
	width: 100%;
	height: auto;
	float: left;
}
.cv__item__bio {
	border-radius: 5px;
    width: 100%;
    height: auto;
    float: left;
    background-color: #F0F0F3;
    padding: 5 10px 5 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start; /* Align items to the start */
}
.cv__item__bio__box:nth-child(1){
	width: 75%;
	height: auto;
    align-self: start; /* Align the text content to the start */

}
.cv__item__bio__box:nth-child(2){
    width: 25%;
    height: auto;
    align-self: start; /* Ensure the image aligns to the top/start */
    margin-top: 0; /* Remove any margin that could affect positioning */
    position: relative;
    top: 0;
}
.cv__item__bio__box-username{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #010101;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 42px;
	font-weight: 300;
}
.cv__item__bio__box-username b{
	width: 100%;
	height: auto;
	float: left;
	font-weight: 600;
}
.cv__item__bio__box-proff{
	width: 100%;
	height: auto;
	float: left;
	color: #010101;
	font-size: 16px;
	margin: 10px 0 0 0;
	text-align: left;
}
.cv__item__bio__box-age{
	width: 100%;
	height: auto;
	float: left;
	color: #949494;
	font-size: 12px;
	margin: 10px 0 0 0;
	text-align: left;
}
.cv__item__bio__box-poster {
    width: 100%;
    height: auto;
    float: right;
    object-fit: cover; /* Ensure the image scales correctly */
    position: relative;
    top: 0;
}





.cv__item__bio__skille{
	width: 90%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0 0;
}
.cv__item__bio__skille .cv__item__info__box-title{
	display: none;
}

.cv__item__bio__skille div:nth-child(2){
	width: 15%;
	height: auto;
	border-right: 1px solid #000000;
	box-sizing: border-box;
    padding-right: 10px;
}
.cv__item__bio__skille div:nth-child(3){
	width: 85%;
	height: auto;
}
.cv__item__bio__skille div > p{
	width: 100%;
	height: auto;
	float: left;
	font-size: 9px;
	color: #949494;
	text-align: left;
	line-height: 24px;
    margin-right: 10px;
}
.cv__item__bio__skille div > span{
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	color: #010101;
	text-align: left;
	line-height: 24px;
	padding: 0 0 0 24px;
	box-sizing: border-box;
}

.cv__item__info{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #ffffff;
	box-sizing: border-box;
}
.cv__item__info__box{
	width: 70%;
	height: auto;
	padding: 39px 0 0 0;
}
.cv__item__info__box:nth-child(2n){
	width: 30%;
	height: auto;
	background-color: #f0f0f3;
	padding: 39px 10px;
	box-sizing: border-box;
}
.cv__item__info__box:nth-child(3){
	padding: 39px 10px;
}
.cv__item__info__box-title{
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	text-align: left;
	color: #010101;
	font-weight: 500;
	padding: 0 0 25px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 20px;
}
.cv__item__info__box-title::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 260px;
	height: 13px;
	background: linear-gradient(
      90deg,
	  rgba(39, 84, 169, 1) 4.307250678539276%,
	  rgba(27, 116, 228, 1) 55.15008568763733%,
      rgba(177, 209, 243, 1) 100%
    );
	border-radius: 6.5px;
	box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	transform-origin: 0 0;
}
.cv__item__info__box-anothertxt{
	width: 90%;
	height: auto;
	float: left;
	font-size: 12px;
	color: #010101;
	line-height: 20px;
}
.cv__item__info__box__contacts {
    width: 100%;
    height: auto;
    float: left;
}

.cv__item__info__box__contacts__block {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    display: block; /* Change from flex to block to allow full-width wrapping */
    text-align: left;
}

.cv__item__info__box__contacts__block p,
.cv__item__info__box__contacts__block a {
    width: 100%;
    font-size: 12px; /* Adjust font size as needed */
    color: rgb(145, 144, 144);
    word-wrap: break-word; /* Ensure long words/links wrap */
    display: inline-block;

}
.cv__item__info__box__education{
	width: 100%;
	height: auto;
	float: left;

}
.cv__item__info__box__education__block{
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0 0 0;
}
.cv__item__info__box__education__block b{
	width: 100%;
	height: auto;
	float: left;
	color: #010101;
	font-size: 10px;
	text-align: left;
	font-weight: 400;
}
.watermark {
    position: absolute; /* or fixed, if you want it to stay in place while scrolling */
    top: 48%;           /* Adjust the position (center vertically) */
    left: 45%;          /* Adjust the position (center horizontally) */
    transform: translate(-50%, -50%); /* Centers the watermark exactly */
    opacity: 0.2;       /* Low opacity to give a watermark effect */
    width: 200px;       /* Adjust the size of the watermark as needed */
    pointer-events: none; /* Disable interaction with the watermark */
	z-index: 10000000;
}

.cv__item__info__box__education__block p{
	width: 100%;
	height: auto;
	float: left;
	color: #010101;
	font-size: 10px;
	text-align: left;
	font-weight: 400;
	margin: 8px 0 0 0;
}
.cv__item__info__box__education__block span{
	width: 100%;
	height: auto;
	float: left;
	color: #949494;
	font-size: 10px;
	text-align: left;
	font-weight: 400;
	margin: 8px 0 0 0;
}
.cv__item__info__box__career{
	width: 100%;
	height: auto;
	float: left;
}
.cv__item__info__box__career__block{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0 0;
	position: relative;
}
.cv__item__info__box__career__section:nth-child(1){
	width: 15%;
	height: auto;
}
.cv__item__info__box__career__section:nth-child(2){
	width: 85%;
	height: auto;
}
.cv__item__info__box__career__section-date{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #949494;
	font-size: 9px;
	line-height: 20px;
    margin-right: 5px;
}
.cv__item__info__box__career__section-date span{
	display: none;
}
.cv__item__info__box__career__section-pharagraph{
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	border-left: 1px solid #010101;
}
.cv__item__info__box__career__section-pharagraph p{
	width: 100%;
	height: auto;
	float: left;
	color: #010101;
	font-size: 12px;
	text-align: left;
	line-height: 28px;
	font-weight: 300;
}
.cv__item__info__box__career__section-pharagraph span{
	width: 100%;
	height: auto;
	float: left;
	color: #949494;
	font-size: 12px;
	text-align: left;
	line-height: 24px;
}
.cv__item__info__box__career__section-description{
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	border-left: 1px solid #010101;
	margin: 27px 0 0 0;
}
.cv__item__info__box__career__section-description span{
	width: 95%;
	height: auto;
	float: left;
	color: #010101;
	font-size: 10px;
	text-align: left;
	line-height: 20px;
}
span {
	line-height: 1.3;
}
.cv__item__info__box__career__section-description span > em{
	color: #949494;
	font-style: normal;
}
/* CV */

.skill-button {
	padding: 5px 10px;
	background-color: #e1e1e1;
	border-radius: 4px;
	font-size: 10px;
	color: #333;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 5px;
	border: none;
}
.skill-button:hover {
	background-color: rgb(255, 146, 146);
	transition: 0.5s;
}

.skill-button.small {
    font-size: 11px;
}
