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;
}
