@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/BIS232WebApp/Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-5adaok4ihj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5adaok4ihj] {
    flex: 1;
}

.sidebar[b-5adaok4ihj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (min-width: 641px) {
    .page[b-5adaok4ihj] {
        flex-direction: row;
    }

    .sidebar[b-5adaok4ihj] {
        width: 250px;
        height: 100vh;
        top: 0;
    }
  
    .top-row[b-5adaok4ihj] {
        top: 0;
        z-index: 1;
    }

    .top-row[b-5adaok4ihj],
    article[b-5adaok4ihj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5adaok4ihj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-5adaok4ihj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.wrapper[b-5adaok4ihj] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.notification-banner[b-5adaok4ihj] {
    background-color: #fff4e5; /* Soft orange for attention */
    border: 1px solid #f0b46d; /* Border with a slightly darker orange */
    padding: 20px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: fadeIn-b-5adaok4ihj 1s ease-in-out;
}

.notification-header[b-5adaok4ihj] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.notification-icon[b-5adaok4ihj] {
    font-size: 30px;
    margin-right: 15px;
    color: #e07b00; /* Stronger orange for the icon */
}

.notification-banner h2[b-5adaok4ihj] {
    font-size: 22px;
    color: #333333;
    margin: 0;
    font-weight: bold;
}

.notification-content p[b-5adaok4ihj] {
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
    line-height: 1.6;
}

.notification-content strong[b-5adaok4ihj] {
    color: #333333;
}

.notification-content a[b-5adaok4ihj] {
    color: #0056b3;
    text-decoration: underline;
}

    .notification-content a:hover[b-5adaok4ihj] {
        color: #003c7a;
        text-decoration: none;
    }

/* Simple fade-in animation */
@keyframes fadeIn-b-5adaok4ihj {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/BIS232WebApp/Components/Layout/AdminNavMenu.razor.rz.scp.css */
.navbar-toggler[b-ec0p2ce80t] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-ec0p2ce80t] {
        background-color: rgba(255, 255, 255, 0.5);
    }
 
.navbar-brand[b-ec0p2ce80t] {
    font-size: 18px;
}

.nav-item[b-ec0p2ce80t] {
    font-size: 18px;
    padding-bottom: 0.5rem;
}
  

.nav-scrollable[b-ec0p2ce80t] {
    background-color: #003d6a;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 0;
    display: none;
    top: 3rem;
    min-width: 15rem;
}

.widenavbar[b-ec0p2ce80t] {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    padding-left: 5rem;
    padding-right: 2rem;
    background-color: #f8f9fa;
    font-weight: bold;
    color: #757678;
    font-size: 18px;
}

@media (min-width: 1300px) {
    .navbar-toggler[b-ec0p2ce80t] {
        display: none;
    }

    .nav-scrollable[b-ec0p2ce80t] {
        display: none;
        height: calc(100vh - 3.5rem); /* Allow sidebar to scroll for tall menus */
        overflow-y: auto;
    }

    .navbar-brand[b-ec0p2ce80t] {
        display: none;
    }
}

@media (max-width: 1300px) {
    .shrinkNavBar[b-ec0p2ce80t] {
        padding-left: 5rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom:5px;
        background-color: #f8f9fa;
        font-weight: bold;
        color: #757678;
        font-size: 18px;
    }
    .widenavbar[b-ec0p2ce80t] {
        display: none;
    }

    .navbar-brand[b-ec0p2ce80t] {
        display: block;
    }

    .navbar-toggler:checked ~ div > .nav-scrollable[b-ec0p2ce80t] {
        display: block;
    }
    .nav-item .nav-link[b-ec0p2ce80t] {
        line-height:0px !important;
    }
        .nav-item:first-of-type[b-ec0p2ce80t] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ec0p2ce80t] {
        padding-bottom: 1rem;
    }
}
.header-text[b-ec0p2ce80t], h1[b-ec0p2ce80t] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header-text[b-ec0p2ce80t] {
    margin-top: 2rem;
}
/* Header */
.header[b-ec0p2ce80t] {
    background-color: rgb(5, 39, 103);
    color: white;
    padding: 0px;
    display: flex;
    align-items: center;
    padding-left: 6rem;
}

    .header .container[b-ec0p2ce80t] {
        display: flex;
        align-items: center;
    }

    .header .logo img[b-ec0p2ce80t] {
        width: 6rem;
        margin-right: 15px;
    }

.header-text h1[b-ec0p2ce80t] {
    font-size: 36px;
    margin: 0;
    font-family: "Merriweather Web";
    font-weight: 600;
}

.header-text p[b-ec0p2ce80t] {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
/* _content/BIS232WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2t9otuy95r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2t9otuy95r] {
    flex: 1;
    height: 100%;
}

.sidebar[b-2t9otuy95r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (min-width: 641px) {
    .page[b-2t9otuy95r] {
        flex-direction: row;
    }

    .sidebar[b-2t9otuy95r] {
        width: 250px;
        height: 100vh;
        top: 0;
    }

    .top-row[b-2t9otuy95r] {
        top: 0;
        z-index: 1;
    }

    .top-row[b-2t9otuy95r],
    article[b-2t9otuy95r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Blazor Error UI */
#blazor-error-ui[b-2t9otuy95r] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-2t9otuy95r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.wrapper[b-2t9otuy95r] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* Dashboard styles end */
.notification-banner[b-2t9otuy95r] {
    background-color: #fff4e5; /* Soft orange for attention */
    border: 1px solid #f0b46d; /* Border with a slightly darker orange */
    padding: 20px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: fadeIn-b-2t9otuy95r 1s ease-in-out;
}

.notification-header[b-2t9otuy95r] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.notification-icon[b-2t9otuy95r] {
    font-size: 30px;
    margin-right: 15px;
    color: #e07b00; /* Stronger orange for the icon */
}

.notification-banner h2[b-2t9otuy95r] {
    font-size: 22px;
    color: #333333;
    margin: 0;
    font-weight: bold;
}

.notification-content p[b-2t9otuy95r] {
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
    line-height: 1.6;
}

.notification-content strong[b-2t9otuy95r] {
    color: #333333;
}

.notification-content a[b-2t9otuy95r] {
    color: #0056b3;
    text-decoration: underline;
}

    .notification-content a:hover[b-2t9otuy95r] {
        color: #003c7a;
        text-decoration: none;
    }

/* Simple fade-in animation */
@keyframes fadeIn-b-2t9otuy95r {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/BIS232WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m3y0x6tkuc] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-m3y0x6tkuc] {
        background-color: rgba(255, 255, 255, 0.5);
    }

/* Navbar Brand */
.navbar-brand[b-m3y0x6tkuc] {
    font-size: 18px;
    display: block;
}

/* Navigation Items */
.nav-item[b-m3y0x6tkuc] {
    font-size: 18px;
    padding-bottom: 0.5rem;
}
/* Scrollable Sidebar for Mobile */
.nav-scrollable[b-m3y0x6tkuc] {
    background-color: rgb(5, 39, 103);
    z-index: 999;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 0;
    top: 3rem;
    min-width: 15rem;
}

/* Wide Navbar */
.widenavbar[b-m3y0x6tkuc] {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    padding-left: 5rem;
    padding-right: 2rem;
    background-color: #f8f9fa;
    font-weight: bold;
    color: #757678;
    font-size:18px;
}

/* Wide Screen Styles */
@media (min-width: 840px) {
    .navbar-toggler[b-m3y0x6tkuc] {
        display: none;
    }

    .nav-scrollable[b-m3y0x6tkuc] {
        display: none;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .navbar-brand[b-m3y0x6tkuc] {
        display: none;
    }
}

/* Mobile Screen Styles */
@media (max-width: 840px) {
    .widenavbar[b-m3y0x6tkuc] {
        display: none;
    }
    .shrinkNavBar[b-m3y0x6tkuc] {
        padding-left: 5rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 2px;
        background-color: #f8f9fa;
        font-weight: bold;
        color: #757678;
        font-size: 18px;
    }
    .navbar-toggler:checked ~ div > .nav-scrollable[b-m3y0x6tkuc] {
        display: block;
    }

    .nav-item:first-of-type[b-m3y0x6tkuc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m3y0x6tkuc] {
        padding-bottom: 1rem;
    }
}
.header-text[b-m3y0x6tkuc], h1[b-m3y0x6tkuc]{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    .header-text[b-m3y0x6tkuc]{
        margin-top:2rem;
    }
    /* Header */
    .header[b-m3y0x6tkuc] {
        background-color: rgb(5, 39, 103);
        color: white;
        padding: 0px;
        display: flex;
        align-items: center;
        padding-left:6rem;
    }

    .header .container[b-m3y0x6tkuc] {
        display: flex;
        align-items: center;
    }

    .header .logo img[b-m3y0x6tkuc] {
        width: 6rem;
        margin-right: 15px;
    }

.header-text h1[b-m3y0x6tkuc] {
    font-size: 36px;
    margin: 0;
    font-family: "Merriweather Web";
    font-weight: 600;
}

.header-text p[b-m3y0x6tkuc] {
    font-size: 16px;
    font-weight:bold;
    margin-top:10px;
}
/* _content/BIS232WebApp/Components/Pages/Public/ExclusionRequests/ERView.razor.rz.scp.css */
.publicerview > .card-body:nth-of-type(2n+1)[b-dvs91xnr7k] {
    background-color: #fcfcfc;
}
.publicerview > .card-body:nth-of-type(2n)[b-dvs91xnr7k] {
    background-color: #f0f0f0;
}
/* _content/BIS232WebApp/Components/Pages/Public/ExclusionRequests/Form.razor.rz.scp.css */
.tooltip-inner[b-zk19g17d8z] {
    max-width: 400px !important;
    text-align: left !important;
}
/* _content/BIS232WebApp/Components/Pages/Public/ObjectionFilings/Form.razor.rz.scp.css */


/* _content/BIS232WebApp/Components/Pages/Public/ObjectionFilings/OFView.razor.rz.scp.css */
.publicerview > .card-body:nth-of-type(2n+1)[b-m962daehf5] {
    background-color: #fcfcfc;
}
.publicerview > .card-body:nth-of-type(2n)[b-m962daehf5] {
    background-color: #f0f0f0;
}
/* _content/BIS232WebApp/Components/Pages/Public/PublicERDashboard.razor.rz.scp.css */
/* Fallback solution for browsers that don't support :has() */
div.important-container[b-hczthzh7l9] {
    background-color: yellow;
}
/* _content/BIS232WebApp/Components/Pages/Public/Rebuttals/Form.razor.rz.scp.css */
.tooltip-inner[b-eyn56pt49c] {
    max-width: 400px !important;
    text-align: left !important;
}
/* _content/BIS232WebApp/Components/Pages/Public/Rebuttals/ORView.razor.rz.scp.css */
.publicerview > .card-body:nth-of-type(2n+1)[b-pqrc6kifk1] {
    background-color: #fcfcfc;
}

.publicerview > .card-body:nth-of-type(2n)[b-pqrc6kifk1] {
    background-color: #f0f0f0;
}
/* _content/BIS232WebApp/Components/Pages/Public/Surrebuttals/Form.razor.rz.scp.css */
.tooltip-inner[b-2mlsthaons] {
    max-width: 400px !important;
    text-align: left !important;
}
/* _content/BIS232WebApp/Components/Pages/Public/Surrebuttals/SRView.razor.rz.scp.css */
.publicerview > .card-body:nth-of-type(2n+1)[b-oi0nbfy4in] {
    background-color: #fcfcfc;
}

.publicerview > .card-body:nth-of-type(2n)[b-oi0nbfy4in] {
    background-color: #f0f0f0;
}
