::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #636469;
  font-weight: 400;
  opacity: 1; /* Firefox */
}

:focus::placeholder {
  /* Chrom, Firefox, Ope, Safari 10.1+ */
  color: #636469;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #636469;
  font-weight: 400;
}

:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #636469;
  font-weight: 400;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #636469;
  font-weight: 400;
}

:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #636469;
  font-weight: 400;
}

.LiveField__error {
  border-radius: 34px !important;
}

.editor.editor--live .submit {
  margin: 0px 0px 0px 0px !important;
  min-width: 179px;
}

.submit .btn-raised {
  height: 62px !important;
  line-height: 32px !important;
  font-size: 16px !important;
  /*box-shadow: 0px 16.849px 20px rgba(92, 166, 49, 0.2) !important;*/
  box-shadow: none;
}

.submit {
  /*width:213px;*/
}

.btn-raised.btn-primary,
.Choices__choice,
.ChoicesQuestion.Choices .Choices__choice .material-icons:after,
.ChoicesQuestion.Choices .Choices__choice .material-icons:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.SuccessfulSubmission .btn-raised.btn-primary {
  background-color: rgba(2, 132, 160, 1);
  color: rgba(2, 132, 160, 1);
  font-family: "Manrope", "Helvetica Neue", Helvetica, Roboto, sans-serif, "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
  border-radius: 1000px;
  padding: 20px;
  position: relative;
}

.SuccessfulSubmission .btn-raised.btn-primary:hover {
  color: #88bd23 !important;
}

.SuccessfulSubmission .btn-raised.btn-primary:after {
  content: "Újabb számítás";
  color: #fff;
  font-family: "Manrope", "Helvetica Neue", Helvetica, Roboto, sans-serif, "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
  text-align: center;
  display: block;
  padding: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-transform: none;
}

.btn-raised.btn-primary:not(.Choices__choice):hover {
  background-color: #88bd23 !important;
  transform: scale(1.1) !important;
}

.Choices__choice {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff !important;
  border-radius: 100px !important;
  padding-top: 26px;
  padding-bottom: 22px;
}

.ChoicesQuestion.Choices .Choices__choice .material-icons {
  float: left;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
}

.Paperform__QuestionBlock--3fpos,
.block--empty,
.ChoicesQuestion.Choices .Choices__choice .material-icons svg {
  display: none;
}

.ChoicesQuestion.Choices .Choices__choice .material-icons:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(131, 131, 131, 0.5);
  border-radius: 100%;
}

.ChoicesQuestion.Choices .Choices__choice .material-icons:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  background: #63c973;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 0;
}

.ChoicesQuestion.Choices .Choices__choice[aria-checked="true"] {
  box-shadow: 0px 0px 10px rgba(99, 201, 115, 0.3) !important;
  color: #636469;
}

.ChoicesQuestion.Choices .Choices__choice[aria-checked="true"] .material-icons:after {
  opacity: 1;
}

.Choices__label {
  padding-right: 43px;
  padding-left: 40px;
}

.Choices__choice {
  position: relative;
}

.ChoicesQuestion.Choices .Choices__imagebox {
  max-width: 32px;
  position: absolute;
  right: 18px;
  top: calc(50% - 16px);
}

.ChoicesQuestion.Choices .Choices__imagebox img {
  margin-top: 0px;
}

.Choices {
  flex-wrap: nowrap;
  gap: 30px;
}

.Choices img {
  margin-top: 11px;
}

.editor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > *,
.LiveFieldSection {
  max-width: 881px !important;
}

.LiveFieldSection,
.LiveFieldSection .LiveField {
  width: 100% !important;
}

.infoBox {
  background: #fff;
  border: 1px solid #63c973;
  box-shadow: 0px 0px 10px rgba(99, 201, 115, 0.3);
  border-radius: 10px;
  max-width: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 27px 10px 13px 10px;
  position: absolute;
  /*top:-0px;*/
  margin-top: -36%;
  opacity: 0;
  max-height: 0px;
  display: none;
  z-index: 1000;
}

.infoBox.show {
  opacity: 1;
  max-height: none;
  display: block;
}

.infoBox .closeBoxButton{
    position:absolute;
    right:0px;
    top:0px;
    width:30px;
    height:30px;
    border-radius:100%;
    background:#63c973;
    border:2px solid #fff;
    display:none;
    cursor:pointer;
}

.infoBox .closeBoxButton:before{
    content:"";
    display:block;
    width:15px;
    height:3px;
    background-color:#fff;
    transform:rotate(45deg) translate(-50%, -50%);
    position:absolute;
    top:65%;
    left:40%;
}

.infoBox .closeBoxButton:after{
    content:"";
    display:block;
    width:15px;
    height:3px;
    background-color:#fff;
    transform:rotate(-45deg) translate(-50%, -50%);
    position:absolute;
    top:25%;
    left:45%;
}

.infoBox.ch02:after {
  content: "";
  border-top: solid 20px transparent;
  border-left: solid 27px #63c973;
  border-bottom: solid 20px transparent;
  position: absolute;
  right: -27px;
  top: calc(50% - 20px);
}

.infoBox.ch02 {
  right: 100px;
}

.infoBox.ch01:after {
  content: "";
  border-top: solid 20px transparent;
  border-right: solid 27px #63c973;
  border-bottom: solid 20px transparent;
  position: absolute;
  left: -27px;
  top: calc(50% - 20px);
}

.infoBox.ch01 {
  right: 5px;
}

.customHTML.entity--2 {
  /*width:430px !important;*/
  position: relative;
}

h1.__header-one {
  margin-bottom: 87px !important;
}

.LiveHTML .adatvedelmiLink {
    color: #636469 !important;
  font-size:14px !important;
}

.Paperform__QuestionBlock--4sffc .Choices__choice,
.Paperform__QuestionBlock--4sffc .Choices__choice.btn-default {
  background-color: transparent !important;
  color: #636469;
}

.Paperform__QuestionBlock--4sffc .Choices__choice.btn-raised {
  position: relative;
  padding-left: 45px;
  padding-bottom: 7px;
  padding-top: 10px;
  margin-bottom: 0px;
  box-shadow: none !important;
  width: auto;
}

.Paperform__QuestionBlock--4sffc .Choices__choice.btn-raised:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #636469;
  transform: translateY(-50%);
  border-radius: 0px !important;
  margin-top: 2px;
}

.Paperform__QuestionBlock--4sffc .Choices__choice.btn-raised:after {
  content: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1002 0.757556C10.5716 1.1504 10.6353 1.85102 10.2424 2.32243L4.68697 8.989C4.46255 9.2583 4.12419 9.4059 3.77413 9.3872C3.42407 9.36851 3.10337 9.1857 2.90892 8.89402L0.686726 5.56073C0.34634 5.05015 0.484308 4.36031 0.994888 4.01992C1.50547 3.67953 2.19531 3.8175 2.5357 4.32808L3.93247 6.42323L8.53531 0.899817C8.92815 0.428405 9.62877 0.364713 10.1002 0.757556Z' fill='%23636469'/%3E%3C/svg%3E%0A");

  position: absolute;
  top: 42%;
  left: 17px;
  display: block;
  width: 10px;
  height: 10px;
  /*background:#fff;*/
  opacity: 0;

  transform: translateY(-50%);
}

.Paperform__QuestionBlock--4sffc .Choices__choice.btn-raised.btn-primary:after {
  opacity: 1;
}

.Paperform__QuestionBlock--4sffc .Choices__label {
  padding-right: 0px;
  padding-left: 0px;
}

.Paperform__QuestionBlock--4sffc .MaterialIcon.material-icons {
  display: none !important;
}

.Paperform__QuestionBlock--4sffc .ChoicesQuestion.Choices {
  justify-content: center;
}

.customHTML.entity--7 {
  text-align: center;
}

.Paperform__QuestionBlock--4sffc .LiveField__container {
  padding-bottom: 0px !important;
}

.Paperform__QuestionBlock--4sffc {
  padding-bottom: 5px !important;
}

.Paperform__QuestionBlock--3hae5 {
  display: flex;
  justify-content: center;
  margin-top: 64px !important;
}

.LiveField__answer input[type="text"],
.LiveField__answer input[type="tel"],
.LiveField__answer input[type="email"] {
  font-size: 16px;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}

.LiveFieldSection__row .LiveField:first-child,
.LiveFieldSection__row .LiveField:nth-child(odd) {
  padding-right: 15px;
}

.LiveFieldSection__row .LiveField:last-child,
.LiveFieldSection__row .LiveField:nth-child(even) {
  padding-left: 15px;
}

.LiveFieldSection__row .LiveField .LiveField__container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.LiveField--active .LiveField__input:not(.LiveField__input--manualfocus),
.LiveField--active textarea.LiveField__input[rows="1"],
.LiveField__input--manualfocus:focus,
.StripeCheckout__CardWrapper .StripeElement.StripeElement--focus {
  border-bottom: 0px red solid !important;
}

.customHTML.entity--6 div {
  text-align: center;
}

.LiveField__header {
  display: none;
}

.SuccessfulSubmission {
  padding-bottom: 20px !important;
}

.SuccessfulSubmission .__header-one {
  margin-bottom: 30px !important;
}

.editor--live .DraftEditor-root {
  padding-bottom: 30px !important;
}

.Scale__checkbox-container--checked {
  border: 1px solid #88bd23 !important;
}

.Scale__checkbox--checked {
  background: #88bd23 !important;
}

.Scale__checkbox-label-text--checked {
  color: #88bd23;
}

@media (max-width: 900px) {
}

@media (max-width: 768px) {
    .infoBox .closeBoxButton{
        display:block;
    }
    .infoBox {
        margin-top: 0px;
        max-width:100%;
        width:70%;
    }  
    .infoBox img{
       width:100%; 
    }
    .infoBox.ch01, .infoBox.ch02{
        left:50%;
        right:auto;
        transform:translateX(-50%);
    }
    .infoBox.ch01:after, .infoBox.ch02:after{
        top:-40px;
        left:20px;
        
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
  
        border-bottom: 20px solid #63c973;        
    }
    .infoBox.ch02:after{
        left:auto;
        right:20px;
    }
}

@media (max-width: 699px) {
}

@media (max-width: 540px) {
}

div[data-key="ga5c"] {
  display: none;
}

@media screen and (max-width: 668px) {
  div[data-key="ga5c"] {
    display: block;
  }

  div[data-key="12kl2"] {
    display: none !important;
  }

  .LiveFieldSection__row {
    flex-direction: column;
  }
  
  .Choices__choice.btn-default {
    width: 100%;
  }

  .LiveFieldSection__row .LiveField:first-child,
  .LiveFieldSection__row .LiveField:nth-child(odd) {
    padding-right: 0;
  }

  .LiveFieldSection__row .LiveField:last-child,
  .LiveFieldSection__row .LiveField:nth-child(even) {
    padding-left: 0;
  }

  .Choices {
    flex-direction: column;
  }
  .Choices__choice--2 {
    width: 100%;
  }
    .infoBox.ch01:after, .infoBox.ch02:after{
        left:50%;
        right:auto;
        transform:translateX(-50%);
    }
    .infoBox.ch01{
        top:-120px;
    }
    .infoBox.ch02{
        top:-20px;
    }
    .infoBox {
        width:90%;
    }      
}

.LiveField__input:not(.LiveField__input--manualfocus) {
  border: none;
}

.Select-placeholder {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  color: #636469;
}

.Select-arrow {
  border-color: #63c973 transparent transparent;
}

.LiveField__answer .Select-value,
.LiveField__answer {
  color: #636469;
}

.Select-control {
  background: white;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
  padding: 10px 20px;
}

.LiveField--active .Select-control {
  border-radius: 36px;
}
}