/* _content/MoveOn.MyCar.Web.UI/Components/NavMenu.razor.rz.scp.css */
/* _content/MoveOn.MyCar.Web.UI/Pages/Test/ReadQrCode.razor.rz.scp.css */
[b-xa2h9krq53] #btn-startscan-qr {
}

[b-xa2h9krq53] #btn-stopscan-qr {
    position: fixed;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10001;
}

[b-xa2h9krq53] #qr-canvas-container {
    margin: 0;
    padding: 0;
    background-color: black;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

[b-xa2h9krq53] #qr-canvas {
    /* margin: auto; */
    /* background-color: black; */
    position: relative;
    left: 0;
    top: 50%;
    /* z-index: 10001; */
    width: 100%;
    height: auto;
    transform: translate(0, -50%);
}

[b-xa2h9krq53] #qr-result {
}
/* _content/MoveOn.MyCar.Web.UI/Shared/Components/Container.razor.rz.scp.css */
[b-p2tpa9ucn3] .divider {
    display: flex;
    align-items: center;
    margin: 2em 0 0 0;
}
[b-p2tpa9ucn3] .dividerline {
    flex-grow: 1;
}
[b-p2tpa9ucn3] .dividertext {
    margin: 0 1em;
}

[b-p2tpa9ucn3] .container {
    border: 1px solid var(--mud-palette-lines-default);
    border-top: none;
    border-bottom: none;
    /* border-left: none; */
    border-right: none;
    border-radius: 0.4em;
}
[b-p2tpa9ucn3] .containerheader {
    margin: 0 0 1em 0;
    padding: 0.7em 16px;
    background-color: #00000006;
}
[b-p2tpa9ucn3] .containertitletext {
   /* margin: 0 0 1em 0;*/
}


[b-p2tpa9ucn3] .titletext {
    text-transform: uppercase;
    color: var(--mud-palette-grey-light);
    /*text-shadow: rgb(0 0 0 / 30%) -0.5px 0, rgb(255 255 255) 1px 1px 1px, rgb(0 0 0 / 30%) -0.5px -0.5px;*/
    -webkit-background-clip: text;
    -moz-background-clip: text;
    /* font-size: 4em; */
    font-weight: 100;
}

/* _content/MoveOn.MyCar.Web.UI/Shared/Pages/MainLayout.razor.rz.scp.css */
