/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/templates/small-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-small-business/blob/master/LICENSE)
 */
html,
body {
  height: 100%;
  
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}


/* Other Classes for Page Styling */

body, .navbar {
	color: #fff;
  background: #161D31;
}
.card-header{
	color: #000;
	margin-bottom: 0 !important;
}
.bg-dd{
	background-color: #502866;
}
.my-custom-scrollbar {
	position: relative;
	height: 350px;
	overflow: auto;
}
.table-wrapper-scroll-y {
	display: block;
}