.plineccf-wrap {
  color: #5f7285;
}
.plineccf-wrap h1 {
  font-size: 1.625rem;
  color: #e62644;
  line-height: 1.75rem;
  margin: 2.125rem 0rem 1.25rem 0rem;
  margin-top: 0rem;
  font-family: "Roboto", "Noto", sans-serif;
}
.plineccf-wrap .plineccf-devices h4 {
  color: #e62644;
  font-size: 1.19rem;
  line-height: 1.2;
}
.plineccf-intro {
  border: 1px solid #dadae5;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.plineccf-intro p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0rem 0rem 0.75rem 0rem;
  color: #5f7285;
}
.plineccf {
  margin-top: 20px;
  border: 1px solid #dadae5;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.plineccf .form-description {
  margin: 0;
  font-size: 0.875rem;
  margin: -0.5rem 0rem 0.625rem 0rem;
}
.plineccf .input-text {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.plineccf .input-text:focus {
  box-shadow: 0 0 0 0.25rem #b0003813;
  border-color: #b00038;
}
.plineccf .input-text:focus-visible {
  outline: none;
}
.plineccf select {
  color: #5f7285;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding: 10px 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 30%;
}
.plineccf textarea {
  font-size: 14px;
  padding: 10px 15px;
  color: #5f7285;
  font-family: inherit;
  width: 100%;
  margin-top: 1rem;
}

.plineccf .label-check {
  font-size: 0.8em;
  line-height: normal;
  display: inline-flex;
  vertical-align: top;
  margin-left: 10px;
}

.plineccf .required:after {
  content: " *";
  color: red;
}

.plineccf .g-recaptcha {
  margin: 20px 0 20px 0;
}
.plineccf .button-wrap {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.plineccf .submit-button {
  font-size: 100%;
  margin: 30px 10px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  color: #fff;
  background-color: #b40707;
  border: 0;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.plineccf .submit-button:hover {
  background-color: #b92626;
}

.plineccf p span {
  color: red;
}

.plineccf .data-protection {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin-top: 10px;
}
.plineccf .form-description.dataprotection {
  font-size: 0.8em;
  margin-left: 20px;
  margin-top: 0;
}
.plineccf .form-description.form-required {
  font-size: 0.6em;
}

.plineccf #plineccf-phone {
  margin-bottom: 1.5rem;
}

.plineccf .form-description.shade-choice {
  margin-bottom: 0;
}
.successful-message {
  background-color: #00800040;
}
.successful-message p {
  padding: 1rem;
  color: #5f7285;
}
.shop-btn {
  background-color: #e62643;
  border-color: #e62643;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.875rem;
  margin-bottom: 0;
  user-select: none;
  padding: 2px 12px;
  font-size: 1rem;
  line-height: 34px;
  border-radius: 0px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 90px;
  height: 45px;
  align-items: center;
}
.shop-btn:hover {
  background-color: #ff4763;
  color: rgba(255, 255, 255, 0.90);
}
.plineccf .file-upload {
  color: #5f7285;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  overflow: hidden;
  margin-bottom: 10px;
}

.plineccf .file-upload:focus {
  box-shadow: 0 0 0 0.25rem #b0003813;
  border-color: #b00038;
}
.plineccf #error-message {
  display: none;
  transition: all 0.3s linear;
  color: #b40707;
}

.plineccf-devices ol li {
  font-weight: bolder;
}
.plineccf-devices ol p {
  margin-bottom: 15px;
}