﻿.k-listview-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 180px) !important;
    gap: 30px 20px !important;
    background-color: whitesmoke;
    padding-left: 5px !important;
    padding-right: 5px !important;
    justify-content: center;
    grid-template-rows: min-content;
}

.k-listview-pager {
    background-color: whitesmoke !important;
}

.image-item {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 5px 5px 0px;
}

div:has(.image-item) {

}

.image-item:hover {
    cursor: pointer;
}

.image-item.selected {
    border: solid 2px #00674e;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.reference {
    font-size: 12px;    
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: lightgray;
    border-radius: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 15px;
    left: 15%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}