form details {
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

form details[open] summary {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

form div {
    width: 100%;
}

form div label {
    display: inherit;
    width: 100%;
}

form div label:first-of-type {
    margin: 15px 0 5px;
}

input[type='checkbox'] {
    height: 20px;
    margin-top: 15px;
    width: 20px;
}

label[for='autofill'] {
    width: calc(100% - 40px);
}

#addressDropdown {
    background-color: white;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

#addressDropdown li {
    border: 1px solid rgb(223, 223, 223);
    list-style: none;
    padding: 10px 5px;
}

#addressDropdown li:hover {
    background-color: rgb(223, 223, 223);
}

#addressFull.hidden {
    display: none;
}
#addressFull.show {
    display: unset;
}
#addressLimited {
    left: 0;
    position: absolute;
    z-index: -1;
}

#addressWraper {
    position: relative;
    width: 100%;
}

#limiter {
    position: relative;
}

#openingsH input[type='checkbox'] {
    margin-top: 3px;
}

#tags,
#payments {
    width: 100%;
}

#tags div,
#payments div {
    align-items: center;
    display: flex;
}

#tags input,
#payments input {
    margin: 10px 0 0;
}

#tags input,
#tags label,
#payments input,
#payments label {
    width: 50%;
}

#zoeken {
    background-color: rgba(255, 255, 255, 0.8);
    border: thin solid black;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    padding: 10px;
    width: 100%;
}

#zoeken * {
    margin-top: 5px;
}

#zoeken div label {
    margin-top: 0px;
}

.img,
#preview {
    width: 80%;
}

.doelen {
    padding: 0;
}

.doel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
    border: thin solid grey;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.doel .deleteDoel {
    width: 10%;
    height: 100%;
}

.doel .doelName {
    display: flex;
    width: 100%;
}

.doel div.info {
    width: 90%;
}

.doel div.range {
    display: flex;
    width: 100%;
}

.doel .range p {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
}

#resultList {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: thin solid grey;
}

#resultList li {
    padding: 10px 20px;
    padding-left: 1rem;
    background: no-repeat url('/media/icons/icon-location.svg') 0 center;
    background-size: 1rem;
}

#resultList li:hover {
    background-color: #eeeeeed0;
    cursor: pointer;
}
