:root {
  --page-max-width: 90%;
}

.container {
  max-width: var(--page-max-width) !important;
}

.list-row-head {
	background-color: #b13138;
	/* text-decoration-color: rgb(255, 255, 255);
	border-style: solid;
	border-right-color: #b13138;
	border-top-color: #fff;
	border-left-color: #b13138;
	border-bottom-color: #b13138; */
		}  

/* .search-bar .awesomplete input {
	visibility: hidden;
  }
.search-bar svg {
	visibility: hidden;
  } */
   /* .text-muted , div#driver-popover-item .driver-popover-footer button.driver-close-btn{
	color: #fffff0 !important;
  } */


  .grid-heading-row {
	color: aliceblue;
	background-color: #b13138;
  } 

.layout-side-section {
    display: none;
}

  .level-left {
	justify-content: flex-start;
	color: white;
  }
 
.kpi-card {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kpi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.membership-row {
    cursor: pointer;
}