.hb-update-mfa-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hb-update-mfa-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hb-update-mfa-header__title {
  margin: 0;
  font-weight: 700;
  font-size: 20.25px;
  line-height: 26px;
}
.hb-update-mfa-header__subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 14.22px;
  line-height: 20px;
}

.hb-update-mfa-body {
  width: 100%;
}
.hb-update-mfa-methods-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hb-update-mfa-method {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hb-update-mfa-method__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.hb-update-mfa-method__header label {
  margin: 0;
  font-weight: 400;
  font-size: 14.22px;
  line-height: 20px;
}
.hb-update-mfa-method__body {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hb-update-mfa-method__body > span {
  font-weight: 400;
  font-size: 14.22px;
  line-height: 20px;
}

.hb-update-mfa-method__body__phone {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hb-update-mfa-method__body__phone > span {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 12.64px;
  line-height: 18px;
}
.hb-update-mfa-method__body__phone > span img {
  width: 14px;
}
input[type=radio] {
  margin: 0;
  accent-color: #0077A3;
}

.hb-phone-number-wrapper label::before {
  content: '* ';
  font-size: 14.22px;
  color: #B52555;
}

.hb-phone-number-group {
  display: flex;
  border: 1px solid #BDC7C4;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 0px #BDC7C4 inset;
  max-width: 340px;
  position: relative;
}

.hb-update-mfa-error-message {
  display: none;
  color: #CD0000;
  font-weight: 400;
  font-size: 14.22px;
  line-height: 20px;
  margin-top: 3px;
}

.hb-phone-number-group img {
  width: 20px;
  position: absolute;
  bottom: 4px;
  left: 90px;
}

.hb-phone-number-group input {
  border: none;
  margin: 2px;
  font-size: 14.22px;
  padding-left: 10px;
}
.hb-phone-number-group input:nth-child(1) {
  width: 100px;
}
.hb-phone-number-group input:nth-child(4) {
  width: 100%;
}
.prefixes-dropdown {
  display: none;
  flex-direction: column;
  height: fit-content;
  max-height: 150px;
  position: absolute;
  top: 36px;
  z-index: 999;
  min-width: 110px;
  background-color: white;
  border: 1px solid #BDC7C4;
  overflow-y: scroll;
}
.prefixes-dropdown::-webkit-scrollbar {
  width: 8px;
}
.prefixes-dropdown::-webkit-scrollbar-track {
  background: #f3f5f4;
}
.prefixes-dropdown::-webkit-scrollbar-thumb {
  background: #c8cbca;
  border-radius: 6px;
}
.prefixes-dropdown::-webkit-scrollbar-thumb:hover {
  background: #313635;
}

.prefixes-dropdown p {
  margin: 0;
  font-size: 14.22px;
  line-height: 20px;
  padding: 5px 10px;
}
.prefixes-dropdown p:hover {
  background-color: #E8F8FD;
  cursor: pointer;
}