@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/EDI_ACH_Program/Components/Application/Documents.razor.rz.scp.css */
/*::deep .quickgrid-col-width-10 {
    width: 10vw;
}
::deep .quickgrid-col-width-20 {
    width: 20vw;
}

::deep .quickgrid-col-width-30 {
    width: 30vw; 
}

::deep .quickgrid-col-width-40 {
    width: 40vw;
}

::deep .quickgrid-col-width-50 {
    width: 50vw;
}
*/

[b-ezizfkawia] .col-title-text {
    /*color: darkred;*/
    font-size: large;
    max-width: 150px;
    word-wrap: break-word; /* Forces long words to break onto the next line */
    overflow-wrap: break-word;
    white-space: normal;
}

[b-ezizfkawia] quickgrid {
    overflow-x: scroll;
}
[b-ezizfkawia] .col-justify-start.quickgrid-custom-width {
    min-width: 300px !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

[b-ezizfkawia] input[type='file'] {
    color: rgba(0, 0, 0, 0) !important;
}


/* _content/EDI_ACH_Program/Components/Layout/Header.razor.rz.scp.css */
#headerWrapper[b-fehwb229db] {
    position: relative;
    top: 0;
    left: 0;
    background-color: #3B4044;
}

    #headerWrapper h1[b-fehwb229db] {
        margin-top: -5px;
    }

    #headerWrapper .searchbox img[b-fehwb229db] {
        margin-top: 0;
    }

    #headerWrapper .searchbox a[b-fehwb229db] {
        color: #fff;
    }

    #headerWrapper div.searchbox[b-fehwb229db] {
        padding-bottom: 10px
    }

    #headerWrapper img[b-fehwb229db] {
        display: block;
        width: 60px;
    }

header[b-fehwb229db] {
    padding: 1em 2% .5em 2%;
}

    header h1[b-fehwb229db] {
        font-size: 1.5em;
        color: #fff;
    }

    header h2[b-fehwb229db] {
        font-size: .9em;
        font-weight: 300;
        color: #ddd;
        margin-top: .75em;
    }

#colorbar a.tel[b-fehwb229db] {
    position: absolute;
    top: .4em;
    right: 2%;
    z-index: 1000; /*makes sure it sits on top of everything else*/
    font-size: 1.4em;
    font-weight: 600;
    color: #FFF !important; /* necessary to override the default blue link color applied by phones */
    text-decoration: none;
    padding-left: 25px;
    background-image: url(../images/icon_phone.png);
    background-position: left 0;
    background-repeat: no-repeat;
}

#headerWrapper .cardinal-logo img[b-fehwb229db] {
    margin-top: 0;
}

.doahgroup[b-fehwb229db] {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

#headerWrapper div.searchbox[b-fehwb229db] {
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0;
}

#headerWrapper .searchbox a[b-fehwb229db] {
    color: #000;
}

div.va-esearch button[b-fehwb229db] {
    background: #000080;
}

.va-esearch-results li[b-fehwb229db] {
    text-align: left
}

#headerWrapper div.searchbox[b-fehwb229db] {
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0;
}

#headerWrapper .searchbox a[b-fehwb229db] {
    color: #000;
}

div.va-esearch button[b-fehwb229db] {
    background: #000080;
}

.va-esearch-results li[b-fehwb229db] {
    text-align: left
}

.va-esearch[b-fehwb229db] {
    display: flex;
}

label.va-esearch-screenreader[b-fehwb229db] {
    display: none;
}

.va-esearch input[b-fehwb229db] {
    width: 100%;
    padding: 1em 0.5em;
}

.va-esearch-on .va-esearch-results[b-fehwb229db] {
    position: absolute;
    width: 100%;
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 0.5em 1em;
}

.va-esearch-results[b-fehwb229db] {
    background: #fff;
}

.va-esearch-results[b-fehwb229db] {
    background: #fff;
    z-index: 999999;
    position: absolute;
    top: 4em;
}

    .va-esearch-results a[b-fehwb229db] {
        display: block;
        padding: 1em;
        border-bottom: 1px solid #efefef;
        text-decoration: none;
        color: #464646;
    }

        .va-esearch-results a:hover[b-fehwb229db] {
            background: #c9c9c9;
        }

div.va-esearch[b-fehwb229db] {
    position: relative;
}

.va-esearch-results a span[b-fehwb229db] {
    display: block;
    font-size: 0.9em;
    color: #686868;
}

div.va-esearch button[b-fehwb229db] {
    position: relative;
    left: -1px;
    background: #172d55;
    color: #fff;
    border: 0px;
    font-weight: 500;
    font-size: 0.9em;
    padding: 1em;
    display: flex;
    align-items: center;
}

.va-esearch-modal-container[b-fehwb229db] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.va-esearch-modal-content[b-fehwb229db] {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    height: 80vh;
    overflow: scroll;
}

.va-esearch-close[b-fehwb229db] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .va-esearch-close:hover[b-fehwb229db] {
        color: black;
    }

.va-esearch-results ul[b-fehwb229db] {
    padding: 0 !important;
}

.va-esearch-results li[b-fehwb229db] {
    list-style: none !important;
}

.va-esearch-modal-content li[b-fehwb229db] {
    list-style: none;
    text-align: left;
    margin: 0 0 1.5em;
}

    .va-esearch-modal-content li span[b-fehwb229db] {
        display: block;
        font-size: 0.85em;
        text-decoration: none;
    }

    .va-esearch-modal-content li a span[b-fehwb229db] {
        display: block;
        font-size: 0.85em;
        font-weight: 400;
        color: #5f5f5f;
    }

    .va-esearch-modal-content li a[b-fehwb229db] {
        text-decoration: none !important;
    }

ul.va-esearch-pagination[b-fehwb229db] {
    display: inline-block;
    margin: 0px auto;
    text-align: center;
}

    ul.va-esearch-pagination li[b-fehwb229db] {
        display: inline-block;
        margin-right: 1em;
    }

ul.va-esearch-searchresult-modal li[b-fehwb229db] {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.5em;
}

a.va-esearch-currentpage[b-fehwb229db] {
    font-weight: bold;
    pointer-events: none;
    color: #535353;
}

button.vaESearchBtn img[b-fehwb229db] {
    max-width: 20px;
    margin-right: 0.25em;
}

button.vaESearchBtn:hover[b-fehwb229db] {
    background: #0079ba;
}
/* _content/EDI_ACH_Program/Components/Layout/Header_Component.razor.rz.scp.css */
#headerWrapper[b-xpwa8906kj] {
    position: relative;
    top: 0;
    left: 0;
    background-color: #3B4044 !important;
}

    #headerWrapper h1[b-xpwa8906kj] {
        margin-top: -5px;
    }

    #headerWrapper .searchbox img[b-xpwa8906kj] {
        margin-top: 0;
    }

    #headerWrapper .searchbox a[b-xpwa8906kj] {
        color: #fff;
    }

    #headerWrapper div.searchbox[b-xpwa8906kj] {
        padding-bottom: 10px
    }

    #headerWrapper img[b-xpwa8906kj] {
        display: block;
        width: 60px;
    }

header[b-xpwa8906kj] {
    padding: 1em 2% .5em 2%;
}

    header h1[b-xpwa8906kj] {
        font-size: 1.5em;
        color: #fff;
    }

    header h2[b-xpwa8906kj] {
        font-size: .9em;
        font-weight: 300;
        color: #ddd;
        margin-top: .75em;
    }

#colorbar a.tel[b-xpwa8906kj] {
    position: absolute;
    top: .4em;
    right: 2%;
    z-index: 1000; /*makes sure it sits on top of everything else*/
    font-size: 1.4em;
    font-weight: 600;
    color: #FFF !important; /* necessary to override the default blue link color applied by phones */
    text-decoration: none;
    padding-left: 25px;
    background-image: url(../images/icon_phone.png);
    background-position: left 0;
    background-repeat: no-repeat;
}

#headerWrapper .cardinal-logo img[b-xpwa8906kj] {
    margin-top: 0;
}

.doahgroup[b-xpwa8906kj] {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

#headerWrapper div.searchbox[b-xpwa8906kj] {
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0;
}

#headerWrapper .searchbox a[b-xpwa8906kj] {
    color: #000;
}

div.va-esearch button[b-xpwa8906kj] {
    background: #000080;
}

.va-esearch-results li[b-xpwa8906kj] {
    text-align: left
}

#headerWrapper div.searchbox[b-xpwa8906kj] {
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0;
}

#headerWrapper .searchbox a[b-xpwa8906kj] {
    color: #000;
}

div.va-esearch button[b-xpwa8906kj] {
    background: #000080;
}

.va-esearch-results li[b-xpwa8906kj] {
    text-align: left
}

.va-esearch[b-xpwa8906kj] {
    display: flex;
}

label.va-esearch-screenreader[b-xpwa8906kj] {
    display: none;
}

.va-esearch input[b-xpwa8906kj] {
    width: 100%;
    padding: 1em 0.5em;
}

.va-esearch-on .va-esearch-results[b-xpwa8906kj] {
    position: absolute;
    width: 100%;
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 0.5em 1em;
}

.va-esearch-results[b-xpwa8906kj] {
    background: #fff;
}

.va-esearch-results[b-xpwa8906kj] {
    background: #fff;
    z-index: 999999;
    position: absolute;
    top: 4em;
}

    .va-esearch-results a[b-xpwa8906kj] {
        display: block;
        padding: 1em;
        border-bottom: 1px solid #efefef;
        text-decoration: none;
        color: #464646;
    }

        .va-esearch-results a:hover[b-xpwa8906kj] {
            background: #c9c9c9;
        }

div.va-esearch[b-xpwa8906kj] {
    position: relative;
}

.va-esearch-results a span[b-xpwa8906kj] {
    display: block;
    font-size: 0.9em;
    color: #686868;
}

div.va-esearch button[b-xpwa8906kj] {
    position: relative;
    left: -1px;
    background: #172d55;
    color: #fff;
    border: 0px;
    font-weight: 500;
    font-size: 0.9em;
    padding: 1em;
    display: flex;
    align-items: center;
}

.va-esearch-modal-container[b-xpwa8906kj] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.va-esearch-modal-content[b-xpwa8906kj] {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    height: 80vh;
    overflow: scroll;
}

.va-esearch-close[b-xpwa8906kj] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .va-esearch-close:hover[b-xpwa8906kj] {
        color: black;
    }

.va-esearch-results ul[b-xpwa8906kj] {
    padding: 0 !important;
}

.va-esearch-results li[b-xpwa8906kj] {
    list-style: none !important;
}

.va-esearch-modal-content li[b-xpwa8906kj] {
    list-style: none;
    text-align: left;
    margin: 0 0 1.5em;
}

    .va-esearch-modal-content li span[b-xpwa8906kj] {
        display: block;
        font-size: 0.85em;
        text-decoration: none;
    }

    .va-esearch-modal-content li a span[b-xpwa8906kj] {
        display: block;
        font-size: 0.85em;
        font-weight: 400;
        color: #5f5f5f;
    }

    .va-esearch-modal-content li a[b-xpwa8906kj] {
        text-decoration: none !important;
    }

ul.va-esearch-pagination[b-xpwa8906kj] {
    display: inline-block;
    margin: 0px auto;
    text-align: center;
}

    ul.va-esearch-pagination li[b-xpwa8906kj] {
        display: inline-block;
        margin-right: 1em;
    }

ul.va-esearch-searchresult-modal li[b-xpwa8906kj] {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.5em;
}

a.va-esearch-currentpage[b-xpwa8906kj] {
    font-weight: bold;
    pointer-events: none;
    color: #535353;
}

button.vaESearchBtn img[b-xpwa8906kj] {
    max-width: 20px;
    margin-right: 0.25em;
}

button.vaESearchBtn:hover[b-xpwa8906kj] {
    background: #0079ba;
}
/* _content/EDI_ACH_Program/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ac98n2gb61] {
    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-ac98n2gb61] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/EDI_ACH_Program/Components/Layout/NavMenu.razor.rz.scp.css */
.bg-primary[b-hwdbf1q0xy] {
    background-color: #0d224e !important;
}

.navbar-toggler[b-hwdbf1q0xy] {
    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-hwdbf1q0xy] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-hwdbf1q0xy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hwdbf1q0xy] {
    font-size: 1.1rem;
    color: white;
    padding-bottom: 1rem;    
}

.bi[b-hwdbf1q0xy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hwdbf1q0xy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hwdbf1q0xy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-chevron-down-fill-nav-menu[b-hwdbf1q0xy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.bi-chevron-up-fill-nav-menu[b-hwdbf1q0xy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E")
}
.bi-list-nested-nav-menu[b-hwdbf1q0xy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hwdbf1q0xy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hwdbf1q0xy] {
        /*padding-top: 1rem;*/
    }

    .nav-item:last-of-type[b-hwdbf1q0xy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hwdbf1q0xy]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-hwdbf1q0xy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hwdbf1q0xy]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-hwdbf1q0xy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hwdbf1q0xy] {
    display: flex;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hwdbf1q0xy] {
        display: none;
    }

    .nav-scrollable[b-hwdbf1q0xy] {
        /* Never collapse the sidebar for wide screens */
        display: flex;

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        overflow-y: auto;
    }
}

/*section External Application only style*/
.bi-lock-nav-menu[b-hwdbf1q0xy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-hwdbf1q0xy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-hwdbf1q0xy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-hwdbf1q0xy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-hwdbf1q0xy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

/*section External Application only style*/
/* _content/EDI_ACH_Program/Components/Pages/Admin/Agency_Maintenance.razor.rz.scp.css */

/* Fix height and enable scrolling */
.grid[b-rw5jyzhoma] {
    min-height:50vh;
    overflow-y: auto;
}

    .grid[b-rw5jyzhoma]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-rw5jyzhoma] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-rw5jyzhoma] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-rw5jyzhoma] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

/*

Changes related to AAA rating issues where the height and width of 
interactive elements like buttons and links should be set to minimum of 44px 

::deep .col-title-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 44px;
    min-height: 44px;
    align-content: center;
}

*/ 
/* _content/EDI_ACH_Program/Components/Pages/Admin/Clerk_Maintenance.razor.rz.scp.css */

/* Fix height and enable scrolling */
.grid[b-gxfb9hpkf1] {
    min-height: 50vh;
    overflow-y: auto;
}

    .grid[b-gxfb9hpkf1]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-gxfb9hpkf1] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-gxfb9hpkf1] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-gxfb9hpkf1] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

/*

Changes related to AAA rating issues where the height and width of 
interactive elements like buttons and links should be set to minimum of 44px 
 
::deep .col-title-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 44px;
    min-height: 44px;
    align-content: center;
}

*/
/* _content/EDI_ACH_Program/Components/Pages/Admin/Manage_Users.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-3hpxkxszj7] {
    min-height: 10vh;
    overflow-y: auto;
}

    .grid[b-3hpxkxszj7]  table {
        min-width: 100%;
    }

grid-column-with-icon[b-3hpxkxszj7] {
    float: left;
    /* Add styling for your individual divs */
    width: 48%; /* Adjust as needed */
    padding: 20px;
    border: 1px solid black;
    margin: 5px;
}

/* Sticky header while scrolling */
[b-3hpxkxszj7] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

[b-3hpxkxszj7] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

[b-3hpxkxszj7] tr:has(> td:not(:empty)) > td {
    display: table-cell;
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-3hpxkxszj7] td:empty {
    display: none;
}

[b-3hpxkxszj7] .prevent-truncate {
    width: auto; /*Or use a fixed width, e.g., 300px */
    white-space: normal;
}

[b-3hpxkxszj7] .fix-width-column {
    width: 400px; /*Or use a fixed width, e.g., 300px */
    white-space: normal;
}

[b-3hpxkxszj7] .col-title-text {
    white-space: normal; /* Enables text wrapping */
    word-wrap: break-word; /* Ensures long words break to the next line */
}

[b-3hpxkxszj7] .wrap-header-text {
    white-space: normal; /* Enables text wrapping */
    word-wrap: break-word; /* Ensures long words break to the next line */
    /* Add any other styling like text-align, font-size, etc. */
}

[b-3hpxkxszj7] .highlight-row {
    background-color: #e0f7fa; /* Light blue background */
    font-weight: bold;
}

.custom-blinking[b-3hpxkxszj7] {
    animation: 1.5s blink-animation infinite;
}

@keyframes blink-opacity-b-3hpxkxszj7 {
    0%, 100% {
        opacity: 1; /* Fully visible */
    }

    50% {
        opacity: 0; /* Fully transparent */
    }
}

.blink-opacity[b-3hpxkxszj7] {
    animation: blink-opacity-b-3hpxkxszj7 1s step-end infinite;
}
/*
   For TemplateColumns with no header:
   Hide the header cell (th) using the assigned class.
*/
[b-3hpxkxszj7] th.no-header {
    display: none;
}

/*
   For all table cells (td) with the assigned class:
   Set the width to the maximum width of the content,
   ensuring the column doesn't take more space than necessary.
*/
[b-3hpxkxszj7] .fit-content {
    width: max-content;
}

.badge-important[b-3hpxkxszj7] {
    background-color: #ff4d4f; /* Red */
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75em;
    text-transform: uppercase;
    margin-left: 8px;
}

/*

Changes related to AAA rating issues where the height and width of
interactive elements like buttons and links should be set to minimum of 44px

::deep .col-title-text {
    white-space: normal; 
    word-wrap: break-word; 
    min-width: 44px;
    min-height: 44px;
    align-content: center;
}

*/
/* _content/EDI_ACH_Program/Components/Pages/Admin/Treasurer_Maintenance.razor.rz.scp.css */
/*

Changes related to AAA rating issues where the height and width of 
interactive elements like buttons and links should be set to minimum of 44px 

::deep .col-title-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 44px;
    min-height: 44px;
    align-content: center;
}

*/


/* _content/EDI_ACH_Program/Components/Pages/Admin/User_Application_Notification_Log.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-v0dycvbcsl] {
    min-height: 10vh;
    overflow-y: auto;
}

    .grid[b-v0dycvbcsl]  table {
        min-width: 100%;
    }

grid-column-with-icon[b-v0dycvbcsl] {
    float: left;
    /* Add styling for your individual divs */
    width: 48%; /* Adjust as needed */
    padding: 20px;
    border: 1px solid black;
    margin: 5px;
}

/* Sticky header while scrolling */
[b-v0dycvbcsl] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

[b-v0dycvbcsl] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

[b-v0dycvbcsl] tr:has(> td:not(:empty)) > td {
    display: table-cell;
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-v0dycvbcsl] td:empty {
    display: none;
}

[b-v0dycvbcsl] .prevent-truncate {
    width: auto; /*Or use a fixed width, e.g., 300px */
    white-space: normal;
}

[b-v0dycvbcsl] .fix-width-column {
    width: 200px; /*Or use a fixed width, e.g., 300px */
    white-space: normal;
}

[b-v0dycvbcsl] .col-title-text {
    white-space: normal; /* Enables text wrapping */
    word-wrap: break-word; /* Ensures long words break to the next line */
}

[b-v0dycvbcsl] .wrap-header-text {
    white-space: normal; /* Enables text wrapping */
    word-wrap: break-word; /* Ensures long words break to the next line */
    /* Add any other styling like text-align, font-size, etc. */
}

[b-v0dycvbcsl] .highlight-row {
    background-color: #e0f7fa; /* Light blue background */
    font-weight: bold;
}

.custom-blinking[b-v0dycvbcsl] {
    animation: 1.5s blink-animation infinite;
}

@keyframes blink-opacity-b-v0dycvbcsl {
    0%, 100% {
        opacity: 1; /* Fully visible */
    }

    50% {
        opacity: 0; /* Fully transparent */
    }
}

.blink-opacity[b-v0dycvbcsl] {
    animation: blink-opacity-b-v0dycvbcsl 1s step-end infinite;
}
/*
   For TemplateColumns with no header:
   Hide the header cell (th) using the assigned class.
*/
[b-v0dycvbcsl] th.no-header {
    display: none;
}

/*
   For all table cells (td) with the assigned class:
   Set the width to the maximum width of the content,
   ensuring the column doesn't take more space than necessary.
*/
[b-v0dycvbcsl] .fit-content {
    width: max-content;
}

.badge-important[b-v0dycvbcsl] {
    background-color: #ff4d4f; /* Red */
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75em;
    text-transform: uppercase;
    margin-left: 8px;
}

[b-v0dycvbcsl] a.not-clickable {
    text-decoration: none !important;
    border-bottom: none !important;
    pointer-events: none;
    cursor: default;
    color: inherit;
    outline: none;
}

[b-v0dycvbcsl] a.clickable {
}
/*

Changes related to AAA rating issues where the height and width of
interactive elements like buttons and links should be set to minimum of 44px

::deep .col-title-text {
    white-space: normal; 
    word-wrap: break-word; 
    min-width: 44px;
    min-height: 44px;
    align-content: center;
}

*/
/* _content/EDI_ACH_Program/Components/Pages/Admin/User_Application_Status_Change_Log.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-223hjnz1sg] {
    min-height: 10vh;
    overflow-y: auto;
}

    .grid[b-223hjnz1sg]  table {
        min-width: 100%;
    }

grid-column-with-icon[b-223hjnz1sg] {
    float: left;
    /* Add styling for your individual divs */
    width: 48%; /* Adjust as needed */
    padding: 20px;
    border: 1px solid black;
    margin: 5px;
}

/* Sticky header while scrolling */
[b-223hjnz1sg] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

[b-223hjnz1sg] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

[b-223hjnz1sg] tr:has(> td:not(:empty)) > td {
    display: table-cell;
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-223hjnz1sg] td:empty {
    display: none;
}

[b-223hjnz1sg] .prevent-truncate {
    width: auto; /*Or use a fixed width, e.g., 300px */
    white-space: normal;
}

[b-223hjnz1sg] .fix-width-column {
    width: 200px; /*Or use a fixed width, e.g., 300px */
    white-space: normal;
}

[b-223hjnz1sg] .col-title-text {
    white-space: normal; /* Enables text wrapping */
    word-wrap: break-word; /* Ensures long words break to the next line */
}

[b-223hjnz1sg] .wrap-header-text {
    white-space: normal; /* Enables text wrapping */
    word-wrap: break-word; /* Ensures long words break to the next line */
    /* Add any other styling like text-align, font-size, etc. */
}

[b-223hjnz1sg] .highlight-row {
    background-color: #e0f7fa; /* Light blue background */
    font-weight: bold;
}

.custom-blinking[b-223hjnz1sg] {
    animation: 1.5s blink-animation infinite;
}

@keyframes blink-opacity-b-223hjnz1sg {
    0%, 100% {
        opacity: 1; /* Fully visible */
    }

    50% {
        opacity: 0; /* Fully transparent */
    }
}

.blink-opacity[b-223hjnz1sg] {
    animation: blink-opacity-b-223hjnz1sg 1s step-end infinite;
}
/*
   For TemplateColumns with no header:
   Hide the header cell (th) using the assigned class.
*/
[b-223hjnz1sg] th.no-header {
    display: none;
}

/*
   For all table cells (td) with the assigned class:
   Set the width to the maximum width of the content,
   ensuring the column doesn't take more space than necessary.
*/
[b-223hjnz1sg] .fit-content {
    width: max-content;
}

.badge-important[b-223hjnz1sg] {
    background-color: #ff4d4f; /* Red */
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75em;
    text-transform: uppercase;
    margin-left: 8px;
}

[b-223hjnz1sg] a.not-clickable {
    text-decoration: none !important;
    border-bottom: none !important;
    pointer-events: none;
    cursor: default;
    color: inherit;
    outline: none;
}

[b-223hjnz1sg] a.clickable {
}
/*

Changes related to AAA rating issues where the height and width of
interactive elements like buttons and links should be set to minimum of 44px

::deep .col-title-text {
    white-space: normal; 
    word-wrap: break-word; 
    min-width: 44px;
    min-height: 44px;
    align-content: center;
}

*/
/* _content/EDI_ACH_Program/Components/Pages/Application/ApplicationSubmission.razor.rz.scp.css */

:root[b-lentm3odgg] {
    --bright-blue: #0066ad;
    --light-blue: #eff4f9;
    --navy: #20396f;
    --dark-blue: #0d224e;
}
.nav-link[b-lentm3odgg] {
    color: var(--navy); /* Default text color */
    font-weight: bold;
}
.nav-tabs[b-lentm3odgg] {
    border-bottom: 1px solid #dee2e6;
    border-radius: .25rem !important;
}
.nav-tabs[b-lentm3odgg] {
    margin-bottom: 0;
}

/*

Changes related to AAA rating issues where the height and width of 
interactive elements like buttons and links should be set to minimum of 44px 

.nav-link-min-width-height-48 {
    min-height: 48px !important;
    min-width: 48px !important;
}

*/
/* _content/EDI_ACH_Program/Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-wtuvsit9rf] {
    min-height: 10vh;
    overflow-y: auto;
}

    .grid[b-wtuvsit9rf]  table {
        min-width: 100%;
    }

grid-column-with-icon[b-wtuvsit9rf] {
    float: left;
    /* Add styling for your individual divs */
    width: 48%; /* Adjust as needed */
    padding: 20px;
    border: 1px solid black;
    margin: 5px;
}

/* Sticky header while scrolling */
[b-wtuvsit9rf] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

[b-wtuvsit9rf] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

[b-wtuvsit9rf] tr:has(> td:not(:empty)) > td {
    display: table-cell;
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-wtuvsit9rf] td:empty {
    display: none;
}
[b-wtuvsit9rf] .prevent-truncate {
    width: auto;  /*Or use a fixed width, e.g., 300px */
    white-space: normal;
}

[b-wtuvsit9rf] .fix-width-column {
    width: 200px; /*Or use a fixed width, e.g., 300px */
    white-space: normal;
}
[b-wtuvsit9rf] .col-title-text {
    white-space: normal; /* Enables text wrapping */
    word-wrap: break-word; /* Ensures long words break to the next line */
}
[b-wtuvsit9rf] .wrap-header-text {
    white-space: normal; /* Enables text wrapping */
    word-wrap: break-word; /* Ensures long words break to the next line */
    /* Add any other styling like text-align, font-size, etc. */
}

[b-wtuvsit9rf] .highlight-row {
    background-color: #e0f7fa; /* Light blue background */
    font-weight: bold;
}
.custom-blinking[b-wtuvsit9rf] {
    animation: 1.5s blink-animation infinite;
}

@keyframes blink-opacity-b-wtuvsit9rf {
    0%, 100% {
        opacity: 1; /* Fully visible */
    }

    50% {
        opacity: 0; /* Fully transparent */
    }
}

.blink-opacity[b-wtuvsit9rf] {
    animation: blink-opacity-b-wtuvsit9rf 1s step-end infinite;
}
/*
   For TemplateColumns with no header:
   Hide the header cell (th) using the assigned class.
*/
[b-wtuvsit9rf] th.no-header {
    display: none;
}

/*
   For all table cells (td) with the assigned class:
   Set the width to the maximum width of the content,
   ensuring the column doesn't take more space than necessary.
*/
[b-wtuvsit9rf] .fit-content {
    width: max-content;
}

.badge-important[b-wtuvsit9rf] {
    background-color: #ff4d4f; /* Red */
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75em;
    text-transform: uppercase;
    margin-left: 8px;
}
[b-wtuvsit9rf] a.not-clickable {
    text-decoration: none !important;
    border-bottom: none !important;
    pointer-events: none; 
    cursor: default; 
    color: inherit; 
    outline: none;
}
[b-wtuvsit9rf] a.clickable {
}
/*

Changes related to AAA rating issues where the height and width of
interactive elements like buttons and links should be set to minimum of 44px

::deep .col-title-text {
    white-space: normal; 
    word-wrap: break-word; 
    min-width: 44px;
    min-height: 44px;
    align-content: center;
}

*/
/* _content/EDI_ACH_Program/Components/User/ApplicantDetailsComponent.razor.rz.scp.css */
.word-wrap-anywhere[b-orkcyl2hwt] {
    word-wrap: anywhere;
}
/* _content/EDI_ACH_Program/Components/User/BankPaymentDetailsComponent.razor.rz.scp.css */
.word-wrap-anywhere[b-hcl9ejpgeb] {
    word-wrap: anywhere;
}
