@import '_content/Vergent.App.Components/Vergent.App.Components.01vii8zyc2.bundle.scp.css';

/* /Pages/ActivityQueue.razor.rz.scp.css */
[b-7yjgd0wust] .activity-queue-item {
    margin: 1rem 0;
}

.activity-queue-list[b-7yjgd0wust] {
    background: var(--accent-4);
}
/* /Pages/Auth/Auth.razor.rz.scp.css */
.auth[b-4iqigbi52o] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.auth-inner[b-4iqigbi52o] {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.component[b-4iqigbi52o] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 200px;
    font-size: 1.2em;
    color: var(--font-color-2);
}
/* /Pages/Customer/Search.razor.rz.scp.css */
.component-part[b-qf3k2ueyt1] {
    padding: 0 .2rem;
    display: flex;
    align-items: center;
}

.component-part.right-border[b-qf3k2ueyt1] {
    border-right: 1px solid var(--accent-4);
}

.search-refinement-header[b-qf3k2ueyt1] {
    font-weight: bold;
    color: red;
}

.search-refinement-body[b-qf3k2ueyt1] {
    color: var(--font-color-2)
}

svc-btn[b-qf3k2ueyt1]{
    color: white;
}

.btn-customer-link[b-qf3k2ueyt1]{
    color: white;
    margin-left: 5px;
}

.resultsFooter[b-qf3k2ueyt1] {
    padding-top: 3px;
    color: var(--font-color-2);
}
/* /Pages/Setup/ActivityDefinition.razor.rz.scp.css */
/* /Pages/Setup/ConfigureTeam.razor.rz.scp.css */
.configure-team[b-o6kqzojptm]  .editor {
	padding: .6rem;
}

[b-o6kqzojptm] #changelog-btn {
	background-color: var(--color-2);
	color: var(--font-color-1);
	padding: 3px;
	float: right;
}

[b-o6kqzojptm] .member-validation .validation-message {
	color: #d51923;
	font-size: 12px;
	font-style: italic;
	margin: 4px;
} 
/* /Pages/Setup/ListActivityDefinitions.razor.rz.scp.css */
/* /Pages/Setup/ListTeams.razor.rz.scp.css */
.list-teams-body[b-a17odm5i3f] {
	padding: .6rem;
}

[b-a17odm5i3f] #changelog-btn {
	background-color: var(--color-2);
	color: var(--font-color-1);
	padding: 3px;
	float: right;
}

[b-a17odm5i3f] .component-header {
	display: flex;
}

[b-a17odm5i3f] .component-header .title {
	flex: 1;
	font-size: 1.2rem;
}

[b-a17odm5i3f] a {
	color: #0d6efd;
}
/* /Pages/toolbox/AddAdditionalBalanceType.razor.rz.scp.css */
.component[b-4amm8cueay] {
    color: var(--font-color-2);
}

.balance-type-item[b-4amm8cueay],
.balance-type-add[b-4amm8cueay] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 20rem;
}
/* /Pages/Workflow/dev/Create.razor.rz.scp.css */
.multi-id-entry[b-q2trgcbxhy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* /Pages/Workflow/WorkflowPage.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-5yve5l1f99] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5yve5l1f99] {
    flex: 1;
}

.sidebar[b-5yve5l1f99] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5yve5l1f99] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5yve5l1f99]  a, .top-row[b-5yve5l1f99]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5yve5l1f99]  a:hover, .top-row[b-5yve5l1f99]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5yve5l1f99]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5yve5l1f99] {
        display: none;
    }

    .top-row.auth[b-5yve5l1f99] {
        justify-content: space-between;
    }

    .top-row[b-5yve5l1f99]  a, .top-row[b-5yve5l1f99]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5yve5l1f99] {
        flex-direction: row;
    }

    .sidebar[b-5yve5l1f99] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5yve5l1f99] {
        position: sticky;
        top: 0;
    }

    .top-row.auth[b-5yve5l1f99]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5yve5l1f99], article[b-5yve5l1f99] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
