﻿.xer-input-icon__icon__clickable {
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  fill: #555555;
}
.xer-input-icon__icon__clickable.selected {
  fill: #ed8b00;
}
.xer-input-icon-accdesk__container {
  position: relative;
}

.xer-input-icon-accdesk__icon__clickable {
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  fill: #555555;
  right: 0;
  top: -3.5rem;
}

.xer-input-icon-accdesk__icon__clickable.selected {
  fill: #ed8b00;
}

::-ms-reveal {
  display: none;
}

.info-text p:first-of-type {
  margin-bottom: 1rem;
}

.xer-fit-content {
  width: fit-content;
}

.xer-back-btn-container {
  position: absolute;
  bottom: 3.75rem;
  right: inherit;
  left: 6.25rem;
  display: inline-block;
}

.xer-back-btn {
  padding: 0.75rem;
  padding-left: 0;
  display: inline-flex;
  border-bottom: 2px solid white;
  font-size: 16px;
}

.xer-back-btn:hover {
  border-bottom-color: #a1a1a1;
}

#logo-container img {
  height: 52px;
}

@media only screen and (max-width: 800px) {
  .tablet-xer-hidden {
    display: none;
  }
  .tablet-xer-text-center {
    text-align: center;
  }
  .tablet-xer-mb-8 {
    margin-bottom: 2rem;
  }
  .tablet-xer-block {
    display: block !important;
    flex-direction: column;
  }
  .tablet-xer-ml-0 {
    margin-left: 0;
  }
}
