﻿.loading-screen {
    display: none;
    place-items: center;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    color: #ffffff;
    user-select: none;
    touch-action: none;
}

.loading-content {
    display: grid;
    justify-items: center;
}

    .loading-content > i {
        font-size: 5rem;
    }

.btnStart-screen {
    display: none;
    place-items: center;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999999;
    color: #ffffff;
    user-select: none;
    touch-action: none;
}

.btnStart-content {
    display: grid;
    justify-items: center;
}

    .btnStart-content > i {
        font-size: 5rem;
    }

.test-html-2-img {
    position: fixed;
    z-index: 999999999;
    inset: 0;
    background-color: rgba(0,0,0,0.3);
    display: grid;
    place-items: center;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    touch-action: none;
}

.test-content {
    display: grid;
    grid-template-rows: auto auto;
    width: 9.5cm;
    height: 8cm;
    background-color: white;
    place-items: center;
}

    .test-content #test-img {
        max-width: 7.5cm;
        height: 6cm;
    }

    .test-content p {
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
    }

#test-img.img-rotate {
    transform: rotate(90deg);
    max-width: 6cm !important;
}

.final-html-2-img {
    position: fixed;
    z-index: 999999999;
    inset: 0;
    background-color: rgba(0,0,0,0.3);
    display: grid;
    place-items: center;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    touch-action: none;
}

.final-content {
    display: grid;
    width: 13.5cm;
    height: 13.5cm;
    background-color: white;
    place-items: center;
}

    .final-content #final-img {
        outline: 1px solid red;
        max-width: 13.5cm;
        max-height: 13.5cm;
    }

.nino-html-2-img {
    position: fixed;
    z-index: 999999999;
    inset: 0;
    background-color: rgba(0,0,0,0.3);
    display: grid;
    place-items: center;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    touch-action: none;
}

.nino-content {
    display: grid;
    width: 19cm;
    height: 19cm;
    background-color: white;
    place-items: center;
}

    .nino-content #nino-img {
        max-width: 19cm;
        height: 100%;
        max-height: 19cm;
    }

/*.nino-content p {
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
    }*/

#nino-img.img-rotate {
    transform: rotate(90deg);
    max-width: 19cm !important;
}

/*Doble Carta*/
.doblecarta-html-2-img {
    position: fixed;
    z-index: 999999999;
    inset: 0;
    background-color: rgba(0,0,0,0.3);
    display: grid;
    place-items: center;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    touch-action: none;
}

.doblecarta-content {
    display: grid;
    width: 11in;
    max-width: 11in;
    height: 17in;
    max-height: 17in;
    background-color: white;
    place-items: center;
    position: relative;
}

    .doblecarta-content #doblecarta-img {
        max-width: 11in;
        height: auto;
        width: 100%;
        max-height: 17in;
    }

#doblecarta-img.img-rotate {
    transform: rotate(90deg);
    /*max-width: 17in !important;
    max-height: 11in !important;*/
    height: 11in !important;
    width: auto !important;
    max-width: initial !important;
    max-height: initial !important;
    position: absolute;
}
/*--*/

.input-error-msg {
    padding-top: 0.5rem;
    color: #c00000;
    font-size: 1rem;
    font-weight: bold;
    display: grid;
    grid-auto-flow: row;
}

div#hidden-div {
    display: none;
}
