.noErrors{
    border: none;
    outline: none;
}
.widget-example {
    height: auto !important;
}
.inputError{
    border-color:#BA2525!important
}
.adressError{
    display:block;
    color:#BA2525;
    font-weight:700;
    text-align:left;
    margin-bottom: 0;
}
.adressOk{
    display:none;
    text-align:left
}
.input-container {
    display: flex;
    width: 100%;
    border: 1px solid #cccbc8;
    border-radius: 8px;
    padding: 4px;
    position: relative;
    height: 47px;
}
.input-container::before {
  background: url(https://samlino.dk/s3/denmark/samlino.dk/production/dk/images/general/platenumber.png)  no-repeat;
  background-size: cover;
  border-radius: 6px;
  content: "";
  display: block;
  height: 49x;
  width: 32px;
  z-index: 0;
}
#carInsurenceWidget-container{
    background: #fff;
    border: 1px solid #cccbc8;
    border-radius: 32px;
    box-shadow: 0 4px 8px #312f2e26;
    display: grid;
    gap: 8px;
    max-width: 90vw;
    padding: 24px;
    max-width: 500px;
    margin-inline: auto;
    margin-block: 16px;
}
.block-caption{
    display:block;
    font-weight:700;
    padding-top:5px;
    padding-bottom:8px;
}
.text-input-container{
    display:flex;
    margin:0;
    padding:0;
    width:100%;
    height: 56px;
    gap: 8px;
}
@media (max-width: 450px) {
    .text-input-container {
        flex-direction: column;
        height: auto;
    }
    .input-container {
        width: auto;
    }
}
.carInsurenceWidget-DK{
    display:block;
    float:left;
    padding:0;
    margin:0;
    height:100%;
    width:auto;
    background:green;
    border:none;
    border-radius:3px 0 0 3px;
    border-right-style:none
}
.dontKnowCarLicNumber-link{
    display:block;
    color:#519bc6;
    font-weight: 700;
    color: #076b9c;
    margin-block: 8px;
}
.dontKnowCarLicNumber-link:hover{
    cursor:pointer
}
input[type=text]{
    padding:0;
    border-style:none;
    width:100%;
    border: none;
    color:#312f2b;
    padding-left:10px;
    text-transform: uppercase;
}
input[type=text]:focus {
    border: none;
    outline: none;
}
.carInsurenceWidget-button,input[type=text]{
    display:flex;
    margin:0;
    font-size:16px;
    line-height:24px
}
.carInsurenceWidget-button{
    position: relative;
    display: flex;
    font-display: swap;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    font-size: 16px;
    line-height: 120%;
    font-weight: bold;
    min-width: 100px;
    background-color:#f58423;
    color: #fff;
    padding: 16 0;
    border: none;
    border-radius: 8px;
    cursor: default;
    text-transform: none;
    text-decoration: inherit;
    overflow: visible;
    text-align: start;
    transition: 0.2s;
    margin: 0;
    cursor: pointer;
}
.carInsurenceWidget-button::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 18l6-6l-6-6'/></svg>");
  margin-top: 2px;
}
.carInsurenceWidget-button:hover{
    filter: brightness(0.9)
}
#carInsurenceWidget-container a{
    display:block;
    padding-top:10px;
    padding-bottom:5px
}
@media screen and (max-width:380px){
    .carInsurenceWidget-button{
        font-size:14px;
        width: 100%;
    }
}
#app{
    font-family:"Nunito Sans", sans-serif;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#2c3e50;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
}
.app-container{
    border-style:solid;
    border-width:1px;
    border-color:#efefef;
    border-radius:6px;
    background:#fff;
    margin-left:0;
    width:100%;
    box-shadow:0 1px 8px 0 rgb(0 0 0/15%)
}
.app-container a{
    display:block;
    text-align:center;
    font-size:.77em;
    font-weight:600;
    color:#519bc6
}
