.q-scrollarea__thumb {
  background: #00205b;
  border-radius: 3px;
  opacity: 0.2;
}

/* TODO try to specify style the same as above
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: transparent;
  overflow: visible;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: $primary;
  border-radius: 3px;
  -webkit-transition: background-color .28s ease-in-out;
  transition: background-color .28s ease-in-out;
  opacity: .2;
}

::-webkit-scrollbar-thumb:hover {
  background: $primary
}*/
a {
  color: #004ddb;
  cursor: pointer;
}

a {
  color: #004ddb;
  cursor: pointer;
}

body, .k-screen {
  background-color: #E5ECF7 !important;
}
