

.profile-icon {
    width: 50px;
    height: 50px;
}

.w-45 {
    width: 45%;
}

.icon-box {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-menu{

    padding-top: 85px;
    padding-bottom: 30px;

}

.profile-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding: 15px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #f3f6f8;
}



.text-display {
    font-size: 14px;
    margin: 0;
}

.toggle-btn {
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

h4 {
    margin: 0;
}

.transaction-list .card {
    margin-bottom: 10px;
}



.nav-item {
    text-align: center;
    flex: 1;
  }
  .nav-link {
    color: #6f42c1; 
  }
  .nav-link:hover {
    color: #5a379a; 
  }
 
  
  
