/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gmdjhjk92s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gmdjhjk92s] {
    flex: 1;
}

.sidebar[b-gmdjhjk92s] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gmdjhjk92s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gmdjhjk92s]  a, .top-row[b-gmdjhjk92s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gmdjhjk92s]  a:hover, .top-row[b-gmdjhjk92s]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gmdjhjk92s]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gmdjhjk92s] {
        justify-content: space-between;
    }

    .top-row[b-gmdjhjk92s]  a, .top-row[b-gmdjhjk92s]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gmdjhjk92s] {
        flex-direction: row;
    }

    .sidebar[b-gmdjhjk92s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gmdjhjk92s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gmdjhjk92s]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gmdjhjk92s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gmdjhjk92s] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gmdjhjk92s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
*[b-n5lki66sld], *[b-n5lki66sld]:after, *[b-n5lki66sld]:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html[b-n5lki66sld] {
    box-sizing: border-box;
}

p[b-n5lki66sld] {
    margin: 0;
    margin-top: 10px;
}

body[b-n5lki66sld] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#positioningDiv[b-n5lki66sld] {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    margin-top: 10px;
    background-color: white;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.submitBlock[b-n5lki66sld] {
    width: 265px;
}

.menuBar[b-n5lki66sld] {
    background-image: url(images/background.jpg);
    height: 22px;
    line-height: 22px;
    background-position-y: -58px;
    background-repeat: repeat-x;
}

#menu_links a[b-n5lki66sld] {
    color: white;
}

#menu_links ul[b-n5lki66sld] {
    list-style: none;
    margin-left: 0;
}

#menu_links .spacer[b-n5lki66sld] {
}

#menu_links ul li[b-n5lki66sld] {
    display: inline;
    margin-left: 10px;
}

a:visited[b-n5lki66sld] {
    color: #CD5A13;
    font-weight: bold;
    text-decoration: none;
}

a:link[b-n5lki66sld] {
    color: #0066D4;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.instruction[b-n5lki66sld] {
    font-weight: bold;
}

.tilt_block[b-n5lki66sld] {
    width: 48%;
    float: left;
    border: 1px solid gray;
    margin: 1%;
    padding: 0 10px;
}

.tilt_block.wide[b-n5lki66sld] {
    width: 98%;
}

.tilt_image img[b-n5lki66sld] {
    height: 130px;
    width: 184px;
    vertical-align: middle;
}

.rotate_image img[b-n5lki66sld] {
    max-height: 150px;
    vertical-align: middle;
}

.tilt_text[b-n5lki66sld] {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.tilt_direction[b-n5lki66sld] {
    color: green;
    font-size: 150%;
}

.tilt_dot_count[b-n5lki66sld] {
    display: block;
}

.IDLocation[b-n5lki66sld] {
    height: auto;
    width: auto;
    margin: 5px 10px 10px 0;
    float:left;
}

.resultBlock[b-n5lki66sld] {
    white-space: normal;
    font-size: 120%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear:left;
}

@media screen and (max-width: 770px) {
    #positioningDiv[b-n5lki66sld] {
        width: 98%;
        margin-left: 5px;
        margin-right: 5px;
    }

    .submitBlock[b-n5lki66sld] {
        width: auto;
    }
}

@media screen and (max-width: 740px) {
    .tilt_block[b-n5lki66sld] {
        width: 98%;
    }
}

.background[b-n5lki66sld] {
    background-image: url(images/background2.jpg);
    background-repeat: repeat-x;
    background-color: #8C8C8C;
    margin: 0;
    padding-top: 10px;
}

#header[b-n5lki66sld] {
    margin-bottom: 0px;
}

#footer[b-n5lki66sld] {
    margin-left: 10px;
}

#foodter_links[b-n5lki66sld] {
    clear: both;
}

.logo[b-n5lki66sld] {
    margin: 15px;
}

#main_content[b-n5lki66sld] {
    padding: 10px;
}

.ProductAuthenticationTitle[b-n5lki66sld] {
    color: #0066D4;
    font-size: 18px;
}

form[b-n5lki66sld] {
    display: inline;
}

.EmkarateLogo[b-n5lki66sld] {
    width: auto;
    height: 122px;
    float: left;
    clear: left;
    margin-bottom: 10px;
}

.resultImage[b-n5lki66sld] {
    max-height: 60px;
    width: auto;
    float: left;
}

