@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';
@import '_content/Oxy.Components/Oxy.Components.bq6nj2nxz4.bundle.scp.css';
@import '_content/WMBlazorSlickCarousel/WMBlazorSlickCarousel.bundle.scp.css';

/* /Pages/Notifications.razor.rz.scp.css */
body[b-tpsm2b7rbt] {
}
/* /Pages/PaymentFailed.razor.rz.scp.css */
body[b-mhi731c0rs] {
    background-color: lightcoral;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    /* height: 100%; */
}
.popup[b-mhi731c0rs] {
    width: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.content[b-mhi731c0rs] {
    width: 600px;
    height: 70vh;
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0,0,0, 0.35) 0px 5px 15px;
    padding: 30px;
    margin-top: 10%;
    position: relative;
}

.heading[b-mhi731c0rs] {
    text-align: center;
    color: red;
    padding: 0;
    margin-top: 0;
}

.sub-heading[b-mhi731c0rs] {
    text-align: center;
    color: black;
    font-size: 20px;
    margin-top: 0;
    font-weight: normal;
}

/* /Pages/PaymentSuccessful.razor.rz.scp.css */
body[b-zubth6yvu9] {
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    /* height: 100%; */
}

.popup[b-zubth6yvu9] {
    width: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.content[b-zubth6yvu9] {
    width: 600px;
    height: 70vh;
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0,0,0, 0.35) 0px 5px 15px;
    padding: 30px;
    margin-top: 10%;
    position: relative;
}

.heading[b-zubth6yvu9] {
    text-align: center;
    color: green;
    padding: 3px;
    cursor: default;
}

img[b-zubth6yvu9] {
    width: 24px;
    height: 24px;
    /*display: block;*/
    
}
.check[b-zubth6yvu9] {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    cursor: default;
}
.sub-heading[b-zubth6yvu9] {
    text-align: center;
    color: black;
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
    cursor: default;
}

.details[b-zubth6yvu9] {
    text-align: left;
    margin-left: 50px;
    cursor: default;
}
.values[b-zubth6yvu9] {
    text-align: right;
    margin-right: 50px;
    cursor: default;
}
/* /Pages/PostAd.razor.rz.scp.css */
/* /Pages/SelectCategoryForAD.razor.rz.scp.css */
body[b-290p3vzkdv] {
}
/* /Pages/Super_Store.razor.rz.scp.css */
body[b-olyzwn9vxz] {
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ke6z3656pv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ke6z3656pv] {
    flex: 1;
}

.sidebar[b-ke6z3656pv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ke6z3656pv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ke6z3656pv]  a, .top-row[b-ke6z3656pv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ke6z3656pv]  a:hover, .top-row[b-ke6z3656pv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ke6z3656pv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ke6z3656pv] {
        display: none;
    }

    .top-row.auth[b-ke6z3656pv] {
        justify-content: space-between;
    }

    .top-row[b-ke6z3656pv]  a, .top-row[b-ke6z3656pv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ke6z3656pv] {
        flex-direction: row;
    }

    .sidebar[b-ke6z3656pv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ke6z3656pv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ke6z3656pv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ke6z3656pv], article[b-ke6z3656pv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-v3he2z20pm] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-v3he2z20pm] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-v3he2z20pm] {
    font-size: 1.1rem;
}

.oi[b-v3he2z20pm] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-v3he2z20pm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-v3he2z20pm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v3he2z20pm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v3he2z20pm]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-v3he2z20pm]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-v3he2z20pm]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v3he2z20pm] {
        display: none;
    }

    .collapse[b-v3he2z20pm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-v3he2z20pm] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
