.c-scrollbar{
    position: fixed !important;
    width: 6px !important;
    height: calc(var(--vh, 1vh)* 20) !important;
    top: calc(var(--vh, 1vh)* 40) !important;
    background-color: #ECEFFB !important;
    right: 16px !important;
    z-index: 8888 !important;
    border-radius: 3px;
  }
  .c-scrollbar_thumb{
    margin:0 !important;
    background-color:var(--black) !important;
    min-height: 20px !important;
    cursor: none !important;
    
  }