* {
  margin: 0%;
  padding: 0%;
}
.account-details-container {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--Radius-16, 16px);
  background: var(--tints-shades-white-black-white, #fff);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}
.account-details-sub-heading {
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.account-details-field-container {
  display: flex;
  padding: 8px 12px 8px 12px;
  align-items: stretch;
  border-radius: var(--Radius-8, 8px);
  border: 0.5px solid var(--tints-shades-white-black-grey-20, #d4d4d5);
  background: var(--Background-Palette-Light-Grey, #f7f7f7);
}
.account-details-field-container.yellow_banner {
  border: 0.5px solid var(--System-Warning-Yellow, #ffb900);
  background: var(--System-Warning---Background, #fff4d7);
}
.account-deatils-Icon-color {
  color: #0057ff;
}
.yellow-color {
  color: #ffb900;
}
.account-details-field-label {
  color: var(--Type-Colors-Dark-Type---Secondary, #434343);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.account-details-field-value {
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.account-details-payment-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 70px 0px;
}
.account-details-payment-Btn {
  display: flex;
  position: fixed;
  width: 100%;
  min-width: 104px;
  min-height: 56px;
  padding: 24px 24px 32px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: #ff8400;
  text-transform: none !important;
  color: var(--tints-shades-white-black-black, #000);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  z-index: 100;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.account-details-paymtd-container {
  display: flex;
  width: 370px;
  padding: 8px 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-radius: var(--Radius-16, 16px);
  background: var(--tints-shades-white-black-white, #fff);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}
.account-details-wrapper-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 0px;
}
.account-details-icon-txt-container {
  display: flex;
  padding: 8px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.account-details-paymtd-icon {
  color: #d12b7a;
  margin-right: 24px;
}
.account-details-paymtd-txt {
  color: #000;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.account-details-cancel-btn {
  cursor: pointer;
  padding: 12px 8px;
  background-color: transparent;
}
.accounts-details-ebo-banner {
  display: flex;
  padding: 16px 24px 16px 16px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--Radius-8, 8px);
  border: 1px solid var(--System-Info---Blue, #0057ff);
  background: var(--System-Info---Background, #dfe9ff);
}
.accounts-details-ebo-banner.yellow_banner {
  border: 0.5px solid var(--System-Warning-Yellow, #ffb900);
  background: var(--System-Warning---Background, #fff4d7);
}
.account-details-past-due {
  border-radius: var(--Radius-16, 16px);
  border: 1px solid var(--System-Error---Red, #e22721);
  background: var(--System-Error---Background, #ffeae9);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}
.account-details-field-past-due {
  border-radius: var(--Radius-8, 8px);
  border: 0.5px solid var(--System-Error---Red, #e22721);
  background: var(--System-Error---Background, #ffeae9);
}
.accounts-details-past-due-manage {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--Radius-8, 8px);
  border: 1px solid var(--tints-shades-white-black-grey-20, #d4d4d5);
  background: #fff;
}
