* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html{ overflow: hidden; }

input,
textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
    font-size: 16px !important;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    color: #FFF;
}

main {
    height: 100vh;
}

.cursor-pointer {
    cursor: pointer;
}
.z-index-1000 {
    z-index: 1000;
}
.z-index-2000 {
    z-index: 2000;
}
.link-full-content {
    position: fixed !important;
    top: 0 !important;
    left: -100vw !important;
    width: 200vw !important;
    height: 100vh !important;
    z-index: 2000 !important;
    cursor: pointer;
}

/* Rotated */
html.rotated body {
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}

html.rotated body input[type="text"],
html.rotated body input[type="email"],
html.rotated body input[type="tel"],
html.rotated body input[type="password"],
html.rotated body input[type="search"],
html.rotated body input[type="number"],
html.rotated body textarea,
html.rotated body [contenteditable] {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='rotate(90 12 12)'%3E%3Cpath d='M 9,3 L 15,3 M 12,3 L 12,21 M 9,21 L 15,21' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M 9,3 L 15,3 M 12,3 L 12,21 M 9,21 L 15,21' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E") 12 12, text !important;
}

html.rotated body a,
html.rotated body button,
html.rotated body [role="button"],
html.rotated body .cursor-pointer,
html.rotated body input[type="submit"],
html.rotated body input[type="button"],
html.rotated body input[type="reset"],
html.rotated body select,
html.rotated body label[for] {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='rotate(90 12 12)'%3E%3Cpath d='M 9,1 L 9,13 L 7,11 L 6,12 L 9.5,18 L 12,18 L 14,16 L 14,8 L 12,8 L 12,4 L 11,4 L 11,1 Z' fill='black' stroke='white' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E") 23 8, pointer !important;
}

html.rotated body main {
    height: 100vw;
}

@media (min-width: 1080px) {
    html.rotated body .quiz-container {
        max-width: 82vh;
    }  

    html.rotated body .quiz-title {
        font-size: 3.1rem;
    }

    html.rotated body .quiz-items .quiz-title,
    html.rotated body #screen-5 .quiz-title,
    html.rotated body #screen-6 .quiz-title {
        font-size: 2.45rem;
    }

    html.rotated body .quiz-box , 
    html.rotated body .quiz-btn,
    html.rotated body .quiz-interactive-badge {
        font-size: 1.2rem;
    }
}

/* MEDIA QUERIES */
@media (min-width: 1200px) {
    .quiz-container {
        max-width: 800px;
        margin: 0 auto;
    }
}