* {transition: .2s ease;}
.bottom-line {
	border-bottom: 1px solid rgb(43, 48, 53);	
}
.bottom-line-fat {
	border-bottom: 3px solid rgb(43, 48, 53);	
}
.bg-body-sticky-row {
	background-color: #212529;
}
/***********scrollbar*****/
.scroll-bar {overflow-y:auto;overflow-x:hidden;}
.scroll-bar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scroll-bar::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.scroll-bar::-webkit-scrollbar-thumb {
  background: #286090; 
  border-radius: 10px;
}
.scroll-bar::-webkit-scrollbar-thumb:hover {
  background: #007bff;
}
.scroll-bar::-webkit-scrollbar-thumb:active {
  background: #eeeeee;
}
.scroll-bar::-webkit-scrollbar-track {
  background: #f0f0f0; 
  border-radius: 10px;
}
.scroll-bar::-webkit-scrollbar-track:hover {
  background: #e5e5e5;
}
.scroll-bar::-webkit-scrollbar-track:active {
  background: #333333;
}
.scroll-bar::-webkit-scrollbar-corner {
  background: transparent;
}
