/**
 ** For Collapsible
 ** - CashMutationController: create
**/
.collapsible {
    overflow: hidden;
    transition: height ease-in-out 300ms;
}

.not-allowed {
    cursor: not-allowed !important;
}

.table-overlow-y-scroll {
    display: block;
    max-height: 500px;
    overflow-y: scroll;
}
/* Collapsible Versi W3 School */
/* .collapsibles {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsibles:hover {
    background-color: #555;
  }
  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
  } */

/* Collapsible Versi W3 School */
