@import '_content/Paw.Component/Paw.Component.e5ar5lt8xa.bundle.scp.css';
@import '_content/Paw.Configuration.Clinic/Paw.Configuration.Clinic.z793s88gje.bundle.scp.css';
@import '_content/Paw.Integration.SmartLinks/Paw.Integration.SmartLinks.uqaz5vc34f.bundle.scp.css';
@import '_content/Paw.OnlineBooking/Paw.OnlineBooking.a4x28imyfl.bundle.scp.css';
@import '_content/Paw.Payment/Paw.Payment.jja3tt7ydb.bundle.scp.css';

/* _content/Paw.Web/Pages/MainLayout/MainLayout.razor.rz.scp.css */
.page[b-x5eve2ykqg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x5eve2ykqg] {
    flex: 1;
}

.sidebar[b-x5eve2ykqg] {
    background-color: var(--primary-color);
}

.div-table-row[b-x5eve2ykqg] {
    display: flex;
    flex-wrap: nowrap;
}

.div-table-col[b-x5eve2ykqg] {
    width: fit-content;
    margin: 1rem;
}

.div-table-col-main[b-x5eve2ykqg] {
    width: 100%;
}

.top-row[b-x5eve2ykqg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x5eve2ykqg]  a, .top-row .btn-link[b-x5eve2ykqg] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-x5eve2ykqg] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x5eve2ykqg] {
        display: none;
    }

    .top-row.auth[b-x5eve2ykqg] {
        justify-content: space-between;
    }

    .top-row a[b-x5eve2ykqg], .top-row .btn-link[b-x5eve2ykqg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x5eve2ykqg] {
        flex-direction: row;
    }

    .sidebar[b-x5eve2ykqg] {
        padding: 1rem;
        background-color: white;
        flex: 1;
        width: 15rem;
        border-radius: 30px;
        position: sticky;
        overflow: hidden;
        transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
        box-shadow: 0 2px 15px #a4bcc5;
        margin: 1rem;
    }

    .top-row[b-x5eve2ykqg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-x5eve2ykqg], article[b-x5eve2ykqg] {
        /*        padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}
