/* _content/PayRun/Components/Layout/Header.razor.rz.scp.css */

.header-con[b-bp3uemer4w] {
/*    background-color: #0ca1b5;
    padding: 10px;*/
}

.logo[b-bp3uemer4w] {
    width: 70px;
    height: 70px;
    content: url(https://b89e102ca9987036348701a7d0caafc3.cdn.bubble.io/cdn-cgi/image/w=96,h=96,f=auto,dpr=1,fit=contain/f1728532100388x313231492822930300/Copy%2Bof%2BiComply2%2BLogo-5.png);
}

.header-links[b-bp3uemer4w] {
    background-color: transparent;
    text-decoration: none;
    color: #fff;
    font-size: 13pt;
}
/* _content/PayRun/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n1c0huwe3j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n1c0huwe3j] {
    flex: 1;
}

.sidebar[b-n1c0huwe3j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n1c0huwe3j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n1c0huwe3j]  a, .top-row[b-n1c0huwe3j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-n1c0huwe3j]  a:hover, .top-row[b-n1c0huwe3j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-n1c0huwe3j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-n1c0huwe3j] {
        justify-content: space-between;
    }

    .top-row[b-n1c0huwe3j]  a, .top-row[b-n1c0huwe3j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n1c0huwe3j] {
        flex-direction: row;
    }

    .sidebar[b-n1c0huwe3j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n1c0huwe3j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n1c0huwe3j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n1c0huwe3j], article[b-n1c0huwe3j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-n1c0huwe3j] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-n1c0huwe3j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PayRun/Components/Layout/SideBar.razor.rz.scp.css */
.sidebar-container[b-lyrb1of6ym] {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    width: 220px;
    z-index: 9;
    height: calc(100vh - 73px);
}

.btn-dark:hover[b-lyrb1of6ym] {
    background-color: #2a2a2a;
}

@media(max-width: 992px) {
    /*.main-con {
        grid-template-columns: 1fr;
    }*/

    .sidebar-container[b-lyrb1of6ym] {
        height: fit-content;
        top: unset;
        bottom: 0;
        width: 100%;
        flex-flow: row !important;
        padding: 10px !important;
    }

        .sidebar-container[b-lyrb1of6ym]  .profile-logo {
            display: none !important;
        }

        .sidebar-container[b-lyrb1of6ym]  .nav {
            display: flex;
            flex-flow: row !important;
            padding: 0px !important;
        }

        .sidebar-container[b-lyrb1of6ym]  .nav-link {
            display: flex;
            justify-content: space-evenly;
        }

        .sidebar-container[b-lyrb1of6ym]  .nav-settings {
            width: 100%;
            justify-content: end;
        }

        /*.sidebar-container ::deep .fw-semibold {
            display: none;
        }*/

        .sidebar-container[b-lyrb1of6ym]  .user-name {
            display: none;
        }
    
}
/* _content/PayRun/Components/Pages/Login.razor.rz.scp.css */
.login-wrapper[b-7ddhzfqoa0] {
    height: 100%; /* 👈 NOT 100vh */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    padding: 24px;
    box-sizing: border-box;
}

.layout-body[b-7ddhzfqoa0] {
    display: flex; /* 👈 allow child to stretch */
}

.login-card[b-7ddhzfqoa0] {
    width: 360px;
    border-radius: 16px;
    border: 4px solid #f04b6a;
    background: #fff;
}

/* Logo */
.login-logo[b-7ddhzfqoa0] {
    max-width: 200px;
    width: 100%;
    height: auto;
}

/* Brand styles */
.text-brand[b-7ddhzfqoa0] {
    color: #f04b6a;
}

.btn-brand[b-7ddhzfqoa0] {
    background-color: #f04b6a;
    border-color: #f04b6a;
    color: #fff;
}

.btn-brand:hover[b-7ddhzfqoa0] {
    background-color: #e04360;
    border-color: #e04360;
}

.form-control[b-7ddhzfqoa0] {
    padding: 0.75rem;
    border-radius: 8px;
}

/* Divider */
.divider[b-7ddhzfqoa0] {
    display: flex;
    align-items: center;
}

    .divider[b-7ddhzfqoa0]::before,
    .divider[b-7ddhzfqoa0]::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #dee2e6;
    }

    .divider span[b-7ddhzfqoa0] {
        padding: 0 10px;
        font-size: 0.8rem;
        color: #6c757d;
    }
