/*START FACE RECO*/
body.face-reco-shown {
  overflow: hidden;
}

#face-reco-loading {
  height: 30px;
  width: 500px;
  max-width: 80%;
  display: block;
  background: #555;
  padding: 3px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin: 1em auto;
}
#face-reco-loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
#face-reco-loading span {
  display: block;
  height: 100%;
  width: 0;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  color: white;
  transition: all 400ms ease;
  border-radius: 4px;
  line-height: 30px;
  z-index: 10;
  background-color: #ff2e29;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

@keyframes move-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
#face-images-temp-holder {
  /*opacity: 0;
  width:1px;
  height:1px;
  position: absolute;
  bottom:0;
  right:0;*/
  display: none !important;
}

.face-reco-container input#face-reco-input {
  /*Override the page input css*/
  border: 0;
  background-color: transparent;
  border-radius: 0;
  width: 75%;
  display: inline-block;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 100%;
  cursor: pointer;
}
.face-reco-container p {
  font-weight: 100;
  font-size: 0.75em;
  margin-top: 1em;
  line-height: 1.2em;
}
.face-reco-container #face-reco-holder {
  cursor: pointer;
}
.face-reco-container #face-reco-holder::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
  margin-top: 0.5em;
  height: 1.8em;
  width: 1.8em;
  background: url("../images/camera_1.png") no-repeat center center;
  background-size: contain;
  overflow-y: auto;
}
.face-reco-container #face-reco-complete p {
  margin-top: 0.3em;
  line-height: 1.3em;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 600px) {
  .search-steps-container div.face-reco-input-holder > div {
    margin: 0 2% 0 2%;
    width: 8%;
  }
}
#face-drop-area {
  padding: 1em;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  border-radius: 5px;
}
#face-drop-area div.face-area-inner-box {
  width: 100%;
  height: 100%;
  min-height: 250px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
#face-drop-area .hover {
  background: #f1b3a6;
}
#face-drop-area .hover div.face-area-inner-box {
  border: 2px dashed #842714;
}
#face-drop-area p {
  line-height: 1.7em;
}
#face-drop-area p span {
  display: none;
}
#face-drop-area .has-images p {
  display: none;
}
#face-drop-area .face-area-inner-box form input, #face-drop-area .face-area-inner-box form label {
  display: none;
}

#fake-face-img-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 1.4em;
  width: 20.8em;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#fake-face-img-gallery > div {
  display: inline-block;
  width: 6em;
  border-radius: 2em;
  border: 3.49px dashed #50535b;
  background: url('../images/icons/plus-icon.png') no-repeat center center;
  background-size: 1em;
  aspect-ratio: 1/1;
  max-width: calc(33% - 0.9em);
}
@supports not (aspect-ratio: 1/1) {
  #fake-face-img-gallery > div::before {
    display: block;
    float: left;
    padding-top: 100%;
    content: "";
  }
  #fake-face-img-gallery > div::after {
    display: block;
    content: "";
    clear: both;
  }
}

#face-img-gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 1.4em;
  width: 20.8em;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  z-index: 2;
}
#face-img-gallery > div {
  display: inline-block;
  width: 6em;
  border-radius: 2em;
  border: 3.49px dashed #50535b;
  aspect-ratio: 1/1;
  background-position: center center;
  max-width: calc(33% - 0.9em);
}
@supports not (aspect-ratio: 1/1) {
  #face-img-gallery > div::before {
    display: block;
    float: left;
    padding-top: 100%;
    content: "";
  }
  #face-img-gallery > div::after {
    display: block;
    content: "";
    clear: both;
  }
}
#face-img-gallery div div.face-upload-x {
  width: 1.6em;
  height: 1.6em;
  margin: -0.8em -0.8em 0 0;
  float: right;
  background-color: #fff;
  color: #6a6a6a;
  border-radius: 50px;
  line-height: 1.6em;
  font-weight: bold;
  border: 1px solid #6a6a6a;
  font-size: 1.1em;
}

#face-select-area {
  text-align: center;
}
#face-select-area > div {
  display: inline-block;
  margin: 0.5em;
  width: 6em;
  height: 6em;
  cursor: pointer;
  border-radius: 13px;
}
#face-select-area > div.face-selected {
  border: 0.16em dashed #26D28A;
}

#face-reco-complete span.remove-face-reco {
  font-weight: lighter;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 0.7em;
  font-style: italic;
}
#face-reco-complete .face-reco-finalist {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#face-reco-complete .face-reco-finalist > div {
  width: 4em;
  height: 4em;
  margin: 0.5em;
  border-radius: 5px;
}

/*END FACE RECO*/
#face-reco-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  background: #111214;
}
@media (min-width: 768px) {
  #face-reco-overlay {
    max-width: 43.75em;
    max-height: calc(100vh - 5em);
    width: min(100%, max(50%, 600px));
    top: 5em;
    background-color: rgb(36, 38, 43);
    border-radius: 32px;
    bottom: unset;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#face-reco-overlay .face-reco-content, #face-reco-overlay .face-reco-header {
  width: 90%;
  max-width: 760px;
  margin: 1em auto;
}
#face-reco-overlay .face-reco-content div.face-continue-btn {
  width: 95%;
  margin: 1.2em auto;
  height: 3em;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d94022;
  color: #fff;
  cursor: pointer;
}
#face-reco-overlay .face-reco-content div.face-continue-btn.face-btn-disabled {
  background-color: #C8C8C8;
  color: #000;
  cursor: not-allowed;
}
#face-reco-overlay .face-reco-content div.face-continue-btn.face-btn-clicked {
  color: transparent;
  background-color: transparent;
  cursor: default;
}
#face-reco-overlay .face-reco-content .face-2-remarks {
  color: #fff;
  text-align: center;
  margin-top: 0.5em;
  font-size: 0.9em;
}
#face-reco-overlay .face-reco-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6a6a6a;
}
#face-reco-overlay .face-reco-header .face-header-back, #face-reco-overlay .face-reco-header .face-header-close {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-size: 1.1em;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
#face-reco-overlay .face-reco-header .face-header-back {
  background: url("../images/icons/arrow-right.png") no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}
#face-reco-overlay .face-reco-header .face-header-close {
  background: url("../images/icons/close-icon.png") no-repeat center center;
  background-size: contain;
}
#face-reco-overlay .face-reco-header .face-header-title {
  width: 100%;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.015em;
  text-align: center;
  color: #fff;
  margin: 0.5em;
}
#face-reco-overlay .face-reco-header .face-header-icon {
  display: none;
  width: 2.5em;
  height: 2.5em;
  border-radius: 0.8em;
  background: #000 url("../images/icons/hp-selfie-icon.png") no-repeat center center;
  background-size: 1.5em;
}
#face-reco-overlay .face-reco-header.wrap {
  flex-wrap: wrap;
}
#face-reco-overlay .face-reco-header.wrap .face-header-title {
  font-size: 2em;
  order: 2;
  font-weight: 700;
  margin: 0.5em 0 0;
}
#face-reco-overlay .face-reco-header.wrap .face-header-icon {
  display: block;
}
#face-reco-overlay .face-1-remarks ul {
  list-style: inside;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.004em;
  margin: 1em auto;
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=faceReco.css.map */