    body {
      margin: 0;
	  background-color: #f3f3f4 !important;
	  background: none !important;
      font-family: 'Segoe UI', sans-serif !important;
	  height: 100%;
    }
    .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      background-color: #212529;
      color: #fff;
      width: 250px;
      transition: all 0.3s ease;
      z-index: 1040;
      overflow-y: auto;
    }
    .sidebar.collapsed {
      width: 70px;
    }
    .sidebar .nav-link {
      color: #fff;
      padding: 15px 20px;
      display: flex;
      align-items: center;
    }
    .sidebar .nav-link i {
      font-size: 1.2rem;
      width: 24px;
      text-align: center;
    }
    .sidebar .nav-link span {
      margin-left: 10px;
    }
    .sidebar.collapsed .nav-link span,
    .sidebar.collapsed .text-center div {
      display: none;
    }
    .main-content {
      margin-left: 250px;
      display: flex;
      flex-direction: column;
      min-height: 100vh; /* Chiều cao tối thiểu bằng chiều cao màn hình */
    }
    .main-content.collapsed {
      margin-left: 70px;
    }
	
.topbar {
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.user-group {
  display: flex;
  align-items: center;
  gap: 8px; /* Khoảng cách giữa Xin chào và nút */
}

    .toggle-btn {
      font-size: 1.5rem;
      cursor: pointer;
      color: white;
      background-color: #28a745;
      padding: 8px 12px;
      border-radius: 6px;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .avatar {
      width: 50px;
      border-radius: 50%;
    }
    @media (max-width: 768px) {
      .sidebar {
        transform: translateX(-100%);
        width: 250px;
      }
      .sidebar.show {
        transform: translateX(0);
      }
      .main-content {
        margin-left: 0 !important;
      }
      .topbar .title-text {
        display: none;
      }
    }
    .overlay-bg {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.4);
      z-index: 1039;
      display: none;
    }
	
	
  .accordion-item {
    background-color: #f8f9fa; /* Nền xám nhạt */
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  .accordion-button {
    background-color: #e9ecef;
    font-weight: 500;
  }
  .accordion-body {
    background-color: #ffffff;
  }

  /* Gắn màu cho từng nút accordion theo loại */
  #headingInfo .accordion-button {
    background-color: #ffc107; /* Vàng - Thông tin */
    color: #000;
  }

  #headingPassword .accordion-button {
    background-color: #dc3545; /* Đỏ - Đổi mật khẩu */
    color: #fff;
  }

  #headingPhone .accordion-button {
    background-color: #fd7e14; /* Cam - SĐT */
    color: #fff;
  }

  #headingWithdraw .accordion-button {
    background-color: #198754; /* Xanh lá - Rút tiền */
    color: #fff;
  }

  .accordion-button:focus {
    box-shadow: none;
  }
	
  .custom-btn-group button {
    margin-bottom: 12px;
  }
	
	

.nav-tabs .nav-link {
  color: #000;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: 0.3s;
}

.nav-tabs .nav-link.active {
  background-color: #0d6efd; /* Nền xanh khi active */
  color: #fff;               /* Chữ trắng khi active */
  font-weight: bold;
}
	
	
    .app-footer {
      text-align: center;
      padding: 12px 0;
      background-color: #f8f9fa;
      font-size: 14px;
      color: #6c757d;
      border-top: 1px solid #dee2e6;
    }
	
	
.wrapper {
  padding-left: 15px;
  padding-right: 15px;
}	
	
.custom-page-heading {
  margin-top: 20px; /* tăng lên hay giảm xuống tùy theo vị trí mong muốn */
}

#WaitLoading {
	position: fixed !important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
	display: flex!important;
	flex-direction: column!important;
	align-items: center!important;
	justify-content: center!important;
	z-index: 9999!important;
	background: rgba(0, 0, 0, 0.49);
}

#WaitLoading img {
	top: none!important;
	margin-left: 0px!important;
	margin-top: -50px !important;
}

#WaitLoading .loading-text {
	top: 150!important;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}



