/* /Controls/ReqResp/ReqRespActorView.razor.rz.scp.css */
.arrow-defs[b-twqqzf3e65] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sim-layout[b-twqqzf3e65] {
  display: flex;
  align-items: center;
  white-space:nowrap;
  gap: 8px;
  width: max-content;
}

.actor-wrap[b-twqqzf3e65] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    width: 36px;
}

.actor[b-twqqzf3e65] {
    font-size: 19px;
    display: inline-block;
}

.actor-indicator[b-twqqzf3e65] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
}

.actor-indicator--on[b-twqqzf3e65] {
    background: #dc2626;
}

.reqresp-values[b-twqqzf3e65] {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.req-value[b-twqqzf3e65] {
    color: #2563eb;
    font-size: 18px;
}

.reqresp-value-divider[b-twqqzf3e65] {
    font-size: 21px;
    font-weight: bold;
    width: 10px;
    text-align: center;
}

.resp-value[b-twqqzf3e65] {
    color: green;
    font-size: 18px;
}

.reqresp-value-slot[b-twqqzf3e65] {
    display: inline-block;
    width: 28px;
    text-align: center;
}

.arrow-stack[b-twqqzf3e65] {
  position: relative;
  width: 30px;
  height: 16px;
  min-width: 30px;
}

.arrow[b-twqqzf3e65] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 10px;
  display: block;
  color: #2563eb;
  transform: translateY(-50%);
}

.arrow--left[b-twqqzf3e65] {
    transform: translateY(-50%) scaleX(-1);
    transform-origin: center center;
    color: green;
}

.arrow--hidden[b-twqqzf3e65] {
    visibility: hidden;
}

.reqresp-server[b-twqqzf3e65] {
    font-size: 19px;
    width: 82px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.reqresp-server-icon[b-twqqzf3e65] {
    width: 27px;
}

.reqresp-server-state[b-twqqzf3e65] {
    width: 27px;
}

.reqresp-server-requested-value[b-twqqzf3e65] {
    width: 24px;
}

.requested-value[b-twqqzf3e65] {
    color: orangered;
    display: inline-block;
    min-width: 24px;
    text-align: left;
}

.requested-value--canceled[b-twqqzf3e65] {
    text-decoration: line-through;
}
/* /Controls/ReqResp/ReqRespCatalog.razor.rz.scp.css */
.catalog-grid[b-b11ibxz8tx] {
  display: inline-grid;
  grid-template-columns: repeat(2, max-content);
  grid-auto-rows: max-content;
  width: fit-content;
  height: fit-content;
  border: 1px solid gray;
  align-items: start;
  justify-items: start;
}

.catalog-item[b-b11ibxz8tx] {
  min-width: fit-content;
}
/* /Controls/ReqResp/ReqRespGroup.razor.rz.scp.css */
.reqresp-group[b-gzv5deqbvl] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reqresp-group__actors[b-gzv5deqbvl] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.reqresp-group__progress-wrap[b-gzv5deqbvl] {
    display: flex;
    align-items: center;
}

.reqresp-group__progress[b-gzv5deqbvl] {
    height: 3px;
    flex: 1 1 auto;
    background-color: #edf0f3;
    border-radius: 999px;
    overflow: hidden;
}

.reqresp-group__progress-fill[b-gzv5deqbvl] {
    height: 100%;
    width: 0;
    background: #c7ccd3;
    opacity: 0.75;
}
/* /Controls/RequestProgress.razor.rz.scp.css */
/* ========== Layout containers ========== */

.thread[b-455bxp00qn] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.thread-track-container[b-455bxp00qn] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

/* ========== Lorry track ========== */

.lorry-track[b-455bxp00qn] {
    position: relative;
    height: 30px;
    margin: 0 10px;
    overflow: hidden;
}

/* ========== Lorry visuals ========== */

.lorry[b-455bxp00qn] {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: white;
    fill: var(--text-main-color);
    pointer-events: none;
}

.lorry svg[b-455bxp00qn] {
    width: 40px;
    height: 40px;
}

.lorry.active[b-455bxp00qn] {
    transition: left 0.2s linear;
}

/* ========== Lorry smoke ========== */

.lorry-smoke-container[b-455bxp00qn] {
    visibility: hidden;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    transform: translate(-20px, 3px);
}

.lorry.active .lorry-smoke-container[b-455bxp00qn] {
    visibility: visible;
}

.lorry-smoke[b-455bxp00qn] {
    font-size: 32px;
    color: var(--text-main-color);
}

.lorry.active .lorry-smoke[b-455bxp00qn] {
    animation: flipVertical-b-455bxp00qn 600ms step-start infinite;
}

/* ========== Progress bar ========== */

.progress-container[b-455bxp00qn] {
    position: relative;
    height: 23px;
    margin: 0 10px;
    border: 1px solid var(--main-color);
    border-radius: 8px;
    overflow: hidden;
}

.progress-bar[b-455bxp00qn] {
    height: 100%;
    width: 0%;
    background-color: var(--main-color);
    transition: width 0.1s linear;
}

/* ========== Progress status box ========== */

.progress-status[b-455bxp00qn] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 36px;
    display: flex;
    align-items: center;
    margin: 2px 0 2px 20px;
    padding: 2px;
    font-size: 18px;
    background-color: white;
    opacity: 0.8;
    border-radius: 5px;
    box-shadow: 0 0 2px 10px white;
}

.clear-cancel-button[b-455bxp00qn] {
    width: 110px;
}

.clear-cancel-button.hidden[b-455bxp00qn]{
    visibility: hidden;
}

/* ========== Result box ========== */

.result-box[b-455bxp00qn] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    margin-right: 12px;
    border: 2px solid var(--background-2);
    border-radius: 8px;
    color: var(--text-main-color);
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.result-box .lorry[b-455bxp00qn] {
    position: initial;
    top: initial;
    transform: initial;
}

/* ========== Miscellaneous ========== */

.overridden[b-455bxp00qn] {
    color: var(--disabled-text);
    text-decoration: line-through;
    margin-left: 5px;
}

/* ========== Animations ========== */

@keyframes flipVertical-b-455bxp00qn {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(-1);
        color: var(--disabled-text);
    }
    100% {
        transform: scaleY(1);
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ze7zunoz9s] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    width: 100%;
}

main[b-ze7zunoz9s] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.sidebar[b-ze7zunoz9s] {
    flex: 0 0 auto;
    background: var(--background-1);
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.nav-menu-box[b-ze7zunoz9s] {
    flex: 1 1 auto;
}

.sidebar-github-link[b-ze7zunoz9s] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 40px;
    height: 40px;
    margin: 0 0 8px 20px;
    color: var(--text-main-color);
    text-decoration: none;
    font-weight: 600;
}

.sidebar-github-link svg[b-ze7zunoz9s] {
    width: 22px;
    height: 22px;
}

.sidebar-github-link:hover[b-ze7zunoz9s] {
    color: var(--main-color);
}

.toggle-btn[b-ze7zunoz9s] {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: none;
    background: var(--background-1);
    color: var(--text-main-color);
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0,0,0,0.12);
    margin: 6px;
}

@media (max-width: 1300px) {
    .sidebar[b-ze7zunoz9s] {
        justify-content: space-between;
        align-items: flex-start;
        width: 52px;
        overflow: hidden;
    }

    .toggle-btn[b-ze7zunoz9s] {
        display: initial;
    }

    .collapsed .nav-menu-box[b-ze7zunoz9s] {
        display: none;
    }

    .collapsed .toggle-btn[b-ze7zunoz9s] {
        margin: 6px 0 0 6px;
    }

    .collapsed .sidebar-github-link[b-ze7zunoz9s] {
        justify-content: center;
        gap: 0;
        width: 40px;
        margin: 0 0 8px 6px;
    }

    .collapsed .sidebar-github-link span[b-ze7zunoz9s] {
        display: none;
    }

    .open main[b-ze7zunoz9s] {
        display: none;
    }

    .open .sidebar[b-ze7zunoz9s] {
        width: auto;
        align-items: stretch;
        overflow: auto;
    }

    .open .toggle-btn[b-ze7zunoz9s] {
        margin: 20px 0 0 20px;
    }

    .open .sidebar-github-link[b-ze7zunoz9s] {
        margin: 0 0 20px 20px;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.link-wrapper[b-5bi986ernz] {
    margin: 20px;
}

h3[b-5bi986ernz] {
    text-align: center;
}
/* /Pages/Grid.razor.rz.scp.css */

.header[b-clzpx3jucp] {
    background-color: var(--background-1);
    display: flex;
    align-items: center;
    min-width: 1000px;
}

select[b-clzpx3jucp] {
    min-width: 150px;
}

.header-item[b-clzpx3jucp] {
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.header-item label[b-clzpx3jucp]{
    margin-right: 10px;
}

.option-hint[b-clzpx3jucp] {
    margin-left: 5px;
    font-style: italic;
}

.loading-indicator[b-clzpx3jucp] {
    margin-left: 10px;
}

.spinner[b-clzpx3jucp] {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 3px solid rgba(0,0,0,.1);
    border-radius: 50%;
    border-top-color: var(--main-color);
    animation: spin-b-clzpx3jucp 1s ease-in-out infinite;
}

@keyframes spin-b-clzpx3jucp {
    to {
        transform: rotate(360deg);
    }
}

.grid-content[b-clzpx3jucp] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;

    overflow: hidden;
}

.table-pane[b-clzpx3jucp] {
    margin: 0 20px;
    overflow-y: auto;
}

.main-table[b-clzpx3jucp], .log-table[b-clzpx3jucp] {
    width: auto;
    min-width: 500px;
}

.table-pane h2[b-clzpx3jucp] {
    margin: 10px 0;
}

.status-row[b-clzpx3jucp] {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.status-row-warning[b-clzpx3jucp] {
    color: orange;
}

.status-row-good[b-clzpx3jucp] {
    color: green;
}

.status-row .spinner[b-clzpx3jucp] {
    margin-left: 10px;
}
/* /Pages/SyncDemo.razor.rz.scp.css */
.req-progress[b-tptz94a5tc] {
    display: block;
    margin: 20px 0;
}

.page-root[b-tptz94a5tc] {
    flex: 1 1 auto;
    margin-left: 20px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.progress-panel[b-tptz94a5tc] {
    flex: 1 1 auto;
    margin-right: 20px;
    min-width: 700px;
}

.description-panel[b-tptz94a5tc] {
    flex: 1 1 400px;
    max-width: 700px;
    margin-right: 20px;
}
