/* .container {
    margin: 10px;
} */

.iconify {
    vertical-align: -0.15em !important;
    margin-right: 5px;
}


p:not(:last-of-type):not(:empty) {
    margin-bottom: 0 !important;
}

.btn {
    height: 29px !important;
}

.badge-home {
    height: 80px;
    width: 80px;
    margin-right: 10px;
    padding: 0;
}

.h-100px {
    height: 100px !important;
}

.unselectable {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card {
    position: relative;
}

.card .card-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25); */
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}