h1 {
    margin-top: 20px;
    text-align: center;
}

a#qr-reader__dashboard_section_swaplink {
    display: none;
}

div#qr-reader {
    width: 100% !important;
}

td {
    font-size: 12px;
}

.card {
    margin-top: 20px;
    width: 350px;
    padding: 30px !important;
    border-radius: 20px;
    background: #fff;
    border: none;
    height: 100%;
    position: relative;
}

.logo {
    width: 400px;
}

.container {
    height: 100vh;
}

body {
    background: #eee;
}

.titulo {
    text-align: center;
}

.text {
    color: #6d6d6db8;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff8880;
    outline: 0;
    box-shadow: none;
}

.cursor {
    cursor: pointer;
}

#nombreLugar {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #495057;
}

#totalAsistentes {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #8029ff;
}

.btn-group,
.btn-group-vertical {
    display: grid;
}

.btn-group-vertical button {
    background-color: #11024f;
    border: 1px solid rgb(239, 240, 239);
    color: white;
    padding: 10px 14px 14px 15px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 50px;
}

.btn-group button:not(:last-child) {
    border-bottom: none;
}

.btn-group-vertical button:hover {
    background-color: #11024f;
    color: #FFF;
}

#backLink {
    margin-top: 20px;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #11024f;
}

.asistenteEscaneado {
    font-size: 16px;
}