:root {
    --leftSpace: 24px;
    --custom: #89211B;
    --color1: #ffc113;
    --color2: #c45049;
    --font: #424242;
    --btnbackground: #13AFF0;
    --btnhoverbackground: #0077aa;
    --white: #fff;
    --darktext: #2A2A2A;
    --btngrey: #dcdcdc;
    --btngreytext: #908D8D;
    --btnGreyDark: #9C9E9E;
    --errorRed: #f50404;
    --errorGreen: #008000;
}
.licence_lp01 > * {
    margin: 0;
    padding: 0;
}

.licence_lp01 {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
    font-weight: 400;
    font-size: 14px;
}


.licence_lp01 [data-step] {
    display: none;
}

.licence_lp01 [data-step].active {
    display: block;
    animation: fadeIn .625s;
    animation-fill-mode: forwards;
}



.no_licence_result .licence_no_entry_lp01 {
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.licence_lp01 .icons {
    clear:both;
}

.licence_lp01 .eco svg,
.licence_lp01 .privacy svg,
.licence_lp01 .eco img,
.licence_lp01 .privacy img {
    float:left;
    padding-top:0.25rem;
    width:16px;
}

.licence_lp01 #form-manual.loading::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #eee url(../../media/three-dots_loader.svg) no-repeat center center;
    z-index: 10000;
}
.licence_lp01 #form-manual {
    position: relative;
    margin-top: 2rem;
}


.licence_lp01 .icons {
    clear:both;
    padding-top: 6px;
}

.licence_lp01 .icons ul:not(.iti__country-list) li {
    width: 36px;
    display: flex;
    place-content: center;
    margin: 0.25rem;
    align-items: center;
}

/* Messages */
#licence-plate-form {
    position: relative;
}
.licence_lp01 .precheck-msg .error,
.licence_lp01 .precheck-msg .success {
    color:var(--errorRed);
    float:right;
    text-align:right;
    margin: 0;
    padding: 0rem 0.25rem 1rem 0rem;
}

.licence_lp01 .precheck-msg .error > strong,
.licence_lp01 .precheck-msg .success > strong {
    top: 22px;
    right: -22px;
    width: 22;
    height: 22;
    display: flex;
    place-content: center;
    align-items: center;
    color: var(--errorRed);
    font-size: 22px;
    font-weight: 300;
    position: absolute;
}
.licence_lp01 .precheck-msg .success,
.licence_lp01 .precheck-msg .success > strong {
    color: var(--errorGreen );
}
.licence_lp01 .form-field .invalid {
    border-color: rgb(211, 0, 0);
}
.licence_lp01  .form-field .valid {
    border-color: green;
}

.licence_lp01 .form-field .errormsg {
    color: rgb(211, 0, 0);
    font-size: 14px;
    padding-top: 0.25rem;
    line-height: 19px;
    display: none;
}

/* Messages */

.header_lp01 {
    font-size: 34px;
    font-weight: 600;
    text-align: left;
    display: block;
    line-height: 44px;
}
.subheader_lp01 {
    font-size: 16px;
    text-align:left;
    display: block;
    margin-bottom: 2em;
}

.licence_lp01 .licenceplate-inner {
    display: block;
    border-radius: 3px;
    box-shadow: none;
    background: linear-gradient(to bottom,#e3ba00 1%,#ffd200 9%);
    outline: 1px solid #89888a;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    position: relative;
}

.licence_lp01 .licenceplate-inner:before {
    content:'';
    background: url(../../media/eu_nl_licence_icon.svg) center center no-repeat #034ea0;
    width: 48px;
    height: 102%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.licence_lp01 .licenceplate-inner .licence-input-container {
    position: absolute;
    top: -2px;
    left: 48px;
    right: 0px;
    bottom: 0;

}

.licence_lp01 div.form#licence-sell-form ::placeholder,
.licence_lp01 div.form#licence-sell-form input {
    font-size:2.25rem;
    color:black;
    text-align:center;
    font-weight:600;
}

.licence_lp01 .licenceplate-inner .licence-input {
    background: 0 0;
    border: 0;
    text-transform: uppercase;
    display: block;
    padding: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 29px;
    font-weight: 600;
    outline: none;
}
.licence_lp01 .licenceplate-inner .licence-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--darktext);
    opacity: 1; /* Firefox */
}

.licence_lp01 .licenceplate-inner .licence-input :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--darktext);
}

.licence_lp01 .licenceplate-inner .licence-input ::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--darktext);
}

.licence_lp01 form {
    margin: 1.5em 0 2.5em;
}

.licence_lp01 form label {
    font-size: 14px;
}
.resulttext_lp01 {
    font-size: 14px;
}

.licence_lp01 div.form#licence-sell-form .no-licence {
    line-height: unset;
    margin: 0;
    padding: 0;
    grid-column: 1 / 3;
}

.licence_lp01 .no-licence {
    background:var(--btngrey);
    color:var(--btngreytext);
    border:0px;
    border-radius:18px;
    transition: all .2s ease-in-out;
    float: right;
    padding: 1rem 3rem;
}
.licence_lp01 .no-licence:hover {
    background:#172766;
    color:var(--white);
    transition: all .2s ease-in-out;
}

.licence_lp01 div.form#licence-sell-form .button.search {
    background:#2FB24E;
    border:1px solid #28e654;
    border-radius:6px;
    text-transform:uppercase;
    font-weight:600;
    font-size:1.25rem;
    margin: 0;
    padding: 0;
}


.licence_lp01 .eco, .licence_lp01 .privacy {
    font-size: 12px;
}

.licence_lp01 .eco {
    margin-bottom: 1rem;
}

.licence_lp01 .eco svg, .licence_lp01 .privacy img, .licence_lp01 .privacy svg {
    margin-right: 1em;
}
.licence_lp01 .eco svg {
    margin-bottom: 1em;
}


.licence_lp01 form button {
    display:block;
    width:100%;
    padding:0.55rem;
    background:var(--btnbackground);
    color: var(--white);
    border:0px;
    font-size: 30px;
    margin-top:0.75rem;
    transition : all .3s ease-in;
    line-height: 1.45;
}

.licence_lp01 [data-step="3"] button {
    background-color: #9C9E9E;
    font-size: 22px;
    transition : all .3s ease-in;
}

.licence_lp01 form button:hover, .licence_lp01 form button:focus {
    background:var(--btnhoverbackground);
}

.licence_lp01 [data-step="3"] button:hover, .licence_lp01 [data-step="4"] button:focus {
    background-color: #878787;
}

.licence_lp01[data-active-step="2"] button.no-licence {
    display:none;
}



.licence_lp01 button.backbtn {
    background: white;
    border: 2px solid var(--btnGreyDark);
    border-radius:50%;
    color: var(--btnGreyDark);
    width: 36px;
    height: 36px;
    line-height: 18px;
    text-align: center;
    padding:0 0;
    transition : all .3s ease-in;
}

.licence_lp01 button.backbtn:hover {
    background: #f8f8f8;
    color: #3e3e3e;
    border-color: #707070;
}

.licence_lp01 span[data-bind] {
    margin: 0;
    /*display: inline-block;*/
    font-weight: 600;
}

.licence_lp01 [data-active-step]:not([data-active-step="1"]) button.backbtn {
    display: initial;
    width: 48px;
    height: 48px;
}

.licence_lp01 [data-active-step="1"] button.no-licence {
    display: initial;
    float:right;
    padding: 6px 24px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

/* removes background color when input fields are filled in automatically by the browser */
.licence_lp01 .licence-input :-webkit-autofill,
.licence_lp01 .licence-input :-webkit-autofill:hover,
.licence_lp01 .licence-input :-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset
}

.licence_lp01 ul:not(.iti__country-list) {
    display:flex;
    justify-content: flex-end;
    margin: 0.5rem 0;
    list-style-type: none;
}

.licence_lp01 .chosen-drop ul {
    display:initial;
    font-size:13px;
}

.licence_lp01 form input,   
.licence_lp01 form select {
    width: 100%;
    border-radius: 3px; 
    border: 1px solid #000;
    height: 3.4em;
}

.licence_lp01 form .iti {
    display: block
}

.licence_lp01 form input {
    padding:1em;
}

.licence_lp01 form:not(#form-manual) .form-field {
    margin-bottom:1rem;
}

.licence_lp01 .form-field > .chosen-container-single {
    max-width:100%;
}

.fullsizebody .lpgrid .licence_lp01 .form-field label {
    font-size:1.35rem;
    font-weight:600;
    padding-bottom: 0.75rem;
}
.licence_lp01 textarea {
    resize: vertical;
    display: block;
    width: 100%;
    min-height: 90px;
    border: 1px solid #000;
    padding: 1rem;
    border-radius: 3px;
}

.licence_lp01 button {
    cursor: pointer;
}

.licence_lp01 .chosen-single span {
    margin:unset;
}

.licence_lp01 .trustmarks img {
    pointer-events: none
}

.licence_lp01 .chosen-container-single .chosen-drop .chosen-results {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
}

.licence_lp01 span[data-bind] {
    color: #000;
}

/* Chosen css */
.licence_lp01 .form-field .chosen-container-single .chosen-single {
    background: transparent;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.licence_lp01 select:disabled {
    opacity:0.2;
}

.licence_lp01 .success .header_lp01 {
    font-size: 26px;
    padding: 1rem 0;
    text-align: left;
}
.licence_lp01 .success span {
    display:block;
    padding:0.5em 0;
}

.licence_lp01 .success span a {
    color:black;
    text-decoration:none;
    font-weight:600;
}
.licence_lp01 .success button {
    width: 100%;
    padding: 12px;
    border: 0px;
    background: #9c9e9e;
    color: white;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.licence_lp01 .success img {
    overflow: hidden;
    height: 180px;
    object-fit: cover;
    width: 100%;
    margin-top:2rem;
}

.licence_lp01 .success button {
    width:100%;
    position: relative;
    margin-top:1rem;
    padding: 1rem;
    color: var(--white);
    text-align: center;
    background:var(--btnGreyDark);
    border: none;
}

.licence_lp01 .success button svg {
    vertical-align: middle;
}
.licence_lp01[data-active-step="1"] .bottom-buttons button.backbtn {
    display:none;
}
.licence_lp01:not([data-active-step="1"]) button.no-licence {
    display:none;
}

.precheck-msg {
    height: 1em;
    display: block;
    font-size: 12px;
}

.licence_no_entry_lp01 {
    display: none;
}

.with-licence .licence_no_entry_lp01 {
    display: inline-block;
}



@media screen and (min-width: 960px) {
    .licence_lp01 .eco {
        display:block;
    }
    .licence_lp01 {
        margin: 0 0 0 auto ;
        max-width: 530px;
    }
    .licence_lp01 .container-inner {
        background: #f2f2f2;
        border: 30px solid #f2f2f2;
        border-radius: 36px;
        box-shadow: 0 0 20px rgb(0 0 0 / 49%);
    }
    .border_lp01 {
        border: 2px solid #C4C4C4;
        border-radius: 18px;
        background: #fff;
        padding: 2em 2.5em 3em;
    }
    .licence_lp01 .bottom-buttons {
        display: inline-block;
        width: 100%;
        margin-top : 1em;
    }
    .header_lp01,
    .subheader_lp01 {
        text-align: center;
    }
}

@media screen and (max-width: 960px) {

    .licence_lp01 .privacy {
        display:none;
    }
    .licence_lp01 .eco svg {
        margin-bottom: 2em;
    }

    .trustmarks {
        display: none;
    }
    .licence_lp01 .precheck-msg .error > strong, .licence_lp01 .precheck-msg .success > strong  {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        vertical-align: middle;
    }

    .bottom-buttons {
        margin-top: 2rem;
    }
    
    .licence_lp01 {
        max-width: 100%;
        width: 100%;
    }


    .licence_lp01 .container-inner {
        box-shadow: unset;
        outline:unset;
    }
    .licence_lp01 div.input-licence > span {
        text-align: left;
        margin: 0rem 0rem 1rem 0rem;
    }
    .licence_lp01 .lpgrid .lp_container {
        width:100%;
    }
           
    .licence_lp01 .licenceplate-inner .licence-input {
        font-size:2.5rem;
    }

    .fullsizebody .lpgrid .licence_lp01 .form-field {
        margin-bottom: 1rem;
    }
    .licence_lp01 [data-active-step="1"] button.no-licence {
        margin-top:0;
        margin-right: 0;
        margin-bottom:2rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
    .fullsizebody .lpgrid .header {
        display:none;
    }
    .page-heading .lp_container {
        display:none;
    }
}

@media screen and (max-width: 420px) {
    .header_lp01 {
        font-size:28px;
    }

    .licence_lp01 form input, .licence_lp01 form select {
        margin-bottom: 1rem;
    }


}