/* _content/CheckupOnline.App.WebApp/Pages/Documentation.razor.rz.scp.css */
tr.noline > td[b-4rd3edcrma] {
    border-bottom: none;
}
tr > td[colspan="3"][b-4rd3edcrma] {
    text-align: right;
    font-weight: bold;
    /* color: #5A5A5A;*/
    color: #FF7E58C0
}

tr > td > div > button[b-4rd3edcrma] {
    width: 60px;
    display:block;
    margin:auto;
}

td[b-4rd3edcrma] {
    text-align:left;
}


th[b-4rd3edcrma] {
    text-align: center;
}

button[b-4rd3edcrma] {
}

.parent[b-4rd3edcrma] {
    display: flex;
}

.container[b-4rd3edcrma] {
    display: flex;
    flex-direction: column;
}

.block[b-4rd3edcrma] {
    display: block;
    width: 100%;
    border: none;
    background-color: #04AA6D;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
/* _content/CheckupOnline.App.WebApp/Pages/Index.razor.rz.scp.css */
*[b-4i19l5ek8c] {
    box-sizing: border-box;
}

body[b-4i19l5ek8c] {
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.logo[b-4i19l5ek8c] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
}

.form-container[b-4i19l5ek8c] {
    max-width: 500px;
    width: 100%;
    padding: 50px 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .form-container h2[b-4i19l5ek8c] {
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        color: #333;
    }

.form-group[b-4i19l5ek8c] {
    position: relative;
    margin-bottom: 5px;
}

.form-group:last-child[b-4i19l5ek8c] {
    margin-bottom: 20px;
}

    .form-group input[b-4i19l5ek8c] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 20px;
        transition: border-color 0.3s ease;
    }

    .form-group label[b-4i19l5ek8c] {
        position: absolute;
        left: 12px;
        top: 12px;
        font-size: 16px;
        color: #777;
        transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
    }

    .form-group input:focus[b-4i19l5ek8c] {
        border-color: #007bff;
        outline: none;
    }

        .form-group input:focus + label[b-4i19l5ek8c],
        .form-group input:not(:placeholder-shown) + label[b-4i19l5ek8c] {
            top: -10px;
            font-size: 14px;
            color: #007bff;
            background-color: #ffffff;
            padding: 0 4px;
            border-radius: 4px;
            left: 8px;
        }

    .form-group input[b-4i19l5ek8c]::placeholder {
        opacity: 0;
    }

    .form-group input:focus[b-4i19l5ek8c]::placeholder {
        opacity: 1;
        font-size: 16px;
    }

.submit-button[b-4i19l5ek8c] {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .submit-button:hover[b-4i19l5ek8c] {
        background-color: #0056b3;
    }
/* _content/CheckupOnline.App.WebApp/Pages/ResultHistory.razor.rz.scp.css */

th.result[b-f3imxo48nu], td.result[b-f3imxo48nu] {
    text-align: center;
    min-width: 100px;
    width: 15%;
}

    td.result.current[b-f3imxo48nu] {
        font-weight: bold;
        font-size: 17px;
    }

    td.result span.abnormal[b-f3imxo48nu] {
        text-decoration: underline;
        color: red;
        font-weight: bold;
    }

    td.result span.dt[b-f3imxo48nu] {
        color: gray;
        font-style: italic;
        font-size: 14px;
    }

td.xborder[b-f3imxo48nu] {
    border-left: 1px dashed #AAAAAA;
}

    td.xborder[b-f3imxo48nu]::before, th.xborder[b-f3imxo48nu]::before {
        content: ".";
        visibility: hidden;
    }

td.ref[b-f3imxo48nu] {
    text-align: center;
    font-style: italic;
}

th[b-f3imxo48nu] {
    text-align: center;
    font-weight: normal;
}

th.current[b-f3imxo48nu], th.ref[b-f3imxo48nu] {
    font-weight:bold;
}

    th.testname[b-f3imxo48nu], td.testname[b-f3imxo48nu] {
        width: 25%;
    }

td.abnormal[b-f3imxo48nu] {
    color: red;
    text-decoration: underline;
}

td.comment[b-f3imxo48nu] {
    padding-left: 30px;
    border-bottom:none;
}

    td.commentheader[b-f3imxo48nu] {
        font-weight: bold;
        text-decoration: underline;
        font-size: 20px;
        text-align: center;
    }
/* _content/CheckupOnline.App.WebApp/Pages/ResultTrends.razor.rz.scp.css */
.e-main[b-xfijdqzota] {
  line-height: 1;
}

label[b-xfijdqzota] {
  color: rgba(var(--bs-body-color-rgb, 0, 0, 0), var(--color-opacity));
}
/* _content/CheckupOnline.App.WebApp/Pages/Trends.razor.rz.scp.css */
groupName dxbl-accordion > .dx-accordion-item-title[b-fflrcjthvy] {
  background-color: red;
}
/* _content/CheckupOnline.App.WebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-1fsgn282al] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1fsgn282al] {
    flex: 1;
}

.sidebar[b-1fsgn282al] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1fsgn282al] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1fsgn282al]  a, .top-row .btn-link[b-1fsgn282al] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1fsgn282al] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1fsgn282al] {
        display: none;
    }

    .top-row.auth[b-1fsgn282al] {
        justify-content: space-between;
    }

    .top-row a[b-1fsgn282al], .top-row .btn-link[b-1fsgn282al] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1fsgn282al] {
        flex-direction: row;
    }

    .sidebar[b-1fsgn282al] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1fsgn282al] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-1fsgn282al], article[b-1fsgn282al] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CheckupOnline.App.WebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5ttlkl0w8y] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5ttlkl0w8y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5ttlkl0w8y] {
    font-size: 1.1rem;
}

.oi[b-5ttlkl0w8y] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5ttlkl0w8y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5ttlkl0w8y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5ttlkl0w8y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5ttlkl0w8y]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5ttlkl0w8y]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5ttlkl0w8y]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5ttlkl0w8y] {
        display: none;
    }

    .collapse[b-5ttlkl0w8y] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-5ttlkl0w8y] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
