

/* Start:/bitrix/components/digimatix/qr.scanner/templates/.default/style.css?17545794392167*/
body {
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
#digi-scanner {
  position: absolute;
  width: 100%;
  height: 100vh;
}
#digi-scanner video {
  width: 100%;
  height: 100%;
}
.digi-scanner__result {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.digi-scanner__result-text {
  padding: 12px 0;
  border-radius: 4px;
  margin-top: 40px;
}
.digi-scanner__result-bottom {
  margin-top: 40px;
  text-align: center;
}

.digi-scanner-btn {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
  outline: 0;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #eee;
}

.digi-scanner-file {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='12' height='12' rx='1.33333' stroke='%23ffffff' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6.00033' cy='6.00008' r='1.33333' stroke='%23ffffff' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 12L10.6667 8L14 10' stroke='%23ffffff' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position:center;
  background-repeat:no-repeat
}

.digi-scanner-file__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.app-update {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  padding: 20px;
  background: #ffffff;
  text-align: center;
}
.app-update__text {
  margin-bottom: 24px;
}
.app-update__btn + .app-update__btn{
  margin-left: 16px;
}

/*popup*/
.result-qr-popup {
  display: none;
  width: 700px;
  height: auto;
}

@media (max-width: 768px) {
  #qr_popup.popup-window.--open {
    width: 95%;
  }

  .result-qr-popup {
    width: auto;
  }
}
/*popup*/

/* End */
/* /bitrix/components/digimatix/qr.scanner/templates/.default/style.css?17545794392167 */
