@import '_content/com.specidev.lib.BlazorComponents/com.specidev.lib.BlazorComponents.bundle.scp.css';
@import '_content/com.specidev.lib.modals/com.specidev.lib.modals.her2rk17bm.bundle.scp.css';
@import '_content/Ishtar.Modals.Base/Ishtar.Modals.Base.zs2ecinfgf.bundle.scp.css';

/* /Shared/MainLayout/MainLayout.razor.rz.scp.css */
.main-layout-container[b-kn1ynwuj2m] {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.main-layout-page[b-kn1ynwuj2m] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.main-layout-content[b-kn1ynwuj2m] {
    overflow: auto;
    height: 100%;
    padding: 1rem;
    /*margin: 0 1rem;*/
}

.armony-logo-link[b-kn1ynwuj2m] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.armony-logo[b-kn1ynwuj2m] {
    width: 3rem;
    max-width: 3rem;
    min-width: 3rem;
}



.top-headband[b-kn1ynwuj2m] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    height: 4.2rem;
    min-height: 4.2rem;
    max-height: 4.2rem;
    margin: 0 1rem;
}

.black-top-bar[b-kn1ynwuj2m] {
    display: flex;
    flex-direction: row;
    background-color: var(--color-secondary);
    align-items: center;
    gap: 1rem;
    border-radius: 1rem;
    padding: 0 1rem;
    height: 3.3rem;
    min-height: 3.3rem;
    max-height: 3.3rem;
    margin: 0 1rem;
    color: #FFF;
}

.black-bottom-bar[b-kn1ynwuj2m] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background-color: var(--color-secondary);
    border-radius: 1rem;
    padding: 0 1rem;
    color: #FFFFFF;
    height: 3.3rem;
    min-height: 3.3rem;
    max-height: 3.3rem;
    margin: 0 1rem 1rem 1rem;
}

.top-bar-title[b-kn1ynwuj2m] {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: initial;
}

.call-back-uri[b-kn1ynwuj2m] {
    text-align: center;
    display: flex;
    align-items: center;
    color: transparent;
    width: 2.1rem;
    max-width: 2.1rem;
    min-width: 2.1rem;
}

.call-back-uri-icon[b-kn1ynwuj2m] {
    cursor: pointer;
    color: #FFF;
    font-size: 1.5rem;
}

.logout-link[b-kn1ynwuj2m] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logout[b-kn1ynwuj2m] {
    font-size: 3rem;
    color: #000;
}

.container-version[b-kn1ynwuj2m] {
    font-size: 1.3rem;
    font-weight: 600;
    width: 20rem;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 1rem;
}

.container-top-bar-filter[b-kn1ynwuj2m] {
    width: 100%;
    overflow: auto;
}

/*lateral filter*/

.lateral-filter-bar[b-kn1ynwuj2m] {
    height: 100%;
    width: 1.5rem;
    max-width: 1.5rem;
    min-width: 1.5rem;
    background-color: var(--color-primary);
    overflow: hidden;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: rgb(60 60 60 / 44%) -3px 0px 8px;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.5rem;
}

.lateral-filter-title[b-kn1ynwuj2m] {
    width: 100%;
    height: auto;
    background-color: var(--color-primary);
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 0.3rem;
}


.lateral-filter-bar-icon-open[b-kn1ynwuj2m] {
    transform: rotate(180deg);
    padding-bottom: 0.5rem;
    width: 1rem;
}

.lateral-filter-bar-icon-closed[b-kn1ynwuj2m] {
    padding-top: 0.5rem;
    width: 1rem;
}

.lateral-filter-content[b-kn1ynwuj2m] {
    overflow: auto;
    min-width: 20rem;
    max-width: 20rem;
    width: 20rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
}

.lateral-filter[b-kn1ynwuj2m] {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lateral-filter-container[b-kn1ynwuj2m] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding-top: 0.8rem;
}
