/* _content/MyWire/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o4yejlasgc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o4yejlasgc] {
    flex: 1;
}

.top-row[b-o4yejlasgc]  a:hover, .top-row[b-o4yejlasgc]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-o4yejlasgc]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-o4yejlasgc] {
        justify-content: space-between;
    }

    .top-row[b-o4yejlasgc]  a, .top-row[b-o4yejlasgc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o4yejlasgc] {
        flex-direction: row;
    }

}

#blazor-error-ui[b-o4yejlasgc] {
    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-o4yejlasgc] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* _content/MyWire/Components/Layout/VisitLayout.razor.rz.scp.css */
body[b-pz6yfe2tjf], html[b-pz6yfe2tjf] {
    font-family: 'Titillium Web', arial, sans-serif;
    font-size: 0.95rem;
    /*background-color: black;*/
}

a[b-pz6yfe2tjf], a:hover[b-pz6yfe2tjf] {
    color: #fff;
}

    .pinklink a[b-pz6yfe2tjf], a:hover[b-pz6yfe2tjf] {
        color: #a3195c;
    }

img[b-pz6yfe2tjf] {
    vertical-align: top;
}

.container[b-pz6yfe2tjf] {
    padding: 0;
}

.dark[b-pz6yfe2tjf] {
    background: #3e3e3e;
}

.container-fluid[b-pz6yfe2tjf] {
    max-width: 1920px;
    padding-right: 0;
    padding-left: 0;
    margin: 0px;
}
/* _content/MyWire/Shared/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-qcw75fvyss] .sortable-ghost {
  visibility: hidden;
}

[b-qcw75fvyss] .sortable-fallback {
  opacity: 1 !important
}
