.profile-personalSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 45px;
}

.profile-personalContainer {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.profile-personalDiv {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #e4e4e4;
  flex: 1;
}

.profile-personalText1 {
  margin-top: 0px;
  font-size: 15px;
  color: #696868;
  font-family: inherit;
}

.profile-personalText2 {
  margin-bottom: 0px;
  font-family: inherit;
  font-weight: 500;
}

.profile-walletsContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.profile-walletDetailsDiv {
  display: flex;
  flex-direction: column;
  min-width: 700px;
  width: 100%;
  padding: 50px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 45px;
}

.profile-cardTypeText {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-width: 85px;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #b2d1ff;
  color: #000000;
  border-radius: 30px;
  font-weight: 600;
}

.profile-cardBalanceDiv {
  display: flex;
  flex-direction: row;
}

.profile-walletsDetailsSection {
  margin-top: 45px;
}

.profile-deleteCardButton {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: 90px;
  border: none;
  color: #000000;
  outline: none;
  background-color: #f8f8f8;
  border: 1px solid #d2d2d2;
  font-family: inherit;
  cursor: pointer;
  padding: 10px;
  margin-left: 10px;
  gap: 5px;
  transition: all 0.3s ease;
}

.profile-deleteCardButton:hover {
  background-color: #e7e7e7;
}

.profile-cardBalance {
  font-size: 100px;
  margin: 0px;
  overflow-x: auto;
}

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

.profile-otherCardInfosDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}

.profile-cardHolderText,
.profile-cardNumberText,
.profile-cardExpdateText,
.profile-cardCvcText {
  font-size: 15px;
  margin-bottom: 0px;
  color: #696868;
}

.profile-cardBalanceText {
  font-size: 15px;
  margin-top: 15px;
  color: #696868;
}

.profile-cardHolderText2,
.profile-cardNumberText2,
.profile-cardExpdateText2,
.profile-cardCvcText2 {
  font-size: 20px;
  margin-top: 5px;
}

.profile-addWalletDiv {
  display: flex;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 25%;
  border-radius: 45px;
  background-color: #ffffff;
  margin-left: 10px;
  border: 1px solid #e4e4e4;
}

.profile-addCard {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  height: 12%;
  width: 150px;
  font-weight: 600;
  background-color: #f8f8f8;
  border: none;
  padding: 8px;
  border-radius: 70px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.profile-wallets {
  display: flex;
  max-width: 820px;
  width: 100%;
  flex-shrink: 0;
  overflow-x: scroll;
  gap: 20px;
}

.profile-logoutButton {
  padding: 20px;
  width: 150px;
  background-color: #ffe0e0;
  border: 1px solid #c5c5c5;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  transition: all 0.3s ease;
  font-family: inherit;
}
