@import '_content/QuantumLogicERP.Web.Controls/QuantumLogicERP.Web.Controls.3gh05y2c7a.bundle.scp.css';
@import '_content/QuantumLogicERP.Web.Shared/QuantumLogicERP.Web.Shared.3q0vyo9ubz.bundle.scp.css';

/* /Components/Pages/MainPage.razor.rz.scp.css */
.tab-container[b-3yizjuxdbr] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tab-header[b-3yizjuxdbr] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 2.5rem;
    border-bottom: 1px solid;
    border-color: var(--level3color);
}

.tab-header-text[b-3yizjuxdbr] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-content[b-3yizjuxdbr] {
    display: grid;
    margin-top: 6px;
    /*overflow-y: auto;*/
    height: 100%;
    box-sizing: border-box;
}

.inactive-tab[b-3yizjuxdbr] {
    background-color: var(--level2color);
    color: var(--level6color);
    padding-top: 5px;
    padding-left: 10px;
    justify-content: center;
    display: flex;
    margin-right: 10px;
    height: 2.4rem;
    border-top-left-radius: var(--expander-corner-radius);
    border-top-right-radius: var(--expander-corner-radius);
}

    .inactive-tab:hover[b-3yizjuxdbr] {
        background-color: var(--level3color);
        cursor: pointer;
    }

.active-tab[b-3yizjuxdbr] {
    color: var(--active-tab-color);
    background-color: var(--level2color);
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-left: 10px;
    margin-right: 10px;
    border-bottom: 4px solid var(--active-tab-color);
    height: 2.4rem;
    font-weight: 600;
    border-top-left-radius: var(--expander-corner-radius);
    border-top-right-radius: var(--expander-corner-radius);
}

.tab-close-button[b-3yizjuxdbr] {
    border: 0px solid;
    font-size: 1.7rem;
    background-color: transparent;
    display: flex;
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 5px;
    padding-top: 3px;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: var(--level6color)
}

    .tab-close-button:hover[b-3yizjuxdbr] {
        background-color: var(--level6color);
        color: var(--level1color)
    }
