.header-line {
  width: 100%;
  margin: 0;
  border: 1px solid #00000014;
}

.manageWallet-header {
  max-width: 1300px;
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 15px;
}

.header-div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  margin-right: auto;
}

.manageWallet-headerText {
  margin-bottom: 0px;
  margin-top: 0px;
}

.manageWallet-headerIconDiv {
  display: flex;
  background-color: #0c6fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
