.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {

.bd-placeholder-img-lg {
    font-size: 3.5rem;
    }
    
}

.imghome {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: 50% 100%;
}

.smallfont {
    font-size: 10px;
}

table.depan {
    font-size: 12px;
}

.superadmin {
    background-color: lime;
}

.admin {
    background-color: chartreuse;
}

.leadfaskes {
    background-color: deepskyblue;
}

.user {
    background-color: lightcyan;
}

.eksekutif {
    background-color: gold;
}

.vgr {
    background-color: rgb(233, 141, 160);
}

.smalltext {
    font-size: 10px;
}