
.d-nope
{
    display: none;
}

/* selectable with shadow and clickable style */
.pointer-selectable-bg-light:hover
{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background-color: #f8f9fa !important;
    cursor: pointer;
    z-index: 1;
}

.pointer-selectable-bg-light:active
{
    background-color: #e7e8e9 !important;
}