@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* _content/Touch.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-c3nusrfzln] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c3nusrfzln] {
    flex: 1;
}

.sidebar[b-c3nusrfzln] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-c3nusrfzln] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c3nusrfzln]  a, .top-row[b-c3nusrfzln]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-c3nusrfzln]  a:hover, .top-row[b-c3nusrfzln]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-c3nusrfzln]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-c3nusrfzln] {
        justify-content: space-between;
    }

    .top-row[b-c3nusrfzln]  a, .top-row[b-c3nusrfzln]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c3nusrfzln] {
        flex-direction: row;
    }

    .sidebar[b-c3nusrfzln] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c3nusrfzln] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-c3nusrfzln]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-c3nusrfzln], article[b-c3nusrfzln] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c3nusrfzln] {
    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-c3nusrfzln] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Touch.Web/Components/Pages/Login/Login.razor.rz.scp.css */
.login-item-floating[b-d6mu1nzh08] {
    --login-padding-x: 1rem;
    --bs-border-radius: 10px;
}

    .login-item-floating[b-d6mu1nzh08]  .btn-primary {
        --bs-primary: #4318FF;
        --bs-btn-hover-bg: #4318FF;
        --bs-btn-bg: var(--bs-primary);
        --bs-btn-border-color: var(--bs-primary);
        --bs-btn-disabled-bg: var(--bs-primary);
        --bs-btn-disabled-border-color: var(--bs-primary);
        --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
        --bs-btn-active-bg: var(--bs-btn-hover-bg);
        --bs-btn-active-border-color: var(--bs-btn-hover-bg);
    }
/* _content/Touch.Web/Components/Pages/Login/LoginLayout.razor.rz.scp.css */
.main[b-5008zjfuo1] {
    padding: 1rem;
    margin-top: 10%;
}

.sidebar-title[b-5008zjfuo1] {
    height: 200px;
    align-items: center;
    padding: 1rem;
    border-bottom: solid 1px var(--bs-border-color);
    display: none;
}

.sidebar-text[b-5008zjfuo1] {
    font-weight: 700;
}

[b-5008zjfuo1] p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .section[b-5008zjfuo1] {
        --bb-layout-sidebar-width: 300px;
        display: flex;
        flex-direction: row;
        -webkit-font-smoothing: antialiased;
    }

    .sidebar-title[b-5008zjfuo1] {
        display: flex;
    }

    .sidebar[b-5008zjfuo1] {
        width: var(--bb-layout-sidebar-width);
        height: calc(100vh);
        position: sticky;
        top: 0;
        border-right: solid 1px var(--bs-border-color);
        margin-top: calc(var(--bs-header-height) * -1);
    }

    .main[b-5008zjfuo1] {
        flex: 1 1 0%;
        min-width: 0px;
        height: 100%;
    }
}
/* _content/Touch.Web/Components/Pages/Login/TutorialsLoginLayout.razor.rz.scp.css */
.container[b-e81q5nk9i6] {
    --login-max-width: 540px;
    --login-padding-x: 1.5rem;
    --login-padding-y: .75rem;
    --bs-border-radius: 23px;
    max-width: var(--login-max-width);
    margin: 0 auto;
}

[b-e81q5nk9i6] h4 {
    margin-bottom: 1.5rem;
}

[b-e81q5nk9i6] .form-control {
    --bb-form-control-padding: var(--login-padding-y) var(--login-padding-x);
    font-size: .875rem;
    margin-bottom: 1rem;
}

[b-e81q5nk9i6] .btn {
    --bs-btn-padding-x: var(--login-padding-x);
    --bs-btn-padding-y: var(--login-padding-y);
    width: 100%;
    margin-bottom: 1rem;
}

    [b-e81q5nk9i6] .btn:first-of-type {
        margin-bottom: 0;
    }

[b-e81q5nk9i6] .form-check {
    padding: var(--login-padding-y) var(--login-padding-x);
    margin-bottom: 1rem;
}
/* _content/Touch.Web/Components/Pages/PROC/Process/ProcessOperationSort/FooSortableListItem.razor.rz.scp.css */
.sl-item[b-zyo98pp6gh] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 1rem;
}

    .sl-item:not(:last-child)[b-zyo98pp6gh] {
        margin-bottom: 0.5rem;
        user-select: none;
    }

.col-12.sortable-chosen .sl-item[b-zyo98pp6gh] {
    background-color: var(--bs-primary);
    color: var(--bs-body-bg);
}

.col-12.sortable-ghost .sl-item[b-zyo98pp6gh] {
    background-color: var(--bs-info);
    color: var(--bs-body-bg);
}

.col-12.sortable-selected .sl-item[b-zyo98pp6gh] {
    background-color: #44a0ff;
    color: #fff;
}

.col-12.sortable-swap-highlight .sl-item[b-zyo98pp6gh] {
    background-color: var(--bs-success);
    color: var(--bs-body-bg);
}
/* _content/Touch.Web/Components/Pages/PROC/Process/ProcessOperationSort/FooSortableListRightItem.razor.rz.scp.css */
.sl-item[b-yljgo5h638] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 1rem;
}

    .sl-item:not(:last-child)[b-yljgo5h638] {
        margin-bottom: 0.5rem;
        user-select: none;
    }

.col-12.sortable-chosen .sl-item[b-yljgo5h638] {
    background-color: var(--bs-primary);
    color: var(--bs-body-bg);
}

.col-12.sortable-ghost .sl-item[b-yljgo5h638] {
    background-color: var(--bs-info);
    color: var(--bs-body-bg);
}

.col-12.sortable-selected .sl-item[b-yljgo5h638] {
    background-color: #44a0ff;
    color: #fff;
}

.col-12.sortable-swap-highlight .sl-item[b-yljgo5h638] {
    background-color: var(--bs-success);
    color: var(--bs-body-bg);
}
/* _content/Touch.Web/Components/Pages/PROC/Process/ProcessPage.razor.rz.scp.css */
/* _content/Touch.Web/Components/Pages/Studio/Components/FlowIndex.razor.rz.scp.css */
.diagram-container[b-bbuve424ms] {
    width: 100%;
    height: 400px;
    border: 1px solid black; /* Just visual */
}

.step-item.active[b-bbuve424ms] {
    color: green;
}

.step-item.is-done[b-bbuve424ms] {
    color: black;
}
/* _content/Touch.Web/Components/Test/UpDownTable.razor.rz.scp.css */
[b-abtftgsio1] .table-bordered > .table-row > .active {
    --bs-table-striped-bg: #409eff;
    --bs-table-bg: #409eff;
    --bs-table-hover-bg: #409eff;
    --bs-table-striped-color: #fff;
    --bs-table-color-state: #fff;
    --bs-table-hover-color: #fff;
}
