body {
  font-family: "OpenSans", sans-serif !important;
  background-color: #f8f9fb;
  /* width: 100vw; */
  /* min-width: 550px; */
  background-image: linear-gradient(#e7ebf0 2px, transparent 2px), linear-gradient(90deg, #e7ebf0 2px, transparent 2px);
  background-size: 78px 78px, 78px 78px;
}
textarea {
  resize: none !important;
}
a:hover {
  color: #4c8cfa !important;
}
.navbar {
  color: #2e384d !important;
  background-color: white !important;
  min-height: 80px;
  /* padding: 24px 140px; */
  z-index: 2;
}
.colors {
  width: 27px;
  height: 27px;
  border: none;
  background-image: url(../images/colors.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
}
.colors input {
  /* visibility: hidden; */
  position: absolute;
  width: 27px;
}
.w-fit-content {
  width: fit-content;
}
.experience-container,
.details-container {
  display: flex;
}
#bold,
#italic,
#underline {
  cursor: pointer;
}
.max-w-606 .progress-bar {
  background-color: #000;
}
.d-contents {
  display: contents;
}
.sign-in {
  text-decoration: inherit; /* no underline */
}
.info-box {
  background-color: #46688a;
  /* width: 491px; */
  min-height: 34px;
  height: auto;
  color: white;
}
#contact-number,
#email,
#website {
  display: flex;
}
#add-pic-container {
  top: 44px;
  right: 23px;
}
#add-pic {
  background-image: url(../images/add-pic.svg);
  height: 132px;
  width: 132px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
#pic {
  display: none;
}
.file-upload {
  display: none;
}
.profile-cross {
  top: 22px;
  right: 2px;
  cursor: pointer;
}
#gray-container {
  height: 61px;
  background-color: #3b3b44;
  color: #fff;
}
#light-gray-container {
  background-color: #f3f4f5;
  padding: 22px 22px 22px 28px;
}
.svg-container {
  width: 24px;
  height: 24px;
}
.my-name {
  color: #757473;
}
.w-132 {
  min-width: 132px;
}
#job-experience {
  color: #b9b9b9;
}
#add-signature {
  background-image: url(../images/signature.svg);
  width: 130px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
#signature-pic {
  display: none;
}
#start-1,
#finish-1 {
  /* display: none; */
  max-width: 130px;
}
input[type="month"] {
  border: none;
}
/* .plus {
  margin-right: 26px;
} */

.edit-container {
  height: 50px;
  top: -50px;
  left: 20px;
  z-index: 1;
  padding-top: 8px;
}
.edit-container-1 {
  top: -50px;
  left: 30px;
}
.edit-container-2 {
  top: -50px;
  right: 0px;
}
.edit-container-3 {
  top: -45px;
  left: 11px;
}
.details {
  color: #757473;
}

.border-arrow-down-blue {
  bottom: -6px;
  left: 12px;
}
.edit {
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
.edit .form-check {
  min-height: 0 !important;
  height: fit-content;
}
.edit button {
  border: none;
  background: none;
  padding: 0;
}
.edit-pencil:hover,
.down:hover,
.plus:hover,
.entity:hover {
  background-color: #d0defb !important;
}

#website-edit {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
#website-edit .edit-website:hover,
#website-edit .down:hover,
#website-edit .plus:hover {
  background-color: #d0defb;
}
#website .form-check {
  min-height: 0 !important;
  height: fit-content;
}
#website-edit button {
  border: none;
  background: none;
  padding: 0;
}

#email-edit {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
#email-edit .edit-email:hover,
#email-edit .down:hover,
#email-edit .plus:hover {
  background-color: #d0defb;
}
#email .form-check {
  min-height: 0 !important;
  height: fit-content;
}
#email-edit button {
  border: none;
  background: none;
  padding: 0;
}

#address-edit {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
#address-edit .edit-address:hover,
#address-edit .down:hover,
#address-edit .plus:hover {
  background-color: #d0defb;
}
#address .form-check {
  min-height: 0 !important;
  height: fit-content;
}
#address-edit button {
  border: none;
  background: none;
  padding: 0;
}

#contact-number-edit {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
#contact-number-edit .edit-contact-number:hover,
#contact-number-edit .down:hover,
#contact-number-edit .plus:hover {
  background-color: #d0defb;
}
#contact-number .form-check {
  min-height: 0 !important;
  height: fit-content;
}
#contact-number-edit button {
  border: none;
  background: none;
  padding: 0;
}

#contact-number,
#email,
#address {
  display: flex;
}

#your-name-edit {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
#your-name-edit .edit-your-name:hover,
#your-name-edit .down:hover,
#your-name-edit .plus:hover {
  background-color: #d0defb;
}
#your-name .form-check {
  min-height: 0 !important;
  height: fit-content;
}
#your-name-edit button {
  border: none;
  background: none;
  padding: 0;
}

#about-me-edit {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
#about-me-edit .edit-about-me:hover,
#about-me-edit .down:hover,
#about-me-edit .plus:hover {
  background-color: #d0defb;
}
#about-me .form-check {
  min-height: 0 !important;
  height: fit-content;
}
#about-me-edit button {
  border: none;
  background: none;
  padding: 0;
}

#about-me-details-edit {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
#about-me-details-edit .edit-about-me-details:hover,
#about-me-details-edit .down:hover,
#about-me-details-edit .plus:hover {
  background-color: #d0defb;
}
#about-me-details .form-check {
  min-height: 0 !important;
  height: fit-content;
}
#about-me-details-edit button {
  border: none;
  background: none;
  padding: 0;
}

#job-position-edit {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
#job-position-edit .edit-job-position:hover,
#job-position-edit .down:hover,
#job-position-edit .plus:hover {
  background-color: #d0defb;
}
#job-position .form-check {
  min-height: 0 !important;
  height: fit-content;
}
#job-position-edit button {
  border: none;
  background: none;
  padding: 0;
}

#job-details-edit {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
#job-details-edit .edit-job-details:hover,
#job-details-edit .down:hover,
#job-details-edit .plus:hover {
  background-color: #d0defb;
}
#job-details .form-check {
  min-height: 0 !important;
  height: fit-content;
}
#job-details-edit button {
  border: none;
  background: none;
  padding: 0;
}

#skills-edit {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}
#skills-edit .edit-skills:hover,
#skills-edit .down:hover,
#skills-edit .plus:hover {
  background-color: #d0defb;
}
#skills .form-check {
  min-height: 0 !important;
  height: fit-content;
}
#skills-edit button {
  border: none;
  background: none;
  padding: 0;
}

.editor {
  top: -50px;
  /* right: 0px; */
  left: 20px;
  background-color: #f1f8f5;
  font-weight: 500;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  width: max-content;
}

.line-container {
  height: 100%;
}
.horizontal-line {
  border-bottom: 1px solid #707070;
}

.h-36 {
  height: 36px !important;
}
.mw-491 {
  max-width: 491px;
}
.mw-130 {
  min-width: 130px;
}
.m-w-130 {
  max-width: 130px;
  min-width: 130px;
}
.curved-line {
  bottom: -10px;
  right: 59px;
}

.fs-6 {
  font-size: 6px;
}
.fs-8 {
  font-size: 8px;
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-11 {
  font-size: 11px;
}


.details-container {
  column-gap: 63px;
}
.cw {
  color: white;
}

.btn-orange {
  color: white !important;
  background-color: #fa9f4c !important;
  font-size: 14px !important;
  border: none;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.btn-orange:hover {
  border-color: black !important;
  color: black !important;
  background-color: #fa9f4c !important;
}

.btn-orange:active {
  border-color: white !important;
  background-color: #fa9f4c !important;
}

.btn-outline-orange {
  border-color: #fa9f4c !important;
  color: #fa9f4c !important;
}

.btn-outline-orange:hover {
  border-color: black !important;
  color: white !important;
  background-color: #fa9f4c !important;
}

.btn-outline-orange:active {
  border-color: white !important;
  background-color: #fa9f4c !important;
  color: white !important;
}

.num-1525 {
  margin-top: 16px;
  margin-left: 5px;
  font-size: 20px;
}

.create {
  width: 120px;
  height: 40px;
}

.get-start {
  width: 164px;
  height: 40px;
}

.w-278 {
  max-width: 278px;
}

.arrow-avg {
  margin-right: 79px;
  margin-bottom: 47px;
}
.pe-91 {
  padding-right: 91px;
}
.right-card {
  width: 50%;
  height: 600px;
  right: 0;
  bottom: 0;
  background-color: #dee3ed;
  opacity: 0.21;
  z-index: -1;
}
.images-container {
  width: 661px;
  overflow-x: scroll;
  column-gap: 20px;
  right: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.images-container::-webkit-scrollbar {
  display: none;
}
.images-container img {
  width: 268px;
}
.me-82 {
  margin-right: 82px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-80 {
  margin-bottom: 80px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-60 {
  padding-top: 60px;
}
.w-32 {
  width: 32px;
}
.h-449 {
  height: 449px;
}
.w-290 {
  width: 290px;
}
.mb-94 {
  margin-bottom: 94px;
}
.cg-16 {
  column-gap: 16px;
}
.wfc {
  width: fit-content;
}
.w-120 {
  width: 120px;
}
.mt-20 {
  margin-top: 20px;
}
.w-51 {
  width: 51px;
}
.h-24 {
  height: 24px;
}
.step {
  color: white;
  background-color: #2e384d;
}
.me-10 {
  margin-right: 10px;
}
.mt-58 {
  margin-top: 58px;
}
.w-260 {
  width: 260px;
}
.cg-65 {
  column-gap: 65px;
}
.step-container {
  color: #2e384d;
}
.color-blue {
  color: #4c8cfa !important;
}
.h-43 {
  height: 43px;
}
#navbarsExample02 a:hover {
  color: #4c8cfa;
}
.create:hover {
  color: black;
}
.h-134 {
  height: 134px;
}
.editor-footer {
  padding: 19px 0;
  background-color: #ffffff;
  /* color: #ced5e0; */
}
.mw-142 {
  min-width: 142px;
}
.pb-32 {
  padding-bottom: 32px;
}
.footer-angle {
  left: -38px;
  bottom: 37px;
  z-index: -1;
}
.max-w-606 {
  max-width: 606px;
}

.h-2 {
  height: 2px;
}
.h-5 {
  height: 5px;
}
.arrow-up {
  left: -7px;
  top: -30px;
  width: fit-content;
  background: none;
  border: none;
}
#progress-bar-percent {
  border: none;
  background: none;
}
.footer a {
  color: #2e384d;
  text-decoration: none;
}
.footer a:hover {
  color: #4c8cfa;
}
.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}
.w-547 {
  width: 247px;
}
.w-460 {
  width: 460px;
}
.fs-13 {
  font-size: 13px;
}
.fs-30 {
  font-size: 30px;
}
.fs-12 {
  font-size: 12px;
}
.h-180 {
  height: 180px;
}
.mt-112 {
  margin-top: 112px;
}
.mt-56 {
  margin-top: 56px;
}
.contact-us {
  color: #fa9f4c;
}
.contact-us:hover {
  color: #4c8cfa;
}
.cg-30 {
  column-gap: 30px;
}
.question {
  color: #777d8b;
}
.mt-104 {
  margin-top: 104px;
}
.w-964 {
  width: 964px;
}
.mb-40 {
  margin-bottom: 40px;
}
.max-width-579 {
  max-width: 579px;
}
.border-dashed {
  border-style: dashed !important;
  width: fit-content;
}
.vertical-line {
  left: 158px;
  width: 1px;
  height: 90%;
}
main {
  margin: 54px 0 150px !important;
  padding: 39px 19px 19px 23px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  max-width: 763px;
  color: #3b3b44;
}
.circle {
  width: 10px;
  height: 10px;
  background-color: #46688a;
}
/* @media screen and (min-width: 1400px) {
  main {
    padding: 56px 111px 64px;
  }
} */
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.column-gap-32 {
  column-gap: 32px;
}
.max-width-105 {
  max-width: 105px;
}
.mb-32 {
  margin-bottom: 32px;
}
.w-579 {
  width: 579px;
}
.mb-57 {
  margin-bottom: 57px;
}
.box-300 {
  width: 291px;
  height: 306px;
  padding: 40px 20px 32px;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14);
}
.cg-32 {
  column-gap: 32px;
}
.mb-54 {
  margin-bottom: 54px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-88 {
  margin-top: 88px;
}
.ps-20 {
  padding-left: 20px;
}
.pb-24 {
  padding-bottom: 24px;
}
.cg-10 {
  column-gap: 10px;
}
.mt-32 {
  margin-top: 32px;
}
.me-134 {
  margin-right: 134px;
}
.me-17 {
  margin-right: 17px;
}
.me-20 {
  margin-right: 20px;
}
.w-544 {
  max-width: 544px;
}
.cg-20 {
  column-gap: 20px;
}
.h-40 {
  height: 40px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #ccd2d7 !important;
  font-size: 14px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccd2d7 !important;
  font-size: 14px;
}
::placeholder {
  color: #ccd2d7 !important;
  font-size: 14px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.border-gray {
  border-color: #ccd2d7;
  box-shadow: none !important;
}
.color-gray {
  color: #757473 !important;
}
.h-156 {
  height: 156px;
}
.btn-outline {
  color: #ccd2d7;
  border-color: #ccd2d7;
}
.show-sections {
  background: none !important;
  border: none !important;
}

.rename,
.make-a-copy {
  background-color: #fff;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  width: 365px;
  height: 224px;
}
.report-problem {
  background-color: #fff;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  width: 365px;
  height: 362px;
}
#rename,
#make-a-copy,
#report-problem {
  display: none;
}
.rename input,
.make-a-copy input,
.report-problem input {
  background-color: #f8f9fb;
}
.rename button,
.make-a-copy button,
.report-problem button {
  background: none;
  border: none;
  height: 40px;
  width: 88px;
}

/* template */
#template {
  display: none;
  z-index: 4;
}
#template .cross {
  border: 1px solid white;
  height: 40px;
  width: 40px;
  background-color: transparent;
}
#template .cross:hover {
  /* border: none; */
  background-color: #dd4b39;
}
.use {
  background-color: #bebfc280;
  width: 218px;
  display: none;
}

/* sections */

.sections {
  width: 100%;
  height: 100%;
  background-color: #cccdcfe6;
}
#sections {
  display: none;
  z-index: 4;
}
#sections .navbar {
  background-color: #2e384d !important;
  min-height: 80px;
  /* padding: 24px 140px; */
  z-index: 1;
}
#sections .header {
  padding: 17px 20px 17px 32px;
}
#sections .header-2 {
  background-color: white !important;
  /* height: 80px; */
  /* max-width: 1440px; */
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
  padding: 16px 34px;
}
#sections button {
  border: 1px solid white;
  height: 40px;
  width: 40px;
  background-color: transparent;
}
#sections button:hover {
  /* border: none; */
  background-color: #dd4b39;
}
#sections button img {
  height: 14px;
}
#sections .footer {
  height: 44px;
  background-color: #e3ebfc;
  font-weight: 400;
  color: #000;
}
#sections .form-check-input:checked {
  background-color: #fa9f4c;
}
/* upgrade-1 */

#upgrade-1 {
  display: none;
  z-index: 4;
  width: 100%;
  background-color: #cccdcfe6;
}
#upgrade-1 .header button {
  border: 1px solid white;
  height: 40px;
  width: 40px;
  background-color: transparent;
}
#upgrade-1 .header button:hover {
  background-color: #dd4b39;
}
#upgrade-1 .header {
  padding: 12px 20px;
}
.mw-873 {
  max-width: 873px;
}
#upgrade-1 .left-container {
  padding: 28px 0 16px 20px;
  max-width: 293px;
}
#upgrade-1 .left-container {
  padding: 28px 0 16px 20px;
  max-width: 293px;
}
/* upgrade-2 */

#upgrade-2 {
  display: none;
  z-index: 4;
}
#upgrade-2 .header .cross,
#upgrade-2 .header .germany {
  border: 1px solid white;
  height: 40px;
  background-color: transparent;
}
#upgrade-2 .header .cross {
  min-width: 40px;
}
#upgrade-2 .cross {
  margin-left: 24px;
}
#upgrade-2 .header .cross:hover {
  background-color: #dd4b39;
}
#upgrade-2 .header {
  padding: 12px 20px;
}
#upgrade-2 .header .form-select {
  background-color: transparent;
  color: #fff;
  border: none;
}
#upgrade-2 .header .form-select:active {
  border: none;
  border-color: transparent;
  box-shadow: none;
}
#upgrade-2 .header .form-select option {
  color: #000;
}
.upgrade-2-container {
  height: 500px;
  overflow-y: scroll;
  padding-top: 49px;
}
.accordion-button::after {
  content: url(../images/blue-arrow-down.svg);
  background-image: none;
  background-color: white;
  width: 32px;
  height: 32px;
}
.accordion-button:not(.collapsed)::after {
  content: url(../images/blue-arrow-down.svg);
  background-image: none;
  background-color: #d0defb;
  width: 32px;
  height: 32px;
  border-radius: 2px;
}
.accordion-button:not(.collapsed) {
  background: none !important;
  box-shadow: none !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-item {
  border: none !important;
}
.accordion-button {
  padding: 0;
}
.accordion-body {
  padding: 0;
}
.accordion-button:not(.collapsed) {
  color: #4c8cfa;
}
.h-fit {
  height: fit-content;
}
.mb-41 {
  margin-bottom: 41px;
}
.mw-256 {
  max-width: 256px;
}
.elem {
  padding-top: 86px;
  padding-bottom: 61px;
  /* width: 256px; */
}
.b-shadow {
  box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 8%);
}
.fw-500 {
  font-weight: 500;
}
.fs-50 {
  font-size: 50px;
}
.h-80 {
  height: 80px;
}
.gray-container {
  background-color: #f8f9fb;
  padding-top: 72px;
}
.mt-96 {
  margin-top: 96px;
}
.why {
  max-width: 440px;
}
.mw-873 {
  max-width: 873px;
}
.mw-262 {
  max-width: 262px;
}
.ps-34 {
  padding-left: 34px !important;
}
.ps-68 {
  padding-left: 68px !important;
}
.mh-386 {
  max-height: 386px;
}
.w-260 {
  width: 260px;
}
.w-226 {
  width: 226px;
}
.w-343 {
  width: 343px;
}
.h-54 {
  height: 54px;
}
.green {
  color: #1ecb40;
}
.mw-980 {
  max-width: 980px;
}
.mh-469 {
  max-height: 469px;
}
.h-49 {
  height: 49px;
}
* {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
*::-webkit-scrollbar {
  display: none;
}
.fs-14 {
  font-size: 14px;
}
.fs-32 {
  font-size: 32px;
}
.h-40 {
  height: 40px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}
.w-343 {
  width: 343px;
}
.h-64 {
  height: 64px;
}
.bgc-nav {
  background-color: #2e384d !important;
}
.cw {
  color: white;
}
.color-blue {
  color: #4c8cfa;
}
.back-color-blue {
  background-color: #d0defb;
}
.back-color-white {
  background-color: white;
}
.fs-24 {
  font-size: 24px;
}
.ms-10 {
  margin-left: 10px;
}
.w-196 {
  width: 196px !important;
}
.h-40 {
  height: 40px;
}
.p-10 {
  padding: 10px;
}
.back-color-gray {
  background-color: #f1f3f5;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.border-color {
  border-color: #ccd2d7;
}
.btn-orange {
  color: white !important;
  background-color: #fa9f4c !important;
  font-size: 14px !important;
}
.btn-orange:hover {
  border-color: black !important;
  color: black !important;
  background-color: #fa9f4c !important;
}
.btn-orange:active {
  border-color: white !important;
  background-color: #fa9f4c !important;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.r-83 {
  right: 83px;
}
.t-10 {
  top: 10px;
}
.no-underline {
  text-decoration: none;
}
.mt-24 {
  margin-top: 24px;
}
.me-6 {
  margin-right: 6px;
}
.mt-38 {
  margin-top: 38px;
}
.mb-24 {
  margin-bottom: 24px;
}
.line {
  top: 20px;
  left: 43px;
}
.sign-in {
  border-radius: 5px 0 0 0;
}
.sign-up {
  border-radius: 0 5px 0 0;
}
.fs-12 {
  font-size: 12px;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #ccd2d7 !important;
  font-size: 14px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccd2d7 !important;
  font-size: 14px;
}
::placeholder {
  color: #ccd2d7 !important;
  font-size: 14px;
}
.ms-24 {
  margin-left: 24px;
}
.me-10 {
  margin-right: 10px;
}
.pb-38 {
  padding-bottom: 38px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mt-84 {
  margin-top: 84px;
}
.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}
.copy-right {
  color: #ccd2d7;
  margin-top: 80px;
}
/* tips */
#tips-1,
#tips-2,
#tips-3,
#tips-4 {
  background-color: #fff;
  width: 278px;
  height: 324px;
  display: none;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.14);
}
.tips {
  bottom: 76px;
  right: 10%;
}
.tips button {
  border: none !important;
  background: none !important;
}
.color-757473 {
  color: #757473;
}
.h-225 {
  height: 225px;
}
.tips-button,
.preview-button,
.file-button {
  border: none;
  background: none;
}
.tips-button:hover,
.preview-button:hover,
.file-button:hover {
  color: #4c8cfa !important;
}
.mouse-1 {
  right: 127px;
  bottom: 126px;
  animation-name: mouse-move-1;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
}
@keyframes mouse-move-1 {
  from {
    right: 127px;
    bottom: 126px;
  }
  to {
    right: 166px;
    bottom: 113px;
  }
}
.mouse-2 {
  right: 69px;
  bottom: 89px;
  animation-name: mouse-move-2;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
}
@keyframes mouse-move-2 {
  from {
    right: 69px;
    bottom: 89px;
  }
  to {
    right: 108px;
    bottom: 72px;
  }
}
.mouse-3 {
  right: 83px;
  bottom: 70px;
  animation-name: mouse-move-3;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
}
@keyframes mouse-move-3 {
  from {
    right: 83px;
    bottom: 70px;
  }
  to {
    right: 122px;
    bottom: 53px;
  }
}
#circle-1 {
  border-color: #4c8cfa !important;
  animation-name: circle-1;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
#circle-1-container {
  right: 135px;
  bottom: 86px;
}
@keyframes circle-1 {
  from {
    r: 5%;
  }
  to {
    r: 25%;
    opacity: 0;
  }
}
#circle-2 {
  border-color: #4c8cfa !important;
  animation-name: circle-2;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
#circle-2-container {
  right: 78px;
  bottom: 45px;
}
@keyframes circle-2 {
  from {
    r: 5%;
  }
  to {
    r: 25%;
    opacity: 0;
  }
}
#circle-3 {
  border-color: #4c8cfa !important;
  animation-name: circle-3;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
#circle-3-container {
  right: 92px;
  bottom: 27px;
}
@keyframes circle-3 {
  from {
    r: 5%;
  }
  to {
    r: 25%;
    opacity: 0;
  }
}
/* file */
#file {
  display: none;
  background-color: #fff;
  width: 186px;
  font-weight: 500;
  z-index: 1;
  top: 40px;
}
#file-rename:hover,
#file-copy:hover,
#file-browse:hover,
#file-report:hover {
  color: #4c8cfa;
  background-color: #d0defb;
}
#file-back a {
  text-decoration: none;
  color: #000;
}
/* footer-hover */
#footer-hover {
  display: none;
  background-color: #fff;
  width: 186px;
  font-weight: 500;
  /* z-index: 1; */
  bottom: 33px;
  left: -66px;
}
#show-profile:hover {
  color: #4c8cfa;
  background-color: #d0defb;
}
#show-recent:hover {
  color: #4c8cfa;
  background-color: #d0defb;
}
#purchase-history:hover {
  color: #4c8cfa;
  background-color: #d0defb;
}
#footer-hover-report:hover {
  color: #4c8cfa;
  background-color: #d0defb;
}
#footer-hover a {
  text-decoration: none;
  color: #000;
}
.border-arrow-down {
  bottom: -8px;
  left: 75px;
}
.border-arrow-up {
  top: -8px;
  left: 19px;
}
/* alerts */
.alerts {
  width: 270px;
  height: 53px;
  font-weight: 500;
  bottom: 91px;
  left: 13%;
  box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 8%);
  display: none;
}
.tick-button {
  border: none;
  background: none;
}
#tick {
  min-width: 375px;
  max-height: 24px;
}
@media screen and (min-width: 1056px) {
  #tick {
    margin-left: -8px;
  }
}
.h-fit-content {
  height: fit-content;
}
.zoom {
  border: none;
  background: none;
}
.recycle-bin:hover {
  background-color: #eed5d4 !important;
}
.recycle-bin img:hover {
  background-color: #eed5d4 !important;
}

#experience-1 button,
#experience-2 button,
#experience-3 button,
#experience-4 button,
#experience-5 button,
#experience-6 button {
  border: none;
  background: none;
  padding: 0;
}

@media screen and (max-width: 1055px) {
  .footer-angle {
    left: -6px;
    bottom: 60px;
  }
  .arrow-up {
    left: 24px;
  }
}
@media screen and (max-width: 992px) {
  .footer-angle {
    left: -6px;
    bottom: 55px;
  }
}
@media screen and (max-width: 980px) {
  .footer-angle {
    left: -6px;
    bottom: 78px;
  }
}
@media screen and (min-width: 807px) {
  #upgrade-1 {
    height: 100%;
  }
}
@media screen and (max-width: 807px) {
  #upgrade-1-inner,
  #upgrade-2-inner {
    height: 100vh;
    overflow: scroll;
  }
  .upgrade-2-container {
    height: auto;
  }
}
@media screen and (max-width: 758px) {
  .footer-angle {
    left: -6px;
    bottom: 94px;
  }
}
@media screen and (max-width: 636px) {
  .h-auto {
    height: auto;
  }
}
@media screen and (max-width: 581px) {
  .footer-angle {
    left: -6px;
    bottom: 117px;
  }
}
@media screen and (max-width: 480px) {
  .footer-angle {
    left: -6px;
    bottom: 113px;
  }
  .editor-footer {
    font-size: 13px !important;
    padding-right: 0 !important;
  }
  .tick-button {
    padding: 0;
  }
  .pe--0 {
    padding-right: 0 !important;
  }
  #tick {
    padding-left: 10px;
  }
  main {
    padding: 27px 21px 27px 21px !important;
    margin-bottom: 200px;
  }
  .tips {
    bottom: 150px;
    right: 2%;
  }
  .alert {
    bottom: 120px;
    left: 2%;
  }
  #footer-hover {
    bottom: 38px;
    left: -16px;
  }
  .border-arrow-down {
    bottom: -8px;
    left: 25px;
  }
}
@media screen and (max-width: 389px) {
  .ps--0 {
    padding-left: 0 !important;
  }
  #tick {
    padding-left: 22px;
  }
}
@media screen and (max-width: 371px) {
  .ps--0 {
    padding-left: 0 !important;
  }
  .me-xs-0 {
    margin-right: 1px !important;
  }
  .ps--4 {
    padding-left: 4px !important;
  }
}

/* IONOS fix: Vorlagenfenster mit Maus/Scrollbar scrollen */
#template .templates-scroll,
#template .overflow-y-scroll,
#template .mh-469 {
  max-height: 70vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: auto;
  overscroll-behavior: contain;
}
#template { overflow: hidden !important; }

/* FINAL: Scrollbars sichtbar */
*{scrollbar-width:auto!important;-ms-overflow-style:auto!important;}
*::-webkit-scrollbar{width:14px!important;height:14px!important;display:block!important;background:#eef3f7!important;}
*::-webkit-scrollbar-thumb{background:#7f8fa3!important;border:3px solid #eef3f7!important;border-radius:999px!important;}
*::-webkit-scrollbar-track{background:#eef3f7!important;}
#template .overflow-y-scroll,#sections .overflow-y-scroll,.overflow-y-scroll,.mh-469,.mh-386{overflow-y:scroll!important;overflow-x:hidden!important;max-height:72vh!important;padding-right:20px!important;}

/* FINAL CLEANUP 2026-07 */
.qr-drag-handle,.qr-section-tools,.qr-move-buttons{display:none!important}button.down,button[onclick*='Down'],button[onclick*='Up']{display:none!important}.qr-date-input{font:inherit;border:1px solid #4c8cfa;border-radius:6px;padding:4px 6px;background:#fff}

/* UPDATE 2026-07-07: Lebenslauf-Foto bleibt leer, bis Nutzer selbst ein Bild hochlädt. */
#add-pic {
  background-image: none;
  background-color: transparent;
}
.editor-footer,.editor-footer.position-fixed{
  background:#fff!important;
  opacity:1!important;
  z-index:2147482000!important;
  box-shadow:0 -8px 28px rgba(23,35,60,.14);
}
.sections,#sections,#template,#rename,#make-a-copy,#report-problem,#upgrade-1,#upgrade-2{
  z-index:2147483200!important;
}
#footer-hover,.edit-container,.edit-container-1,.edit-container-2,.edit-container-3{
  z-index:2147483300!important;
  background:#fff!important;
}


/* QResume 2026: Premium-Vorlage "Kombi" – Mischung aus Klar, Modern und Elegant. */
:root{
  --qr-kombi-ink:#14213d;
  --qr-kombi-blue:#2563eb;
  --qr-kombi-teal:#14b8a6;
  --qr-kombi-gold:#f59e0b;
  --qr-kombi-muted:#627087;
  --qr-kombi-soft:#eef6ff;
}
body.qr-kombi-page,
.qr-kombi-page{
  background-color:#eef3f8!important;
  background-image:radial-gradient(circle at 16% 14%,rgba(37,99,235,.16),transparent 28%),radial-gradient(circle at 86% 20%,rgba(20,184,166,.15),transparent 24%),linear-gradient(#dce6f3 1px,transparent 1px),linear-gradient(90deg,#dce6f3 1px,transparent 1px)!important;
  background-size:auto,auto,52px 52px,52px 52px!important;
}
body.qr-kombi-page main{
  position:relative;
  overflow:hidden;
  max-width:795px!important;
  padding:44px 36px 34px!important;
  border-radius:22px!important;
  box-shadow:0 24px 70px rgba(20,33,61,.18)!important;
  border:1px solid rgba(37,99,235,.13)!important;
  color:var(--qr-kombi-ink)!important;
}
body.qr-kombi-page main::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:12px;
  background:linear-gradient(90deg,var(--qr-kombi-blue),var(--qr-kombi-teal),var(--qr-kombi-gold));
  z-index:0;
}
body.qr-kombi-page main::after{
  content:"KOMBI";
  position:absolute;
  right:28px;
  top:24px;
  letter-spacing:.18em;
  font-size:11px;
  font-weight:900;
  color:rgba(20,33,61,.18);
}
body.qr-kombi-page main>*{position:relative;z-index:1}
body.qr-kombi-page #name{
  color:var(--qr-kombi-ink)!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
  line-height:1.02!important;
  font-size:clamp(32px,4vw,46px)!important;
}
body.qr-kombi-page #job{
  display:inline-block;
  margin-top:8px;
  background:linear-gradient(90deg,var(--qr-kombi-blue),var(--qr-kombi-teal));
  color:#fff!important;
  border-radius:999px;
  padding:7px 13px;
  font-weight:800!important;
  letter-spacing:.04em;
}
body.qr-kombi-page #job-details,
body.qr-kombi-page .details,
body.qr-kombi-page .me-details{
  color:#4c5a6f!important;
  line-height:1.58!important;
}
body.qr-kombi-page #add-pic{
  border-radius:22px!important;
  border:0!important;
  background:linear-gradient(145deg,#eaf2ff,#ffffff)!important;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.12),0 12px 28px rgba(20,33,61,.10)!important;
}
body.qr-kombi-page #add-pic.has-user-photo,
body.qr-kombi-page #add-pic[style*="background-image"]{
  background-size:cover!important;
  background-position:center!important;
}
body.qr-kombi-page .svg-container{
  background:linear-gradient(135deg,var(--qr-kombi-blue),var(--qr-kombi-teal))!important;
  border-radius:13px!important;
  box-shadow:0 8px 18px rgba(37,99,235,.20)!important;
}
body.qr-kombi-page .svg-container img{filter:brightness(0) invert(1)!important}
body.qr-kombi-page #about-me,
body.qr-kombi-page #skills,
body.qr-kombi-page #hobbies,
body.qr-kombi-page #language{
  background:rgba(238,246,255,.72);
  border:1px solid rgba(37,99,235,.10);
  border-radius:18px;
  padding:16px!important;
  margin-top:22px!important;
}
body.qr-kombi-page #me,
body.qr-kombi-page #skill,
body.qr-kombi-page #hobby,
body.qr-kombi-page #languages,
body.qr-kombi-page [id^="experience-title"],
body.qr-kombi-page [id^="education-title"],
body.qr-kombi-page .fw-semibold{
  color:var(--qr-kombi-ink)!important;
  font-weight:900!important;
}
body.qr-kombi-page [id^="experience-"],
body.qr-kombi-page [id^="education-"],
body.qr-kombi-page [id^="award-"],
body.qr-kombi-page [id^="reference-"]{
  border-radius:16px;
}
body.qr-kombi-page .circle{
  background:linear-gradient(135deg,var(--qr-kombi-blue),var(--qr-kombi-teal))!important;
  box-shadow:0 0 0 4px rgba(37,99,235,.11)!important;
}
body.qr-kombi-page img[src$="circle-orange.svg"]{
  width:9px!important;height:9px!important;border-radius:999px!important;
  padding:0!important;background:linear-gradient(135deg,var(--qr-kombi-blue),var(--qr-kombi-teal))!important;
  filter:none!important;opacity:1!important;
}
body.qr-kombi-page .qr-kombi-skill{
  width:100%!important;
  margin-bottom:13px!important;
  padding:8px 0 10px!important;
  border-bottom:1px solid rgba(37,99,235,.09);
}
body.qr-kombi-page .qr-kombi-skill-name-row{
  margin-bottom:6px!important;
  justify-content:space-between;
}
body.qr-kombi-page .qr-kombi-level-wrap{
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:7px;
  width:100%;
}
body.qr-kombi-page .qr-kombi-skill-meter{
  height:8px;
  border-radius:999px;
  background:#dce8f8;
  overflow:hidden;
  box-shadow:inset 0 1px 2px rgba(20,33,61,.09);
}
body.qr-kombi-page .qr-kombi-skill-meter span{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--qr-kombi-blue),var(--qr-kombi-teal),var(--qr-kombi-gold));
}
body.qr-kombi-page .qr-kombi-level-label{
  min-width:38px;
  text-align:right;
  font-size:11px;
  font-weight:900;
  color:var(--qr-kombi-muted);
}
body.qr-kombi-page .qr-kombi-level-btn{
  width:22px;height:22px;border:0;border-radius:999px;
  background:#fff;color:var(--qr-kombi-blue);font-weight:900;line-height:1;
  box-shadow:0 2px 8px rgba(20,33,61,.16);cursor:pointer;
}
body.qr-kombi-page .qr-kombi-skill-range{
  grid-column:2 / 5;
  width:100%;
  accent-color:var(--qr-kombi-blue);
  margin-top:1px;
}
body.qr-kombi-page .vertical-line{
  background:linear-gradient(var(--qr-kombi-blue),var(--qr-kombi-teal))!important;
  opacity:.35;
}
body.qr-kombi-page .progress-bar{
  background:linear-gradient(90deg,var(--qr-kombi-blue),var(--qr-kombi-teal))!important;
}
body.qr-kombi-page .btn-orange,
body.qr-kombi-page .purchase,
body.qr-kombi-page .create{
  background:linear-gradient(135deg,var(--qr-kombi-blue),var(--qr-kombi-teal))!important;
  border:0!important;
  color:#fff!important;
}
.qresume-pdf-render .qr-kombi-level-controls,
.qresume-pdf-render .qr-kombi-skill-range,
.qresume-print-wrap .qr-kombi-level-controls,
.qresume-print-wrap .qr-kombi-skill-range{display:none!important}
@media print{
  body.qr-kombi-page .qr-kombi-level-controls,
  body.qr-kombi-page .qr-kombi-skill-range{display:none!important}
  body.qr-kombi-page main{box-shadow:none!important;border-radius:0!important}
}
@media(max-width:700px){
  body.qr-kombi-page main{padding:34px 22px 28px!important;border-radius:18px!important}
  body.qr-kombi-page .qr-kombi-level-wrap{grid-template-columns:auto 1fr auto}
  body.qr-kombi-page .qr-kombi-level-label{display:none}
  body.qr-kombi-page .qr-kombi-skill-range{grid-column:1 / -1}
}

/* QResume Kombi Feinschliff 2026-07-07: heller Namensbereich + digitale Unterschrift. */
body.qr-kombi-page #gray-container,
.qr-kombi-page #gray-container{
  height:auto!important;
  min-height:0!important;
  background:rgba(255,255,255,.94)!important;
  color:var(--qr-kombi-ink)!important;
  border:1px solid rgba(37,99,235,.12)!important;
  border-radius:18px!important;
  padding:14px 12px 15px!important;
  margin:0 0 18px!important;
  box-shadow:0 12px 28px rgba(20,33,61,.08)!important;
}
body.qr-kombi-page #gray-container .text-center,
.qr-kombi-page #gray-container .text-center{
  width:100%!important;
}
body.qr-kombi-page #gray-container #name,
.qr-kombi-page #gray-container #name{
  color:var(--qr-kombi-ink)!important;
  background:transparent!important;
  text-shadow:none!important;
}
body.qr-kombi-page #gray-container #job,
.qr-kombi-page #gray-container #job{
  color:#fff!important;
}
.qr-kombi-signature-section{
  width:100%!important;
  flex:0 0 100%!important;
  max-width:100%!important;
  margin-top:26px!important;
  padding:0!important;
}
.qr-kombi-signature-card{
  border-top:1px solid rgba(37,99,235,.13);
  padding-top:18px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}
.qr-kombi-signature-meta{
  min-width:170px;
  color:#4c5a6f;
  font-size:12px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(20,33,61,.22);
}
.qr-kombi-signature-title{
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--qr-kombi-muted);
  margin-right:auto;
  padding-bottom:14px;
}
#signature{
  width:260px;
  min-height:92px;
  border:1.5px dashed rgba(37,99,235,.28)!important;
  border-radius:18px!important;
  background:rgba(238,246,255,.65)!important;
  padding:8px!important;
}
#add-signature{
  width:100%!important;
  min-height:74px!important;
  height:74px!important;
  border:0!important;
  border-radius:14px!important;
  background-image:none!important;
  background-color:#fff!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.10)!important;
}
#signature.has-signature #add-signature{
  background-color:#fff!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
#signature.has-signature .qr-signature-placeholder{
  display:none!important;
}
#signature:not(.has-signature) .qr-signature-remove{
  display:none!important;
}
.qr-signature-placeholder{
  font-size:12px;
  color:var(--qr-kombi-blue);
  font-weight:800;
  pointer-events:none;
}
.qr-signature-remove{
  border:0!important;
  width:24px!important;
  height:24px!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 4px 12px rgba(20,33,61,.18)!important;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
}
.qr-signature-remove img{width:10px;height:10px;}
#signature-pic{display:none!important;}
.qresume-pdf-render #signature:not(.has-signature),
.qresume-print-wrap #signature:not(.has-signature){display:none!important;}
.qresume-pdf-render .qr-signature-placeholder,
.qresume-print-wrap .qr-signature-placeholder{display:none!important;}
@media print{
  #signature:not(.has-signature){display:none!important;}
  .qr-signature-remove,.qr-signature-placeholder,#signature-pic{display:none!important;}
}
@media(max-width:700px){
  .qr-kombi-signature-card{display:block;}
  .qr-kombi-signature-meta{margin-bottom:12px;}
  .qr-kombi-signature-title{margin-bottom:8px;padding-bottom:0;}
  #signature{width:100%;}
}

/* QResume Kombi Update 2026-07-08: Unterschrift in der Vorlage unten rechts + verschiebbar; Skill-Balken im PDF ohne Prozentzahl. */
body.qr-kombi-page .right-container,
.qr-kombi-page .right-container{
  position:relative!important;
}
body.qr-kombi-page .qr-kombi-signature-section,
.qr-kombi-page .qr-kombi-signature-section{
  width:100%!important;
  flex:0 0 auto!important;
  max-width:100%!important;
  margin-top:auto!important;
  padding:16px 0 0!important;
  align-self:stretch!important;
  z-index:7!important;
}
body.qr-kombi-page .qr-kombi-signature-card,
.qr-kombi-page .qr-kombi-signature-card{
  border-top:1px solid rgba(37,99,235,.13)!important;
  padding-top:16px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-end!important;
  gap:16px!important;
  min-height:118px!important;
}
body.qr-kombi-page .qr-kombi-signature-meta,
.qr-kombi-page .qr-kombi-signature-meta{
  min-width:136px!important;
  color:#4c5a6f!important;
  font-size:12px!important;
  padding-bottom:12px!important;
  border-bottom:1px solid rgba(20,33,61,.22)!important;
}
body.qr-kombi-page .qr-kombi-signature-title,
.qr-kombi-page .qr-kombi-signature-title{
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  color:var(--qr-kombi-muted)!important;
  margin:0!important;
  padding-bottom:12px!important;
}
body.qr-kombi-page #signature,
.qr-kombi-page #signature{
  width:238px!important;
  min-height:94px!important;
  border:1.5px dashed rgba(37,99,235,.28)!important;
  border-radius:18px!important;
  background:rgba(238,246,255,.65)!important;
  padding:8px!important;
  margin-left:0!important;
  touch-action:none;
}
body.qr-kombi-page #add-signature,
.qr-kombi-page #add-signature{
  width:100%!important;
  min-height:76px!important;
  height:76px!important;
  border:0!important;
  border-radius:14px!important;
  background-image:none!important;
  background-color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.10)!important;
  overflow:hidden!important;
}
.qr-signature-image{
  display:none;
  max-width:100%;
  max-height:72px;
  width:auto;
  height:auto;
  object-fit:contain;
  pointer-events:none;
}
#signature.has-signature .qr-signature-image{
  display:block!important;
}
#signature.has-signature #add-signature{
  background-image:none!important;
}
.qr-signature-drag-handle{
  position:absolute;
  left:8px;
  top:8px;
  width:26px;
  height:26px;
  border-radius:999px;
  background:#fff;
  color:var(--qr-kombi-blue);
  font-weight:900;
  font-size:15px;
  line-height:26px;
  text-align:center;
  cursor:move;
  box-shadow:0 4px 12px rgba(20,33,61,.18);
  z-index:3;
  user-select:none;
}
#signature:not(.has-signature) .qr-signature-drag-handle{
  opacity:.55;
}
.qresume-pdf-render .qr-signature-drag-handle,
.qresume-print-wrap .qr-signature-drag-handle,
.qresume-pdf-render .qr-signature-remove,
.qresume-print-wrap .qr-signature-remove,
.qresume-pdf-render .qr-signature-placeholder,
.qresume-print-wrap .qr-signature-placeholder,
.qresume-pdf-render #signature-pic,
.qresume-print-wrap #signature-pic,
.qresume-pdf-render .qr-kombi-level-controls,
.qresume-print-wrap .qr-kombi-level-controls,
.qresume-pdf-render .qr-kombi-skill-range,
.qresume-print-wrap .qr-kombi-skill-range,
.qresume-pdf-render .qr-kombi-level-label,
.qresume-print-wrap .qr-kombi-level-label{
  display:none!important;
}
.qresume-pdf-render #signature.has-signature,
.qresume-print-wrap #signature.has-signature{
  border:0!important;
  background:transparent!important;
  padding:0!important;
  min-height:0!important;
  width:220px!important;
}
.qresume-pdf-render #signature.has-signature #add-signature,
.qresume-print-wrap #signature.has-signature #add-signature{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
}
.qresume-pdf-render .qr-signature-image,
.qresume-print-wrap .qr-signature-image{
  display:block!important;
  max-height:78px!important;
}
.qresume-pdf-render .qr-kombi-skill-meter,
.qresume-print-wrap .qr-kombi-skill-meter{
  display:block!important;
  background:#dce8f8!important;
}
.qresume-pdf-render .qr-kombi-skill-meter span,
.qresume-print-wrap .qr-kombi-skill-meter span{
  display:block!important;
  height:100%!important;
}
@media print{
  .qr-signature-drag-handle,.qr-signature-remove,.qr-signature-placeholder,#signature-pic,
  .qr-kombi-level-controls,.qr-kombi-skill-range,.qr-kombi-level-label{display:none!important;}
  #signature.has-signature{border:0!important;background:transparent!important;padding:0!important;min-height:0!important;width:220px!important;}
  #signature.has-signature #add-signature{border:0!important;box-shadow:none!important;background:transparent!important;min-height:0!important;height:auto!important;padding:0!important;}
  .qr-signature-image{display:block!important;max-height:78px!important;}
  .qr-kombi-skill-meter,.qr-kombi-skill-meter span{display:block!important;}
}
@media(max-width:700px){
  body.qr-kombi-page .qr-kombi-signature-card,.qr-kombi-page .qr-kombi-signature-card{display:block!important;}
  body.qr-kombi-page #signature,.qr-kombi-page #signature{width:100%!important;margin-top:10px!important;}
}


/* QResume Fix 2026-07-08: Kombi-Balken im Druck/PDF sichtbar, Prozent/Regler unsichtbar. */
body.qr-kombi-page .qr-pdf-page .qr-kombi-level-wrap,
body.qr-kombi-page .qresume-pdf-render .qr-kombi-level-wrap,
body.qr-kombi-page .qresume-print-wrap .qr-kombi-level-wrap{
  display:block!important;
  width:100%!important;
}
body.qr-kombi-page .qr-pdf-page .qr-kombi-skill-meter,
body.qr-kombi-page .qresume-pdf-render .qr-kombi-skill-meter,
body.qr-kombi-page .qresume-print-wrap .qr-kombi-skill-meter{
  display:block!important;
  width:100%!important;
  min-width:96px!important;
  height:8px!important;
  background:#dce8f8!important;
  border-radius:999px!important;
  overflow:hidden!important;
}
body.qr-kombi-page .qr-pdf-page .qr-kombi-skill-meter span,
body.qr-kombi-page .qresume-pdf-render .qr-kombi-skill-meter span,
body.qr-kombi-page .qresume-print-wrap .qr-kombi-skill-meter span{
  display:block!important;
  height:100%!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#2563eb,#14b8a6,#f59e0b)!important;
}
body.qr-kombi-page .qr-pdf-page .qr-kombi-level-label,
body.qr-kombi-page .qr-pdf-page .qr-kombi-level-controls,
body.qr-kombi-page .qr-pdf-page .qr-kombi-skill-range,
body.qr-kombi-page .qr-pdf-page .qr-signature-drag-handle,
body.qr-kombi-page .qr-pdf-page .qr-signature-placeholder,
body.qr-kombi-page .qresume-pdf-render .qr-kombi-level-label,
body.qr-kombi-page .qresume-pdf-render .qr-kombi-level-controls,
body.qr-kombi-page .qresume-pdf-render .qr-kombi-skill-range,
body.qr-kombi-page .qresume-pdf-render .qr-signature-drag-handle,
body.qr-kombi-page .qresume-pdf-render .qr-signature-placeholder,
body.qr-kombi-page .qresume-print-wrap .qr-kombi-level-label,
body.qr-kombi-page .qresume-print-wrap .qr-kombi-level-controls,
body.qr-kombi-page .qresume-print-wrap .qr-kombi-skill-range,
body.qr-kombi-page .qresume-print-wrap .qr-signature-drag-handle,
body.qr-kombi-page .qresume-print-wrap .qr-signature-placeholder{
  display:none!important;
}
@media print{
  body.qr-kombi-page .qr-kombi-level-wrap{display:block!important;width:100%!important;}
  body.qr-kombi-page .qr-kombi-skill-meter{display:block!important;width:100%!important;min-width:96px!important;height:8px!important;background:#dce8f8!important;border-radius:999px!important;overflow:hidden!important;}
  body.qr-kombi-page .qr-kombi-skill-meter span{display:block!important;height:100%!important;border-radius:999px!important;background:linear-gradient(90deg,#2563eb,#14b8a6,#f59e0b)!important;}
  body.qr-kombi-page .qr-kombi-level-label,
  body.qr-kombi-page .qr-kombi-level-controls,
  body.qr-kombi-page .qr-kombi-skill-range,
  body.qr-kombi-page .qr-signature-drag-handle,
  body.qr-kombi-page .qr-signature-placeholder{display:none!important;}
}


/* QResume Fix 2026-07-08: Kombi-Profilbild sichtbar machen und Entfernen-Kreuz ausblenden. */
body.qr-kombi-page .profile-cross,
body.qr-kombi-page .qresume-pdf-render .profile-cross,
body.qr-kombi-page .qresume-print-wrap .profile-cross{
  display:none!important;
}
body.qr-kombi-page #add-pic-container{
  z-index:8!important;
}
body.qr-kombi-page #add-pic{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
body.qr-kombi-page #add-pic:not(.has-user-photo){
  background:linear-gradient(145deg,#eaf2ff,#ffffff)!important;
}
body.qr-kombi-page #add-pic.has-user-photo{
  background-color:transparent!important;
  background-image:var(--qr-user-photo)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
body.qr-kombi-page #add-pic.has-user-photo::before,
body.qr-kombi-page #add-pic.has-user-photo::after{
  display:none!important;
}
.qresume-pdf-render #add-pic.has-user-photo,
.qresume-print-wrap #add-pic.has-user-photo{
  background-image:var(--qr-user-photo)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
@media print{
  body.qr-kombi-page .profile-cross{display:none!important;}
  body.qr-kombi-page #add-pic.has-user-photo{
    background-image:var(--qr-user-photo)!important;
    background-size:cover!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
  }
}


/* QResume Update 2026-07-08: Den dekorativen Namen "KOMBI" nicht direkt auf der Vorlage anzeigen. */
body.qr-kombi-page main::after,
.qr-kombi-page main::after{
  content:none!important;
  display:none!important;
}
