@font-face {
    font-family: 'Kenteken';
    src: url('../font/Kenteken.woff2') format('woff2'),
        url('../font/Kenteken.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Container */
.container {
    display: flex;
}

/* Sidebar */
.sidebar {
    width: 320px;
    padding: 30px 0 0 0;
    background-color: transparent;
}

/* Form headings */
.form-heading {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
}

.form-heading:first-of-type {
    margin-top: 0;
}

/* Form group */
.form-group {
    margin-bottom: 20px;
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

/* Main content */
.main-content {
    flex: 1;
    padding: 30px 0 0 70px;
    background-color: #fff;
}

.main-content h1 {
	font-size: 24px;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.product-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s ease;
    text-align: center;
}

.product-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.product-card img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 12px;
}

.product-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.product-price {
    font-size: 1rem;
    color: #0070f3;
    font-weight: 500;
}

/* Make Select */
.make-image {
    margin-right: 15px;
}
.select2-container--default .select2-results__group span {
    padding: 10px !important;
    background-color: oklch(0.93 0.01 0);
    font-weight: bold;
    display: block;
}
.make-blank-image {
    width: 40px;
}
.make-image img {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
}

/* Responsive */
@media (max-width: 768px) {
.container {
    flex-direction: column;
}

.sidebar {
    width: 100%;
    border-right: none;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.main-content {
    padding: 20px;
}
}
.message.notice {
    grid-column: 1 / -1;
    background-color: #fdf0d5;
    color: #6f4400;
    padding: 12px 20px 12px 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.cm__license {
	position: relative;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	background: #f3bd00;
    margin-top: 8px;
}
.cm__license__inset {
	position: relative;
	display: flex !important;
	width: auto;
	height: 40px;
	border: 1px solid #333;
	border-radius: 4px;
}
.cm__license__prefix {
	width: 17px;
	height: 100%;
	padding: 0 12px;
	border-right: 1px solid #333;
	background: #039 url('../images/nl.svg') no-repeat center;
	background-size: contain;
}
.license_plate_input {
    width: calc(100% - 25px);
    font-size: 23.5px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-family: Kenteken,sans-serif;
    letter-spacing: 3px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    background: none;
}
.license_plate_search_button {
	border-radius: 4px;
	border: none;
	font-size: 14px;
	height: 40px;
	line-height: 16.1px;
	padding: 4px 16px 4px 16px;
}
.search-result-button {
    padding: px 0.0px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}
.form-group-selection {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 8px;
}
.form-group-selection .form-group-selection-inner {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.form-group-selection .form-group-selection-inner label {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
/*
Select2 CSS
*/
.select2-container--default .select2-results__group {
    padding: 0 !important;
    position: sticky;
    top: 0;
    z-index: 999;
}

.select2-container--default .select2-results__group span {
    padding: 10px !important;
    background-color: oklch(0.93 0.01 0);
    font-weight: bold;
    display: block;
    padding-left: 11px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 50vh;
}

.select2-container--default .select2-selection--single {
    height: 32px !important;
}

.select2-finder {
    margin-bottom: 10px;
}

.select2-finder label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.make-image {
    margin-right: 15px;
}

.make-blank-image {
    width: 2.5em;
}

.model-option {
    display: flex;
}
.selection-icon {
    color: #0d8cff;
    align-items: center;
    padding-right: calc(.25rem * 1);
    display: flex;
    right: calc(.25rem * 0);
    inset-block: calc(.25rem * 70);
    position: absolute;
}

.select2-results__option--selectable {
    cursor: pointer;
    position: relative;
}

.selection-icon svg {
    height: calc(.25rem * 8);
    width: calc(.25rem * 8);
}

.select2-container--default .select2-results__option--selected {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .icon-col span {
    font-size: 24px;
    color: white;
    background-color: #5897fb;
}

/*
Type Selection Style
 */
.type-option {
    display: flex;
}

.model-option .rows, .type-option .rows {
    width: 100%;
}
.model-option .rows {
    font-size: 11px;
    font-weight: 500;
}

.model-option .row, .type-option .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 4px;
    gap: 10%;
}

.type-option .row2 {
    font-size: 10px;
}
ul.finder-infomation {
    margin: 20px 0;
    padding: 10px 0 0 10px;
    list-style: none;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0,0,0,0.3);
}
.finder-infomation .brand-logo-text {
    font-size: 15px;
    vertical-align: middle;
}
.finder-infomation .info-text {
    margin-left: 5px;
    font-weight: 600;
}
a.reset-finder {
	text-align: center;
	display: block;
	cursor: pointer;
	color: #006bb4;
	margin-top: 15px;
}
a.reset-finder:hover {
    text-decoration: underline;
}
ul.finder-infomation li {
	margin-bottom: 11px;
    color: #333;
}
input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="url"]::placeholder, input[type="tel"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type*="date"]::placeholder, input[type="email"]::placeholder {
	color: color-mix(in oklab,currentColor 50%,transparent);
    opacity: 1;
}