#qr_popup {
  display: none;
  font-family: AlbertaSans, Roboto, sans-serif;
  z-index: 10009999; }
  #qr_popup * {
    box-sizing: border-box; }
  #qr_popup .modal-inner {
    display: none;
    padding-top: 0;
    width: 450px;
    margin-left: -225px;
    left: 50%;
    top: 275px;
    min-height: 250px;
    max-height: calc(100% - 400px);
    overflow: visible;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 10000003;
    overflow: auto;
    overflow-y: scroll; }
    #qr_popup .modal-inner::-webkit-scrollbar {
      width: 7px;
      height: 7px; }
    #qr_popup .modal-inner::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.45);
      border-radius: 10px;
      box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px; }
    #qr_popup .modal-inner:hover::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.55); }
    @media screen and (max-height: 1000px) {
      #qr_popup .modal-inner {
        top: 10%;
        max-height: 80%; } }
    @media screen and (max-height: 600px) {
      #qr_popup .modal-inner {
        min-height: 80%; } }
    @media screen and (max-width: 450px) {
      #qr_popup .modal-inner {
        width: 90%;
        margin-left: -45%; } }
    @media screen and (max-width: 30em) {
      #qr_popup .modal-inner {
        top: 30px;
        border-radius: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: auto !important;
        margin-left: 0 !important;
        left: 0 !important;
        right: 0 !important;
        padding-top: 0;
        height: calc(100% - 30px);
        max-height: unset; } }
  #qr_popup.modal-container:before {
    display: none; }
  #qr_popup.modal-container .modal-close:before {
    opacity: 0.7; }
  #qr_popup.modal-container .modal-close:after {
    margin-left: 210px;
    color: #fff;
    z-index: 10000002;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 25px;
    border: 0;
    cursor: pointer;
    top: 250px;
    font-size: 0;
    background: url(/images/popups/close-shadow3.svg) center no-repeat;
    height: 18px;
    width: 18px;
    padding: 0; }
    @media screen and (max-height: 1000px) {
      #qr_popup.modal-container .modal-close:after {
        top: calc(10% - 25px); } }
    @media screen and (max-width: 450px) {
      #qr_popup.modal-container .modal-close:after {
        margin-left: calc(45% - 15px); } }
    @media screen and (max-width: 30em) {
      #qr_popup.modal-container .modal-close:after {
        top: 6px;
        left: 0;
        right: 5px;
        margin-left: auto; } }
  #qr_popup .inner > .content {
    padding: 40px 30px 35px;
    text-align: center; }
    @media screen and (max-width: 30em) {
      #qr_popup .inner > .content {
        padding: 20px 16px; } }
    #qr_popup .inner > .content h1 {
      font-size: 20px;
      line-height: 27px;
      font-weight: 800;
      margin-bottom: 25px; }
    #qr_popup .inner > .content #qrcode img {
      margin: auto; }
    #qr_popup .inner > .content #qr_download {
      align-items: center;
      background: #EFEFEF;
      background-position-x: 17px;
      background-position-y: center;
      background-repeat: no-repeat;
      background-image: url(/images/UI_icons/download.svg);
      background-size: 16px;
      border-radius: 10px;
      border: none;
      color: #242424;
      cursor: pointer;
      display: inline-flex;
      font-size: 16px;
      font-weight: 600;
      justify-content: center;
      line-height: 21px;
      margin-top: 30px;
      min-height: 50px;
      min-width: unset;
      outline: none;
      padding: 0 20px 0 45px;
      text-align: center;
      text-decoration: none;
      transition: 0.3s ease; }
    #qr_popup .inner > .content #qr_download:hover {
      background-color: #F1F6FE; }
  #qr_popup.modal-container .modal-close:before {
    display: block; }
