body {
  min-width: 608px !important;
  overflow-x: auto !important;
}

#btn-begin {
  border: none;
  min-width: 80px;
}

button.close {
  top: 14px;
}

.carousel-overlay {
  align-items: center !important;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center !important;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.carousel-overlay-content {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 16px;
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: fixed;
  top: 20%;
  width: 600px;
  z-index: 21;

  button.close {
    background-image: url("/resources/assets/img/overlay_carousel_close_x.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    height: 31px;
    width: 31px;
  }
}

.carousel-overlay-content button.close::after {
  content: none;
}

#country-selector-container {
  margin-top: 88px;
  padding-bottom: 64px;
}

#findPrinter {
  font-size: 22px;
  margin: 60px 40px 0;
  text-align: center;
}

#findPrinter,
#printer-searchlist,
.typeahead__list {
  font-family: "HPSimplifiedLight123", sans-serif;
}

.has-side-content > div {
  margin-right: 270px;
}

.image-container {
  margin-bottom: 20px;
  text-align: center;
}

.input-cancel {
  background: url("/resources/assets/img/cancel_icon.png") center no-repeat;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 0.8em;
  top: 16px;
  user-select: none;
  visibility: hidden;
  width: 16px;
}

#ljAlertMessage {
  font-size: 18px;
  margin: 5px 0 0;
}

.main-content {
  -webkit-flex: 0 1 1280px;
  -ms-flex: 0 1 1280px;
  flex: 0 1 1280px;
}

.main-text {
  color: #737373;
  font-size: 18px;
}

.no-device {
  margin-bottom: 10px;
  margin-top: 25px;
}

.page-header {
  font-size: 44px;
  line-height: 44px;
  margin: 10px 0 30px;
}

#printer-searchlist {
  background-color: rgb(255, 255, 255);
  color: rgb(118, 118, 118);
  font-size: 16px;
  height: 48px;
  line-height: 20px;
  padding: 8px 40px 8px 10px;
}

#printer-searchlist:-ms-input-placeholder {
  background-image: url("/resources/assets/img/search_icon.png");
  background-position: right 10px bottom 12px;
  background-repeat: no-repeat;
}

#printer-searchlist:placeholder-shown {
  background-image: url("/resources/assets/img/search_icon.png");
  background-position: right 10px bottom 12px;
  background-repeat: no-repeat;
}

.searchbar.input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 24px;
  max-width: 582px;
}

.side-images {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin: -120px 0 10px;
  min-height: 130px;
}

.support-item {
  margin-top: 54px;
}

.support-item > .support-header > .support-header-icon {
  height: 24px;
  width: 24px;
}

.support-item > .support-header > .support-header-icon > img {
  height: 100%;
}

#tooltip-text {
  color: rgb(0, 125, 186);
}

.typeahead__cancel-button {
  padding: 1rem 0.75rem !important;
}

.typeahead__container {
  width: 100%;
}

.typeahead__field input {
  border: 1px solid rgb(173, 173, 173);
  border-radius: 12px;
}

.typeahead__list {
  border: 1px solid rgb(173, 173, 173);
  border-radius: 0 0 12px 12px;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.typeahead__list > li {
  border-top: none;
}

.typeahead__list > li > a {
  margin: 10px 10px 10px 20px;
}

.typeahead__list > li:not([disabled]).active > a {
  background-color: rgb(0, 95, 165);
  border-radius: 8px;
  color: rgb(255, 255, 255);
}

.typeahead__query {
  display: block;
  z-index: auto;
}

.typeahead__result > .empty {
  margin-left: 0;
  margin-top: 0;
}

.welcome-selected-printer {
  max-height: 245px;
  max-width: 100%;
}

.whereis-printer-model {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}

.whereis-printer-model a,
.whereis-printer-model a:visited {
  color: rgb(255, 255, 255);
}

html[dir="rtl"] .has-side-content > div {
  margin-left: 270px;
  margin-right: inherit;
}

html[dir="rtl"] .searchbar.input {
  margin-left: 24px;
  margin-right: inherit;
}

html[dir="rtl"] .input-cancel {
  left: 0.8em;
  right: auto;
}

html[dir="rtl"] #printer-searchlist {
  background-position: left 10px bottom 12px;
  padding-left: 40px;
  padding-right: 10px;
}

html[dir="rtl"] .typeahead__cancel-button {
  left: 0;
  right: auto;
}

html[dir="rtl"] .typeahead__list {
  text-align: right;
}

@media only screen and (max-width: 1280px) {
  .has-side-content > div {
    margin-right: inherit;
  }

  .side-images {
    align-self: center;
    margin-top: 0;
  }
}
