/* Estilização da scrollbar para .rkk-column-content-list e .rkk-board */
.rkk-column-content-list
{
  scrollbar-color: #c1c1c1 #ecf4fe !important;
}

.rkk-board
{
  scrollbar-color: #c1c1c1 transparent !important;
}

.rkk-column-content-list::-webkit-scrollbar,
.rkk-board::-webkit-scrollbar
{
  width: 6px !important;
  height: 6px !important;
}

.rkk-column-content-list::-webkit-scrollbar-track,
{
  background: #ecf4fe !important;
  border-radius: 10px !important;
}

.rkk-column-content-list::-webkit-scrollbar-thumb,
.rkk-board::-webkit-scrollbar-thumb
{
  background-color: #c1c1c1 !important;
  border-radius: 10px !important;
  transition: background-color 0.3s ease !important;
  cursor: grab !important;
}

.rkk-column-content-list::-webkit-scrollbar-thumb:hover,
.rkk-board::-webkit-scrollbar-thumb:hover
{
  background-color: #a8a8a8 !important;
  cursor: grab !important;
}

.rkk-column-content-list::-webkit-scrollbar-thumb:active,
.rkk-board::-webkit-scrollbar-thumb:active
{
  cursor: grabbing !important;
}

/* Remove as setas da scrollbar */
.rkk-column-content-list::-webkit-scrollbar-button,
.rkk-board::-webkit-scrollbar-button
{
  display: none !important;
}

.rkk-column-content-list::-webkit-scrollbar-corner,
.rkk-board::-webkit-scrollbar-corner
{
  display: none !important;
}
