html { 
    font-size: 0.9rem!important;
}
table, input, select, .choices__item { font-size: 0.9rem !important; }
.gambar {
    pointer-events: none;
}
.fi-topbar > nav { 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: inherit!important;
}
 
.fi-sidebar-header {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    background-color: inherit!important;
}
.fi-avatar {
    border-style: solid;
    border-width: 3px;
}
.zoom {
    transition: transform .2s;
    width: 30%;
    height: 10px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
  }
  
  .zoom:hover {
    transform: scale(1.5);
  }