/* _content/Mk_Time_BlazorServer_MySQL/UI/Layouts/MainLayout.razor.rz.scp.css */
.toggelButton[b-y8szx25dcj] {
    position: fixed;
    top: 20px;
    right: 20px;
}

.app-side-nav[b-y8szx25dcj] {
    height: 100%;
    border-radius: 0px 175px 0px 0px;
    width: calc(85%);
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: rgb(38, 38, 115);
    /*background: linear-gradient(126deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 34%, rgba(0,212,255,1) 100%);*/
    overflow-x: hidden;
    padding-top: 60px;
}

    .app-side-nav a[b-y8szx25dcj] {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: white;
        display: block;
        transition: 0.3s;
    }

        .app-side-nav a:not(:first-child)[b-y8szx25dcj] {
            border-top: 1px solid lightblue;
        }

        .app-side-nav a:hover[b-y8szx25dcj] {
            color: #f1f1f1;
        }

    .app-side-nav .closebtn[b-y8szx25dcj] {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.layout-head[b-y8szx25dcj] {
    box-shadow: 0px 2px 4px #559;
}


/* _content/Mk_Time_BlazorServer_MySQL/UI/Views/Reception.razor.rz.scp.css */
.myCheckInButton[b-dzhe4a016d] {
    min-width: 100%;
    box-shadow: 0px 6px 10px #222;
    background-color: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    background-color: #89c403;
    border-radius: 42px;
    border: 8px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Impact;
    font-size: 75px;
}

.myCheckoutButton[b-dzhe4a016d] {
    min-width: 100%;
    box-shadow: 0px 6px 10px #222;
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    background-color: #d0451b;
    border-radius: 1000px;
    border: 8px solid #942911;
    display: inline-block;
    cursor: pointer;
    font-family: Impact;
    font-size: 75px;
    color: #fff;
}
