html {
    scroll-behavior: smooth;
}
/* posisi */
.di-kanan{
  float: right;
}
.di-kiri{
  float: left;
}
a.hover-showin{
  opacity: 0;
}
a.hover-showin:hover{
  opacity: 0.8;
}
.resize-none {
  resize: none;
}
.scroll-none::-webkit-scrollbar {
  display: none;
}
.bgbawah-nb-1 {
    background-image: url("../../assets/img/nbimg/bgbawah-nb-1.png");
}

.bgbawah-nb-1 {
    background-color: rgba(255, 255, 255, 0.35);
    /* background-blend-mode: overlay; */
    background-size: cover;
    background-position: center bottom;
    /* background-repeat: repeat-x; */
}

.image-verified-container {
    width: 100px;
    height: 20px;
    overflow: hidden;
    position: relative;
    top: -10px;
}

.btn-bg-img {
    object-fit: none;
    object-position: center center;
    /* Pusatkan area crop */
    transform: translate(-50%, -50%) scale(0.15);
    position: absolute;
    left: 50%;
}

.btn-bg-img-verified-1 {
    top: 100%;
}

.btn-bg-img-verified-2 {
    top: 205%;
}

.btn-bg-img-unverified-1 {
    top: -110%
}

.btn-bg-img-unverified-2 {
    top: -4%;
}