body {
    background-color: #fcfafa;
  }
  @media (min-width: 991.98px) {
    main {
      padding-left: 240px;
    }
  }
  
  /* Sidebar */
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; 
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 200px;
    background-color: #31364d;
    z-index: 600;
  }
  
  .list-group-item {
    cursor: pointer;
    border: none; 
    border-radius: 0; 
    padding: 10px 15px; 
}
.list-group-item.active, .list-group-item.show {
    background-color: #007bff; 
    color: white; 
}
.collapse.show .list-group-item {
    background-color: #007bff; 
    color: white; 
}
.collapse .list-group-item:hover {
    background-color: #0056b3; 
}
/* Remove border from unordered lists inside collapsible items */
.collapse ul {
    padding-left: 0; 
}
.collapse ul li {
    list-style: none; 
}
/* Main item color when expanded */
.list-group-item.active, .list-group-item.show {
  background-color: #007bff;
  
}
/* Submenu color when expanded */
.collapse.show .list-group-item {
  background-color: #31364d;
  color: #fcfafa;
  
}

/* Ensure submenu items are still visible and properly styled */
.collapse .list-group-item:hover {
  background-color: #214469;
}

  .anch{
    background-color: #31364d;
    color: #fdfcfc;    
  }

  .nav{
    background-color: #5568be;
    color: #fdfcfc;    
  }
  
  @media (max-width: 991.98px) {
    .sidebar {
      width: 50%;
    }
  }
  .sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; 
  }
  .topbar{
    color: #fdfcfc;
    font-size: 1.5rem;
    padding-left:50px;
  }

  @media (max-width: 991.98px) {
    .topbar{
      
      padding-left:10px;
    }
    .username{
      font-size: 14px;
    }
  }

  .content{
    
 
    padding-left: 180px;
    padding-right: 0px;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
    color: #5568be
  }

  @media (max-width: 991.98px) {
    .content{
      padding-left: 0px;
    padding-right: 0px;
    }
  }

  /* Hide tooltip by default */
.nav-tooltip {
  position: absolute;
  top: 110%;
  left: 0%;
  font-weight: bold;
  transform: translateX(0px) translateY(-50%);
  color: #1b0bf5; /* Text color for the tooltip */

  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show tooltip on hover */
.nav-item:hover .nav-tooltip {
  opacity: 1;
  visibility: visible;
}

.navbar-toggler {
  display: inline-block;
}

/* Hide the toggle button only on large screens */
@media (min-width: 992px) { 
  .navbar-toggler {
    display: none;
  }
}

.label{
  font-size: 18px;
  color: #323a5c;
}

.cardtitle{
  font-size: 18px;
  color: #323a5c;
  font-weight: bold;
  padding: 5px 20px;
 
}
.banktitle{
  font-size: 18px;
  color: #323a5c;
  font-weight: bold;
  
 
}

.login{

  padding: 500px;
}


	
.bg-custom {
  background-color: rgba(0, 0, 0, 0.1); 
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px; 
  background-color: #ece9e9;
  text-align: center;
  padding: 10px;
  font-size: 12px;
}

#footer-text {
  margin-top: 0px;
}

/* custom.css */
.card {
  border-radius: 0 !important;
  overflow-x: auto;
    overflow-y: auto; 
}


