* {
    user-select: none;
}

input[type="checkbox"]::after {
    font-family: monospace;
    cursor: pointer;
    content: "X";
    color: white;
}

input[type="checkbox"]:checked::after {
    color: black;
}

input[type="checkbox"] {
    background: white;
    margin: 0;
    font-size: inherit;
    font-weight: 900;
    color: black;
    border: none;
    padding: 0 .2rem;
}

label:has(input[type="checkbox"]) {
    text-align: justify;
    line-height: 1;
}

col-row {
    background-image: url('/reise_vinngavekort_no/bg.jpg');
    background-size: cover;
}

.dark-bg {
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    margin: 1rem;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(10px);
    color: white;
}

::-webkit-calendar-picker-indicator {
    display: none;
}

input:not([type='checkbox']),
button,
select {
    border: none;
    padding: .7rem;
    border-radius: .5rem;
}

button {
    padding: 1rem;
    width: 100%;
    border: none;
}

button:hover {
    color: white;
    background-color: #c07272;
}
