html,
body {
    margin: 0;
    overflow: hidden;
}

html {
    font-family: sans-serif;
}

#loading {
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999;
}

#loading img {
    height: 20em;
}

#loading span {
    color: #ddd;
    font-weight: bold;
}

.loading-text {
    margin-top: 10px;
    text-align: center;
}

.ui {
    position: fixed;
    margin: 0.5rem;
    background-color: rgba( 255, 255, 255, 0);
    border-radius: 6px;
    color: white;
}

.stats {
    top: 0;
    left: 0;
    z-index: 200;
    margin: 0.5rem;
    padding: 0.5rem 0.5rem 0;
    display: none;
}

.stats-item {
    margin: 0 0 0.5rem;
}

.stats-item-title {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
}

#stats div {
    position: relative !important;
}

.marker {
    right: 0;
    bottom: 0;
    z-index: 200;
    margin: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    color: inherit;
    text-decoration: none;
}

#app {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

#canvas {
    position: absolute;
    left: -18%;
    top: -28%;
    z-index: 100;
    display: block;
    width: 140% !important;
    height: 160% !important;
}

#arvideo {
    display: none;
}

.btnmute {
    z-index: 99999999;
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.btnmute svg path,
.btnmute svg polygon {
    fill: #ddd;
}

.btnmute svg {
    display: none;
    width: 2.5em;
    height: 2.5em;
}

.btnmute svg.active {
    display: block;
}

.guia {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 9%;
    margin: 0 auto;
    border: 5px dashed white;
    z-index: 9999998;
    border-radius: 5px;
    display: none;
}

.guia.active {
    display: block;
}

.btnregresar {
    position: fixed;
    left: 5%;
    bottom: 2%;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    border: 2px solid white;
}

.btnregresar a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.btnregresar a span {
    color: white;
    padding: 0 3%;
    text-decoration: none;
}

.btnregresar a svg {
    width: 20px;
    height: 20px;
}

.btnregresar a svg line {
    stroke: white;
}