  .tableborder th{
    background-color: #d7eceb !important;
    border: 2px solid #d7eceb !important;
    color: #0c756f !important;
}

.datahover:hover {
  background-color: #fbce74 !important;
  
}
.stat-card {
  min-width: 150px;
}
.c-overlay {
    background: linear-gradient(135deg, #0c756f 0%, #0c756f 100%);
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    border: 2px solid #0c756f;
    border-radius: 174px;
    border-radius: 20px !important;
    display: flex;
    padding: 15px;
    width: 100%;
    background-size: cover;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.bg-light {
    --bs-bg-opacity:1 !important;
    background-color: #fff !important;
    box-shadow: var(--bs-box-shadow) !important;
}

h4{

  color: #21766f !important;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-color{
    background-color: #21766f !important;
    color: white !important;
}

#sidebar .side-menu {
    width: 100%;
    margin-top: 48px;
}

#sidebar .side-menu li.active {
    background: var(--grey);
    position: relative;
}
#sidebar .side-menu li {
    height: 48px;
    background: transparent;
    margin-left: 6px;
    border-radius: 48px 0 0 48px;
    padding: 4px;
}

.ps-sidebar-container {
  border-right: 1px solid #eee;
}

.ps-menu-button {
  padding: 12px 16px;
  font-size: 16px;
  color: #342e37;
  transition: all 0.2s ease-in-out;
}

.ps-menu-button:hover {
  background-color: #eee;
  color: #3c91e6;
}

.ps-active {
  background-color: #eee !important;
  color: #3c91e6 !important;
}

.circle-icon {
  background-color: #f0f4f8;
  padding: 10px;
  border-radius: 50%;
  font-size: 18px;
  color: #3c91e6;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 1.5;
}

.menu-active {
  background-color: #e0efff !important;
  border-radius: 12px;
  color: #0c756f !important;
  font-weight: bold;
}
.sidebar-icon {
  background-color: #e3f0ff;
  padding: 8px;
  border-radius: 50%;
  font-size: 18px;
  color: #0c756f;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
}

.sidebar-item {
  border-radius: 25px;
  color: #555;
  margin: 8px 6px;
  padding: 8px 8px !important;
  font-size: 15px;
  transition: all 0.2s ease;
}

.sidebar-item.active {
  background-color: #f0f8ff;
  color: #0c756f !important;
  font-weight: 500;
}

.sidebar-item.active .sidebar-icon {
  background-color: #fff;
  color: #0c756f !important;
}


