@charset "UTF-8";
@font-face {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/icons/fontello.eot?33237408"), url("/fonts/icons/fontello.eot?33237408#iefix") format("embedded-opentype"), url("/fonts/icons/fontello.woff?33237408") format("woff"), url("/fonts/icons/fontello.ttf?33237408") format("truetype"), url("/fonts/icons/fontello.svg?33237408#fontello") format("svg");
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/fonts/icons/fontello.svg?33237408#fontello') format('svg');
  }
}
*/
[class^=icon-]::before,
[class*=" icon-"]::before {
  display: inline-block;
  font-family: "fontello";
  font-style: normal;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  font-weight: normal;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  margin-right: 0.2em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  /* opacity: .8; */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-zoom-out::before {
  content: "\E800";
} /* '' */
.icon-zoom-in::before {
  content: "\E802";
} /* '' */
.icon-cancel-circled::before {
  content: "\E804";
} /* '' */
.icon-cw::before {
  content: "\E809";
} /* '' */
/* Firefox Colors SCSS Variables v1.0.3 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: hsl(240deg, 60%, 99%);
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  align-items: center;
  color: rgb(32, 18, 59);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  min-height: 100vh;
  padding: 48px 0 0;
}
body.settings {
  justify-content: flex-start;
  padding: 0;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  body {
    justify-content: flex-start;
    padding: 0;
  }
}

noscript {
  top: 10%;
}
.js noscript {
  display: none;
}

.browsehappy {
  display: block;
  top: 25%;
}

noscript,
.browsehappy {
  color: #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 100%;
}
noscript a,
.browsehappy a {
  color: #fff;
}

a {
  border-radius: 2px;
  color: #0060df;
  cursor: pointer;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 2px #0060df, 0 0 0 6px rgba(0, 96, 223, 0.3);
  color: #0060df;
  outline: none;
}
a:hover {
  color: #0060df;
  text-decoration: underline;
}
a:active {
  box-shadow: none;
  color: #003eaa;
  outline: none;
}
a:focus:hover {
  text-decoration: none;
}
a:focus:active {
  text-decoration: underline;
}

button,
input {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: inherit;
}

button.link {
  color: #0060df;
  font-size: 14px;
  height: 20px;
  justify-content: left;
  letter-spacing: 0;
  width: auto;
}

button.link:hover {
  text-decoration: underline;
}

input[type=radio] {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #b1b1b3;
  border-radius: 10px;
  box-sizing: content-box;
  font-size: 18px;
  height: 10px;
  margin: 5px;
  outline: none;
  padding: 4px;
  vertical-align: middle;
  width: 10px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  input[type=radio] {
    font-size: 16px;
  }
}
input[type=radio]:active, input[type=radio]:focus {
  box-shadow: 0 0 0 2px #55b8eb;
}
input[type=radio]:checked {
  background: #0097d0;
  background-clip: content-box;
}
input[type=radio]:hover {
  border: 1px solid #0097d0;
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

.step {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .step {
    height: 18px;
    width: 141px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .step {
    height: 13.5px;
    width: 105.75px;
  }
}

#main-content {
  position: relative;
  text-align: center;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #main-content.card {
    width: 480px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #main-content.card {
    width: 300px;
  }
}
#main-content.panel {
  max-width: 750px;
  width: 96%;
}
#main-content.panel .panel-text-content {
  text-align: left;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #main-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 18px 2px rgba(34, 0, 51, 0.04), 0 6px 22px 4px rgba(7, 48, 114, 0.12), 0 6px 10px -4px rgba(14, 13, 26, 0.12);
    margin: 0 auto;
    padding: 70px 40px 40px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #main-content {
    margin: 0 auto;
    min-height: 300px !important;
    padding: 82px 20px 20px;
    position: relative;
    width: 94%;
  }
}
#main-content header {
  margin-bottom: 15px;
}
#main-content header h1,
#main-content header h2,
#main-content header h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1em;
  margin: 0;
}
#main-content header h1 {
  font-size: 24px;
  font-weight: 400;
  color: rgb(32, 18, 59);
  line-height: 26px;
}
#main-content header h1 .service,
#main-content header h1 .email,
#main-content header h1 .description {
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin-top: 4px;
}
#main-content header h2 {
  font-size: 20px;
  font-weight: 400;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
#main-content section p {
  margin: 0 auto 25px 0;
}
#main-content .email:not(.hidden) {
  display: block;
}
#main-content a:not(.button) {
  border-radius: 2px;
  color: #0060df;
  cursor: pointer;
  text-decoration: none;
}
#main-content a:not(.button):focus {
  box-shadow: 0 0 0 2px #0060df, 0 0 0 6px rgba(0, 96, 223, 0.3);
  color: #0060df;
  outline: none;
}
#main-content a:not(.button):hover {
  color: #0060df;
  text-decoration: underline;
}
#main-content a:not(.button):active {
  box-shadow: none;
  color: #003eaa;
  outline: none;
}
#main-content a:not(.button):focus:hover {
  text-decoration: none;
}
#main-content a:not(.button):focus:active {
  text-decoration: underline;
}
#main-content .error {
  font-size: 12px;
  font-weight: 400;
  background: #d70022;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  min-height: 32px;
  padding: 12px;
  position: relative;
  text-align: center;
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #main-content .error {
    width: 100%;
  }
}
#main-content .error a {
  color: #fff;
  text-decoration: underline;
}
#main-content .error.visible {
  display: block;
}
#main-content .error a {
  color: #fff;
  text-decoration: underline;
}
#main-content input[type=checkbox] {
  appearance: none;
  background-image: url("/images/icon-check-white.svg");
  background-position: 100px 100px;
  background-repeat: no-repeat;
  border: 1px solid rgba(12, 12, 13, 0.3);
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  padding: 0 !important;
  width: 18px;
}
html[dir=ltr] #main-content input[type=checkbox] {
  margin-right: 6px;
}
html[dir=rtl] #main-content input[type=checkbox] {
  margin-left: 6px;
}
#main-content input[type=checkbox]:not(:checked) {
  background-color: rgba(12, 12, 13, 0.1);
}
#main-content input[type=checkbox]:not(:checked):hover {
  background-color: rgba(12, 12, 13, 0.2);
  border-color: rgba(12, 12, 13, 0.3);
}
#main-content input[type=checkbox]:not(:checked):active {
  background-color: rgba(12, 12, 13, 0.3);
}
#main-content input[type=checkbox]:not(:checked):focus {
  border: 0;
  box-shadow: 0 0 0 1px #0a84ff inset, 0 0 0 1px #0a84ff, 0 0 0 4px rgba(10, 132, 255, 0.3);
}
#main-content input[type=checkbox]:not(:checked):focus:active {
  background-color: rgba(12, 12, 13, 0.3);
}
#main-content input[type=checkbox]:not(:checked):disabled {
  background-color: rgba(12, 12, 13, 0.1);
}
#main-content input[type=checkbox]:checked {
  background-color: #0060df;
  background-position: center center;
}
#main-content input[type=checkbox]:checked:hover {
  background-color: #003eaa;
}
#main-content input[type=checkbox]:checked:active {
  background-color: #002275;
}
#main-content input[type=checkbox]:checked:focus {
  border: 0;
  box-shadow: 0 0 0 1px #0a84ff inset, 0 0 0 1px #0a84ff, 0 0 0 4px rgba(10, 132, 255, 0.3);
}
#main-content input[type=checkbox]:checked:focus:active {
  background-color: rgba(12, 12, 13, 0.3);
}
#main-content input[type=checkbox]:checked:disabled {
  background-color: #0060df;
}
#main-content input[type=checkbox] ~ label {
  cursor: pointer;
  position: relative;
  top: -4px;
}
#main-content input[type=checkbox]:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
#main-content input[type=checkbox]:disabled ~ label {
  cursor: not-allowed;
  opacity: 0.4;
}

#fxa-settings-content {
  margin: 0 auto;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #fxa-settings-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 18px 2px rgba(34, 0, 51, 0.04), 0 6px 22px 4px rgba(7, 48, 114, 0.12), 0 6px 10px -4px rgba(14, 13, 26, 0.12);
    max-width: 640px;
    padding: 32px 0 0;
    transition: box-shadow 250ms cubic-bezier(0.07, 0.95, 0, 1);
    width: 100%;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #fxa-settings-content {
    background: none;
    border-bottom: 1px solid rgba(12, 12, 13, 0.1);
    border-top: 1px solid rgba(12, 12, 13, 0.1);
    box-shadow: none;
    padding: 15px 0 10px;
    width: 100%;
  }
}
#fxa-settings-content.animate-shadow {
  box-shadow: 0 4px 16px rgba(12, 12, 13, 0.1);
  transition: box-shadow 250ms cubic-bezier(0.07, 0.95, 0, 1);
}

#fxa-settings-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #fxa-settings-header {
    padding: 0 32px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #fxa-settings-header {
    padding: 0 16px;
  }
}

#fxa-404-home {
  margin-top: 24px;
}

.fxa-404-p {
  line-height: 1.5em;
  margin: 0;
}

#static-footer {
  align-items: center;
  display: flex;
  padding: 0 32px;
  width: 100%;
}

#stage {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  opacity: 0;
  width: 100%;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #stage {
    align-items: flex-start;
  }
}
.static #stage {
  opacity: 1;
}
.lt-ie10 #stage {
  display: block;
}

.error-500-page summary {
  display: list-item;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,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") no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

#main-content::before {
  background-image: url("/images/firefox-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #main-content::before {
    background-size: auto 82px;
    height: 82px;
    margin-top: -82px;
    opacity: 1 !important;
    top: 41px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #main-content::before {
    background-size: auto 56px;
    height: 56px;
    margin-top: -56px;
    top: 66px;
  }
}
.static #main-content::before {
  opacity: 1;
}
.lt-ie10 #main-content::before {
  opacity: 1;
}

@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #about-mozilla {
    background: url("/images/mozilla.svg") no-repeat center center;
    cursor: pointer;
    display: block;
    height: 48px;
    margin: 24px 0;
    transition: opacity 150ms;
    width: 128px;
  }
  #about-mozilla:hover {
    opacity: 1;
  }
  #about-mozilla:focus {
    outline-color: hsl(240deg, 60%, 99%);
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #about-mozilla {
    display: none;
  }
}
.fx-ios-sync #about-mozilla {
  display: none;
}

.choose-what-to-sync .success-email-created {
  margin-bottom: 26px;
}
.choose-what-to-sync form h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 15px;
}
html[dir=ltr] .choose-what-to-sync form h2 {
  text-align: left;
}
html[dir=rtl] .choose-what-to-sync form h2 {
  text-align: right;
}

.faint {
  color: #737373;
  transition-duration: 150ms;
}
.faint a {
  color: #737373;
  text-decoration: underline;
}
.faint a:focus {
  box-shadow: 0 0 0 2px #4a4a4f, 0 0 0 6px rgba(74, 74, 79, 0.3);
  color: #38383d;
  outline: none;
}
.faint a:hover {
  color: #4a4a4f;
  text-decoration: underline;
}
.faint a:active {
  box-shadow: none;
  color: #2a2a2e;
  outline: none;
}
.faint a:focus:hover {
  text-decoration: none;
}
.faint a:focus:active {
  text-decoration: underline;
}

.tooltip {
  background: #d70022;
  border-radius: 2px;
  color: #fff;
  padding: 5px 12px;
  position: absolute;
  top: -32px;
  z-index: 5;
  /* tooltip caret */
}
html[dir=ltr] .tooltip {
  left: 3px;
}
html[dir=rtl] .tooltip {
  right: 3px;
}
.tooltip a {
  color: #fff;
  text-decoration: underline;
}
.tooltip::before {
  background: #d70022;
  bottom: -8px;
  content: ".";
  height: 16px;
  position: absolute;
  text-indent: -999px;
  transform: rotate(45deg);
  white-space: nowrap;
  width: 16px;
  z-index: -1;
}
html[dir=ltr] .tooltip::before {
  left: 12px;
}
html[dir=rtl] .tooltip::before {
  right: 12px;
}
.tooltip.tooltip-suggest {
  background: rgba(12, 12, 13, 0.1);
}
.tooltip.tooltip-suggest::before {
  background-color: rgba(12, 12, 13, 0.1);
}
.tooltip.tooltip-suggest > #email-suggestion,
.tooltip.tooltip-suggest > .dismiss {
  cursor: pointer;
}
.tooltip.tooltip-suggest > #email-suggestion:focus,
.tooltip.tooltip-suggest > .dismiss:focus {
  border-color: #fff;
  border-style: dotted;
  border-width: 1px;
  color: #fff;
}
.tooltip.tooltip-suggest > #email-suggestion {
  text-decoration: underline;
}
.tooltip.tooltip-suggest > .dismiss {
  margin-left: 5px;
}
.tooltip.tooltip-error {
  background: #d70022;
}
.tooltip.tooltip-error::before {
  background-color: #d70022;
}
.tooltip.tooltip-warning {
  background: #ffe900;
}
.tooltip.tooltip-warning::before {
  background-color: #ffe900;
}

/**
 * these are caret's attached to tooltips that hang below the
 * input element. The tooltip's top is set via JS.
 */
html[dir=rtl] .tooltip.tooltip-below::before,
.tooltip.tooltip-below::before {
  top: -7px;
}

.input-row {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .input-row {
    margin-bottom: 12px;
  }
}
.input-row-age p {
  color: #737373;
  font-size: 12px;
  margin-top: 12px;
}
html[dir=ltr] .input-row-age p {
  text-align: left;
}
html[dir=rtl] .input-row-age p {
  text-align: right;
}
.input-row input {
  padding: 0 16px;
  transition: border-color 150ms, box-shadow 150ms;
}
.input-row input::placeholder {
  color: rgba(12, 12, 13, 0.4) !important;
  font-weight: 400;
  opacity: 1;
}
.input-row input::-webkit-input-placeholder {
  line-height: 1.3 !important;
}
.input-row input[type=number]::-webkit-inner-spin-button, .input-row input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.input-row input[type=number] {
  -moz-appearance: textfield;
}
.input-row input[type=email], .input-row input[type=number], .input-row input[type=password], .input-row input[type=tel], .input-row input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background-color: #fff;
  border: 1px solid rgba(12, 12, 13, 0.3);
  border-radius: 4px;
  color: #0c0c0d;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  outline: none;
  position: relative;
  transition-duration: 150ms;
  transition-property: border-color;
  width: 100%;
  z-index: 2;
}
.input-row input[type=email]:hover, .input-row input[type=number]:hover, .input-row input[type=password]:hover, .input-row input[type=tel]:hover, .input-row input[type=text]:hover {
  border-color: rgba(12, 12, 13, 0.5);
}
.input-row input[type=email]:focus, .input-row input[type=number]:focus, .input-row input[type=password]:focus, .input-row input[type=tel]:focus, .input-row input[type=text]:focus {
  border-color: #0a84ff;
  box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.3);
}
.input-row input[type=email].invalid, .input-row input[type=number].invalid, .input-row input[type=password].invalid, .input-row input[type=tel].invalid, .input-row input[type=text].invalid {
  border-color: #d70022;
}
.input-row input[type=email].invalid:focus, .input-row input[type=number].invalid:focus, .input-row input[type=password].invalid:focus, .input-row input[type=tel].invalid:focus, .input-row input[type=text].invalid:focus {
  box-shadow: 0 0 0 3px rgba(215, 0, 34, 0.3);
}
.input-row input[type=email]:disabled, .input-row input[type=number]:disabled, .input-row input[type=password]:disabled, .input-row input[type=tel]:disabled, .input-row input[type=text]:disabled {
  color: #737373;
  cursor: not-allowed;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .input-row input[type=email], .input-row input[type=number], .input-row input[type=password], .input-row input[type=tel], .input-row input[type=text] {
    height: 40px;
  }
}
html[dir=ltr] .input-row input {
  padding: 0 11px 0 16px;
}
html[dir=rtl] .input-row input {
  padding: 0 16px 0 11px;
  text-align: right;
}
html[dir=rtl] .input-row input:not([type=number]) {
  direction: ltr;
}
.input-row input[type=checkbox]:hover, .input-row input[type=checkbox]:focus {
  border: 1px solid #0a84ff;
}
.input-row input.unblock-code {
  text-transform: uppercase;
}
.input-row input.unblock-code::placeholder {
  text-transform: none;
}
.input-row input:last-child {
  margin-bottom: 0;
}
.input-row input.recovery-key {
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .input-row input.recovery-key {
    font-size: 11px;
  }
}
.input-row input.recovery-key::placeholder {
  text-transform: none;
}

.button,
#main-content button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  align-items: center;
  background: rgba(12, 12, 13, 0.1);
  border: 0;
  border-radius: 6px;
  color: #0c0c0d;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  padding: 0 8px;
  transition-duration: 150ms;
  transition-property: background-color;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.button:hover,
#main-content button:hover {
  background: rgba(12, 12, 13, 0.2);
}
.button:active,
#main-content button:active {
  background: rgba(12, 12, 13, 0.3);
}
.button:focus,
#main-content button:focus {
  box-shadow: 0 0 0 1px #0a84ff inset, 0 0 0 1px #0a84ff, 0 0 0 4px rgba(10, 132, 255, 0.3);
}
.button:focus:active,
#main-content button:focus:active {
  text-decoration: none;
}
.button[type=submit]:not(.secondary-button), .button.primary-button,
#main-content button[type=submit]:not(.secondary-button),
#main-content button.primary-button {
  background: #0060df;
  color: #fff;
}
.button[type=submit]:not(.secondary-button):hover:enabled, .button.primary-button:hover:enabled,
#main-content button[type=submit]:not(.secondary-button):hover:enabled,
#main-content button.primary-button:hover:enabled {
  background: #003eaa;
}
.button[type=submit]:not(.secondary-button):active:enabled, .button.primary-button:active:enabled,
#main-content button[type=submit]:not(.secondary-button):active:enabled,
#main-content button.primary-button:active:enabled {
  background: #002275;
}
.button.tertiary-button,
#main-content button.tertiary-button {
  background: transparent;
  color: #0060df;
}
.button.tertiary-button:hover,
#main-content button.tertiary-button:hover {
  color: #003eaa;
}
.button.tertiary-button:active,
#main-content button.tertiary-button:active {
  color: #002275;
}
.button:disabled, .button.disabled,
#main-content button:disabled,
#main-content button.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.button:disabled:not(.primary-button):not([type=submit]), .button.disabled:not(.primary-button):not([type=submit]),
#main-content button:disabled:not(.primary-button):not([type=submit]),
#main-content button.disabled:not(.primary-button):not([type=submit]) {
  background: rgba(12, 12, 13, 0.1);
}

.button-row {
  margin: 0 0 20px;
}
.button-row .button {
  text-decoration: none;
}

/* Custom rows */
.description {
  font-size: 18px;
}

.links {
  clear: both;
  display: flex;
  justify-content: center;
}
html[dir=ltr] .links .right {
  margin-left: auto;
}
html[dir=rtl] .links .right {
  margin-right: auto;
}
.links .delayed-fadein {
  animation: fadein 1s linear 5s forwards;
  opacity: 0;
}
.links.centered {
  flex-direction: column;
}
.links.centered a:not(:only-child) {
  margin: 0 auto 12px;
}

.verification-email-message,
.signed-in-email-message,
.verification-recovery-code-message,
.verification-totp-message,
.verification-message {
  color: rgb(32, 18, 59);
  font-size: 15px;
  line-height: 1.5;
  word-wrap: break-word;
}
.verification-email-message .email,
.signed-in-email-message .email,
.verification-recovery-code-message .email,
.verification-totp-message .email,
.verification-message .email {
  display: inline;
  font-weight: normal;
}

.qr-code-step-message {
  color: rgb(32, 18, 59);
  font-size: 15px;
  padding: 0 30px 0 30px;
  text-align: left;
  word-wrap: break-word;
}
.qr-code-step-message .number {
  background-color: #0060df;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  padding-top: 3px;
  text-align: center;
  width: 24px;
}

.qr-code-connect-message {
  color: rgb(32, 18, 59);
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.customize-sync-row {
  color: #737373;
  margin-bottom: 10px !important;
}

.marketing-email-optin-row {
  color: rgb(32, 18, 59);
  font-size: 14px;
  margin-top: 20px;
}

html[dir=ltr] .choose-what-to-sync-row,
html[dir=ltr] .checkbox-row,
html[dir=ltr] .marketing-email-optin-row {
  text-align: left;
}
html[dir=rtl] .choose-what-to-sync-row,
html[dir=rtl] .checkbox-row,
html[dir=rtl] .marketing-email-optin-row {
  text-align: right;
}

.small-label {
  border-radius: 2px;
  color: #0c0c0d;
  font-size: 12px;
  font-weight: 400;
  height: 16px;
  margin: 0 10px;
}

.modal .small-label {
  margin-left: 1px;
}

#permissions input[type=checkbox] {
  flex: 0 0 18px;
}
#permissions fieldset:not(.hidden) {
  border: 0;
  display: flex;
  height: fit-content;
  overflow: hidden;
  word-wrap: anywhere;
}
#permissions .avatar-wrapper {
  height: 50px;
  width: 50px;
}
#permissions .fxa-checkbox__label {
  color: #737373;
  font-size: 14px;
  margin-top: 2px;
}
#permissions .fxa-checkbox__value {
  font-size: 18px;
  line-height: 18px;
  word-break: break-all;
}

.pair-auth h1 > small {
  display: block;
}

.qr-code-container {
  margin: 40px 0;
}

.qr-code-text {
  font-family: monospace;
  font-weight: bold;
}

.push-confirm-login-device {
  padding: 15px 0 45px 0;
}

.third-party-auth .login-button {
  border: 1px solid #b2b2b2;
  background-color: white;
  margin-bottom: 10px;
  font-weight: normal;
}
.third-party-auth .login-button:hover {
  border-color: #1a1a1a;
}
.third-party-auth .login-button .google-logo {
  background: url("/images/third_party_auth/google_btn_normal.svg") 50% no-repeat;
  width: 40px;
  height: 40px;
}
.third-party-auth .login-button .apple-logo {
  background: url("/images/third_party_auth/apple_btn_normal.svg") 50% no-repeat;
  width: 40px;
  height: 40px;
}
.third-party-auth .separator {
  font-weight: 200;
  font-size: 16px;
  line-height: 19px;
  color: #919191;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 24px 0 24px 0;
}
.third-party-auth .separator::before,
.third-party-auth .separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #919191;
}
.third-party-auth .separator:not(:empty)::before {
  margin-right: 2em;
}
.third-party-auth .separator:not(:empty)::after {
  margin-left: 2em;
}

.modal {
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(32, 18, 58, 0.04), 0 1px 2px 0 rgba(34, 0, 51, 0.04), 0 2px 1px -1px rgba(7, 48, 114, 0.12), 0 1px 6px 0 rgba(14, 13, 26, 0.12);
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .modal {
    padding: 30px;
    width: 420px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .modal {
    max-width: 420px;
    padding: 10px;
    width: 100%;
  }
}
.modal .modal-panel {
  text-align: center;
}
.modal .modal-panel h1,
.modal .modal-panel h2 {
  font-weight: normal;
}
.modal .modal-panel.connect-another-device {
  font-size: 16px;
}
.modal .modal-panel.connect-another-device h1 {
  font-size: 18px;
}
.modal .modal-panel .modal-success {
  display: block;
  font-size: 14px;
  margin: 0 auto;
}

body.settings #fox-logo,
body.settings #static-footer,
body.settings .sign-in {
  display: none;
}

body.settings .loading {
  position: relative;
  top: 150px;
}

body.settings #main-content {
  background: none;
  border: 0;
  box-shadow: none;
}

body.settings #main-content.panel,
body.settings #main-content.card {
  visibility: hidden;
}

body.settings #stage .settings {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

#fxa-settings {
  flex: 1;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #fxa-settings {
    padding: 0 32px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #fxa-settings {
    padding: 0;
  }
}

#submit-btn.qr-code-button::before {
  content: url("/images/icon-qr-code.svg");
  padding: 3px 10px 0 0;
}

#fxa-settings-header-wrapper {
  align-items: center;
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #fxa-settings-header-wrapper {
    height: 96px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #fxa-settings-header-wrapper {
    flex-direction: row;
    height: 64px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #fxa-settings-header-wrapper #fxa-settings-header {
    flex: 1 1;
    margin-bottom: 0;
    width: inherit;
  }
}
#fxa-settings-header-wrapper #fxa-manage-account {
  background-image: url("/images/firefox-logo.svg");
  background-repeat: no-repeat;
  margin: 0;
}
html[dir=ltr] #fxa-settings-header-wrapper #fxa-manage-account {
  background-position: left center;
}
html[dir=rtl] #fxa-settings-header-wrapper #fxa-manage-account {
  background-position: right center;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #fxa-settings-header-wrapper #fxa-manage-account {
    background-size: 36px auto;
    line-height: 63px;
  }
  html[dir=ltr] #fxa-settings-header-wrapper #fxa-manage-account {
    padding-left: 48px;
  }
  html[dir=rtl] #fxa-settings-header-wrapper #fxa-manage-account {
    padding-right: 48px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #fxa-settings-header-wrapper #fxa-manage-account {
    background-size: 32px auto;
    height: 48px;
    line-height: 50px;
  }
  #fxa-settings-header-wrapper #fxa-manage-account .fxa-account-title {
    display: none;
  }
  html[dir=ltr] #fxa-settings-header-wrapper #fxa-manage-account {
    padding-left: 36px;
  }
  html[dir=rtl] #fxa-settings-header-wrapper #fxa-manage-account {
    padding-right: 36px;
  }
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #fxa-settings-header-wrapper .settings-button {
    width: 128px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #fxa-settings-header-wrapper .settings-button {
    width: 96px;
  }
}
#fxa-settings-header-wrapper .settings-success-wrapper {
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
#fxa-settings-header-wrapper .settings-success {
  margin: 0 auto;
  top: 0;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #fxa-settings-header-wrapper .settings-success {
    width: 100%;
  }
}

.settings-button, .button-row .settings-button {
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .settings-button, .button-row .settings-button {
    height: 40px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .settings-button, .button-row .settings-button {
    height: 36px;
  }
}
.button-row .settings-button {
  margin: 0;
  padding: 0;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .button-row .settings-button {
    height: 48px;
    width: 48%;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .button-row .settings-button {
    height: 40px;
    width: 48%;
  }
}
html[dir=ltr] .button-row .settings-button:last-child {
  float: right;
}
html[dir=ltr] .button-row .settings-button:last-child.unpaired {
  float: none;
}
html[dir=rtl] .button-row .settings-button:last-child {
  float: left;
}
html[dir=rtl] .button-row .settings-button:last-child.unpaired {
  float: none;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  html[dir] .clients .button-row .settings-button:last-child:not(.clients-done) {
    float: none;
    margin: 10px 0;
  }
}
.button-flex-row .settings-button {
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .button-flex-row .settings-button {
    height: 48px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .button-flex-row .settings-button {
    height: 40px;
  }
}
.button-flex-row .settings-button.email-refresh .spinner {
  margin: 0 auto;
}
.settings-button.settings-unit-toggle, .settings-button.settings-unit-loading {
  flex: 1 1 128px;
}
.settings-button.unpaired {
  width: 100%;
}

#fxa-settings-profile-header-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  max-width: 100vw;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #fxa-settings-profile-header-wrapper {
    padding: 0 32px 15px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #fxa-settings-profile-header-wrapper {
    padding: 0 16px 15px;
  }
}

#fxa-settings-profile-header {
  margin: 0 16px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}
#fxa-settings-profile-header .card-header,
#fxa-settings-profile-header .card-subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#fxa-settings-profile-header .card-header {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 1px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #fxa-settings-profile-header .card-header {
    font-size: 14px;
  }
}
#fxa-settings-profile-header .card-subheader {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.settings-child-view:last-child:not(.modal) {
  padding-bottom: 1px;
}

.settings-unit {
  border-top: 1px solid rgba(12, 12, 13, 0.1);
}

.settings-unit-stub {
  align-items: center;
  display: flex;
  min-height: 72px;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .settings-unit-stub {
    padding: 16px 32px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .settings-unit-stub {
    padding: 18px 16px;
  }
}
.settings-unit-stub .settings-unit-summary {
  margin: 0;
  width: 100%;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  html[dir=ltr] .settings-unit-stub .settings-unit-summary {
    margin-right: 10px;
  }
  html[dir=rtl] .settings-unit-stub .settings-unit-summary {
    margin-left: 10px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  html[dir=ltr] .settings-unit-stub .settings-unit-summary {
    margin-right: 1%;
  }
  html[dir=rtl] .settings-unit-stub .settings-unit-summary {
    margin-left: 1%;
  }
}
.settings-unit-stub .settings-unit-title {
  color: rgb(32, 18, 59);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.settings-unit-stub .settings-unit-title:only-child {
  line-height: 26px;
}

.settings-unit-details {
  clear: both;
  display: none;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .settings-unit-details {
    padding: 0 32px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .settings-unit-details {
    padding: 0 16px;
  }
}
.settings-unit-details p {
  clear: both;
  color: #737373;
  line-height: 1.5;
  margin: 6px 0 24px;
}

.open .settings-unit-details {
  display: block;
}

.open .settings-unit-toggle,
.settings-button.settings-unit-loading {
  display: none;
}

.blocker {
  z-index: 7;
}

section.modal-panel .button-row:not(.save-options) {
  margin-bottom: 0;
}
html[dir=ltr] section.modal-panel .button-row:not(.save-options) {
  text-align: left;
}
html[dir=ltr] section.modal-panel .button-row:not(.save-options) .input-row {
  text-align: left;
}
html[dir=rtl] section.modal-panel .button-row:not(.save-options) {
  text-align: right;
}
section.modal-panel .button-row:not(.save-options) .input-row {
  text-align: right;
}

.delete-account p {
  margin-bottom: 12px;
}
.delete-account .subscription-link {
  font-size: 12px;
  font-weight: 400;
  background: #ffe900;
  border-radius: 4px;
  color: #3e2800;
  font-weight: 700;
  min-height: 32px;
  padding: 12px;
  position: relative;
  text-align: center;
  margin: 0 0 24px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .delete-account .subscription-link {
    width: 100%;
  }
}
.delete-account .subscription-link a {
  color: #3e2800;
  text-decoration: underline;
}
.delete-account .subscription-link.visible {
  display: block;
}
.delete-account-product-container.hide {
  display: none;
}
.delete-account-product-list {
  line-height: 24px;
  margin: 0 0 24px;
}
html[dir=ltr] .delete-account-product-list {
  padding-left: 14px;
}
html[dir=rtl] .delete-account-product-list {
  padding-right: 14px;
}
.delete-account-checkbox-list {
  list-style: none;
  margin: 0 0 32px;
}
html[dir=ltr] .delete-account-checkbox-list {
  padding-left: 0;
}
html[dir=rtl] .delete-account-checkbox-list {
  padding-right: 0;
}
.delete-account-checkbox-list-item {
  display: grid;
  grid-template-columns: 28px auto;
  margin-bottom: 12px;
}
.delete-account-checkbox-list label {
  line-height: 1.5;
}
.delete-account ul {
  color: #737373;
}
.delete-account .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

html[dir=ltr] .fxa-radio {
  text-align: left;
}
html[dir=rtl] .fxa-radio {
  text-align: right;
}
.fxa-radio label {
  display: block;
}

.breadcrumbs {
  margin-top: 0;
  padding-left: 32px;
  width: 100%;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .breadcrumbs {
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
  }
}
.breadcrumbs li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li::before {
  content: ">";
  padding: 0 10px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .breadcrumbs li::before {
    padding: 0 5px;
  }
}
.breadcrumbs li:first-child::before {
  content: "";
  padding: 0;
}

.totp-panel .totp-details .qr-image-container {
  height: 228px;
  margin: auto auto 24px auto;
  width: 228px;
}
.totp-panel .totp-details .qr-image-container .qr-image {
  height: 100%;
  object-fit: scale-down;
  width: 100%;
}
.totp-panel .totp-details .show-code-link {
  margin-bottom: 10px;
}
.totp-panel .totp-details .code {
  color: #058b00;
  letter-spacing: 0.1rem;
  padding-bottom: 5px;
}
.totp-panel .input-row {
  margin-top: 24px;
}

#recovery-codes .description {
  color: #737373;
  font-size: 12px;
  text-align: center;
}
#recovery-codes #recovery-code-container {
  background-color: #fbfbfb;
  border-color: #e6e6e6;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  padding-top: 8px;
}
#recovery-codes #recovery-code-container .recovery-code {
  color: #666;
  display: inline-block;
  font-family: monospace;
  font-size: 1.2em;
  margin-bottom: 6px;
  padding: 8px;
  text-transform: uppercase;
  width: 49%;
}
#recovery-codes .button-row {
  text-align: center;
}
#recovery-codes .nav {
  display: flex;
  justify-content: space-between;
}
#recovery-codes .code {
  font-family: monospace;
  font-weight: 600;
}

.temporary-copy-text-area {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 2em;
  left: 0;
  outline: none;
  padding: 0;
  style: fixed;
  top: 0;
  width: 2em;
}

.note {
  color: #d70022;
  font-size: 12px;
}

.save-options {
  display: flex;
  margin: 15px 0 10px;
}

.save-option {
  background-color: transparent;
  color: #0060df;
  display: inline-block;
  font-weight: 400;
  height: initial;
  padding: 10px 0;
  width: 33%;
}
.save-option:hover {
  background-color: transparent;
  filter: hue-rotate(3deg) saturate(1.1) brightness(0.85);
}
.save-option:active {
  filter: hue-rotate(3deg) saturate(1.1) brightness(0.75);
}
.save-option .name {
  font-size: 14px;
  text-align: center;
}
.save-option .graphic {
  margin: 0 auto 14px auto;
}
.save-option p {
  margin: 0;
}

#fxa-recovery-key-confirm {
  margin-bottom: 40px;
}

#account-recovery-confirm-password .note,
.account-recovery-create-password .note,
.save-recovery-key .note {
  font-weight: bold;
}
#account-recovery-confirm-password .options .buttons,
.account-recovery-create-password .options .buttons,
.save-recovery-key .options .buttons {
  display: flex;
  justify-content: center;
}
#account-recovery-confirm-password .options .buttons button,
.account-recovery-create-password .options .buttons button,
.save-recovery-key .options .buttons button {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 45%;
}
#account-recovery-confirm-password .options .buttons button .recovery-icon-option,
.account-recovery-create-password .options .buttons button .recovery-icon-option,
.save-recovery-key .options .buttons button .recovery-icon-option {
  height: 16px;
  padding-right: 25px;
}
#account-recovery-confirm-password .options .buttons button img.download-image,
.account-recovery-create-password .options .buttons button img.download-image,
.save-recovery-key .options .buttons button img.download-image {
  background: url("/images/recovery_key_download.svg") no-repeat;
}
#account-recovery-confirm-password .options .buttons button img.print-image,
.account-recovery-create-password .options .buttons button img.print-image,
.save-recovery-key .options .buttons button img.print-image {
  background: url("/images/recovery_key_print.svg") no-repeat;
}
#account-recovery-confirm-password .options .buttons button:not(:first-child),
.account-recovery-create-password .options .buttons button:not(:first-child),
.save-recovery-key .options .buttons button:not(:first-child) {
  margin-left: 10px;
}
#account-recovery-confirm-password .recovery-key-container,
.account-recovery-create-password .recovery-key-container,
.save-recovery-key .recovery-key-container {
  background-color: #fbfbfb;
  border-color: #e6e6e6;
  border-style: dotted;
  border-width: 2px;
  margin-bottom: 25px;
}
#account-recovery-confirm-password .recovery-key-container .recovery-key,
.account-recovery-create-password .recovery-key-container .recovery-key,
.save-recovery-key .recovery-key-container .recovery-key {
  color: #4b4955;
  font-family: monospace;
  font-size: 1em;
  padding: 25px 0 25px 0;
}
@media screen and (max-width: 400px) {
  #account-recovery-confirm-password .recovery-key-container .recovery-key,
.account-recovery-create-password .recovery-key-container .recovery-key,
.save-recovery-key .recovery-key-container .recovery-key {
    font-size: 0.9em;
  }
}
#account-recovery-confirm-password .email,
.account-recovery-create-password .email,
.save-recovery-key .email {
  font-size: 1.3em;
  font-weight: bold;
  overflow: hidden;
  padding-bottom: 25px;
  text-overflow: ellipsis;
}
#account-recovery-confirm-password .description,
.account-recovery-create-password .description,
.save-recovery-key .description {
  font-size: 14px;
  line-height: 1.5;
}
#account-recovery-confirm-password button.generate-key-link,
.account-recovery-create-password button.generate-key-link,
.save-recovery-key button.generate-key-link {
  margin-bottom: 16px;
}

#legal-header h2 {
  margin: 0 0 30px 0;
  padding: 0;
}
#legal-header h3 {
  font-size: 12px;
  padding: 5px 0 10px;
}

#legal-footer {
  align-items: center;
  display: flex;
  height: 96px;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  #legal-footer {
    justify-content: flex-end;
    padding: 0 32px;
  }
  #legal-footer a {
    padding: 0 16px;
  }
  #legal-footer a.privacy {
    margin-right: -16px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  #legal-footer {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px;
  }
  #legal-footer a {
    padding: 8px;
  }
}

#legal-copy {
  line-height: 24px;
}
html[dir=ltr] #legal-copy {
  text-align: left;
}
html[dir=rtl] #legal-copy {
  text-align: right;
}
#legal-copy p {
  font-size: 14px;
}
#legal-copy ol,
#legal-copy ul {
  margin-left: 0;
  padding-left: 20px;
}

#loading-spinner img {
  animation: 0.9s spin infinite linear;
  display: block;
  height: 36px;
  left: calc(50% - 18px);
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: calc(50% - 18px);
  white-space: nowrap;
  width: 36px;
}

#loading-template {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.spinner {
  background-image: url("/images/spinnerlight.png");
  background-size: 36px 36px;
  animation: 0.9s spin infinite linear;
  background-repeat: no-repeat;
  display: block;
  height: 36px;
  margin: 130px auto 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 36px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .spinner {
    background-image: url("/images/spinnerlight@2x.png");
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .spinner {
    margin-top: 95px;
  }
}
#loading-template .spinner {
  margin: 0;
}
.button-row .spinner, .button-flex-row .spinner, .input-row .spinner {
  background-image: url("/images/spinnerwhite.svg");
  background-size: 33px 33px;
  height: 33px;
  margin: 0 auto;
  position: relative;
  width: 33px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .button-row .spinner, .button-flex-row .spinner, .input-row .spinner {
    top: -1px;
  }
}
.spinner.spinner-settings-fetch {
  background-image: url("/images/spinnergrey.png");
  background-size: 25px 25px;
  height: 25px;
  margin: 0 auto;
  width: 25px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .spinner.spinner-settings-fetch {
    background-image: url("/images/spinnergrey@2x.png");
  }
}

.user-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .user-card {
    border-radius: 4px;
  }
}
.user-card .user-info {
  flex: 1;
  flex-basis: 60px;
  height: 111px;
  margin-top: 20px;
  text-align: center;
}
.user-card a {
  font-size: 13px;
}

.avatar-wrapper {
  align-self: center;
  border-radius: 50%;
  border-width: 0;
  height: 240px;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 240px;
}
.avatar-wrapper.spinner-completed {
  border: 2px solid hsla(261deg, 53%, 15%, 0.2);
  box-shadow: 0 0 0 1px rgba(32, 18, 58, 0.04), 0 1px 2px 0 rgba(34, 0, 51, 0.04), 0 2px 1px -1px rgba(7, 48, 114, 0.12), 0 1px 6px 0 rgba(14, 13, 26, 0.12);
}
.avatar-wrapper .default {
  background-image: url("/images/default-profile.svg");
  background-size: cover;
}
.avatar-wrapper.avatar-settings-view {
  border: 2px solid transparent;
  display: block;
  flex-shrink: 0;
  margin: 0;
}
.avatar-wrapper.avatar-settings-view.spinner-completed {
  border: 2px solid hsla(261deg, 53%, 15%, 0.2);
  box-shadow: 0 0 0 1px rgba(32, 18, 58, 0.04), 0 1px 2px 0 rgba(34, 0, 51, 0.04), 0 2px 1px -1px rgba(7, 48, 114, 0.12), 0 1px 6px 0 rgba(14, 13, 26, 0.12);
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .avatar-wrapper.avatar-settings-view {
    height: 64px;
    width: 64px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .avatar-wrapper.avatar-settings-view {
    height: 50px;
    width: 50px;
  }
}

#done {
  width: 100%;
}

.notice {
  color: #737373;
  font-size: 14px;
  padding-top: 10px;
}

.no-getusermedia #camera {
  display: none;
}

.avatar-spinner {
  animation: 2s linear infinite spin, 200ms linear 1 0ms both fadein;
  background-color: #fff;
  background-image: linear-gradient(#d7d7db, #d7d7db);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 75% 100%;
  box-shadow: inset 30px -30px 15px #d7d7db;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition-duration: 200ms;
  transition-property: opacity;
}
.avatar-spinner.completed {
  animation-play-state: running, paused;
  opacity: 0.999;
}
.avatar-spinner::before {
  background-image: linear-gradient(#d7d7db, #d7d7db);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 75% 100%;
  content: "";
  position: relative;
  transform: rotate(0.001deg);
  transition-duration: 200ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.avatar-spinner.completed::before {
  transform: rotate(90deg);
}
.avatar-spinner::after {
  background-color: #fff;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0.97);
  transition-delay: 200ms;
  transition-duration: 200ms;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}
.avatar-spinner.completed::after {
  transform: scale(1.001);
}

.avatar-spinner, .avatar-spinner::before, .avatar-spinner::after {
  border-radius: 50%;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.with-spinner .profile-image {
  animation: 150ms ease-in-out 1 both fadein;
}

.graphic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 130px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .graphic {
    height: 104px;
  }
}

.graphic-checkbox {
  background-image: url("/images/account-verified.svg");
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .graphic-checkbox {
    height: 100px;
  }
}

.graphic-mail {
  background-image: url("/images/graphic_mail.svg");
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .graphic-mail {
    height: 100px;
  }
}

.graphic-mail-bounced {
  background-image: url("/images/graphic_mail_bounced.svg");
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .graphic-mail-bounced {
    height: 100px;
  }
}

.graphic-laptop-mobile {
  background-image: url("/images/graphic_laptop_mobile.svg");
  height: 138px;
  margin: 40px auto 40px auto;
}

.graphic-laptop-mobile-qr {
  background-image: url("/images/graphic_laptop_mobile_qr.svg");
  height: 138px;
  margin: 40px auto 40px auto;
}

#graphic-cad-qr-code {
  height: 180px;
  margin: 20px auto 20px auto;
}

.graphic-two-factor-auth {
  background-image: url("/images/graphic_two_factor_auth.svg");
  height: 138px;
  margin-top: 20px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .graphic-two-factor-auth {
    height: 70px;
  }
}

.graphic-add-newsletters {
  background-image: url("/images/graphic_mail.svg");
  height: 138px;
  margin-top: 20px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .graphic-add-newsletters {
    height: 70px;
  }
}

.graphic-recovery-codes {
  background-image: url("/images/graphic_recovery_codes.svg");
  height: 138px;
  margin-top: 20px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .graphic-recovery-codes {
    height: 70px;
  }
}

.graphic-download-option,
.graphic-recovery-codes-download {
  background-image: url("/images/recovery_code_download.svg");
  height: 32px;
  width: 33%;
}

.graphic-copy-option,
.graphic-recovery-codes-copy {
  background-image: url("/images/recovery_code_copy.svg");
  height: 32px;
  width: 33%;
}

.graphic-print-option,
.graphic-recovery-codes-print {
  background-image: url("/images/recovery_code_print.svg");
  height: 32px;
  width: 33%;
}

.graphic-choose-what-to-sync {
  background-image: url("/images/choose_what_to_sync_devices.svg");
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .graphic-choose-what-to-sync {
    height: 125px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .graphic-choose-what-to-sync {
    height: 90px;
  }
}

.graphic-send-tab-complete {
  background-image: url("/images/send_tab_complete.svg");
}

.graphic-client-pocket {
  background-image: url("/images/pocket_logo_rounded.svg");
  width: 90px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  margin-left: 3px;
}

#appleid-signin {
  width: 210px;
  height: 48px;
}
#appleid-signin svg {
  height: 50px;
  width: 100%;
}

.marketing-area:not(:empty) {
  margin-top: 20px;
}
.marketing-area .links {
  overflow: inherit;
}
.marketing-area + .links {
  margin: 20px 0 0 0;
}
.marketing-area .marketing-link {
  display: inline-block;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  width: 152px;
}

.sign-up {
  display: flex;
}

.marketing-ios {
  background-color: hsl(240deg, 60%, 99%);
  border-radius: 0 0 16px 16px;
  border-top: 1px solid #d7d7db;
  box-shadow: 0 1px 1px #fff inset;
  font-size: 18px;
  position: relative;
}
.marketing-ios .os-general ul {
  padding: 0;
}
.marketing-ios .os-general li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px;
  padding: 5px;
}
.marketing-ios .os-general .download-firefox-mobile {
  font-size: 14px;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .marketing-ios {
    margin: 60px -40px -40px -40px;
    padding: 20px 20px 30px;
    text-align: center;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .marketing-ios {
    font-size: 14px;
    margin: 20px -20px -20px;
    padding: 15px 50px 20px 50px;
    text-align: center;
  }
}

.support .settings-unit:first-child {
  display: block;
}

.support-form {
  margin: 25px 32px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .support-form {
    margin: 25px 16px;
  }
}
.support-form header {
  margin-bottom: 20px;
}
.support-form header h3 {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .support-form .support-field {
    padding: 0;
  }
}
.support-form .support-field:nth-child(3) {
  margin-bottom: 30px;
}
.support-form textarea {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background-color: #fff;
  border: 1px solid rgba(12, 12, 13, 0.3);
  border-radius: 4px;
  color: #0c0c0d;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  outline: none;
  position: relative;
  transition-duration: 150ms;
  transition-property: border-color;
  width: 100%;
  z-index: 2;
  display: inline-block;
  height: 120px;
  padding: 16px;
  resize: vertical;
}
.support-form textarea:hover {
  border-color: rgba(12, 12, 13, 0.5);
}
.support-form textarea:focus {
  border-color: #0a84ff;
  box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.3);
}
.support-form textarea.invalid {
  border-color: #d70022;
}
.support-form textarea.invalid:focus {
  box-shadow: 0 0 0 3px rgba(215, 0, 34, 0.3);
}
.support-form textarea:disabled {
  color: #737373;
  cursor: not-allowed;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .support-form textarea {
    height: 40px;
  }
}
html[dir=rtl] .support-form textarea {
  direction: ltr;
  text-align: right;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .support-form textarea {
    height: 101px;
  }
}
.support-form .button-row .settings-button {
  height: 48px;
}
.support-form .form-label {
  margin-bottom: 5px;
}
.support-form .form-label label {
  color: #737373;
  font-size: 14px;
}

.modal h2 {
  font-size: 18px;
  font-weight: 600;
}
.modal h2,
.modal .message {
  text-align: center;
}
.modal .message {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.modal .message p {
  margin-bottom: 0;
}
.modal.dialog-error, .modal.dialog-success {
  display: inline-block;
  padding: 25px 27px;
  width: 545px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .modal.dialog-error, .modal.dialog-success {
    max-width: 420px;
    width: 100%;
  }
}
.modal.dialog-error .close-modal, .modal.dialog-success .close-modal {
  background-image: url("/images/close.svg");
  background-position: center center;
  color: #0c0c0d;
  font-size: 16px;
  font-weight: 600;
  height: 24px;
  right: 15px;
  text-indent: 0;
  top: 13px;
  width: 24px;
}
.modal.dialog-error .close-modal:hover, .modal.dialog-success .close-modal:hover {
  text-decoration: none;
}

/*
 * Styles for Chosen: https://github.com/harvesthq/chosen
 */
.chosen-container {
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid rgba(12, 12, 13, 0.3);
  border-top: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}
.chosen-container.chosen-with-drop .chosen-single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chosen-container-single .chosen-single {
  border: 1px solid rgba(12, 12, 13, 0.3);
  border-radius: 4px;
  color: #0c0c0d;
  display: block;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .chosen-container-single .chosen-single {
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
  }
}
html[dir=ltr] .chosen-container-single .chosen-single {
  padding-left: 16px;
}
html[dir=rtl] .chosen-container-single .chosen-single {
  padding-right: 16px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single div {
  border-color: #d7d7db transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
@media (min-width: 521px), (orientation: landscape) and (min-width: 641px) {
  .chosen-container-single .chosen-single div {
    top: 20px;
  }
  html[dir=ltr] .chosen-container-single .chosen-single div {
    right: 20px;
  }
  html[dir=rtl] .chosen-container-single .chosen-single div {
    left: 20px;
  }
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .chosen-container-single .chosen-single div {
    top: 16px;
  }
  html[dir=ltr] .chosen-container-single .chosen-single div {
    right: 16px;
  }
  html[dir=rtl] .chosen-container-single .chosen-single div {
    left: 16px;
  }
}
.chosen-with-drop.chosen-container-single .chosen-single div {
  border-color: transparent transparent #d7d7db transparent;
  border-width: 0 8px 8px 8px;
}

.chosen-container-single .chosen-single div b {
  display: none;
}
.chosen-container-single .chosen-drop {
  background-clip: padding-box;
  border-radius: 0 0 4px 4px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
  position: absolute;
}

.chosen-container .chosen-results {
  color: #0c0c0d;
  font-size: 16px;
  margin: 8px 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 48px;
  list-style: none;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #ededf0;
}

.chosen-container-active .chosen-single {
  border: 1px solid #0a84ff !important;
  box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #b1b1b3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #0a84ff !important;
  box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.3);
}

.chosen-disabled {
  opacity: 0.4;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}

html {
  background-color: hsl(240deg, 60%, 99%);
  height: 100%;
}

table,
th,
td {
  border: solid 1px #000;
  font-size: 1.2rem;
  padding: 5px;
  text-align: center;
}

#loading-template .error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.loading .error {
  margin-top: 20px;
}
.error.error-warning {
  background: #ededf0;
}

.info {
  font-size: 12px;
  font-weight: 400;
  background: #ededf0;
  border-radius: 4px;
  color: #0c0c0d;
  font-weight: 700;
  min-height: 32px;
  padding: 12px;
  position: relative;
  text-align: center;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .info {
    width: 100%;
  }
}
.info a {
  color: #0c0c0d;
  text-decoration: underline;
}
.info.visible {
  display: block;
}

.success {
  font-size: 12px;
  font-weight: 400;
  background: #c7fbbf;
  border-radius: 4px;
  color: #063311;
  font-weight: 700;
  min-height: 32px;
  padding: 12px;
  position: relative;
  text-align: center;
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .success {
    width: 100%;
  }
}
.success a {
  color: #063311;
  text-decoration: underline;
}
.success.visible {
  display: block;
}

.warning {
  font-size: 12px;
  font-weight: 400;
  background: #ffe900;
  border-radius: 4px;
  color: #3e2800;
  font-weight: 700;
  min-height: 32px;
  padding: 12px;
  position: relative;
  text-align: center;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .warning {
    width: 100%;
  }
}
.warning a {
  color: #3e2800;
  text-decoration: underline;
}
.warning.visible {
  display: block;
}

.progress-hidden {
  display: none;
}

.reset-warning {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6em;
  margin-top: 0;
  padding: 5px 25px 15px 25px;
}
@media (max-width: 520px), (orientation: landscape) and (max-width: 640px) {
  .reset-warning {
    padding: 5px;
  }
}
.reset-warning span {
  color: #d70022;
}
.reset-warning.reset-warning-complete-password {
  margin-bottom: 25px;
}

div + .success,
div + .error {
  margin-top: 10px;
}

/* Animation triggering classes */
.shake {
  animation: shake 1050ms;
}

.fadein {
  animation: fadein 1050ms;
}

.fade-in-forward {
  animation: fadein 150ms forwards;
}

.fade-down-tt {
  animation: fade-down-tt 450ms;
}

.fade-up-tt {
  animation: fade-up-tt 450ms;
}

.pulse {
  animation: pulse 450ms;
}

/* Keyframes */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-15px);
  }
}
@keyframes fade-up-tt {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-down-tt {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes fade-down-logo {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(4px);
  }
}
#suggest-sync .dismiss,
#suggest-account .dismiss {
  background-image: url("/images/icon-close.svg");
  background-size: 16px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 16px;
  outline: none;
}
html[dir=ltr] #suggest-sync,
html[dir=ltr] #suggest-account {
  padding-right: 32px;
}
html[dir=ltr] #suggest-sync .dismiss,
html[dir=ltr] #suggest-account .dismiss {
  right: 8px;
}
html[dir=rtl] #suggest-sync,
html[dir=rtl] #suggest-account {
  padding-left: 32px;
}
html[dir=rtl] #suggest-sync .dismiss,
html[dir=rtl] #suggest-account .dismiss {
  left: 8px;
}