/* /Features/LinksPanel/Components/LinksPanelTechnology.razor.rz.scp.css */
.hover-item[b-brjyyskb6s] {
    background-color: #0094ff;
}

    .hover-item:hover[b-brjyyskb6s] {
        background-color: inherit;
    }
/* /Features/LinksPanel/Components/LinksPanelTreatments.razor.rz.scp.css */
.hover-item[b-lfttcs7p8v] {
    background-color: #0094ff;
}

    .hover-item:hover[b-lfttcs7p8v] {
        background-color: inherit;
    }
/* /Features/Menu/Components/DesktopMenu.razor.rz.scp.css */
.hover-item[b-qyorgi1qjj] {
    background-color: #0094ff;
}

    .hover-item:hover[b-qyorgi1qjj] {
        background-color: inherit;
    }
/* /Features/Menu/Components/MobileMenu.razor.rz.scp.css */
.mud-tab[b-lziabyc3fl] {
    min-width: unset;
}
/* /Pages/Conditions/ScarAndStretchMarks.razor.rz.scp.css */
ol[b-fusxgef0ii] {
    list-style: none;
    counter-reset: mycounter;
    padding: 0;
}

ol li[b-fusxgef0ii] {
    position: relative;
    margin-left: 30px;
    padding: 5px 0;
}

    ol li[b-fusxgef0ii]:before {
        content: counter(mycounter);
        counter-increment: mycounter;
        position: absolute;
        top: 0;
        left: -30px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
        color: #fff;
        background: #005E7A;
        text-align: center;
    }

.au[b-fusxgef0ii] {
    display: inline-block;
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #888;
    padding: 10px;
}
/* /Pages/Index.razor.rz.scp.css */
.full-screen-width[b-kuxd7vm4u7] {
    position: relative;
    left: 5%;
    right: 5%;
    margin-left: -50vw;
    margin-right: -47vw;
    max-width: 100vw;
    width: 100vw;
}

.semi-screen-width[b-kuxd7vm4u7] {
    position: relative;
    left: 5%;
    right: 5%;
    margin-left: -50vw;
    margin-right: -47vw;
    max-width: 75vw;
    width: 75vw;
}
/* /Pages/Technology/HollywoodPeel.Razor.rz.scp.css */
ul[b-n9eq4dfoqf] {
    list-style: none;
}

ul li[b-n9eq4dfoqf]:before {
    content: '✓';
}
/* /Pages/Technology/LaserHairRemoval.razor.rz.scp.css */
ul[b-6bjzrhkrkx] {
    list-style: none;
    width: 200px;
    text-indent: -20px; /* key property */
    margin-left: 20px; /* key property */
}

li[b-6bjzrhkrkx] {
    margin-bottom: 10px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-hoq5gvmekb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-hoq5gvmekb] {
    flex: 1;
}

.sidebar[b-hoq5gvmekb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hoq5gvmekb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hoq5gvmekb]  a, .top-row .btn-link[b-hoq5gvmekb] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-hoq5gvmekb] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hoq5gvmekb] {
        display: none;
    }

    .top-row.auth[b-hoq5gvmekb] {
        justify-content: space-between;
    }

    .top-row a[b-hoq5gvmekb], .top-row .btn-link[b-hoq5gvmekb] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hoq5gvmekb] {
        flex-direction: row;
    }

    .sidebar[b-hoq5gvmekb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hoq5gvmekb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-hoq5gvmekb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
