.icon-select .show-options {
    float: right;
}

.icon-select .icon-options img {
    width: auto;
    height: 104px;
}

.icon-select .selected-icons img {
    max-width: 100%;
    max-height: 104px;
    height: auto;
    object-fit: contain;
}

.icon-select .selected-icons {
    display: grid;
    grid-auto-flow: column;
    max-height: 104px;
    width: fit-content;
    margin: 1em;
}
.icon-select .selected-icons img {
    margin: 2px;
}
.icon-select .icon-options {
    background-color: white;
    width: 800px;
}
.icon-select .icon-options div.category {
    margin: 10px 0 0 0;
}
.icon-select .icon-options img {
    border: 2px white solid;
}
.icon-select .icon-options img:hover {
    border-color: black;
}
.icon-select .icon-options img.selected {
    background-color: lightgreen;
}

