


.choose-items-list .active {
    border: 1px solid #000000;
}

input[type='checkbox']:checked {
    background: #abd;
}

input[type='checkbox'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
    margin-left: 2rem;
}

.align-center {
    display: flex;
    align-items: center;
}

.elektromobil {
    margin-bottom: 0;
}

