@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/PSC.Blazor.Components.AutoComplete/PSC.Blazor.Components.AutoComplete.bundle.scp.css';

/* _content/PortalUB/Pages/Qurban/GaleriPage.razor.rz.scp.css */
ul.no-bullets[b-21rk9vgjek] {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

.container img[b-21rk9vgjek] {
    max-width: 100%;
    float: left;
    width: 100%;
    margin-right: 0px;
    border-radius: 5%;
}

/* Style the header with a grey background and some padding */
.header[b-21rk9vgjek] {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 20px 10px;
}

    /* Style the header links */
    .header a[b-21rk9vgjek] {
        float: left;
        color: black;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
        border-radius: 4px;
    }

        /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
        .header a.logo[b-21rk9vgjek] {
            font-size: 25px;
            font-weight: bold;
        }

        /* Change the background color on mouse-over */
        .header a:hover[b-21rk9vgjek] {
            background-color: #ddd;
            color: black;
        }

        /* Style the active/current link*/
        .header a.active[b-21rk9vgjek] {
            background-color: dodgerblue;
            color: white;
        }

/* Float the link section to the right */
.header-right[b-21rk9vgjek] {
    float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
    .header a[b-21rk9vgjek] {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right[b-21rk9vgjek] {
        float: none;
    }
}
/* _content/PortalUB/Shared/MainLayout.razor.rz.scp.css */
/* _content/PortalUB/Shared/NavMenu.razor.rz.scp.css */
/* _content/PortalUB/Shared/SideMenu.razor.rz.scp.css */
