#hppBody {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
}

.profilePaymentHeader {
  display: flex;
}

.profileHeaderMarker, .profilePaymentHeader .buttonHolder {
  line-height: initial;
  padding-top: .5rem;
}

.walletItem .infoHolder {
  display:flex;
}

.iconHolder {
  margin-left: 1rem;
}

.profilePaymentHeader .details {
  padding-top: .5rem;
  margin-left: 1rem;
}

.profilePaymentHeader .expDateContainer {
  padding-top: .5rem;
  margin-left: 1rem;
}

.walletItem .buttonHolder.edit {
  margin: 0 0.5rem 0 auto;
}

#hppBody div.header {
  border: none;
  background-color: #F4F4F4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.paymentSummary hr.divider {
  display: none !important;
}

.amountLine {
  font-size: 0.875rem;
}

.amountHolder {
  font-size: 0.875rem;
}

#paymentSelection {
  border-left: 0;
  border-right: 0;
}

.walletItem.active {
  border: none;
  background: #edf5ff;
  margin: 0;
  padding: 1rem 10px 10px 1rem;
}

.walletItem.active:hover {
  border: none;
  background: #edf5ff;
  margin: 0;
  padding: 1rem 10px 10px 1rem;
}

.achBody {
  padding: 0;
  margin-left: 1rem;
}

.bankAccountLogo img {
  filter: invert(20%) sepia(3%) saturate(16%) hue-rotate(319deg) brightness(99%) contrast(86%);
}

.icons.edit {
  filter: invert(37%) sepia(89%) saturate(5413%) hue-rotate(215deg) brightness(99%) contrast(103%);
}

.buttonHolder {
  margin: 0;
  padding-top: 1.5rem;
}

.buttonHolder .left,  .buttonHolder .right {
  width: 50%;
  text-align: left;
}

.buttonHolder .left a {
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  padding: 1rem 0 0 1rem;
  width: 100%;
  height:  4rem;  
  border: none;
  background-color: #393939;
  color: #ffffff;
  border-radius: 0;
}

.buttonHolder .left a:hover {
  background-color: #4c4c4c;
  color: #fff;
}

.buttonHolder .right #continueButton {
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  padding: 1rem 0 0 1rem;
  width: 100%;
  height:  4rem;
  border: none;
  width: 100%;
  background-color: #0f62fe;
  color: #fff;
  border-radius: 0;
}

.buttonHolder .right #continueButton:hover {
  background-color: #0353e9;
  color: #fff;
}

.cardLogos img {
  height: 1.25rem;
}

.cardLogo img {
  height: 1.5rem !important;
}

.instrumentLogoHolder img {
  height: 1.5rem !important;
}

/* modal Update bank account */

.editProfileContainerBody .dialogBoxHeaderText {
  font-weight: 700;
}

.instrumentInfo {
  display: flex;
  padding-top: 1.5rem;
}

.editProfileContainerBody  {
  border: none !important;
}

.editProfileContainerBody .holder {
  display: flex;
}

.instrumentInfo .instrumentLogoHolder {
  width: auto;
}

.instrumentLogoHolder img {
  filter: invert(20%) sepia(3%) saturate(16%) hue-rotate(319deg) brightness(99%) contrast(86%);
}

.instrumentInfoHolder .instrumentNumber {
  margin-left: 1rem;
  padding-top: .5rem;
}

.instrumentInfoHolder .expDate {
  margin-left: 1rem;
  padding-top: .5rem;
}

.editProfileContainerBody .dialogBoxHeader {
  border-bottom: none;
  background-color: #fff;
}

.dialogBox .buttonHolder {
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
}

.dialogBox .cancelButton {
  height: 4rem;
  width: 50%;
  background-color: #0f62fe;
  color: #fff;
  border: none;
  text-align: left;
  padding: 1rem 1rem;
  border-radius: 0;
}

.dialogBox .cancelButton:hover {
  background-color: #0353e9;
  color: #fff;
  text-decoration: none;
}

.dialogBox a.saveButton {
  height:  4rem;
  width: 50%;
  border: none;
  background-color: #393939;
  color: #ffffff;
  border-radius: 0;
  margin-left: 0;
  text-align: left;
  padding: 1rem 1rem;
  font-weight: 400;
}

.dialogBox a.saveButton:hover {
  background-color: #4c4c4c;
  text-decoration: none;
  color: #ffffff;
}

#confirmDeletePopup .dialogBoxBody {
  background-color: #f4f4f4;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

#confirmDeletePopup .deleteIcon {
  display: none;
}

#confirmDeletePopup .deleteIconText {
  color: #161616;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

#confirmDeletePopup .deleteMainText {
  color: #161616;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-align: left;
  margin-bottom: 3rem;
  padding-left: 1rem;
}

#confirmDeletePopup .defaultText {
  display: inline;
}

#confirmDeletePopup .itemDeleteInfo {
  display: inline;
}

#confirmDeletePopup .buttonContainer {
  display: flex;
  height: 4rem;
}

#confirmDeletePopup .button {
  width: 100%;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin: 0;
  color: #fff;
  text-align: left;
  font-size: 0.875rem;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
}

#confirmDeletePopup .cancel {
  background-color: #393939;
  height: 4rem;
  box-sizing: border-box;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
}
#confirmDeletePopup .accept {
  background-color: #0f62fe;
  height: 4rem;
  box-sizing: border-box;
  border-radius: 0;
}

#confirmDeletePopup .cancel:hover {
  background-color: #4c4c4c;
  text-decoration: none;
  height: 4rem;
  box-sizing: border-box;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
}
#confirmDeletePopup .accept:hover {
  background-color: #0353e9;
  text-decoration: none;
  height: 4rem;
  box-sizing: border-box;
  border-radius: 0;
}