/*primary*/
.bg-pri {
	background-color: #20419B;
}
.bd-pri {
	border-color: #20419B;
}
.txt-pri {
	color: #20419B;
}
.txt-pri-blue {
	color: #7386C7;
}
.txt-pri-dark {
	color: #03267A;
}
/*muted*/
.txt-muted {
	color: #6E7883 !important;
}
.bg-muted {
	background-color: #6E7883;
}
/*blue-gray*/
.bg-blue-gray {
	background-color: #F2F5FA;
}
/*#E4E4E4*/
.bd-e4 {
	border-color: #E4E4E4;
}
/*#A4A4A4*/
.bg-a4 {
	background-color: #A4A4A4;
}
/*Lavender */
.bg-lavender {
	background-color: #E7EAF5;
}
/*gray*/
/*yellow*/
.bg--yellow {
	background-color: #FEBB10;
}
/*black*/
.txt-black {
	color: black;
}
.txt-black-gray {
	color: #242424;
}


/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: rgb(172, 172, 172);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #555;
  }