.fieldSection, .customHTML {
    /*margin-left:0px !important;*/
    max-width:1170px !important;
    padding-left:0px;
}

.LiveFieldSection, .LiveField {
    width:100% !important;
    margin:0px !important;
}
.LiveField__input:not(.LiveField__input--manualfocus), textarea.LiveField__input[rows="1"], .LiveField__input--manualfocus:not(:focus) {
	background: #fff;
    /* White */
    border: 1px solid #A8BFE0;
    border-radius: 100px;
    color:#223645;
    padding:14px 24px;
}

.LiveFieldSection__row--2 .LiveField--half:nth-child(1){
    padding-right:50px;
}

.LiveFieldSection__row--2 .LiveField--half:nth-child(2){
    padding-left:50px;
}

.Paperform__Question--7u2el{
    max-width: calc(50% - 50px);
}

.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: 1px solid #4088F4;
}

.customHTML .adatvedelmiLink{
    color: #223645;;
    text-decoration:underlined;
    margin-left:15px;
}

.customHTML .adatvedelmiLink:hover{
    text-decoration:none;
}

.block--empty{
    display:none;
}

.LiveField .LiveField__container{
	padding: 15px 0;
}

.LiveField .LiveField__container .LiveField__header div{
    margin-bottom:10px;
}

.Select.LiveField__input{
    padding:5px !important;
}

.is-open > .Select-control, .Select-control:hover{
    border:0px !important;
    box-shadow:none !important;
}

.Select-control{
    background-color:transparent !important;
    border:0px !important;
    box-shadow:none !important;
}

textarea.LiveField__input[rows]{
    border-radius:8px !important;
    background-color:transparent !important;
    box-shadow:none !important;
    border-bottom-color: rgb(168, 191, 224);
}

.csillagos{
    color: #223645;
    margin-bottom:0px;
    padding-left:12px;
}

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

.Choices__choice, .Choices__choice.btn-default{
    background-color:transparent !important;
    color: #223645;
}

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

.Choices__choice.btn-raised:before{
    content:"";
    position:absolute;
    top:50%;
    left:15px;
    display:block;
    width:20px;
    height:20px;
    border:1px solid #223645;
    
    transform:translateY(-50%);
}

.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='%23223645'/%3E%3C/svg%3E%0A");
    
    position:absolute;
    top:38%;
    left:20px;
    display:block;
    width:10px;
    height:10px;
    /*background:#fff;*/
    opacity:0;
    
    transform:translateY(-50%);
}

.btn-raised.btn-primary, .Rank__option--selected{
    color: #223645;;
}

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

.editor.editor--live .submit {
    max-width: 489px;
    margin-bottom:55px;
    margin-right:55px;
}

.btn-raised.btn-primary.__checkout_btn_ref{
    box-shadow: 0px 20px 40px rgba(64, 136, 244, 0.2);
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-raised.btn-primary.__checkout_btn_ref:hover{
    box-shadow: 0px 20px 40px rgba(64, 136, 244, 0.2);
    color:#000;
    background-color:#D6E340;
}

.Paperform__QuestionBlock--9kr4e, .Paperform__QuestionBlock--9kr4e .LiveField__container, .Paperform__QuestionBlock--72snt .LiveField__container .LiveField__answer{
    padding-top:0px !important;
    padding-bottom:0px !important;
    margin-top:0px !important;
}

.dataTitle {
    color: #223645;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.billingText {
    color: #223645;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.LiveFieldSection > .LiveFieldSection__row {
    margin-bottom: 20px;
}

.submit .btn-raised {
    max-width: 300px;
    width: 100%;
    padding: 18px !important;
}

.LiveField {
    max-width: 50% !important;
}

.LiveFieldSection__row > .LiveField:first-child {
    padding-right: 50px !important;
}

@media (max-width: 740px){
    .editor.editor--live {
        padding: 0px;
    }
}

@media (max-width: 767px){
    .LiveFieldSection__row--2 .LiveField--half:nth-child(1) {
        padding-right: 0px;
    }
    .LiveFieldSection__row--2 .LiveField--half:nth-child(2) {
        padding-left: 0px;
    }
    .Paperform__Question--7u2el, .editor.editor--live .submit{
        max-width: 100%;
        margin-right: 0px;
    }
}

@media (max-width: 660px) {
    .dataTitle {
        font-size: 32px;
    }
    
    .LiveField__header span {
        font-size: 20px;
    }
    
    .LiveField__header .public-DraftStyleDefault-block {
        margin-bottom: 0 !important;
    }
    
    .submit .btn-raised.btn-primary {
        font-size: 20px !important;
        max-width: 220px;
    }
}

@media (max-width: 499px) {
    .LiveField {
    max-width: 100% !important;
}

.LiveFieldSection__row > .LiveField:first-child {
    padding-right: 0px !important;
}
}