/* by aph6000 */
/* 8/21/2024 */


::-webkit-scrollbar {
  width: 16px !important;

}
::-webkit-scrollbar:horizontal {
  height: 16px !important;

}

::-webkit-scrollbar-corner {
    background-color:#EBEBE4 !important;
}

::-webkit-scrollbar-track:vertical {
      border-right: 1px solid #fff;

    background-color:#EBEBE4;
      border-radius: 0px !important;
          width: 16px !important;
}

::-webkit-scrollbar-track:horizontal {
    background-color:#EBEBE4;
      border-radius: 0px !important;
          width: 16px !important;
      border-top: 1px solid #fff;
          height: 16px !important;
}

::-webkit-scrollbar-track-piece:active {
    background-color:#9DB9D9;
      border-radius: 0px !important;
          width: 16px !important;
}

::-webkit-scrollbar-thumb {
      width: 14px !important;
      height: 16px !important;
  background-color: white !important;
  border:1px solid #C1C1BB !important;
      border-radius: 0px !important;
}

::-webkit-scrollbar-thumb:hover {

  background-color: #9DB9D9 !important;
  border:1px solid #667EA2 !important;
          box-shadow: inset -1px -1px #7C9FCC, inset 1px 1px #B7CBE3 !important;
      border-radius: 0px !important;
}


::-webkit-scrollbar-thumb:active {
  background-color: #AAC9EB !important;
  border:1px solid #6F89B0 !important;
          box-shadow: inset -1px -1px #C7DCF6, inset 1px 1px #87ACDD !important;
      border-radius: 0px !important;
}


::-webkit-scrollbar-thumb:disabled {
  background-color: #F4F4F0 !important;
  border:1px solid #F4F4F0 !important;
      border-radius: 0px !important;
}



::-webkit-scrollbar-button {
      background-color: #ebebe4 !important;
  border:1px solid #ebebe4 !important;
    box-shadow: inset 0 0 0 1px #ebebe4 !important;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAAQCAYAAAD506FJAAAAAXNSR0IArs4c6QAAAW1JREFUeF7tWdsNgzAQuyzFDp24O7BUqlRNG0VcuYcEApu/SrHAPtshpQgvKkAFYBUosMxJnApQAWEB0ARUAFgBFgDw8EmdCrAA6AGLAlUk9baYwtdaaykl7NV1fdZleXjxqWcWkRT+KM5eUSxm4Zp7KdCM3K6oV1L4FoT3zYMF0MLf8MECuD3vvaGmhvdpwbCIJw2/c9ZibNUshO+cVfBOELrhNbwzCKMWe7y3bpnCj1pECmDUwsm7cUk9exZ/FPd/Q52D4DVACj8HwWuAOQhOA2glYNUghddKwKqBVgJJDazcexFcef5zAUQ2sUvw14aaMvDUfuPOYDIRAyBycgHCBODPaS0V4I0MmLz/bc/P0af/tpZ/X2/dALceiq/AP1cgHoHGTEC8BislAMHd1Ur3+m+LbIwKoJYgBG8WgDEF4MtSn7Su8klsmjEEZxYAeLJJH1sBFgD2/MkeXAEWALgBSB9bARYA9vzJHlyBF8me8BESEWI+AAAAAElFTkSuQmCC) !important;
          height: 16px !important;
              background-position-y: -1px !important;
}
::-webkit-scrollbar-button:hover {
      background-color: #C7DCF6 !important;
  border:1px solid #C7DCF6 !important;
  box-shadow: inset 0 0 0 1px #6F89B0 !important;
}
::-webkit-scrollbar-button:active {
      background-color: #9DB9D9 !important;
  border:1px solid #C7DCF6 !important;
  box-shadow: inset 0 0 0 1px #667EA2 !important;
}
::-webkit-scrollbar-button:disabled {
      background-color: #ebebe4 !important;
  border:1px solid #ebebe4 !important;
    box-shadow: inset 0 0 0 1px #ebebe4 !important;
}
::-webkit-scrollbar-button:horizontal:start:increment,
::-webkit-scrollbar-button:horizontal:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}

::-webkit-scrollbar-button:vertical:start {
    background-repeat: no-repeat !important;
    background-position-x: -1px !important;
      border-radius: 0px !important;
}

::-webkit-scrollbar-button:vertical:end {
      border-radius: 0px !important;

    background-repeat: no-repeat !important;
    background-position-x: -65px !important;
}
::-webkit-scrollbar-button:horizontal:start {
  width: 16px;
      border-radius: 0px !important;

    background-repeat: no-repeat !important;
    background-position-x: -129px !important;
}
::-webkit-scrollbar-button:horizontal:end {
  width: 16px;
      border-radius: 0px !important;

    background-repeat: no-repeat !important;
    background-position-x:-193px !important;
}


::-webkit-scrollbar-button:horizontal:start:disabled {
    background-position-x: -177px !important;
}

::-webkit-scrollbar-button:horizontal:end:disabled {
    background-position-x: -241px !important;
}

::-webkit-scrollbar-button:vertical:start:disabled {
    background-position-x: -17px !important;
}

::-webkit-scrollbar-button:vertical:end:disabled {
    background-position-x: -81px !important;
}

::-webkit-scrollbar-button:horizontal:start:active {
    background-position-x: -161px !important;
}

::-webkit-scrollbar-button:horizontal:end:active {
    background-position-x: -225px !important;
}

::-webkit-scrollbar-button:vertical:start:active {
    background-position-x: -33px !important;
}

::-webkit-scrollbar-button:vertical:end:active {
    background-position-x: -97px !important;
}