.card {
 position: relative;
 display: flex;
 flex-direction: column;
 min-width: 0;
 word-wrap: break-word;
 background-color: #fff;
 background-clip: border-box;
 border: 1px solid #ecf0f2;
 border: 1px solid #d0d0d0;
 border-radius: 5px; }
.card > .list-group:first-child {
 border-top-width: 0;
 border-top-left-radius: 0;
 border-top-right-radius: 0; }
.card > .list-group:last-child {
 border-bottom-width: 0;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0; }
 
 .card-header {
   padding:13px;
 }
 
 .card-actions .fs-5 {
   line-height:0;
   padding:0;
 }

 .card-header:first-child {
   border-radius: 5px;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
   }

 .card-footer:last-child {
   border-radius: 5px; }
	   
.sidebar-nav ul .sidebar-item .sidebar-link {
 padding: 8px 9px;
 display: flex;
 border-radius: 5px;
 white-space: nowrap;
 align-items: center;
 position: relative;
 line-height: 20px;
 font-size: 15px;
 opacity: 0.6;
 color: #fff;
 font-weight: 400; }
 
 .alert {
   border-radius: 5px;
 }
  
 body, li, .px-4 {
   font-size: 0.92rem !important;
 }
 
 h4, .h4 {
   font-size: 1rem;
   line-height: 17px; 
 }
 
 h5, .h5 {
   font-size: 0.95rem; }
 
 h6, .h6 {
   font-size: 0.875rem; }
  .alert {
	padding:12px;
	padding-left:14px;
  }
  
tr, td, th {
  padding:10px !important;
}

