
.cardx {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
    width: 200px;
}
.cardx img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.tooltips {
    display: none;
    background: #13b6d2 !important;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    position: fixed;
}
.card-sn .card .card-body {
    box-shadow: none;
}

.card-sn .card .card-img-top {
    width: 100% !important;
    border-radius: 0;
    height: 190px !important;
    object-fit: cover;
}