/* _content/tbpc_management/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a[b-xk5amrw3kw] {
  color: #0077cc;
}
.layout[b-xk5amrw3kw] {
    background: var(--Others-Gray-100, rgba(237, 237, 237, 1));
    display: flex;
    height: 100%;
    min-height: 100vh;
}


.layout-left-panel[b-xk5amrw3kw] {
    background: linear-gradient(179.19deg, #F5E4D5 0.19%, #F8F7F4 56.19%);
    padding-top: 10px;
    position: relative;
}
    .layout-left-panel .footer[b-xk5amrw3kw] {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }

.layout-right-panel[b-xk5amrw3kw] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

    .layout-right-panel .title[b-xk5amrw3kw] {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.36px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: rgba(69, 70, 71, 1);
    }

    .layout-right-panel .bredcrumb[b-xk5amrw3kw] {
        font-family: PingFang TC;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: rgba(0, 0, 0, 1);
    }

.logout-button[b-xk5amrw3kw] {
    width: 100%;
    color: var(--Neutral-Misty-Blue, rgba(69, 74, 76, 1)) !important;
    border: none;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    background: transparent;
}

.breadcrumb .breadcrumb-item a[b-xk5amrw3kw] {
    background-color: transparent;
    font-size: 1rem;
    color: #1e1e1e;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item[b-xk5amrw3kw]::before {
    content: " / ";
}
