.account-profile-d .btn-tax-delete {
  display: flex;
  align-items: center;
  padding: 9px 10px 10px;
  gap: 4px;
  width: 120px;
  height: 36px;
  background: #A7A9AC;
  border-radius: 10px;
  justify-content: center;
  color: #fff;
}

.account-profile-d .btn-tax-delete p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.account-profile-d .address-detail > .address-detail-notification {
  display: flex;
}

.popup-tax-template .field-message .image-parent {
  transform: translate(0, 0%);
}

.popup-tax-template .form-notification {
  align-items: center;
}