

.display-none{
    display: none;
}

.qr-code-container{
    position: relative;

    border-radius: 6px;
    background-color: #00000044;
    width: 360px;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}



.camera-controller{
    position: fixed;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--secondary-color);
    /*border: 1px solid var(--accent-color);*/
    z-index: 2;
}

.authenticator-container{
    overflow-x: hidden;
    overflow-y: auto;
}

.authenticator-ui{
    max-width: 615px;
    min-height: 100vh;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcoming-commitee-banner{
    max-width: 400px;
    width: 90vw;
    margin: auto;
}


.authenticator-banner{
    max-width: 400px;
    width: 80vw;
    margin: auto;
    padding-bottom: 22px;
}


.guest-list{
    width: 90%;
}

.social-buttons{
    width: 90%;
}


.btn-menu-item{
    width: 90%;
}

.input-brand {
    border-radius: 6px;
    font-size: 18px;
    min-width: 360px;
    min-height: 40px;
    border: 1px solid #ffffff44;
    box-sizing: border-box;

    padding: 8px;
    margin-bottom: 8px;
}

.guest-list-item{
    width: 100%;
    height: 36px;
    border: 1px solid transparent;
    vertical-align: center;
}

.guest-list-item:hover {
    background-color: #ffffff11;
    border: 1px solid #ffffff33;
}
