/*#nw-cat-specific-specs {
	display: contents;
}*/
#itemUploadRow{
    height: 150px;
    z-index: 2;
}

#numfiles {
    position: absolute;
    top: 60px;
}

#addMediaContainer {
    height: 75px;
/*    width: 75px;*/
    width: max-content;
    padding: 12px;
    border-radius: 25px;
/*    position: relative;*/
    margin: auto;
    left: 10px;
    top: 10px;
}

#additemmedia {
    transform: scale(1.5);
}

#additemmedia:hover{
    cursor: pointer;
}

.plate .text:before {
    content: '';
    width: 20px;
    height: 42px;
    display: block;
    position: relative;
    top: 0;
    left: -12px;
/*    background-image: url(https://www.autoweek.nl/build//img/dutch_license_plate-left3e0b896c9fe69b427436.svg);*/
    background-image: url('../../assets/images/dutch_license_plate-left.svg');
    background-repeat: no-repeat;
    background-position: top left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1;
}

.plate {
    display: flex;
    align-items: center;
    background-color: #FFD700;
    color: black;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid black;
    width: 180px;
    justify-content: space-between;
    height: 42px; /* Max hoogte */
}

.plate .flag {
    background-color: #003399;
    color: white;
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
}

.plate .text {
    flex-grow: 1;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.input-field {
    width: 120px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    color: black;
    height: 42px; /* Max hoogte */
    outline: none;
}

.input-field:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important; /* Pas kleur aan indien nodig */
}


.check-button {
    background-color: white;
    border: 2px solid black;
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    height: 42px; /* Max hoogte */
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-button:hover {
    background-color: lightgray;
}

