.cv-container {
  display: flex;
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
  border-radius: 10px;
  overflow: hidden;
}

.cv-sidebar {
  width: 30%;
  background-color: #f4f6f9;
  padding: 30px 20px;
  box-sizing: border-box;
}

.cv-photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  object-fit: cover;
}

.cv-photo .qq-uploader .file-preview-card {
  width: 100%;
}

.cv-main-section .tox {
  height: 300px;
}

.cv-name input {
  width: 100%;
}

.cv-name h2 {
  font-size: 22px;
  margin-bottom: 5px;
}

.cv-role {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.cv-section {
  margin-bottom: 25px;
}

.cv-section input {
  width: 100%;
}

.cv-section h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
}

.cv-section ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: #555;
}

.cv-section ul li {
  margin-bottom: 6px;
}

.cv-main {
  width: 70%;
  padding: 30px;
  box-sizing: border-box;
}

.cv-main-section {
  margin-bottom: 30px;
}

.cv-container.fullstory_cv .cv-main-section {
  background: #eee;
  padding: 20px 10px;
}

.cv-main-section h3 {
  font-size: 18px;
  color: #007bff;
  margin-bottom: 12px;
}

.cv-input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  margin-top: 10px;
}

.cv-submit {
  text-align: right;
  margin-top: 20px;
}

.cv-button {
  background-color: #007bff;
  color: #fff;
  padding: 12px 20px;
  border: none;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cv-button:hover {
  background-color: #0056b3;
}

.none {
  display: none;
}

.resume {
  margin-top: 20px;
  width: 800px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

#print {
  background-color: #fff;
  padding: 30px 50px;
  height: 1120px;

}

.head {
  display: grid;
  grid-template-columns: 3fr 1.5fr;
}

.head .main .name {
  font-size: 55px;
  font-family: 'Raleway', sans-serif;
}

.head .main span:nth-child(2) {
  color: rgb(100, 100, 100);
  font-size: 55px;
  font-family: 'Raleway', sans-serif;
  margin-left: 5px;
}

.head .main .post {
  font-family: 'Barlow', sans-serif;
}

.head .contacts {
  text-align: right;
  padding-top: 7px;
}

.head .contacts .content {
  font-weight: 500;
  padding-right: 5px;
}

.head .contacts .symbol {
  margin-right: 5px;
  font-size: 15px;
  width: 17px;
  height: 17px;
}

.cv-container .line {
  height: 0.5px;
  background-color: rgb(87, 87, 87);
  margin: 25px 0;
  margin-bottom: 50px;
}

.mainbody {
  display: grid;
  grid-template-columns: 10fr 1fr 17fr;
  height: 900px;
}

.mainbody .border {
  background-color: rgb(87, 87, 87);
  width: 3px;
  opacity: 2;
}

.mainbody .rightside {
  padding-left: 15px;
}

.title {
  font-weight: 700;
  font-size: 18px;
  border: none;
  padding-bottom: 3px;
  border-bottom: 2px greenyellow solid;
}

.skill {
  margin-bottom: 6px;
}

.cv-container button {
  margin: 15px 0;
}

.language {
  margin-bottom: 6px;
}

.language span:nth-child(odd) {
  font-weight: 700;
}

.edublock {
  margin-bottom: 10px;
}

.edublock .head {
  font-weight: 700;
  font-size: 17px;
}

.navbtn {
  position: fixed;
  top: 40%;
  left: 4%;
  transform: translate(-40%, -4%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: #fff 2px solid;
  transition: 300ms ease-in-out;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.navbtn:nth-child(2) {
  top: 50%;
  left: 4.4%;
  transform: translate(-50%, -4.4%);
}

.navbtn:nth-child(3) {
  top: 60%;
  left: 4.8%;
  transform: translate(-60%, -4.8%);
}

.navbtn:hover {
  background-color: black;
  color: #fff;
  border: #000 2px solid;
  height: 65px;
  width: 65px;
}

.input-checkbox {
  margin-right: 10px;
}

.education-head {
  font-weight: 700;
  font-size: 17px;
}