@font-face {
    font-family: "DINPro Regular";
    src: url(/static/fonts/DINPro/DINPro-Regular/DINPro-Regular.woff) format("truetype");
}

body, html {
    font-family: 'DINPro Regular', sans-serif;
}

.desktop-message, .desktop-hint, .poweredby-img {
    display: none !important;
}

#almostthereContainer {
    background-color: #8ECEC5 !important;
}

#requestingCameraPermissions {
    color: #8ECEC5 !important;
    background-color: #8ECEC5 !important;
}

.prompt-box-8w {
    background-color: #8ECEC5 !important;
}

.prompt-button-8w {
    border: 1px solid #fff !important;
    background-color: transparent !important;
}

.button-primary-8w {
    border: 1px solid #fff !important;
    background-color: transparent !important;
}
* {
    -webkit-tap-highlight-color: transparent;
}

.instruction {
    margin: 0 auto;
    width: 190px;
    height: 73px;
    position: absolute;
    z-index: 99;
    bottom: 25%;
    left: 0;
    right: 0;
}

.instruction svg {
    width: 190px;
    height: 73px;
}

.take-photo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7%;
    margin: 0 auto;
    z-index: 99;
    background: transparent;
    border: none;
    display: block;
    text-align: center;
    width: 80px;
}
.ar-start {
    display: block;
    width: 269px;
    height: 219px;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 16%;
    pointer-events: none;
}
.take-photo svg {
    width: 80px;
    height: 80px;
}

.take-photo:hover {
    outline: none;
}

.social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 21%;
    margin: 0 auto;
    width: 300px;
    justify-content: center;
    z-index: 99;
    display: flex;
    transition: opacity .3s ease;
}

.social a svg {
    width: 45px;
    height: 45px;
}

.social a {
    margin: 0 2px;
}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
}
.close svg {
    width: 22px;
    height: 22px;
}

.popup {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.photo {
    width: 50%;
    height: auto;
    display: block;
    z-index: 999;
    position: absolute;
    top: 17%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.reload {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 99;
}

.reload svg {
    width: 27px;
    height: 23px;
}
