.menu-container {
  /* background-color: #f7f7f7; */
  padding: 8px 16px !important;
  border-radius: 16px !important;
  width: 100% !important;
  margin-top: 8px !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03) !important;
  background: #fff !important;
}
.security_Main_Layout {
  height: 100vh;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}

.securityappbar {
  color: #000 !important;
  font-variant-numeric: lining-nums proportional-nums !important;
  /* font-family: "Be Vietnam Pro" !important; */
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-align: center !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

.back-icon-button {
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
/* Icon Styling */
.icon-style {
  color: #e51866;
  margin-right: 2vw;
  font-size: 1.2rem;
}

.chevron-icon {
  font-size: 1rem;
}

.menu-item {
  display: flex;
  height: 64px;
  padding: 8px 0px;
  align-items: center;
  align-self: stretch;
}

* {
  margin: 0;
  padding: 0%;
}
.remove-padding {
  padding: 0%;
}
.email-label {
  margin-top: 20px;
}
.margin-top {
  margin-top: 5px;
}
.forgot-pass-text {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 12px;
  margin-bottom: 24px;
}
.icon-margin-bottom {
  margin-bottom: 8px;
}
.password-char-label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.switchText {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  color: #000;
}
.securityMenuText {
  color: #000 !important;
  font-variant-numeric: lining-nums proportional-nums !important;
  /* Mobile/H6 - Ext Bold */
  /* font-family: "Be Vietnam Pro" !important; */
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 24px !important; /* 150% */
}
