.account-recovery {
  background-color: white;
}
.account-recovery ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.account-recovery ol {
  list-style-type: decimal;
  padding-left: 2rem;
}
.account-recovery .header {
  background-color: black;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 265px;
}
@media (max-width: 768px) {
  .account-recovery .header {
    background-position: center center;
    min-height: 150px;
  }
}
.account-recovery .header #pageData {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .account-recovery .header #pageData {
    justify-content: center;
  }
}
.account-recovery .header #pageData img {
  margin-right: 20px;
  max-width: 139px;
  max-height: 154px;
}
@media (max-width: 768px) {
  .account-recovery .header #pageData img {
    width: 25%;
    margin-right: 5px;
  }
}
.account-recovery .header h1 {
  text-align: center;
  font: normal normal 300 55px/55px "Open Sans";
  letter-spacing: 0px;
  color: #E5E5E5;
  text-shadow: 0px 3px 10px #00000084;
  text-transform: uppercase;
}
.account-recovery .header h1 p {
  font-weight: 200;
}
@media (max-width: 980px) {
  .account-recovery .header h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .account-recovery .header h1 {
    font: normal normal normal 35px/40px "Open Sans";
    max-width: 50%;
    text-align: left;
    margin-left: 15px;
    word-break: break-word;
  }
}
@media (max-width: 500px) {
  .account-recovery .header h1 {
    max-width: 50%;
  }
}
.account-recovery .modal {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #0000004D;
}
.account-recovery .modal.display {
  display: flex;
}
.account-recovery .modal .modal-box {
  display: none;
  width: 70%;
}
@media (max-width: 768px) {
  .account-recovery .modal .modal-box {
    width: 100%;
  }
}
.account-recovery .modal .modal-box.display {
  display: flex;
}
.account-recovery .modal .modal-box .close-button {
  position: absolute;
  top: 2.5rem;
  right: 5rem;
  width: 1.25rem;
  max-width: 1.25rem;
  height: 1.25rem;
  max-height: 1.25rem;
  cursor: pointer;
}
.account-recovery .modal .modal-box .content.temp-acct {
  display: none;
}
.account-recovery .acct-recovery {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  max-width: 1000px;
  padding: 0 3rem;
  margin: 5rem auto;
}
.account-recovery .acct-recovery a {
  color: inherit;
}
.account-recovery .acct-recovery .top-section {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}
.account-recovery .acct-recovery .top-section .title-bar {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  width: 100%;
}
@media (max-width: 500px) {
  .account-recovery .acct-recovery .top-section .title-bar {
    grid-template-columns: none;
    gap: 0.5rem;
  }
}
.account-recovery .acct-recovery .top-section .title-bar .back-arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  visibility: hidden;
  cursor: pointer;
  user-select: none;
}
.account-recovery .acct-recovery .top-section .title-bar .back-arrow.display {
  visibility: visible;
}
.account-recovery .acct-recovery .top-section .title-bar .back-arrow .arrow-img {
  width: 1.25rem;
  height: 0.9rem;
}
.account-recovery .acct-recovery .top-section .title-bar .back-arrow span {
  padding-top: 0.2rem;
}
.account-recovery .acct-recovery .top-section .title-bar .title {
  text-align: center;
  margin: 0;
}
.account-recovery .acct-recovery .top-section .title-bar .title.success-header,
.account-recovery .acct-recovery .top-section .title-bar .title.case-exists-header,
.account-recovery .acct-recovery .top-section .title-bar .title.error-header {
  display: none;
}
.account-recovery .acct-recovery .top-section .prog-wrapper {
  width: 100%;
  margin-top: 2rem;
}
.account-recovery .acct-recovery .top-section .prog-wrapper .progress-container {
  position: relative;
  width: 100%;
  min-height: 1rem;
  border: 1px solid #EAEAEA;
  border-radius: 1rem;
  background-color: #EAEAEA;
}
.account-recovery .acct-recovery .top-section .prog-wrapper .progress-container .prog-bar {
  position: absolute;
  height: 100%;
  width: 0;
  border-radius: 1rem;
  background: #373737;
  transition: width 0.4s ease-in-out;
}
.account-recovery .acct-recovery .top-section .prog-wrapper .context {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.account-recovery .acct-recovery .step {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.account-recovery .acct-recovery .step.display {
  display: flex;
}
.account-recovery .acct-recovery .step.form {
  align-items: flex-start;
}
.account-recovery .acct-recovery .step.success .centered {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 1rem;
  text-align: center;
}
.account-recovery .acct-recovery .atvi-title {
  width: 190px;
}
.account-recovery .form .submit-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}
.account-recovery .form .submit-form .email-date-row {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .account-recovery .form .submit-form .email-date-row {
    flex-direction: column;
  }
}
.account-recovery .form .submit-form .email-date-row .input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .account-recovery .form .submit-form .email-date-row .input-group {
    width: 100%;
  }
}
.account-recovery .form .submit-form .email-date-row .input-group label {
  width: 100%;
}
.account-recovery .form .submit-form .email-date-row .input-group input {
  width: 100%;
}
.account-recovery .form .submit-form .email-date-row .input-group input[type="email"] {
  padding: 1rem;
}
.account-recovery .form .submit-form .email-date-row .input-group input[type="date"] {
  flex-direction: row-reverse;
  padding: 0.25rem;
}
.account-recovery .form .submit-form .email-date-row .input-group input[type="date"]::-webkit-calendar-picker-indicator {
  justify-self: flex-start;
}
.account-recovery .form .submit-form .additional-details-text {
  width: 100%;
  resize: none;
  padding: 1rem;
}
.account-recovery .form .submit-form .input-group label span:first-of-type {
  font-weight: normal;
  color: #777777;
}
.account-recovery .form .submit-form .addition-details label {
  width: 100%;
}
.account-recovery .form .submit-form .addition-details label > span:first-of-type {
  font-weight: normal;
  color: #777777;
}
.account-recovery .form .submit-form .addition-details label > .text-counter {
  display: flex;
  justify-content: flex-end;
  font-weight: normal;
}
.account-recovery .checkbox-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  border: 1px solid black;
  border-radius: 3px;
  padding: 20px 40px;
  margin-left: 5px;
  margin-top: 5px;
}
@media (max-width: 980px) {
  .account-recovery .checkbox-container {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
}
@media (max-width: 768px) {
  .account-recovery .checkbox-container {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 20px 0;
  }
}
.account-recovery .checkbox-container label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-start;
  font-size: 14px;
  gap: 1rem;
  margin: 10px;
}
@media (max-width: 768px) {
  .account-recovery .checkbox-container label {
    white-space: normal;
  }
}
@media (max-width: 760px) {
  .account-recovery .checkbox-container label {
    white-space: normal;
  }
}
.account-recovery .checkbox-container label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid black;
  border-radius: 4px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin: 0 14px 0 0;
}
.account-recovery .checkbox-container label input[type="checkbox"]:checked {
  background-color: black;
  border-color: black;
  color: white;
}
.account-recovery .checkbox-container label input[type="checkbox"]:checked::before {
  content: 'L';
  display: flex;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  padding-left: 10px;
  transform: scaleX(-1) rotate(-45deg);
}
.account-recovery .checkbox-container label input[type="radio"] {
  accent-color: black;
  margin: 0;
  margin-bottom: 2px;
  line-height: 1;
  box-sizing: border-box;
  padding: 0;
  font-size: 1.2em;
  width: 1.2em;
  height: 1.2em;
}
.account-recovery .checkbox-container label input[type="text"] {
  margin: 0;
  width: 100%;
  padding: 0.3rem;
}
.account-recovery .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  border: 1px solid #D9D9D9;
  background-color: #F9F9F9;
  border-radius: 0.25rem;
  gap: 2rem;
  padding: 2.5rem;
}
.account-recovery .box.warning {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: #E56A0012;
  color: #E56A00;
  border-color: #E56A00;
}
.account-recovery .box.warning .attention-icon {
  display: flex;
  justify-content: center;
  border: 1px solid #E56A00;
  background-color: #E56A00;
  color: white;
  border-radius: 50%;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
}
.account-recovery .box.warning p {
  margin: 0;
}
.account-recovery .box.warning.hidden {
  display: none;
}
.account-recovery .box.error {
  background-color: #E249171A;
  color: #E24917;
  border-color: #E24917;
}
.account-recovery .box.text-center {
  text-align: center;
}
.account-recovery .box .title-row {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.account-recovery .box .title-row .title-img {
  height: 4rem;
  max-height: 4rem;
}
.account-recovery .box .content {
  width: 70%;
  margin: auto;
  text-align: center;
}
.account-recovery .box.accounts {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: #000000;
  border-color: #000000;
  gap: 0;
  width: 75%;
}
.account-recovery .box.accounts .box-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  gap: 1rem;
  text-align: center;
  max-width: 20rem;
}
@media (max-width: 768px) {
  .account-recovery .box.accounts .box-container {
    align-self: center;
  }
}
.account-recovery .box.accounts .box-container .title {
  font-size: 16px;
}
.account-recovery .box.accounts .box-container .list {
  display: flex;
  flex-direction: column;
  color: #777777;
}
.account-recovery .box.accounts .box-container .list span {
  word-break: break-all;
}
.account-recovery .box.accounts .seperator {
  border-top: 1px solid black;
  width: 18%;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .account-recovery .box.accounts {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  .account-recovery .box.accounts .seperator {
    width: 100%;
    transform: rotate(0deg);
  }
}
.account-recovery .box .note {
  width: 75%;
}
.account-recovery .box .horizontal-serperator {
  border-top: 1px solid black;
  width: 70%;
  margin: 2rem 0;
}
.account-recovery .box.accordion {
  gap: 0;
}
.account-recovery .box.accordion .accordion-trigger {
  display: flex;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
}
.account-recovery .box.accordion .accordion-trigger .accordion-trigger-icon {
  width: 2rem;
}
.account-recovery .box.accordion .accordion-trigger span {
  font-weight: bold;
  font-size: 16px;
  padding-top: 0.2rem;
}
.account-recovery .box.accordion .collapsible-content {
  height: auto;
  max-height: 0;
  overflow: hidden;
}
.account-recovery .box.accordion.expanded {
  gap: 2rem;
}
.account-recovery .box.accordion.expanded .accordion-trigger-icon {
  transform: scale(1, -1);
}
.account-recovery .box.accordion.expanded .collapsible-content {
  max-height: 50rem;
}
.account-recovery .button-group {
  display: flex;
  justify-content: center;
  width: 70%;
  gap: 2rem;
  margin: auto;
}
@media (max-width: 768px) {
  .account-recovery .button-group {
    flex-direction: column;
  }
}
.account-recovery .button-group.first-party-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .account-recovery .button-group.first-party-grid {
    grid-template-columns: 1fr;
  }
}
.account-recovery .button-group.centered {
  justify-content: center;
}
.account-recovery .button-group.hidden {
  display: none;
}
.account-recovery .button-group a {
  text-decoration: none;
}
.account-recovery .button-group .car-button {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  outline: none;
  position: relative;
  background-color: #2C2C2C;
  border: 1px solid #2C2C2C;
  color: white;
  padding: 1rem 4.5rem;
  min-width: 14em;
  cursor: pointer;
  touch-action: manipulation;
}
.account-recovery .button-group .car-button .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
}
.account-recovery .button-group .car-button .overlay .overlay-arrow {
  filter: invert(1);
  width: 2rem;
  transform: scaleX(-1) translateX(20rem);
  transition: transform 300ms ease-in-out;
}
@media (pointer: fine) {
  .account-recovery .button-group .car-button:hover {
    color: #2C2C2C;
    background-color: white;
  }
  .account-recovery .button-group .car-button:hover .overlay {
    visibility: visible;
  }
  .account-recovery .button-group .car-button:hover .overlay .overlay-arrow {
    transform: scaleX(-1) translateX(0);
  }
}
.account-recovery .button-group .car-button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(1);
  background-color: #777777;
  border-color: #777777;
}
.account-recovery .button-group .car-button.logo-btn {
  gap: 2rem;
  justify-content: flex-start;
  padding: 1rem 2.5rem;
}
.account-recovery .button-group .car-button.logo-btn .atvi-logo {
  height: 1.9rem;
  max-height: 1.9rem;
}
.account-recovery .button-group .car-button.logo-btn:hover {
  color: white;
  background-color: #2C2C2C;
}
.account-recovery .button-group .car-button.logo-btn span {
  padding-top: 0.5rem;
}
.account-recovery .button-group .car-button.fp {
  display: grid;
  grid-template-columns: 10% 80% 10%;
  justify-content: flex-start;
  padding: 1rem 2.5rem;
}
.account-recovery .button-group .car-button.fp.ps {
  background-color: #D3D3D3;
  border-color: #999999;
}
.account-recovery .button-group .car-button.fp.ps .btn-img {
  height: 1.5rem;
  filter: invert(0);
}
.account-recovery .button-group .car-button.fp.xbox {
  background-color: #107C10;
  border-color: #107C10;
}
.account-recovery .button-group .car-button.fp.steam {
  background: linear-gradient(262deg, #0a1a34 0%, #137eaf 100%);
  border-color: transparent;
  border: 0;
}
.account-recovery .button-group .car-button.fp.bnet {
  background-color: #0074E0;
  border-color: #0074E0;
}
.account-recovery .button-group .car-button.fp.ubi {
  background-color: #31164D;
  border-color: #31164D;
}
.account-recovery .button-group .car-button.fp .btn-img {
  height: 1.5rem;
  filter: invert(1);
}
.account-recovery .button-group .car-button.fp span {
  padding-top: 0.3rem;
}
.account-recovery .button-group .car-button.fp:hover {
  color: white;
}
.account-recovery .g-recaptcha {
  display: flex;
  justify-content: center;
}
.account-recovery .error-text {
  display: none;
  color: #e24917;
  text-align: left;
}
.account-recovery .error-text.display {
  display: flex;
}
.account-recovery .spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 48px;
  width: 48px;
  margin: 0px auto;
  -webkit-animation: rotation 0.7s infinite linear;
  -moz-animation: rotation 0.7s infinite linear;
  -o-animation: rotation 0.7s infinite linear;
  animation: rotation 0.7s infinite linear;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  border-top: 3px solid black;
  border-radius: 100%;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.account-recovery .self-service-paths {
  padding: 36px 62px;
  text-align: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 2px;
  letter-spacing: 0px;
  color: #000000;
  width: 720px;
  font: normal normal normal 16px/20px DIN Next LT Pro;
  outline: none;
}
.account-recovery .self-service-paths main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account-recovery .self-service-paths main h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 18px;
}
.account-recovery .self-service-paths main p,
.account-recovery .self-service-paths main label {
  margin-bottom: 0;
}
.account-recovery .self-service-paths main button {
  padding: 10px 18px;
  background: #000000 0% 0% no-repeat padding-box;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  border-radius: 0;
  min-width: 290px;
  border: 1px solid black;
  outline: none;
}
.account-recovery .self-service-paths main button:disabled {
  background-color: #7b7b7b;
  border: 1px solid #7b7b7b;
}
.account-recovery .self-service-paths main button:disabled:hover {
  background-color: #7b7b7b;
  border: 1px solid #7b7b7b;
  color: #fff;
}
.account-recovery .self-service-paths main button:hover {
  background-color: white;
  color: black;
}
.account-recovery .self-service-paths main .icons {
  line-height: 8px;
  width: 100%;
}
.account-recovery .self-service-paths main .icons .icon {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
.account-recovery .self-service-paths main .icons .back {
  width: 24px;
  height: 24px;
  display: none;
  float: left;
  cursor: pointer;
  position: relative;
  right: 26px;
  opacity: 0.8;
  background-image: url('../../../../../../content/dam/atvi/support/common/material-arrow-back-icon.png');
}
.account-recovery .self-service-paths main .icons .back:hover {
  opacity: 1;
}
.account-recovery .self-service-paths main .icons .warning {
  width: 30px;
  height: 30px;
  background-image: url('../../../../../../content/dam/atvi/support/common/feather-alert-circle-icon.png');
}
.account-recovery .self-service-paths main .view {
  width: 100%;
}
.account-recovery .self-service-paths main .default-view {
  margin-top: 18px;
}
.account-recovery .self-service-paths main .default-view .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 36px;
}
.account-recovery .self-service-paths main .default-view .cta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.account-recovery .self-service-paths main .account-compromised {
  margin-top: 29px;
  padding: 0 22px 5px;
}
.account-recovery .self-service-paths main .account-compromised h3 {
  margin-bottom: 26px;
  padding: 0px;
}
.account-recovery .self-service-paths main .account-compromised strong {
  line-height: 27px;
}
.account-recovery .self-service-paths main .account-compromised .reason-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  margin-bottom: 36px;
  text-align: left;
}
.account-recovery .self-service-paths main .account-compromised .reason-options div {
  display: flex;
  align-items: center;
}
.account-recovery .self-service-paths main .account-compromised .reason-options div .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.account-recovery .self-service-paths main .account-compromised .reason-options div label {
  font-weight: 400;
  line-height: 27px;
  position: relative;
  top: 2px;
  display: block;
  cursor: pointer;
  padding-left: 28px;
}
.account-recovery .self-service-paths main .account-compromised .reason-options div label .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 2px;
}
.account-recovery .self-service-paths main .account-compromised .reason-options div label .checkmark::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.account-recovery .self-service-paths main .account-compromised .reason-options div label input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 14px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.account-recovery .self-service-paths main .account-compromised .reason-options div label:hover input ~ .checkmark {
  background-color: #e7e7e7;
}
.account-recovery .self-service-paths main .account-compromised .reason-options div label input:checked ~ .checkmark {
  background-color: #000;
}
.account-recovery .self-service-paths main .account-compromised .reason-options div label input:checked ~ .checkmark:after {
  display: block;
}
.account-recovery .self-service-paths main .account-compromised button {
  width: 377px;
}
.account-recovery .self-service-paths main .account-compromised .link-button {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: #000000;
  margin-bottom: 8px;
  text-transform: none;
  font-size: 16px;
}
.account-recovery .self-service-paths main .different-account {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: center;
}
.account-recovery .self-service-paths main .different-account h3 {
  margin-bottom: 14px;
}
.account-recovery .self-service-paths main .different-account .issue-options {
  width: 356px;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
}
.account-recovery .self-service-paths main .different-account .issue-options .panel-group {
  margin: 0;
}
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .panel {
  border: none;
}
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .panel-heading {
  padding: 6px 16px;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 0;
  border: 1px solid black;
}
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .panel-heading h3 {
  margin-bottom: 0;
  width: auto;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .panel-heading h3 a {
  width: 100%;
  display: inline-block;
}
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .panel-heading h3 a .def-txt {
  font-weight: 400;
  font-size: 16px;
}
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .panel-heading:hover a {
  text-decoration: none;
}
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .collapsing,
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .collapse.in {
  background: 0% 0% no-repeat padding-box padding-box #ffffff;
  border: 1px solid #707070;
}
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .collapsing .panel-body,
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .collapse.in .panel-body {
  padding: 23px;
  padding-top: 20px;
  text-align: left;
  font-size: 15px;
  line-height: 21px;
}
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .collapsing .panel-body a,
.account-recovery .self-service-paths main .different-account .issue-options .panel-group .collapse.in .panel-body a {
  color: #000000;
  text-decoration: underline;
}
.account-recovery .self-service-paths main .different-account,
.account-recovery .self-service-paths main .account-compromised {
  display: none;
}
.account-recovery .self-service-paths::backdrop {
  background: rgba(0, 0, 0, 0.8) 0% 0% no-repeat padding-box;
}
body:has(dialog.self-service-paths[open]) {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .account-recovery .self-service-paths {
    max-width: 100%;
    width: 100%;
    padding: 40px 20px;
  }
  .account-recovery .self-service-paths main .default-view .cta {
    flex-direction: column;
  }
  .account-recovery .self-service-paths main .default-view .cta button {
    min-width: unset;
  }
  .account-recovery .self-service-paths main .account-compromised button {
    width: 100%;
  }
  .account-recovery .self-service-paths main .different-account {
    width: 100%;
  }
  .account-recovery .self-service-paths main .different-account .issue-options {
    width: 100%;
  }
  .account-recovery .self-service-paths main .different-account .issue-options .collapsing,
  .account-recovery .self-service-paths main .different-account .issue-options .collapse.in {
    width: 100%;
  }
  .account-recovery .self-service-paths main .icons .back {
    right: auto;
  }
  .account-recovery .self-service-paths main .account-compromised {
    padding-left: 0;
    padding-right: 0;
  }
}

