/* /Component/BktSearchResults.razor.rz.scp.css */
.fullPageLock[b-klqbd02pdm] {
    height: calc(100vh - 24.6rem);
}
/* /Component/Calendar.razor.rz.scp.css */
/* /Component/CaptCntrList.razor.rz.scp.css */
li.cntrSelected[b-76vw5v4ouv] {
    background-color: #868474;
    color: #efefef;
}
/* /Component/CaptExpList.razor.rz.scp.css */
body[b-smyj89od0d] {
}
/* /Component/CaptIncList.razor.rz.scp.css */
body[b-uk7bew0gf1] {
}
/* /Component/CntrEvntIncItem.razor.rz.scp.css */
/* /Component/CntrEvntIncList.razor.rz.scp.css */
body[b-bi42ah99si] {
}
/* /Component/CntrSearchResults.razor.rz.scp.css */
body[b-bt28lbu50v] {
}
/* /Component/EntCard.razor.rz.scp.css */
*[b-x6vohrhcwh] { box-sizing: border-box; }

.beautyBdg[b-x6vohrhcwh] {
    width: 150px;
    height: 150px;
    margin: 2.5rem auto;
    background: #fcfcfc;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.2), 0 3px 2px rgba(0,0,0,0.2);
    line-height: 130px;
    font-weight: bold;
    color: #cfcfcf;
    text-align: center;
    font-size: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.beautyBdg span[b-x6vohrhcwh] {
    margin-left: -.525rem;
    color: #cfcfcf;
}

.beautyBdg .role[b-x6vohrhcwh] {
    text-transform: uppercase;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .675rem;
    font-weight: 500;
    color: #a2a7ac;
    left: 29px;
    bottom: 39px;
    line-height: 1;
    text-align: right;
}

.beautyBdg[b-x6vohrhcwh]:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    background: #c8c8c8;
    border-radius: 40px;
    left: 47%;
    bottom: 40px;
}

.lnkWrapper[b-x6vohrhcwh] {
    text-decoration: none;
    cursor: pointer;
}

.crd[b-x6vohrhcwh] {
    min-height: 40vh;
    width: 23rem;
    min-width: 250px;
    padding: 1.5rem;
    border-radius: 16px;
    background: #f2f5f1;
    box-shadow: -.5rem .5rem .5rem #efefef;
    display: flex;
    flex-direction: column;
    transition: .25s;
    margin: 0;
    scroll-snap-align: start;
    clear: both;
    border: 1px solid #cdcdcd;
    position: relative;
}
.crd:focus-within ~ .crd[b-x6vohrhcwh], .crd:hover ~ .crd[b-x6vohrhcwh] {
    transform: translateX(130px);
}

.crd:hover[b-x6vohrhcwh] {
    transform: translateY(-1rem);
    background-color: #ffffff;
    border-color: var(--gfMain)
}
.crd:hover .crd-header h2[b-x6vohrhcwh] {
    background: linear-gradient(90deg, var(--gfMain) 15%, var(--gfMid) 75%, var(--gfMid) 75%);
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.crd:hover .crd-header p[b-x6vohrhcwh] {
    color: var(--gfDark);
}
.crd:hover .crd-author .d-flex .beautyBdg[b-x6vohrhcwh]:after {
    content: "";
    position: absolute;
    border-radius: inherit;
    z-index: -1;
    background: #c8c8c8;
    background: linear-gradient(var(--gfMain), var(--gfLight));
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.9);
}
.crd:hover .crd-author .d-flex .beautyBdg[b-x6vohrhcwh] {
    color: var(--gfMain);
}
.crd:hover .crd-author .d-flex .beautyBdg span[b-x6vohrhcwh] {
    color: var(--gfLight);
}
.crd:hover .crd-author .d-flex .beautyBdg .role[b-x6vohrhcwh] {
    color: #a2a7ac;
}
.crd:hover .crd-author .row .col .smryItem[b-x6vohrhcwh] {
    background-color: #ffffff;
    color: var(--gfDark);
}

.crd:not(:first-child)[b-x6vohrhcwh] {
    margin-left: -130px;
}

.crd-header[b-x6vohrhcwh] {
    margin-bottom: 0;
}
.crd-header p[b-x6vohrhcwh] {
    font-size: 14px;
    color: #d8d8d8;
    margin: 0 0 1rem;
    color: #7a7a8c;
}
.crd-header h2[b-x6vohrhcwh] {
    font-size: 20px;
    margin: .25rem 0 auto;
    text-decoration: none;
    color: #cfcfcf;
    border: 0;
    display: inline-block;
}
.crd-header h2:hover[b-x6vohrhcwh] {
    background: linear-gradient(90deg,#ff8a00,#e52e71);
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.crd-author[b-x6vohrhcwh] {
    display: grid;
    align-items: center;
    position: relative;
}

@media (max-width: 992px) {
    .crd[b-x6vohrhcwh] {
        min-height: 69vh;
    }
}

.author-avatar[b-x6vohrhcwh] {
    grid-area: auto;
    align-self: start;
    position: relative;
    box-sizing: border-box;
}
.author-avatar img[b-x6vohrhcwh] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: grayscale(100%);
    display: block;
    overflow: hidden;
    margin: 16px 10px;
}

.author-name[b-x6vohrhcwh] {
    grid-area: auto;
    box-sizing: border-box;
}

.author-name-prefix[b-x6vohrhcwh] {
    font-style: normal;
    font-weight: 700;
    color: #7a7a8c;
}

.half-circle[b-x6vohrhcwh] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 48px;
    fill: none;
    stroke: #ff8a00;
    stroke-width: 8;
    stroke-linecap: round;
    pointer-events: none;
}

.tags[b-x6vohrhcwh] {
    margin: .75rem 0 2rem;
    padding: .5rem 0;
    line-height: 2;
    margin-bottom: 0;
}

.smryItem[b-x6vohrhcwh] {
    background-color: #f2f5f1;
    color: #acacac;
}

.smryLabel[b-x6vohrhcwh] {
    font-size: .825rem;
}
/* /Component/EntCardStack.razor.rz.scp.css */
h4[b-tascqpg3e4] {
    font-size: 1.15rem;
}

.badgeWrapper[b-tascqpg3e4] {
    margin-top: -.175rem;
}

.imgPlaceholder[b-tascqpg3e4] {
    line-height: 1.215;
    min-width: 37px;
    min-height: 37px;
    padding-top: 9px;
    font-size: 1.15rem;
}

.crd-stack[b-tascqpg3e4] {
    display: flex;
    padding: 2rem 3rem;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.crd-stack[b-tascqpg3e4]::-webkit-scrollbar {
    display: none;
}

@media (max-width: 992px) {
    .crd-stack[b-tascqpg3e4] {
        padding: .75rem 2rem;
    }
}
/* /Component/EventList.razor.rz.scp.css */
/* /Component/EvntIncSummary.razor.rz.scp.css */

/* /Component/EvntSchdList.razor.rz.scp.css */
/* /Component/EvntTypeItem.razor.rz.scp.css */

/* /Component/EvntTypeList.razor.rz.scp.css */

/* /Component/ExpCatItem.razor.rz.scp.css */
/* /Component/ExpCatList.razor.rz.scp.css */
/* /Component/ExpList.razor.rz.scp.css */

/* /Component/ExpTypeItem.razor.rz.scp.css */
/* /Component/ExpTypeList.razor.rz.scp.css */

/* /Component/IncList.razor.rz.scp.css */
/* /Component/IncTypeItem.razor.rz.scp.css */
/* /Component/IncTypeList.razor.rz.scp.css */
/* /Component/PageHeader.razor.rz.scp.css */
/* /Component/Pager.razor.rz.scp.css */
body[b-l5nxb3nuhp] {
}
/* /Component/PledCntrSearchResults.razor.rz.scp.css */
/* /Component/PledPymtItem.razor.rz.scp.css */

/* /Component/PledPymtList.razor.rz.scp.css */
/* /Component/PledSearchResults.razor.rz.scp.css */
body[b-mr6gfciu8v] {
}
/* /Component/RelTypeItem.razor.rz.scp.css */
/* /Component/RelTypeList.razor.rz.scp.css */
/* /Component/VersionControl.razor.rz.scp.css */
.floating-update-button[b-5rfhwun65z] {
    position: relative;
    top: 0;
    padding: 1rem 1.5rem;
    width: 100%;
}
/* /Layout/AuthLayout.razor.rz.scp.css */
.page[b-037qowoqns] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-037qowoqns] {
    flex: 1;
}

.authBackground[b-037qowoqns] {
    background-image: url("../image/authBackground.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ehl4eud73a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ehl4eud73a] {
    flex: 1;
}

.top-row[b-ehl4eud73a] {
    border-bottom: 1px solid var(--gfMain);
    height: 4.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    max-width: 100vw;
}
.top-row[b-ehl4eud73a]  a, .top-row[b-ehl4eud73a]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}
.top-row[b-ehl4eud73a]  a:hover, .top-row[b-ehl4eud73a]  .btn-link:hover {
    text-decoration: none;
}

@media (max-width: 640.98px) {
    .page[b-ehl4eud73a] {
        min-height: 100vh;
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .top-row[b-ehl4eud73a] {
        justify-content: space-between;
        height: 3.75rem;
    }

    .top-row[b-ehl4eud73a]  a, .top-row[b-ehl4eud73a]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    main[b-ehl4eud73a] {
        flex: 1;
    }

    .page[b-ehl4eud73a] {
        flex-direction: row;
    }

/*    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #ffffff;
    }

*/    .top-row.auth[b-ehl4eud73a]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ehl4eud73a], article[b-ehl4eud73a] {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-mzk8zvcyiv] {
    flex: 1;
}

.navbar-menu-icon[b-mzk8zvcyiv] {
    color: rgb(45, 95, 52);
}

.navbar-toggler[b-mzk8zvcyiv] {
    background-color: rgba(45, 95, 52, 0.1);
}
.navbar-toggler:focus[b-mzk8zvcyiv] {
    box-shadow: 0 0 0 .175rem rgb(45, 95, 52);
}

.top-row[b-mzk8zvcyiv] {
    position: sticky;
    height: 4rem;
    background-color: rgba(212,230,201);
}

.navbar-brand[b-mzk8zvcyiv] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 1.1rem;
    padding-top: 0;
}

.bi[b-mzk8zvcyiv] {
    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-mzk8zvcyiv] {
    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-mzk8zvcyiv] {
    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-list-nested-nav-menu[b-mzk8zvcyiv] {
    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-mzk8zvcyiv] {
    position: relative;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
    min-width: 4rem;
}

.nav-item[b-mzk8zvcyiv]  a {
    color: var(--gfMain);
    border-radius: 4px;
    display: flex;
    align-items: center;
    min-height: 3.5rem;
}

.nav-item[b-mzk8zvcyiv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: var(--gfMain);
}

.nav-item[b-mzk8zvcyiv]  a:hover {
    background-color: rgba(212,230,201,0.25);
    color: var(--gfDark);
}

.groStyle[b-mzk8zvcyiv]{
    color: #efefef;
}
.finaStyle[b-mzk8zvcyiv] {
    color: #333333;
}

.compView[b-mzk8zvcyiv] {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('icon-192.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    margin-top: .5rem;
}

.expView[b-mzk8zvcyiv] {
    display: block;
    width: 92.5px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('image/logo.webp');
}

.homeMargin[b-mzk8zvcyiv] {
    margin-left: .125rem !important;
}

.dashboardMargin[b-mzk8zvcyiv] {
    margin-left: .05rem !important;
}

.pledMargin[b-mzk8zvcyiv] {
    margin-left: .35rem !important;
}

.referencesMargin[b-mzk8zvcyiv] {
    margin-left: .15rem !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mzk8zvcyiv] {
        display: none;
    }

    .collapse[b-mzk8zvcyiv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-mzk8zvcyiv] {
        /* Allow sidebar to scroll for tall menus */
        position: sticky;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .nav-link[b-mzk8zvcyiv] {
        position: relative;
        padding-left: .75rem;
    }
    .nav-link i[b-mzk8zvcyiv] {
        position: absolute;
        margin-left: 0;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -25%);
        font-size: 1.5rem;
        min-width: 30px;
    }

    .navLabel[b-mzk8zvcyiv] {
        position: absolute;
        left: 50%;
        bottom: 15%;
        transform: translateX(-50%);
        background-color: rgba(212,230,201);
        border-radius: .25rem;
        padding: 0 .25rem;
        font-size: .65rem;
        cursor: pointer;
    }
}

@media (max-width: 640.85px) {
    .nav-item[b-mzk8zvcyiv]  a {
        min-height: 2rem;
    }
}
/* /Pages/AccessDenied.razor.rz.scp.css */
body[b-mggkqro3ew] {
}
/* /Pages/Buckets.razor.rz.scp.css */
.fullPageLock[b-mbc45mdf2h] {
    height: calc(100vh - 24.5rem);
    max-height: calc(100vh - 24.5rem);
}

@media (max-width: 576px) {
    .fullPageLock[b-mbc45mdf2h] {
        height: calc(100vh - 25.4rem);
        max-height: calc(100vh - 25.4rem);
    }
}
/* /Pages/Confirmation.razor.rz.scp.css */
.pwdChangeLogo[b-hj5n0epdky] {
    display: block;
    width: 100%;
}

.btnSpacer[b-hj5n0epdky] {
    margin-left: .75rem;
}

.regHeader[b-hj5n0epdky] {
    color: #010101;
}

.cardDefaultHeight[b-hj5n0epdky] {
    min-height: 50vh;
}

.summaryText[b-hj5n0epdky] {
    font-size: .9rem;
}

.smallerText[b-hj5n0epdky] {
    font-size: .875rem;
}
/* /Pages/ConfirmationVoucher.razor.rz.scp.css */
.pwdChangeLogo[b-l2idhppy7t] {
    display: block;
    width: 100%;
}

.btnSpacer[b-l2idhppy7t] {
    margin-left: .75rem;
}

.regHeader[b-l2idhppy7t] {
    color: #010101;
}

.cardDefaultHeight[b-l2idhppy7t] {
    min-height: 50vh;
}

.summaryText[b-l2idhppy7t] {
    font-size: .9rem;
}

.smallerText[b-l2idhppy7t] {
    font-size: .875rem;
}
/* /Pages/ConnectionProfile.razor.rz.scp.css */
h4.listHeader[b-nhlni0zn9x] {
    font-size: 1.15rem;
}

.dashboardCardBody[b-nhlni0zn9x] {
    min-height: 17rem;
}

.dashboardHeader[b-nhlni0zn9x] {
    padding-top: .765rem;
    padding-bottom: .765rem;
    color: var(--gfMain);
}

.listContainer[b-nhlni0zn9x] {
    max-height: 13rem;
    height: 13rem;
}

textarea.description-box[b-nhlni0zn9x] {
    height: 8rem;
}

.quickCard[b-nhlni0zn9x] {
    width: 18%;
}

    .quickCard .card-body[b-nhlni0zn9x] {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

.greenCard[b-nhlni0zn9x] {
    background-image: radial-gradient(var(--gfMain), var(--gfMain), #055C36);
    transition: background-image 0.5s ease-in-out;
    color: #ffffff;
    cursor: pointer;
}

    .greenCard:hover[b-nhlni0zn9x] {
        background-image: radial-gradient(#055C36);
        color: #efefef;
    }


.greyCard[b-nhlni0zn9x] {
    background-image: radial-gradient(rgb(57,65,73), rgb(57,65,73), rgb(33,37,41));
    transition: background-image 0.5s ease-in-out;
    color: #ffffff;
    cursor: pointer;
}

    .greyCard:hover[b-nhlni0zn9x] {
        background-image: radial-gradient(rgb(33,37,41));
        color: #efefef;
    }

.silverCard[b-nhlni0zn9x] {
    background-image: radial-gradient(rgb(248,249,250), rgb(248,249,250), rgb(231,235,239));
    transition: background-image 0.5s ease-in-out;
    color: #333333;
    cursor: pointer;
}

    .silverCard:hover[b-nhlni0zn9x] {
        background-image: radial-gradient(rgb(231,235,239));
        color: #111111;
    }

.lightGreenCard[b-nhlni0zn9x] {
    background-image: radial-gradient(rgb(212, 230, 201), rgb(212, 230, 201), rgb(187,210,173));
    transition: background-image 0.5s ease-in-out;
    color: #333333;
    cursor: pointer;
}

    .lightGreenCard:hover[b-nhlni0zn9x] {
        background-image: radial-gradient(rgb(187,210,173));
        color: #111111;
    }

.smokeCard[b-nhlni0zn9x] {
    background-image: radial-gradient(rgb(207, 207, 196), rgb(207, 207, 196), #a9a999);
    transition: background-image 0.5s ease-in-out;
    color: #333333;
    cursor: pointer;
}

    .smokeCard:hover[b-nhlni0zn9x] {
        background-image: radial-gradient(#a9a999);
        color: #000000;
    }
/* /Pages/Connections.razor.rz.scp.css */
.fullPageLock[b-v5g6tlc5vp] {
    height: calc(100vh - 23.2rem);
    max-height: calc(100vh - 23.2rem);
}

@media (max-width: 576px) {
    .fullPageLock[b-v5g6tlc5vp] {
        height: calc(100vh - 26.8rem);
        max-height: calc(100vh - 26.8rem);
    }

    .right-gutter-adjust[b-v5g6tlc5vp] {
        padding-right: calc(var(--bs-gutter-x) * .25);
    }

    .left-gutter-adjust[b-v5g6tlc5vp] {
        padding-left: calc(var(--bs-gutter-x) * .25);
    }
}
/* /Pages/ContactUs.razor.rz.scp.css */
textarea.description-box[b-htylfbkhy6] {
    height: 8rem;
}
/* /Pages/Dashboard.razor.rz.scp.css */
h4.listHeader[b-75m0b9lv6g] {
    font-size: 1.15rem;
}

.dashboardCardBody[b-75m0b9lv6g] {
    min-height: 17rem;
}

.dashboardHeader[b-75m0b9lv6g] {
    padding-top: .765rem;
    padding-bottom: .765rem;
    color: var(--gfMain);
}

.listContainer[b-75m0b9lv6g] {
    max-height: 13rem;
    height: 13rem;
}

textarea.description-box[b-75m0b9lv6g] {
    height: 8rem;
}

.quickCard[b-75m0b9lv6g] {
    min-height: 9.15rem;
    width: 18%;
}
.quickCard .card-body[b-75m0b9lv6g]
{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.greenCard[b-75m0b9lv6g] {
    background-image: radial-gradient(var(--gfMain), var(--gfMain), #055C36);
    transition: background-image 0.5s ease-in-out;
    color: #ffffff;
    cursor: pointer;
}
.greenCard:hover[b-75m0b9lv6g] {
    background-image: radial-gradient(#055C36);
    color: #efefef;
}


.greyCard[b-75m0b9lv6g] {
    background-image: radial-gradient(rgb(57,65,73), rgb(57,65,73), rgb(33,37,41));
    transition: background-image 0.5s ease-in-out;
    color: #ffffff;
    cursor: pointer;
}
.greyCard:hover[b-75m0b9lv6g] {
    background-image: radial-gradient(rgb(33,37,41));
    color: #efefef;
}

.silverCard[b-75m0b9lv6g] {
    background-image: radial-gradient(rgb(248,249,250), rgb(248,249,250), rgb(231,235,239));
    transition: background-image 0.5s ease-in-out;
    color: #333333;
    cursor: pointer;
}
.silverCard:hover[b-75m0b9lv6g] {
    background-image: radial-gradient(rgb(231,235,239));
    color: #111111;
}

.lightGreenCard[b-75m0b9lv6g] {
    background-image: radial-gradient(rgb(212, 230, 201), rgb(212, 230, 201), rgb(187,210,173));
    transition: background-image 0.5s ease-in-out;
    color: #333333;
    cursor: pointer;
}
.lightGreenCard:hover[b-75m0b9lv6g] {
    background-image: radial-gradient(rgb(187,210,173));
    color: #111111;
}

.smokeCard[b-75m0b9lv6g] {
    background-image: radial-gradient(rgb(207, 207, 196), rgb(207, 207, 196), #a9a999);
    transition: background-image 0.5s ease-in-out;
    color: #333333;
    cursor: pointer;
}
.smokeCard:hover[b-75m0b9lv6g] {
    background-image: radial-gradient(#a9a999);
    color: #000000;
}

@media (max-width: 576px) {
    .quickCard[b-75m0b9lv6g] {
        min-width: 90%;
    }
}
/* /Pages/EventCapture.razor.rz.scp.css */
.card-cntr[b-48au243j3a] {
    background-color: #e5e2cc;
    min-height: calc(100vh - 187px);
}

.card-capt[b-48au243j3a] {
    min-height: calc(100vh - 187px);
}

.card-inc[b-48au243j3a] {
    background-color: var(--gfLight);
    min-height: calc(50vh - 96px);
}

.card-exp[b-48au243j3a] {
    background-color: var(--gfStatic);
    min-height: calc(50vh - 108px);
}

.card-smry[b-48au243j3a] {
    min-height: calc(100vh - 104px);
}

.card-cntr-list[b-48au243j3a] {
    height: calc(100vh - 240px);
    max-height: calc(100vh - 240px);
}

.card-capt-list[b-48au243j3a] {
    height: calc(100vh - 240px);
    max-height: calc(100vh - 240px);
}

.card-inc-list[b-48au243j3a] {
    height: calc(50vh - 151px);
    max-height: calc(50vh - 151px);
}

.card-exp-list[b-48au243j3a] {
    height: calc(50vh - 163px);
    max-height: calc(50vh - 163px);
}

.card-smry-list[b-48au243j3a] {
    height: calc(100vh - 155px);
    max-height: calc(100vh - 155px);
}

.cardCap-body[b-48au243j3a] {
    padding: 0 !important;
}

.cardCap-header[b-48au243j3a] {
    height: 2.65rem;
}

@media (max-width: 576px) {
    .card-cntr[b-48au243j3a] {
        min-height: 50vh;
    }

    .card-capt[b-48au243j3a] {
        min-height: 60vh;
    }

    .card-cntr-list[b-48au243j3a] {
        height: calc(50vh - 25.5px);
        max-height: calc(50vh - 25.5px);
    }

    .card-capt-list[b-48au243j3a] {
        height: calc(60vh - 25.5px);
        max-height: calc(60vh - 25.5px);
    }
}

.dollarDollar[b-48au243j3a] {
    font-size: 1.375rem !important;
}

.subTotal[b-48au243j3a] {
    font-size: 1.105rem !important;
}

.iconBtn[b-48au243j3a] {
    padding-top: .15rem !important;
}
.iconBtn i[b-48au243j3a] {
    font-size: 1.215rem;
}

.invisiBtn[b-48au243j3a] {
    border: none !important;
    padding: 0;
    background-color: transparent !important;
}

.noDropCaret[b-48au243j3a]::after {
    content: none;
}

.cntrDropzone[b-48au243j3a] {
    padding: 1rem;
    min-width: 18rem;
}

.tightRow[b-48au243j3a] {
    line-height: .85;
}

.relType[b-48au243j3a] {
    font-size: .75rem;
    font-weight: 500;
    padding: 0 0 0 .25rem;
    text-transform: uppercase;
}

.address[b-48au243j3a] {
    font-size: .7rem;
    font-weight: 500;
    padding: 0 0 0 .25rem;
}

.listSeparator[b-48au243j3a] {
    border-top: 1px solid #cfcfcf;
}

.darkGold[b-48au243j3a] {
    color: #5A5743;
}
/* /Pages/EventSearch.razor.rz.scp.css */
.fullPageLock[b-bqt2xfolwp] {
    height: calc(100vh - 26.5rem);
    max-height: calc(100vh - 26.5rem);
}

@media (max-width: 576px) {
    .fullPageLock[b-bqt2xfolwp] {
        height: calc(100vh - 30rem);
        max-height: calc(100vh - 30rem);
    }
}

textarea.description-box[b-bqt2xfolwp] {
    height: 8rem;
}

input[type="date"][b-bqt2xfolwp] {
    position: relative;
}
input[type="date"]:not(.has-val)[b-bqt2xfolwp]::before {
    content: attr(placeholder);
    position: absolute;
    color: rgb(134, 182, 105);
    right: 2.25rem;
}
input[type="date"]:has(.has-val)[b-bqt2xfolwp]::after {
    content: '' !important;
}
/* /Pages/Expense.razor.rz.scp.css */
.fullPageLock[b-mr1faqwdlz] {
    height: calc(100vh - 26rem);
    max-height: calc(100vh - 26rem);
}

@media (max-width: 576px) {
    .fullPageLock[b-mr1faqwdlz] {
        height: calc(100vh - 35.25rem);
        max-height: calc(100vh - 35.25rem);
    }

    .right-gutter-adjust[b-mr1faqwdlz] {
        padding-right: calc(var(--bs-gutter-x) * .25);
    }

    .left-gutter-adjust[b-mr1faqwdlz] {
        padding-left: calc(var(--bs-gutter-x) * .25);
    }
}

textarea.note-box[b-mr1faqwdlz] {
    height: 6rem;
}

input[type="date"][b-mr1faqwdlz] {
    position: relative;
}

input[type="date"]:not(.has-val)[b-mr1faqwdlz]::before {
    content: attr(placeholder);
    position: absolute;
    color: rgb(134, 182, 105);
    right: 2.25rem;
}

input[type="date"]:has(.has-val)[b-mr1faqwdlz]::after {
    content: '' !important;
}
/* /Pages/ForcePwdChange.razor.rz.scp.css */
.pwdChangeLogo[b-trqmb7d6l4] {
    display: block;
    width: 100%;
}

.btnSpacer[b-trqmb7d6l4] {
    margin-left: .75rem;
}

.regHeader[b-trqmb7d6l4] {
    color: var(--gfMain);
}

.errorRow[b-trqmb7d6l4] {
    min-height: 1.5rem;
}
.errorRow .col[b-trqmb7d6l4] {
    font-size: .85rem;
}
/* /Pages/Home.razor.rz.scp.css */
h4[b-91n1bibmg3] {
    font-size: 1.15rem;
}

.dashboardCardBody[b-91n1bibmg3] {
    min-height: 17rem;
}

.dashboardHeader[b-91n1bibmg3] {
    padding-top: .765rem;
    padding-bottom: .765rem;
    color: var(--gfMain);
}

.plan[b-91n1bibmg3] {
    font-weight: 700;
    color: var(--gfMain);
    text-transform: lowercase;
    font-style: italic;
}

.usrStartDate[b-91n1bibmg3] {
    font-size: .8rem;
    font-stretch: condensed;
}

.listContainer[b-91n1bibmg3] {
    max-height: 13rem;
    height: 13rem;
}
/* /Pages/Income.razor.rz.scp.css */
.fullPageLock[b-tfoc0xagcp] {
    height: calc(100vh - 26rem);
    max-height: calc(100vh - 26rem);
}

@media (max-width: 576px) {
    .fullPageLock[b-tfoc0xagcp] {
        height: calc(100vh - 32.45rem);
        max-height: calc(100vh - 32.45rem);
    }

    .right-gutter-adjust[b-tfoc0xagcp] {
        padding-right: calc(var(--bs-gutter-x) * .25);
    }

    .left-gutter-adjust[b-tfoc0xagcp] {
        padding-left: calc(var(--bs-gutter-x) * .25);
    }
}

textarea.note-box[b-tfoc0xagcp] {
    height: 6rem;
}

input[type="date"][b-tfoc0xagcp] {
    position: relative;
}
input[type="date"]:not(.has-val)[b-tfoc0xagcp]::before {
    content: attr(placeholder);
    position: absolute;
    color: rgb(134, 182, 105);
    right: 2.25rem;
}
input[type="date"]:has(.has-val)[b-tfoc0xagcp]::after {
    content: '' !important;
}
/* /Pages/Login.razor.rz.scp.css */
.loginLogo[b-9zxodj9pw0] {
    display: block;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}

.btnSpacer[b-9zxodj9pw0] {
    margin-left: .75rem;
}

/*.centerScreen {
    transform: translateY(-75%);
    -ms-transform: translateY(-75%);
}
*/
.errorRow[b-9zxodj9pw0] {
    min-height: 1.5rem;
}
.errorRow .col[b-9zxodj9pw0] {
    font-size: .85rem;
}
/* /Pages/LookupManager.razor.rz.scp.css */
.refInfo[b-9raf5xnph7] {
    color: var(--gfOffBlack);
}

.record-container[b-9raf5xnph7] {
    height: calc(100vh - 330px);
    max-height: calc(100vh - 330px);
    overflow-y: auto;
}
/* /Pages/PledgeEdit.razor.rz.scp.css */
.fullPageLock[b-osma1paaac] {
    height: calc(100vh - 23.2rem);
    max-height: calc(100vh - 23.2rem);
}

.fullPageLock-select[b-osma1paaac] {
    height: calc(100vh - 21.7rem);
}

.screen-card[b-osma1paaac] {
    min-height: calc(100vh - 187px);
}

textarea.description-box[b-osma1paaac] {
    height: 10rem;
}
/* /Pages/Pledges.razor.rz.scp.css */
.fullPageLock[b-zf1ap92rbn] {
    height: calc(100vh - 23.25rem);
    max-height: calc(100vh - 23.25rem);
}

@media (max-width: 576px) {
    .fullPageLock[b-zf1ap92rbn] {
        height: calc(100vh - 23.9rem);
        max-height: calc(100vh - 23.9rem);
    }
}

textarea.description-box[b-zf1ap92rbn] {
    height: 8rem;
}
/* /Pages/Profile.razor.rz.scp.css */
.profile-card-body[b-n1zcwxenwp] {
    min-height: 23rem;
}

.header-sub-text[b-n1zcwxenwp] {
    font-size: .8rem;
}

.entity-list-item[b-n1zcwxenwp] {
    padding-top: .75rem;
    padding-bottom: .75rem;
}
/* /Pages/Register.razor.rz.scp.css */
.h3[b-zbq9sjr646], h3[b-zbq9sjr646] {
    font-size: calc(1.025rem + .6vw);
}

.registerLogo[b-zbq9sjr646] {
    display: block;
    width: 100%;
}
@media (min-width: 768px)
{
    .registerLogo[b-zbq9sjr646] {
        width: 82%;
    }
}

.accHeaderBtn[b-zbq9sjr646] {
    font-size: 1.25rem;
}

.accBody[b-zbq9sjr646] {
    max-height: 50vh;
    overflow-y: auto;
}

.regCardBody[b-zbq9sjr646] {
    min-height: 46rem;
}

.regHeader[b-zbq9sjr646] {
    color: var(--gfMain);
}

.plan-description[b-zbq9sjr646]
{
    min-height: 6.5rem;
}

.beautyBdg[b-zbq9sjr646], .beautyBdg-green[b-zbq9sjr646], .beautyBdg-gold[b-zbq9sjr646] {
    width: 2rem;
    height: 2rem;
    margin: 0;
    background: #fcfcfc;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.2), 0 3px 2px rgba(0,0,0,0.2);
    line-height: 2rem;
    font-weight: bold;
    color: #cfcfcf;
    text-align: center;
    font-size: 1.125rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.beautyBdg-green[b-zbq9sjr646] {
    border: .1225rem solid var(--gfMain);
    box-shadow: 0 0 4px 1px var(--gfMain), 0 3px 2px var(--gfMain);
}
.beautyBdg-gold[b-zbq9sjr646] {
    background-color: var(--gfLight);
    border: .1225rem solid darkgoldenrod;
    box-shadow: 0 0 4px 1px rgba(184,134,11,0.2), 0 3px 2px rgba(184,134,11,0.2);
}
.beautyBdg-gold i[b-zbq9sjr646] {
    color: var(--gfMid);
}

@media (max-width: 767px)
{
    .beautyBdg[b-zbq9sjr646] {
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 40px;
    }
}

.list-group-item.active[b-zbq9sjr646] {
    color: #000000;
    background-color: var(--gfLight);
    border-color: var(--gfMain);
}

.pln-detail-card[b-zbq9sjr646] {
    border: none;
    border-radius: unset;
    border-top: 1px solid #a0a0a0;
    margin-top: 1.25rem !important;
}

.partial-line[b-zbq9sjr646] {
    width: 50%;
    border: 1px solid var(--gfMain);
}

.summary-text-small[b-zbq9sjr646] {
    font-size: .875rem;
}

.tighten-up[b-zbq9sjr646] {
    margin-top: -.35rem;
}

.plan-name[b-zbq9sjr646] {
    padding-top: .175rem;
    padding-left: 0 !important;
}

.line-level-1[b-zbq9sjr646] {
    border-color: #4e4e32;
}

.line-level-2[b-zbq9sjr646] {
    border-color: var(--gfMain);
    border-width: .1rem;
}

.line-level-3[b-zbq9sjr646] {
    border-color: darkgoldenrod;
    border-width: .1225rem;
}

.line-level-4[b-zbq9sjr646] {
    border-color: darkgoldenrod;
}
/* /Pages/ResendVerification.razor.rz.scp.css */
.loginLogo[b-00gylp8ooq] {
    display: block;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}

.btnSpacer[b-00gylp8ooq] {
    margin-left: .75rem;
}
/* /Pages/Security.razor.rz.scp.css */
body[b-mlsv2sbjpp] {
}
/* /Pages/Transactions.razor.rz.scp.css */
.fullPageLock[b-rio3jsu7b3] {
    height: calc(100vh - 26rem);
    max-height: calc(100vh - 26rem);
}

.screen-card[b-rio3jsu7b3] {
    min-height: calc(100vh - 187px);
}

.transDetail[b-rio3jsu7b3] {
    max-height: calc(100vh - 250px);
}

textarea.note-box[b-rio3jsu7b3] {
    height: 5rem;
}
/* /Pages/UserVerification.razor.rz.scp.css */
.pwdChangeLogo[b-wwgn7mjzjj] {
    display: block;
    width: 100%;
}

.btnSpacer[b-wwgn7mjzjj] {
    margin-left: .75rem;
}

.regHeader[b-wwgn7mjzjj] {
    color: #010101;
}

.cardDefaultHeight[b-wwgn7mjzjj] {
    min-height: 50vh;
}

.summaryText[b-wwgn7mjzjj] {
    font-size: .9rem;
}

.smallerText[b-wwgn7mjzjj] {
    font-size: .875rem;
}
