/* _content/Server/Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-b2v93q5khi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b2v93q5khi] {
    flex: 1;
    background-color: #f5f6fd;
}

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


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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-b2v93q5khi] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-b2v93q5khi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/Server/Components/Pages/Dictionary/Departments/DepartmentEdit.razor.rz.scp.css */
body[b-4ywokuiiuq] {
}
.header[b-4ywokuiiuq] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px;
}

.title[b-4ywokuiiuq] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .title span[b-4ywokuiiuq] {
        font-size: 28px;
        font-weight: 600;
    }

.main[b-4ywokuiiuq] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/* _content/Server/Components/Pages/Dictionary/Drugs/DrugEdit.razor.rz.scp.css */
body[b-b3qh8vpl3t] {
}
.header[b-b3qh8vpl3t] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px;
}

.title[b-b3qh8vpl3t] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .title span[b-b3qh8vpl3t] {
        font-size: 28px;
        font-weight: 600;
    }

.main[b-b3qh8vpl3t] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/* _content/Server/Components/Pages/Dictionary/Mediums/MediumEdit.razor.rz.scp.css */
body[b-s9haw87qn8] {
}
.header[b-s9haw87qn8] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px;
}

.title[b-s9haw87qn8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .title span[b-s9haw87qn8] {
        font-size: 28px;
        font-weight: 600;
    }

.main[b-s9haw87qn8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/* _content/Server/Components/Pages/Home.razor.rz.scp.css */
body[b-6e8xsf83f3] {
}

.grid[b-6e8xsf83f3] {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    grid-template-rows: auto;
    place-items: center;
    height: 100vh;
}

.btn[b-6e8xsf83f3] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: slateblue;
    width: 260px;
    height: 170px;
    padding: 15px 15px;
}

    .btn:hover[b-6e8xsf83f3] {
        background-color: #4938b5;
    }

    .btn span[b-6e8xsf83f3] {
        color: white;
        font-weight: 500;
        font-size: 19px;
    }


@media screen and (max-width: 1300px) {
    .grid[b-6e8xsf83f3] {
        grid-template-columns: repeat(2, 2fr);
    }
}

@media screen and (max-width: 660px) {
    .grid[b-6e8xsf83f3] {
        grid-template-columns: 2fr;
        grid-gap: 25px;
    }
}
/* _content/Server/Components/Pages/Requests/CreateRequest.razor.rz.scp.css */
.wrapper[b-vp333ah8hb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

/*Navigation*/
.header[b-vp333ah8hb] {
    align-self: start;
    margin: 20px 0px 0px 20px;
}

/*Main Contant*/
.title[b-vp333ah8hb] {
    align-self: center;
}

    .title span[b-vp333ah8hb] {
        font-size: 33px;
        font-weight: 600;
    }

.main-container[b-vp333ah8hb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
    .main-container .btn-create-new-template[b-vp333ah8hb] {
        margin: 0px 0px 0px 100px;
        align-self: flex-start;
        justify-self: start;
    }

[b-vp333ah8hb] th {
    border: 3px solid black;
    text-align: left;
    color: black;
    font-weight: 600;
    font-size: 18px;
}

[b-vp333ah8hb] .td {
    text-align: center;
    vertical-align: middle;
}





/* _content/Server/Components/Pages/Requests/RequestDetailsPage.razor.rz.scp.css */
.wrapper[b-wefl0z509u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}


/*Navigation*/
.header[b-wefl0z509u] {
    align-self: start;
    margin: 20px 0px 0px 20px;
}



/*Main Content*/
.title[b-wefl0z509u] {
    align-self: center;
}

    .title span[b-wefl0z509u] {
        font-size: 33px;
        font-weight: 600;
    }

.main-container[b-wefl0z509u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


    .main-container .btn-group[b-wefl0z509u] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%;
    }
    .main-container .btn-nav-container[b-wefl0z509u] {
        display: flex;
        flex-direction: row;
        align-self: flex-end;
        gap: 5px;
    }

﻿::deep .table[b-wefl0z509u] {
    border: 2px solid black;
}

[b-wefl0z509u] th {
    border: 3px solid black;
    text-align: left;
    color: black;
    font-weight: 800;
    font-size: 20px;
}

[b-wefl0z509u] .td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
    width: 200px;
}







