/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'Roboto Condensed Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Regular'), url('fonts/RobotoCondensed[wght].woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Regular'), url('fonts/RobotoCondensed-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Italic'), url('fonts/RobotoCondensed-Italic[wght].woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Italic'), url('fonts/RobotoCondensed-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed Light';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Light'), url('fonts/RobotoCondensed-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Light Italic'), url('fonts/RobotoCondensed-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Medium'), url('fonts/RobotoCondensed-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Medium Italic'), url('fonts/RobotoCondensed-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Bold'), url('fonts/RobotoCondensed-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Condensed Bold Italic'), url('fonts/RobotoCondensed-BoldItalic.woff') format('woff');
}


/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Regular'), url('fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Italic'), url('fonts/Roboto-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold'), url('fonts/Roboto-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold Italic'), url('fonts/Roboto-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Thin'), url('fonts/Roboto-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Thin Italic'), url('fonts/Roboto-ThinItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Light'), url('fonts/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Light Italic'), url('fonts/Roboto-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Medium'), url('fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Medium Italic'), url('fonts/Roboto-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Black';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Black'), url('fonts/Roboto-Black.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Black Italic'), url('fonts/Roboto-BlackItalic.woff') format('woff');
}

* {
    font-family: 'Roboto Regular';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

input:active,
input:focus {
    border: 1px solid #600;
    color: #fff;
    box-shadow: 0 0 12px -4px #f00;
    outline: none;
}

body,
html {
    height: 100%;
    position: absolute;
    display: block;
    overflow: hidden;
    background: #300;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
}

#app {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
}

#header {
    border-bottom: 6px solid #000;
    box-shadow: 0 22px 80px -50px #300;
}

.material-symbols-sharp {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' -25, 'opsz' 40
}

.material-symbols-sharp.fill {
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' -25, 'opsz' 40
}

@keyframes opacityAnimFrame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

main {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    background: #1009;
    color: #fff;
    padding: 0px;
    position: relative;
    border: 4px solid #111;
    margin: 60px auto 60px;
    backdrop-filter: blur(12px);
    box-shadow: 0 100px 120px -40px #0004;
    animation-name: opacityAnimFrame;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}

.block {
    padding: 32px;
    position: relative;
}

.block.iconic {
    padding: 32px 32px 32px 126px;
}

p {
    padding: 0 32px;
    font-size: 15px;
}

h3 {
    padding: 0 32px 10px;
    display: flex;
    font-weight: 100;
    align-items: center;
    position: relative;
    z-index: 0;
}

@keyframes opacityAnim {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.4;
    }
}

h3 i {
    color: #f00;
    font-weight: 200;
    font-size: 32px;
    margin: 0 8px 0 0;
    background: #0000;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    margin: 0;
    font-size: 80px !important;
    transform: rotateZ(-30deg);
    z-index: -2;
    opacity: 0;
    position: absolute;
    left: -90px;
    top: -30px;
    transition: all ease-in-out 0.3s;
    animation-name: opacityAnim;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

h4 {
    padding: 0 32px;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.red {
    color: #ff0000;
}

.underline {
    text-shadow: -1px 2px 1px #0005;
    border-bottom: 2px solid #f00;
    padding: 0 0 1px;
}

#_f {
    display: flex;
    /* flex-flow: column; */
    flex-wrap: wrap;
    background: #1119;
    border-top: 1px solid #a00;
    padding: 40px 0 20px;
    margin: 0;
}

.formContent {
    transition: all ease-in-out 0.3s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    max-height: 2048px;
    transition: all ease-in-out 0.6s;
}

label {
    display: flex;
    /* flex-flow: column; */
    width: 50%;
    padding: 16px 32px;
    flex-grow: 1;
    flex-flow: column;
    justify-content: end;
    position: relative;
    transition: all ease-in-out 0.3s;
}

label span {
    display: block;
    padding: 0 0 10px;
}

label input {
    display: block;
    background: #0005;
    border: 1px solid #fff4;
    border-radius: 6px;
    padding: 10px;
    color: #fff;
}

label i {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 44px !important;
}

label input:focus,
label input:active {
    background: #0008;
    border: 1px solid #f00a;
    color: #fff;
    outline: none;
}

.separator {
    flex-grow: 1;
    width: 90%;
    border-bottom: 1px solid #0004;
    border-top: 1px solid #fff1;
    height: 0px;
    padding: 0;
    margin: 20px auto;
}

.big {
    font-size: 22px;
    font-style: italic;
    padding: 0 3px 0 0;
    line-height: 9px;
    color: #f00;
}

.red {
    color: #f00;
}

@keyframes opacityAnimVideo {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.4;
    }
}

#backvideo {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    display: block;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation-name: opacityAnimVideo;
    animation-duration: 0.7s;
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#background {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #300;
    z-index: 1;
}

.full {
    width: 100%;
}

button {
    display: block;
    text-transform: uppercase;
    padding: 24px 16px;
    font-size: 21px;
    margin: 32px auto;
    max-width: 200px;
    width: 200px;
    background: #300;
    color: #f00;
    border: 1px solid #400;
    border-radius: 6px;
    letter-spacing: 1px;
    transition: all ease-in-out 0.3s;
    box-shadow: 0 -40px 54px -21px #000 inset;
}

button:hover {
    background: #300;
    color: #f00;
    border: 1px solid #f00;
    cursor: pointer;
}

.radio {
    flex-flow: row;
    align-items: center;
    width: auto;
    margin: 32px;
}

.radio.allowed i {
    color: #0f0;
}

.radio.denied i {
    color: #f00;
}

.sub {
    flex-grow: 1;
}

s {
    font-size: 12px;
    position: relative;
    top: -5px;
    text-decoration: none;
}

.number {
    font-size: 26px;
    font-weight: 100;
    padding: 0 0 6px;
    white-space: nowrap;
}

.small {
    font-size: 14px;
    color: #aaa;
}

.radio.allowed {
    border: 1px solid #0f06;
    flex-grow: 1;
}

.radio.denied {
    /* border: 1px solid #f006; */
    flex-grow: 1;
}

.radio.allowed .false,
.radio.denied .true {
    display: none;
}

.radio.allowed .true,
.radio.denied .false {
    display: block;
}

label a {
    font-size: 23px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 12px 0 0;
}

label a:hover {
    color: #f00;
}

label>a i {
    font-size: 13px !important;
    display: block;
    padding: 0;
}

@keyframes toastAnim {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast {
    position: absolute;
    text-align: center;
    top: 0;
    background: #000;
    height: auto;
    width: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 32px;
    border-radius: 5px;
    border: 1px solid #f00;
    color: #f00;
    flex-grow: 1;
    margin: 0;
    opacity: 0;
    animation-name: toastAnim;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    left: 16px;
    top: 16px;
    bottom: 0px;
    right: 16px;
}

.user {
    padding: 42px;
    text-align: center;
}

.msg {
    margin: 0 0 32px;
    font-size: 23px;
    font-weight: 100;
}

.datos {
    margin: 0 0 32px;
    font-size: 18px;
    font-weight: 100;
}

#scanner {
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    opacity: 1 !important;
}

#title {
    padding: 40px 0 0;
}

#title h1 {
    border-bottom: 1px solid;
    width: auto;
    display: inline-block;
    margin: 0 auto 8px;
    padding: 0 0 6px;
}

.center {
    text-align: center;
}

.paymentdata {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    align-items: center;
}

.paymentdata img {
    display: block;
    width: 48px;
    margin: 0 auto;
    height: 60px;
    flex-grow: 0;
    margin: 0 20px -6px 0;
}

@media (max-width: 800px) {
    #header {
        max-height: unset;
        max-width: unset;
        /* height: 240px; */
        width: 100%;
    }

    main {
        margin: 0 auto;
        width: 100%;
    }

    .block.iconic {
        padding: 24px 24px 24px 74px;
    }

    h3 i {
        color: #f00;
        font-weight: 200;
        font-size: 32px;
        margin: 0 8px 0 0;
        padding: 20px;
        font-size: 60px !important;
        left: -60px;
        top: -8px;
    }

    label {
        padding: 16px;
        margin: 0px 16px 0 !important;
    }

    .number {
        font-size: 21px;
        font-weight: 100;
        padding: 0 0 6px;
    }

    label span {
        display: block;
        padding: 0 0 10px;
        font-size: 16px;
    }

    .small {
        font-size: 11px;
        color: #aaa;
    }

    label input {
        display: block;
        background: #0005;
        border: 1px solid #fff4;
        border-radius: 6px;
        padding: 16px;
        color: #fff;
        font-size: 17px;
    }

    .flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }
}

@media (min-width: 640px) {
    #header {
        max-height: unset;
        max-width: unset;
        /* height: 240px; */
        width: 100%;
    }

    main {
        width: 90%;
        max-width: 800px;
    }

    .radio {
        flex-flow: row;
        align-items: center;
        width: 25%;
        margin: 22px;
    }
}

button span {
    padding: 0;
}

label span:last-child {
    padding: 0;
    white-space: nowrap;
}

.list {
    display: flex;
    flex-flow: column;
}

.row.header {
    display: flex;
    font-size: 11px;
    background: #6006;
    border-bottom: 1px solid #000;
}

.row.header .column {
    font-size: 11px;
}

.row {
    display: flex;
    flex-flow: row;
    font-size: 16px;
}

._row {
    display: flex;
    flex-flow: column;
    width: 100%;
    border-bottom: 1px solid #222;
    position: relative;
}

.subrow {
    display: flex;
    flex-flow: row;
    width: 100%;
    /* align-content: center; */
    /* justify-content: center; */
    align-items: center;
}

.column {
    display: flex;
    width: auto;
    font-size: 16px;
    padding: 10px 8px;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.column i {
    padding: 0 6px 0 0;
}

.column.c1 {
    width: 32px;
    font-size: 13px;
    text-align: center;
    display: block;
}

.column.c2 {
    width: auto;
    flex-grow: 1;
    text-transform: capitalize;
}

.column.c3 {
    width: 140px;
    font-size: 13px !important;
}

.column.c4 {
    width: 42px;
    text-align: center;
}

.column.c5 {
    width: 48px;
    text-align: center;
    font-size: 13px;
}

.c2 span {
    display: block;
    text-transform: capitalize;
    padding: 6px 8px;
    text-align: left;
    border-radius: 6px;
    flex-grow: 1;
    user-select: none;
    cursor: pointer;
    margin: -12px;
    padding: 12px;
}

.subrow.sB {
    background: #0009;
    border-top: 1px solid #222;
    display: none;
}

.subrow.sB .column {
    font-size: 11px;
}

.active .subrow.sB {
    display: flex;
    padding: 0 12px;
}

#search_title {
    display: flex;
    flex-flow: row;
    margin: 0;
    padding: 0;
    border: 0;
    background: #000;
    width: 100%;
    padding: 20px 0;
    border-top: 3px solid #600;
    border-bottom: 3px solid #600;
    align-items: center;
    justify-content: center;
}

#search_title input {
    display: block;
    padding: 8px;
    background: #300;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #600;
    color: #fff;
    box-shadow: 0 0 10px -3px #f00;
    margin: 0 auto;
}

#search_title h1 {
    padding: 0 32px 0 0;
    margin: 0 auto;
}

a.logout {
    color: #aaa;
    text-decoration: none;
    display: flex;
    padding: 10px;
    background: #333;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 6px 8px;
    align-items: center;
    justify-content: center;
    margin: 0 24px 0 auto;
    font-size: 11px;
    width: 98px;
    line-height: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.column a {
    text-transform: uppercase;
    color: #f00;
    text-align: center;
    text-decoration: none;
}

.grow {
    flex-grow: 1;
}

._row.active {
    box-shadow: 0 -60px 150px -100px #f009 inset;
}

._row.active:after {
    border: 1px solid #900;
    border-radius: 2px;
    overflow: hidden;
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    top: 1px;
    pointer-events: none;
}

.iframeContainer {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #0008;
    top: 0;
    opacity: 0;
    left: 0;
    pointer-events: none;
    transition: all ease-in-out 0.3s;
    backdrop-filter: blur(20px);
}

.iframeContainer.active {
    opacity: 1;
}

#iframeContent {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    height: 80%;
    width: 80%;
    margin: 0;
    background: #000;
    border-radius: 8px;
    border: 1px solid #600;
    transition: all ease-in-out 0.3s;
    top: -100%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: all;
}

.iframeContainer.active #iframeContent {
    animation-name: iframeAnim;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes iframeAnim {
    0% {
        top: -100%;
        opacity: 0;
        height: 0%
    }

    100% {
        top: 50%;
        opacity: 1;
        height: 80%
    }
}

._row.confirmed .confirmed_false,
._row .confirmed_true,
._row.assisting .assisting_false,
._row .assisting_true {
    display: none;
}

._row .confirmed_false,
._row .assisting_false {
    display: block;
    color: #f00;
}

._row.confirmed .confirmed_true,
._row.assisting .assisting_true {
    display: block;
    color: #0f0;
}

a#viewList {
    text-align: center;
    display: flex;
    margin: 0 auto;
    width: 120px;
    z-index: 1000000;
    height: auto;
    position: relative;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #0009;
    padding: 8px;
    margin: 0 auto 60px;
    border-radius: 30px;
    font-size: 11px;
    text-transform: uppercase;
    animation-name: opacityAnimFrame;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
    margin: 30px auto 0;
}

a#viewList i {
    margin: 0 8px 0 0;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0004;
    opacity: 1;
    z-index: -1;
    backdrop-filter: blur(0px);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.loader .anim {
    background: url(loader.gif) 50% 50% no-repeat #f00;
    border-radius: 120px;
    width: 0px;
    height: 0px;
    border: 1px solid #a006;
    box-shadow: 0 0 50px -18px #f00;
    background-blend-mode: luminosity;
    transition: all ease-in-out 0.3s;
}

.loading .loader {
    opacity: 1;
    backdrop-filter: blur(12px);
    z-index: 1000000;
}

.loading .loader .anim {
    width: 200px;
    height: 200px;
}

.logo_bottom {
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 200px;
    background: url(logo.png) 50% 50% no-repeat;
    background-size: contain;
}

.seats {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    background: #000;
    padding: 20px;
    border-top: 1px solid #600;
}

#iglink {
    position: relative;
    z-index: 100000000;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin: 0 0 90px;
    text-decoration: none;
    text-align: center;
    display: flex;
    margin: 0 auto;
    width: 240px;
    z-index: 1000000;
    height: auto;
    position: relative;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #0009;
    padding: 18px 8px;
    margin: 0 auto 60px;
    border-radius: 30px;
    font-size: 11px;
    text-transform: uppercase;
    animation-name: opacityAnimFrame;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
    white-space: nowrap;
    margin: 30px auto;
}

button.saveChanges {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    flex-flow: row;
    width: auto !important;
    max-width: unset;
    padding: 18px 20px;
}

button.saveChanges:hover,
button.saveChanges:hover span {
    color: #f00;
}

button.saveChanges span {
    padding: 0 0px 0 12px;
}

._row input {
    background: #0005;
    color: #fff;
    border: 1px solid #9996;
    padding: 8px;
    border-radius: 3px;
}

.column.c4a {
    width: 38px;
}

h6 {
    display: block;
    text-align: center;
    color: #ff0000;
    font-size: 17px;
}

.flex {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

._label {
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
}

label>p {
    display: block;
    text-align: center;
    margin: 0 0 20px;
    font-size: 17px;
}

#copy_tels {
    display: block;
    text-align: center;
    margin: 40px auto;
    color: #ffffff;
    background: #000;
    width: 300px;
    padding: 14px;
    text-decoration: none;
    border: 1px solid #ff0000;
    border-radius: 6px;
}

img#headerImg {
    display: flex;
    flex-grow: 1;
    width: 100%;
    height: auto;
}