.webix_list_item{
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    border-bottom: 1px solid #1d83c7;
    white-space: normal !important ;
}
/* .webix_list{
} */

.webix_list.webix_view{
    overflow-y: auto !important;
}

.kondisi-kertas{
    font-size: 80px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 40px;
    position: relative;
    text-align: center;
    transform: translate(0,50%);
    color: #acacac;
  }

  .scroll-data{
    overflow-y: scroll;
    border: 1px solid #d4d4d4;
  }

  .title-kinerja-chart{
    font-size: 21px;
    color: #394253;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    margin: 0;
    position: relative;
    text-align: center;
    transform: translate(0,50%);
  }


