/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-error[b-0nfr9d3mpn] {
    border-radius: 10px;
    margin: auto;
    margin-top: auto;
    display: flex;
    justify-content: center;
    margin-top: 40vh;
    background-color: var(--themeRed);
    width: 50%;
}

.dashboard-error p[b-0nfr9d3mpn] {
    margin:15px;
}

.dashboard-header-wrapper[b-0nfr9d3mpn] {
    position:sticky;
    display:flex;
    align-items:center;
    display:table;
    flex-direction:column;
    width:100%;
}

.dashboard-header-sticky[b-0nfr9d3mpn] {
    margin-top:73px;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: auto;
    padding-right:25px;
    padding-left:25px;
    display:grid;
    z-index:1000;
}

.dashboard-header-inner[b-0nfr9d3mpn] {
    display: flex;
    color: var(--themeText01);
    background-color: var(--mainBackgroundColor);
    border-bottom: solid var(--themeMainColor);
    grid-row-start: 2;
    width: calc(100vw - 258px);
    grid-row: 1;
    grid-column: 1;
}

    .dashboard-header-inner > h2[b-0nfr9d3mpn] {
        font-weight: bold;
        text-align: left;
        margin: auto;
        margin-left: 0px;
    }

    .dashboard-header-inner > div[b-0nfr9d3mpn] {
        justify-content: right;
        margin-right: 0px;
        display: flex;
        gap: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        min-width: 430px;
    }


.dashboard-header-btn[b-0nfr9d3mpn] {
    border-radius: 20px;
    width: auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--themeColor03);
    margin-left: auto;
    float: right;
    margin-right: 5px;
    cursor: pointer;
    box-shadow: inset 0 -.2rem rgba(0,0,0,.2);
    margin-left: 5px;
}

    .dashboard-header-btn > div[b-0nfr9d3mpn] {
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
        gap: 10px;
    }

        .dashboard-header-btn > div > img[b-0nfr9d3mpn] {
            width: auto;
            height: 24px;
        }

        .dashboard-header-btn > div > p[b-0nfr9d3mpn] {
            margin-top: 1px;
            margin-bottom: 0px;
            color: var(--appWhite);
        }

    .dashboard-header-btn:active[b-0nfr9d3mpn] {
        transform: translateY(2px);
        box-shadow: none;
    }

    .dashboard-header-btn:hover[b-0nfr9d3mpn] {
        background-color: var(--themeMainColor);
    }


.dashboard-preview-wrapper[b-0nfr9d3mpn] {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}


@media(max-width:1075px) {

    .dashboard-header-sticky[b-0nfr9d3mpn] {
        margin-top: 20px;
    }

    .dashboard-header-inner[b-0nfr9d3mpn] {
        width: calc(100vw - 50px);
    }
}

@media(max-width:900px) {

    .dashboard-header-sticky[b-0nfr9d3mpn] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .dashboard-header-inner[b-0nfr9d3mpn] {
        width: calc(100vw - 30px);
    }

    .dashboard-preview-wrapper[b-0nfr9d3mpn] {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media(max-width:850px) {

    .dashboard-header-inner[b-0nfr9d3mpn] {
        flex-direction: column;
    }

        .dashboard-header-inner > h2[b-0nfr9d3mpn] {
            padding-bottom: 15px;
            text-align: center;
            width: 100%;
        }

        .dashboard-header-inner > div[b-0nfr9d3mpn] {
            justify-content: center;
        }
}


@media(max-width:750px) {

    .scrollFade[b-0nfr9d3mpn] {
        top: 50px;
    }
}


@media(max-width:500px) {

    .dashboard-header-inner > div[b-0nfr9d3mpn] {
        min-width: unset;
    }

    .dashboard-header-btn p[b-0nfr9d3mpn] {
        display: none;
    }

}


@media(max-width:400px) {

    .dashboard-header-inner[b-0nfr9d3mpn] {
        width: calc(100vw - 30px);
    } 
}

/* /Pages/Details_ContactView.razor.rz.scp.css */
a[b-74d23i849k] {
    color: transparent;
    display: flex;
    justify-content: center;
}

.contact-card > div[b-74d23i849k] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.contact-section-header[b-74d23i849k] {
    justify-content: center;
    display: flex;
    padding-bottom: 10px;
    padding-top: 30px;
    min-height: 48px;
    margin: auto;
}

    .contact-section-header > .divider[b-74d23i849k] {
        background-color: var(--themeMainColor);
        height: 2px;
        margin-top: auto;
        margin-bottom: auto;
        width: calc(100vw/2 - 225px);
    }

    .contact-section-header h4[b-74d23i849k] {
        text-align:center;
        color:var(--themeText01);
        padding-right:10px;
        padding-left:10px;
        width:160px;
    }

.contact-info-row[b-74d23i849k] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 25px;
}

.contact-card-inner[b-74d23i849k] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .contact-card-inner > div:nth-child(2)[b-74d23i849k] {
        justify-content: center;
    }


.contact-card-header[b-74d23i849k] {
    padding-bottom: 20px;
}


.contact-card-header-inner > div > p[b-74d23i849k] {
    margin: 0px;
    font-size: 0.9em;
    color: var(--themeColor04);
}

.contact-card-header-inner > div > h5[b-74d23i849k] {
    margin: 0px;
    font-weight: bold;
}


.contact-card-address[b-74d23i849k] {
    display:flex;
    font-size:1.2em;
    padding-left:40px;
    padding-right:40px;
    text-align: center;
    display:flex;
    flex-direction:column;
}

    .contact-card-address > img[b-74d23i849k] {
        max-height: 24px;
        max-width: 24px;
        margin: auto;
        margin-bottom: 5px;
    }

    .contact-card-address > p[b-74d23i849k] {
        margin-top: auto;
        margin-bottom: auto;
        color: var(--themeText01);
        text-align: center;
        width:100%;
    }  

    .clerk-info[b-74d23i849k] {
        margin: auto;
        transform: translateY(-35px);
    }



.contact-btn[b-74d23i849k] {
    border-radius: 25px;
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: var(--themeColor04);
    /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;*/
    box-shadow: inset 0 -.2rem rgba(0,0,0,.2);
    cursor: pointer;
}

    .contact-btn > p[b-74d23i849k] {
        margin-bottom: unset;
        color: var(--appWhite);
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-btn:hover[b-74d23i849k] {
        background-color: var(--themeMainColor);
    }

    .contact-btn:active[b-74d23i849k] {
        transform: translateY(2px);
        box-shadow: none;
    }

    .contact-btn div > img[b-74d23i849k] {
        max-height: 24px;
        padding-left: 5px;
        padding-right: 10px;
        padding-bottom: 2px;
    }

/*
.expanding-button {
    padding: 8px;
    display: inline-flex;
    max-width: 300px !important;
    margin-top: auto;
    margin-bottom: auto;
}

.expanding-button-inner {
    white-space: nowrap;
    overflow: hidden;
    transition: max-width 1s ease;
    max-width: 50px;
}

    .expanding-button-inner > div {
        display: flex;
        flex-direction: row;
        max-width: 500px;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        height: 50px;
        border-radius: 35px;
        cursor: pointer;
        background-color: var(--themeColor05);
        transition: 0.4s;
    }

        .expanding-button-inner > div > div {
            height: 50px;
            width: 50px;
            display: flex;
            justify-content: center;
        }

            .expanding-button-inner > div > div > img {
                padding: 2px;
                max-height: 32px;
                max-width: 32px;
                margin: auto;
            }


        .expanding-button-inner > div > span {
            padding: 0px;
            padding-right: 5px;
            margin: 5px;
            display: none;
            white-space: nowrap;
            overflow: hidden;
        }

.expanding-button:hover > .expanding-button-inner {
    max-width: 500px;
}

.expanding-button-inner > div:hover > span {
    display: block;
    clear: both;
    color: white;
    overflow-wrap: normal;
    max-width: 200px;
}
*/

/*.section-divider{
    width:95%;
    background-color:var(--themeMainColor); 
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
}
*/


/*****/

@media (max-width:1075px) {
    .contact-section-header > .divider[b-74d23i849k] {
        width: calc(100vw/2 - 115px);
    }
}


@media (max-width:900px) {
    .preview-cell-contact > div[b-74d23i849k] {
        margin: unset;
    }

    .clerk-info[b-74d23i849k] {
        margin: auto;
        transform: translateY(-15px);
    }
}


@media (max-width:675px) {
    .contact-section-header > .divider[b-74d23i849k] {
        width: calc(100vw/2 - 100px);
    }
}


@media (max-width:575px) {
    .preview-cell-contact > div[b-74d23i849k] {
        margin: auto;
    }      
}

/* /Pages/Details_DocumentListview.razor.rz.scp.css */
.docview-header[b-bewl4dz7oy] {
    display: flex;
    justify-content: space-between;
    min-height:48px;
}

    .docview-header > *[b-bewl4dz7oy] {
        display: flex;
    }

    .docview-header .button-style[b-bewl4dz7oy]{
        margin:5px;
        display:flex;
        width:auto;
    }
   

        .docview-header .button-style > p[b-bewl4dz7oy] {
            margin:auto;
            margin-right:10px;
            padding:2px;
        }

    .docview-header .button-style > img[b-bewl4dz7oy] {
        padding:2px;
        max-height:32px;
        margin:auto;

    }


    .docview-header > h4[b-bewl4dz7oy] {
        color: var(--themeText01);
        padding-bottom: 5px;
        margin: auto;
        margin-left: 0px;
        margin-bottom: 0px;
        /*width: 50%;*/
    }


    .docview-wrapper[b-bewl4dz7oy]{
        padding-bottom:35px;
    }

        .section-divider[b-bewl4dz7oy] {
            height:2px;
            background-color:var(--themeMainColor);
        }


.info-null[b-bewl4dz7oy]{
    margin:auto;
    margin-top:40px;
    margin-bottom:20px;
}

    .info-null h5[b-bewl4dz7oy] {
        text-align: center;
        padding: 10px;
    }


.docview-list-wrapper[b-bewl4dz7oy] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top:10px;
    padding-bottom: 5px;
    column-gap: 5px;
}

    .docview-list-wrapper > div:nth-child(odd)[b-bewl4dz7oy] {
        margin-right: auto;
        
    }

    .docview-list-wrapper > div:nth-child(even)[b-bewl4dz7oy] {
        margin-left: auto;
    }


.doc-cell-alert[b-bewl4dz7oy] {
    border-radius: 10px;
    width: 49%;
    margin-bottom: 10px;
    display: grid;
}


.doc-cell[b-bewl4dz7oy] {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    /*margin-left:auto;
    margin-right:auto;*/
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);*/
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    background-color: var(--themeColor02);
    display: flex;
    /*width: 49%;*/
    padding: 10px;
    width: 100%;
    margin-bottom: 0px;
}


    .doc-cell > div[b-bewl4dz7oy]{
        margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

        .doc-cell > div:first-child[b-bewl4dz7oy]{
            margin-left: 0px;
        }


    .doc-cell :nth-child(2)[b-bewl4dz7oy] {
        margin-right: 0px;
    }


.doc-cell-header[b-bewl4dz7oy] {
    width: auto;
    color: var(--themeText01);
}

    .doc-cell-header > div[b-bewl4dz7oy] {
        display: flex;
    }

.doc-cell-header-status[b-bewl4dz7oy] {
    margin: unset;
    margin-right: 10px;
}

    .doc-cell-header-status > img[b-bewl4dz7oy] {
        height: 24px;
        width: 24px;
    }




.doc-cell-header-desc[b-bewl4dz7oy] {
    color: var(--themeText01);
    margin: auto;
    margin-left: 0px;
    font-weight: bold;
}

.doc-cell-header-detail[b-bewl4dz7oy] {
    color: var(--themeText01);
    margin: auto;
}

.doc-cell-controls[b-bewl4dz7oy] {
    display: table-cell;
    width: auto;
    border-radius: 10px;
}

    .doc-cell-controls > div[b-bewl4dz7oy] {
        margin: 3px;
        height: 100%;
        width: auto;
        float: right;
    }

        .doc-cell-controls > div > .button-style > img[b-bewl4dz7oy] {
            max-height:32px;
            max-width:32px;
            margin:2px;

        }



.doc-pending-alert[b-bewl4dz7oy] {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0px;
    /*background-color: var(--themeMainColor);*/
    padding: 3px;
    padding-left: 10px;
    border-radius: 10px;
}

    .doc-pending-alert > p[b-bewl4dz7oy], .doc-details-alert > p[b-bewl4dz7oy] {
        margin: 0px;
        font-size: 12px;
        font-weight: bold;
        color: var(--appBlack);
    }

.doc-cell-controls > div > button[b-bewl4dz7oy] {
    margin: auto;
    display: inline-block;
    padding:5px;
}

.doc-cell-desc[b-bewl4dz7oy] {
    font-size: 0.85rem;
    margin-bottom: 0px;
    opacity: 0.85;
    margin-right: 10px;
    cursor: default;
    padding-right: 10px;
}


.docview-details-wrapper[b-bewl4dz7oy] {
    padding-bottom: 5px;
}

.docview-details[b-bewl4dz7oy] {
    display: flex;
    background-color: dimgray;
    padding: 5px;
    border-radius: 5px;
}

.doc-details-alert[b-bewl4dz7oy] {
    /* background-color: var(--themeRed);*/
    display: grid;
    border-radius: 10px;
    width: 49%;
    margin-left: 0px;
    margin-bottom: 10px;
}

    .doc-details-alert > p[b-bewl4dz7oy] {
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: bold;
        padding: 3px;
        padding-top: 3px;
        padding-left: 3px;
        padding-left: 10px;
        padding-top: 5px;
    }

.doc-details-cell[b-bewl4dz7oy] {
    border-radius: 10px;
    overflow: hidden;
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);*/
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    background-color: var(--themeColor02);
    color: var(--themeText01);
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    height: 100%;
}


    .doc-details-cell > div[b-bewl4dz7oy] {
        padding:5px;
        margin:auto;
        /*display:inline-block;*/
        /*width:70%;*/
    }

        .doc-details-cell > div:first-child[b-bewl4dz7oy] {
            margin: 0px;
            /*flex-grow: 1;*/
            max-width: calc(100% - 100px);
        }

            .doc-details-cell > div:first-child > img[b-bewl4dz7oy] {
                margin: auto;
            }
        

            .doc-details-cell > div:first-child > img[b-bewl4dz7oy] {
                max-width: 54px;
                margin:auto;
                padding:5px;
            }


        .doc-details-cell > div:nth-child(2)[b-bewl4dz7oy] {
            width: 100%;
        }


.doc-details-cell-date[b-bewl4dz7oy] {
    font-size: 12px;
    margin-bottom: 5px;
}

            .doc-details-cell-desc[b-bewl4dz7oy] {
                /*word-wrap:break-word;*/
                white-space:nowrap;
                text-overflow:ellipsis;
                overflow:hidden;
                font-weight:bold;
                min-width:200px;
                padding-right:25px;
                margin-bottom:0px;
            }


    .doc-details-cell > div:nth-child(2)[b-bewl4dz7oy] {
        margin-right: 0px;
        padding:5px;
        /*float:right;*/
        min-width:100px;
    }

        .doc-details-cell > div:nth-child(2) > div:first-child[b-bewl4dz7oy] {
            text-align:center;
            padding-bottom:5px;
        }

        .doc-details-cell > div:nth-child(2) > div:first-child > img[b-bewl4dz7oy] {
            background-color:white;
            border-radius:10px;
            max-width:58px;
            padding:2px;
        }


.docview-details-controls[b-bewl4dz7oy] {
    margin: auto;
    display:flex;
}
    .docview-details-controls > .button-style[b-bewl4dz7oy] {
        margin: 5px;
    }


        .docview-details-controls > .button-style > img[b-bewl4dz7oy] {
            max-height: 28px;
            max-width: 28px;
            padding: 2px;
        }

        .docview-details-controls > .button-style:nth-child(2)[b-bewl4dz7oy] {
            background-color: var(--themeColor03);
        }





/*DRAG AND DROP*/
/*/*/


.back-btn[b-bewl4dz7oy] {
    background-color: var(--themeColor02) !important;
}

.button-style:hover[b-bewl4dz7oy] {
    background-color: var(--themeMainColor) !important;
}

    .modal-header > div > div[b-bewl4dz7oy] {
        float: right;
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 0px;
    }


.scroll-section-modal[b-bewl4dz7oy] {
    min-height: 70vh;
    display: flex;
    padding: unset;
}




.doc-dropzone[b-bewl4dz7oy] {
    display:flex;
    flex-direction:column;
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
}

.doc-dropzone-inner[b-bewl4dz7oy] {
    /*grid-area: 1/1/1/span 6;*/
    height:100%;
    width:100%;
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 1fr 1fr;
    display: grid !important;
    padding: 10px;
    background-color: var(--themeColor04);
}



.doc-dropzone-inner > div:first-child > div[b-bewl4dz7oy] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.doc-dropzone > div:first-child > div:nth-child(1)[b-bewl4dz7oy] {
    grid-row-start:1;
    grid-row-end:3;
    grid-column-start:1;
    grid-column-end:3;
    z-index: 1000;
    margin: auto;
    width: 100%;
    height: 100%;
    border: white dashed;
    background-color: var(--themeColor03);
}
        

.docDropZone-text[b-bewl4dz7oy] {
    margin:auto;
}

        .docDropZone-text > p[b-bewl4dz7oy] {
            color: var(--appWhite);
            margin: 3px;
            font-size: 12px;
        }

            .docDropZone-text > p:nth-child(1)[b-bewl4dz7oy], .docDropZone-text > p:nth-child(3)[b-bewl4dz7oy] {
                font-size: large;
                font-weight: bold;
                margin: 0px;
            }


/*.max-upload-text {
    color: var(--appWhite);
    display: block;
}

*/


.dropZone-hover[b-bewl4dz7oy] {
    border-style: solid !important;
    background-color: var(--themeMainColor) !important;
}


.doc-dropzone > div:first-child > div:nth-child(2)[b-bewl4dz7oy] {
    grid-row-start:1;
    grid-row-end:3;
    grid-column-start:1;
    grid-column-end:3;
    /*grid-area: 1/1/1/7;*/
    min-height: 150px;
}


.submit-doc-wrapper[b-bewl4dz7oy] {
    grid-row-start:2;
    grid-column:2;
    /*grid-area: 3/1/3/span 6;*/
}

    .submit-doc-wrapper div[b-bewl4dz7oy] {
        height: auto;
    }

        .submit-doc-wrapper > div > div[b-bewl4dz7oy] {
            display: flex;
            flex-direction: column;
            justify-content: center;
            row-gap: 10px;
        }


.submit-doc-preview-wrapper[b-bewl4dz7oy]{
    margin:5px;
    width:99%;
    /*max-width:200px;*/
    display:flex;
}

.submit-doc-preview[b-bewl4dz7oy] {
    border-radius: 5px;
    overflow: hidden;
    /*margin-bottom: 10px;*/
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);*/
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    background-color: var(--themeColor02);
    width: 100%;
    display: grid;
    /*grid-template-columns: 40px 1fr 1fr 1fr 40px;*/
    grid-template-columns: 150px 1fr 70px;
}

.submit-preview-img[b-bewl4dz7oy] {
    grid-row: 1;
    grid-column-start: 1;
    /*grid-column-end: span 3;*/
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 200px;
    display: grid;
    min-width: 65px;
    min-height: 65px;
}


.submit-preview-loader[b-bewl4dz7oy]{
    grid-row:1;
    grid-column:3;
    /*grid-column-end: span 3;*/
    max-height:60px;
    margin:auto;
}

.upload-preview[b-bewl4dz7oy] {
    max-width: 100px;
    max-height: 65px;
    margin: auto;
    margin-left: 20px;
}

.submit-preview-desc[b-bewl4dz7oy] {
    display:flex;
    width: 100%;
    padding: 5px;
    grid-row:1;
    grid-column-start: 2;
    margin: auto;
    margin-left:0px;
}

    .submit-preview-desc > p[b-bewl4dz7oy] {
        margin: auto;
        text-align:left;
        word-break: break-word;
        color: var(--themeText01);
        word-wrap: anywhere;
        margin-left:15px;
    }


.upload-result-img[b-bewl4dz7oy] {
    margin-top: auto;
    margin-bottom: auto;
    grid-row: 1;
    grid-column: 1;
    height: 30px;
    width: 30px;
}


.submit-doc-preview > .button-style[b-bewl4dz7oy] {
    grid-row: 1;
    grid-column: 3;
    margin: auto;
    box-shadow: none;
    padding: 2px;
    /*background-color: white;*/
    cursor: pointer;
    margin: auto;
}

    .submit-doc-preview > .button-style > img[b-bewl4dz7oy] {
        height: 60px;
        width: 60px;
        display:block;
        margin:4px;
    }


.submit-control-wrapper[b-bewl4dz7oy]{
    grid-column-start:1;
    grid-column-end:7;
    grid-row:2;
    margin:20px;
}

.submit-control-wrapper > .button-style[b-bewl4dz7oy]{
    font-size:large;
    background-color:var(--themeColor03);
    padding:15px;
    width:80%;
    height:100%;
}

    .submit-control-wrapper > .button-style:hover[b-bewl4dz7oy] {
        background-color: var(--themeMainColor);
    }


.allow-submit[b-bewl4dz7oy] {
    grid-area: 1/1/span 2/1 !important;
}

.submit-display[b-bewl4dz7oy] {
    grid-area: 1/2/span 2/2 !important;
}

.upload-error[b-bewl4dz7oy] {
    background-color: var(--themeRed);
    border-radius: 10px;
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

    .upload-error p[b-bewl4dz7oy] {
        margin: auto;
    }



@media(max-width: 992px) {
    .submit-doc-wrapper > div > div[b-bewl4dz7oy] {
        flex-direction: column;
        padding-top:10px;
    }

    .submit-doc-preview-wrapper[b-bewl4dz7oy] {
        max-width: unset;
        margin:0px;
    }

    .submit-doc-preview[b-bewl4dz7oy] {
        grid-template-columns: 100px 1fr 70px;
    }

        .submit-doc-preview > .button-style[b-bewl4dz7oy] {
            grid-row: 1;
            grid-column: 3;
        }

    .submit-preview-img[b-bewl4dz7oy] {
        grid-column-start: 1;
        grid-column-end: 1;
    }


    .submit-preview-desc[b-bewl4dz7oy] {
        grid-row: 1;
        grid-column: 2;
    }

    .upload-preview[b-bewl4dz7oy] {
        max-width: 75px;
    }     
}


@media(max-width:1200px){
    .allow-submit[b-bewl4dz7oy] {
        grid-area: 1/1/1/span 2 !important;
    }

    .submit-display[b-bewl4dz7oy] {
        grid-area: 2/1/2/span 2 !important;
    }
}

@media(max-width: 900px) {
    .doc-details-cell[b-bewl4dz7oy] {
        width: 100%;
    }

    .doc-cell-alert[b-bewl4dz7oy], .doc-details-alert[b-bewl4dz7oy] {
        width: 100%;
    }

    .doc-cell[b-bewl4dz7oy] {
        width: 100%;
    }
}

@media(max-width: 750px){
    .doc-details-cell > div:first-child > img[b-bewl4dz7oy] {
        max-width: 60px;
    }
}


@media(max-width: 500px) {
    .doc-cell-controls > div > .button-style[b-bewl4dz7oy] {
        max-width: unset;
        max-height: unset;
    }

        .doc-cell-controls > div > .button-style > img[b-bewl4dz7oy] {
            width: auto;
        }

    /*.d-block .button-style {
        max-height: unset;
        max-width: unset;
    }

        .d-block .button-style > img {
            max-height: 36px;
        }*/

    .docview-header .button-style[b-bewl4dz7oy] {
        width: 100%;
    }

        .docview-header .button-style > img[b-bewl4dz7oy] {
            max-height: 36px;
        }

    .doc-details-cell[b-bewl4dz7oy] {
        margin-right: 0px !important;
        margin-left: 0px !important;
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: auto 1fr;
    }

        .doc-details-cell > div:first-child[b-bewl4dz7oy] {
            max-width: unset;
            grid-area: 1/1/1/1;
            margin: auto;
            padding: 5px;
        }

            .doc-details-cell > div:first-child > img[b-bewl4dz7oy] {
                max-width: 44px;
            }

        .doc-details-cell > div:nth-child(2)[b-bewl4dz7oy] {
            grid-area: 1/2/1/2;
        }

        .doc-details-cell > div:nth-child(3)[b-bewl4dz7oy] {
            grid-area: 1/3/1/3;
            margin: auto;
        }

    .doc-details-cell-date[b-bewl4dz7oy] {
        margin: auto;
        font-size: 0.7rem;
    }

    .button-style[b-bewl4dz7oy] {
        width: auto;
    }

        .button-style > p[b-bewl4dz7oy] {
            display: none;
        }

        .button-style > img[b-bewl4dz7oy] {
            margin: auto;
            width: 100%;
        }

    .doc-details-cell-desc[b-bewl4dz7oy] {
        margin-bottom: auto;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .docview-details-controls > .button-style:nth-child(2)[b-bewl4dz7oy] {
        display: none;
    }

    .submit-control-wrapper > .button-style[b-bewl4dz7oy] {
        max-width: unset;
        max-height: unset;
    }

    .submit-preview-img[b-bewl4dz7oy] {
        grid-row: 1;
        grid-column:1;
    }

    .scroll-section-modal[b-bewl4dz7oy] {
        min-height: 30vh;
    }
}

/*DOC LOADING ANIM*/

.lds-ellipsis[b-bewl4dz7oy] {
    width: 34px;
    height: 34px;
    margin-right:10px;
    top:5px;
}

    .lds-ellipsis div[b-bewl4dz7oy] {
        top: 35%;
        width: 8px;
        height: 8px;
        background: var(--themeMainColor);
    }

        .lds-ellipsis div:nth-child(1)[b-bewl4dz7oy] {
            left: 4px;
            animation: lds-ellipsis1-b-bewl4dz7oy 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-bewl4dz7oy] {
            left: 4px;
            animation: lds-ellipsis2-b-bewl4dz7oy 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-bewl4dz7oy] {
            left: 16px;
            animation: lds-ellipsis2-b-bewl4dz7oy 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-bewl4dz7oy] {
            left: 28px;
            animation: lds-ellipsis3-b-bewl4dz7oy 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-bewl4dz7oy {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-bewl4dz7oy {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-bewl4dz7oy {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(12px, 0);
    }
}

/*DOC LOADING ANIM*/
/* /Pages/Details_MilestoneListview.razor.rz.scp.css */
*[b-vb8ojfrnt2]{
    margin:0;
    padding:0;
    outline:none;
    text-decoration:none;
    list-style:none;
}


.lines[b-vb8ojfrnt2] {
    margin-left: 20px;
    margin-top: 0px;
    position:relative;
}

.dot[b-vb8ojfrnt2] {
    width: 14px;
    height: 14px;
    background: var(--themeMainColor);
    border-radius: 7px;
    position: absolute;
    top: calc(50% - 20px);
    grid-row-start: 1;
    grid-column-start: 1;
}

.checkmark[b-vb8ojfrnt2] {
    max-height: 24px;
    grid-row-start: 1;
    grid-column-start: 1;
    top: -17px;
    position: relative;
}

.line[b-vb8ojfrnt2] {
    position: absolute;
    height: 103px;
    width: 2px;
    background: var(--themeColor04);
    margin-left: 5.3px;
}

.marker[b-vb8ojfrnt2] {
    position: absolute;
    top: calc(50% - 20px);
    display: grid;
}


.card[b-vb8ojfrnt2] {
    background: var(--themeColor03);
    border-radius: 10px;
    box-shadow: 0px 16px 15px -10px rgba(105, 96, 215, 0.0944602);
    height:auto;
    width:100%;
    margin-top:auto;
    margin-bottom:15px;
    margin-left:40px;
    margin-right:20px;
    padding-top:0px;

}


    .card > div[b-vb8ojfrnt2] {
        padding: 20px;
        color: var(--appWhite);
    }

    .card h4[b-vb8ojfrnt2], h5[b-vb8ojfrnt2] {
        margin: auto;
        margin-bottom: 5px;
    }

    .card p[b-vb8ojfrnt2] {
        margin-top: 5px;
    }



@media(max-width:700px) {
    .lines[b-vb8ojfrnt2] {
        margin-left: 3px;
    }

    .card[b-vb8ojfrnt2] {
        margin-right: 0px;
    }
}


/* /Pages/FileDetails - Sticky.razor.rz.scp.css */
.details-page-wrapper[b-5tc2u5aipf] {
    margin-right: 35px;
    margin-left: 35px;
    display:grid;
    gap:0px;
    grid-template-rows:max-content max-content 1fr;
    padding-bottom:100px;
}

.details-page-header-wrapper[b-5tc2u5aipf] {
    width:100%;
    height: 100%;
    padding: 10px;
    max-height: 250px;
    grid-row-start:1;
    padding-top:20px;
}


.details-header-inner[b-5tc2u5aipf] {
    display: flex;
    justify-content:space-between;
}

.details-header-info[b-5tc2u5aipf] {
    width: 75%;
    color: var(--themeText01);
}

        .details-header-info > div[b-5tc2u5aipf] {
            padding: 5px;
        }

            .details-header-info > div > p[b-5tc2u5aipf] {
                margin-bottom: 2px;
                color: var(--themeColor05);
                opacity: 0.8;
            }

            .details-header-info > div > h3[b-5tc2u5aipf] {
                padding-bottom:15px;
                font-weight:bold;
            }

            .details-address[b-5tc2u5aipf]{
                display:flex;
            }

            .details-address > img[b-5tc2u5aipf]{
                max-height:32px;
                padding-right:10px;
                margin-top:auto;
                margin-bottom:auto;
            }


                .details-address > div > p[b-5tc2u5aipf] {
                    margin-bottom: 0px;
                }

                .details-address > div > div[b-5tc2u5aipf]{
                    display:flex;
                }

                    .details-address > div > div > p[b-5tc2u5aipf] {
                        margin-bottom: 0px;
                    }

                    .details-address > div > div > p:first-child[b-5tc2u5aipf] {
                        padding-right:10px;
                    
                    }
                    

.details-address-null[b-5tc2u5aipf] {
    display: flex;
}

.details-address-null > img[b-5tc2u5aipf] {
    max-height:32px;
    padding-right:10px;
    margin-top:auto;
    margin-bottom:auto;
}

    .details-address-null > div[b-5tc2u5aipf] {
        margin-top:auto;
        margin-bottom:auto;
    }


.details-header-closing-date[b-5tc2u5aipf] {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px;
}

    .details-header-closing-date > div[b-5tc2u5aipf] {
        background-color: var(--themeColor04);
        border-radius: 10px;
        text-align: center;
        padding: 10px;
        height: 100%;
        box-shadow: 0 0 1px rgba(0,0,0,0.125), 0 1px 3px rgba(0,0,0,0.2);
    }

        .details-header-closing-date > div > h5[b-5tc2u5aipf] {
            color: white;
            margin-bottom: 0px;
            font-size: calc(0.75rem + 1vmin);
        }

        .details-header-closing-date > div > p[b-5tc2u5aipf] {
            color: white;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .details-header-closing-date > div > p:nth-child(1)[b-5tc2u5aipf] {
            font-weight:bold;
            font-size:20px;
            margin-top:0px;
            margin-bottom:0px;
        }

            .details-header-closing-date > div > p:nth-child(2)[b-5tc2u5aipf] {
                font-size:0.7rem;
                margin-top:0px;
                margin-bottom:0px;
                margin-left:10px;
                margin-right:10px;
            }


.details-header-progress[b-5tc2u5aipf] {
    display: block;
    padding-bottom: 5px;
}

    .details-header-progress > div[b-5tc2u5aipf] {
        margin-top: 5px;
    }

.details-page-nav-wrapper[b-5tc2u5aipf]{
    grid-row-start:2;
    width:100%;
}


.details-menu > a[b-5tc2u5aipf] {
    padding: 10px;
}

    .details-menu > a > div[b-5tc2u5aipf] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .details-menu > a > div > img[b-5tc2u5aipf] {
            width: 32px;
            height: 32px;
        }


        .details-menu > a > div > p[b-5tc2u5aipf] {
            padding: 2px;
            font-size: 12px;
            margin: 0px;
        }


.details-view-section[b-5tc2u5aipf] {
    padding-top: 40px;
    grid-row-start: 3;
    scrollbar-width: thin;
}



/*HOME VIEW****/

.row-wrapper[b-5tc2u5aipf]{
    justify-content:center;
    display:flex;
    flex-direction:row;
}

.row-wrapper > .homeview-info-section:first-child[b-5tc2u5aipf] {
    margin-right:20px;
}

    .row-wrapper > .homeview-info-section:nth-child(2)[b-5tc2u5aipf] {
        margin-left: 20px;
    }

.homeview-info-section[b-5tc2u5aipf] {
    width: 50%;
}

.section-header[b-5tc2u5aipf]{
    min-height:48px;
}

.section-header > h4[b-5tc2u5aipf] {
    color: var(--themeText01);
    margin: auto;
    margin-left:0px;
    margin-bottom:0px;
    padding-bottom: 5px;
}

.closing-date-display[b-5tc2u5aipf] {
    background-color: var(--themeColor02);
    border-radius: 10px;
    padding: 13px;
    display: flex;
    justify-content: space-between;
}

    .closing-date-display p[b-5tc2u5aipf] {
        color: var(--themeText01);
        margin: auto;
    }

        .closing-date-display p:first-child[b-5tc2u5aipf] {
            opacity: 0.7;
            margin-left: 5px;
        }

        .closing-date-display p:nth-child(2)[b-5tc2u5aipf] {
            font-weight: bold;
            margin-right: 10px;
        }


.section-divider[b-5tc2u5aipf] {
    background-color: var(--themeMainColor);
    height:2px;
}

.party-row[b-5tc2u5aipf] {
    background-color: var(--themeColor02);
    display: flex;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

    .party-row > div:nth-child(1)[b-5tc2u5aipf] {
        width: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

        .party-row > div:nth-child(1) > p[b-5tc2u5aipf] {
            color: var(--themeText01);
            font-weight: bold;
            margin-top: auto;
            margin-bottom: auto;
        }

    .party-row > div:nth-child(2)[b-5tc2u5aipf] {
        display: inline-block;
        margin-left: auto;
    }

.party-row .button-style[b-5tc2u5aipf]{
    background-color:var(--themeColor04);
}

.party-row .button-style > img[b-5tc2u5aipf] {
    max-width: 24px;
    margin:5px;
    margin-top:auto;
}

.button-style:hover[b-5tc2u5aipf] {
    background-color: var(--themeMainColor) !important;
}

.scrollFade[b-5tc2u5aipf] {
    position: absolute;
    top: 73px;
    height: 35px;
    width: 100%;
    background-color: var(--mainBackgroundColor);
    mask-image: linear-gradient(to top, transparent 0%, black 28px, black 100px, transparent 100%);
}

/****HOME VIEW*/




@media(max-width:1075px){
    .row-wrapper[b-5tc2u5aipf]{
        min-width:90vw;
    }
}


@media(max-width: 900px) {
    .details-page-header-wrapper[b-5tc2u5aipf] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .details-page-wrapper[b-5tc2u5aipf] {
        margin-right: 15px;
        margin-left: 15px;
        width: auto;
    }
}

@media(max-width: 750px) {
    .scrollFade[b-5tc2u5aipf] {
        top: 64px;
    }

    .details-header-closing-date[b-5tc2u5aipf] {
        width: 25%;
    }
}

@media(max-width: 650px) {

    .row-wrapper[b-5tc2u5aipf] {
        flex-direction: column;
    }

    .row-wrapper > .homeview-info-section:first-child[b-5tc2u5aipf] {
        margin-right: 0px;
    }

    .row-wrapper > .homeview-info-section:nth-child(2)[b-5tc2u5aipf] {
        margin-left: 0px;
    }

    .milestone-section[b-5tc2u5aipf] {
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    .homeview-info-section[b-5tc2u5aipf] {
        width: 100%;
        margin-bottom: 30px;
    }

    .details-menu > a > div > p[b-5tc2u5aipf] {
        display: none;
    }

    .scrollFade[b-5tc2u5aipf] {
        top: 44px;
    }  
}


@media(max-width: 500px) {
    .details-header-closing-date > div > p:nth-child(2)[b-5tc2u5aipf] {
        margin-left: 5px;
        margin-right: 5px;
    }

    .details-header-info > div > p[b-5tc2u5aipf] {
        margin-bottom: 2px;
    }

    .details-header-closing-date > div > p:first-child[b-5tc2u5aipf] {
        font-size: 1.1rem;
    }

    .details-header-closing-date > div > p:nth-child(2)[b-5tc2u5aipf] {
        font-size: 0.6rem;
    }
}


@media(max-width: 400px) {
    
    .details-address > img[b-5tc2u5aipf], .details-address-null > img[b-5tc2u5aipf] {
        max-height:24px;
    }

        .details-header-closing-date > div[b-5tc2u5aipf] {
            padding: 5px;
        }

    .homeview-info-section[b-5tc2u5aipf]{
        margin-right: 0px;
        margin-left: 0px;
    }

}
/* /Pages/FileListview_Search.razor.rz.scp.css */
/*:root {
    --header-outer-height: 150px;
    --header-inner-height: 96px;
    --header-height-difference: calc( var(--header-outer-height) - var(--header-inner-height) );
    --header-bg: #fff;
}*/

.menu__list > .search-menu:first-child[b-6zq8fmjqh8]{
    border-left-style:none;
}

.menu__list > .search-menu:last-child[b-6zq8fmjqh8] {
    border-right-style: none;
}


.file-list-header-inner[b-6zq8fmjqh8] {
    padding-bottom:10px;
}

.files-result-display[b-6zq8fmjqh8] {
    margin: auto;
    display: flex;
}

.list-type-active[b-6zq8fmjqh8] {
    background-color: var(--themeMainColor) !important;
}

.search-menu[b-6zq8fmjqh8] {
    width: 33.3% !important;
    cursor:pointer;
}

    .search-menu > div[b-6zq8fmjqh8] {
        color: white !important;
        padding: 10px;
    }

        .search-menu > div > div > p[b-6zq8fmjqh8] {
            padding: 2px;
            font-size: 12px;
            margin: 0px;
        }


.sticky-table th[b-6zq8fmjqh8] {
    top: 96px;
}


/* /Pages/File_AddNew - MultiPage.razor.rz.scp.css */
/*
input{
    background-color:transparent;
}
*/
.forms-outer-wrapper[b-nkt7weul7o]{
    height: 100dvh;
    overflow-y:auto;
    overflow-x:hidden;
    padding-bottom:30px;
}

.review-wrapper[b-nkt7weul7o] {
    padding:30px;
    padding-top:0px;
}

/*.review-wrapper .dashboard-header{
    padding-top:15px;
}*/

/*    .review-wrapper .dashboard-header h3 {
        color: var(--themeText01);
    }*/


    .review-wrapper .dashboard-header button[b-nkt7weul7o] {
        margin-left: 5px;
        margin-bottom: 5px;
        padding: 5px;
    }

    .review-wrapper .dashboard-header button:first-child[b-nkt7weul7o] {
        float:left;
    }


    .review-wrapper .review-section[b-nkt7weul7o] {
        padding-top: 30px;
    }


.additional-parties-prompt[b-nkt7weul7o] {
    background-color: var(--themeColor02);
    border-radius: 10px;
    margin: auto;
    width: 70%;
    margin-top: 30vh;
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

    .additional-parties-prompt h3[b-nkt7weul7o] {
        text-align: center;
        margin-bottom: 30px;
        color: var(--appWhite);
    }

    .additional-parties-prompt div[b-nkt7weul7o] {
        margin: auto;
        display: flex;
        gap: 15px;
    }

        .additional-parties-prompt div button[b-nkt7weul7o] {
            padding: 5px;
            width: 55px;
        }

            .additional-parties-prompt div button:first-child[b-nkt7weul7o] {
                background-color: var(--themeColor03);
            }


.party-info-review[b-nkt7weul7o] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-flow: wrap;
}

.review-section[b-nkt7weul7o] {
    padding-bottom: 30px;
}

    .review-section > div[b-nkt7weul7o] {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.property-section .section-header[b-nkt7weul7o] {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}

.section-header p[b-nkt7weul7o] {
    margin-bottom: 0px;
    color: var(--themeText01);
    line-height: 2.5rem;
}

.section-header button[b-nkt7weul7o] {
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.section-divider[b-nkt7weul7o] {
    background-color: var(--themeColor05);
}

.property-section .review-row .review-info-cell p[b-nkt7weul7o] {
    margin-bottom: 0px;
}


.property-section .review-row .review-info-cell .p-xsm[b-nkt7weul7o] {
    margin-bottom: 1rem;
}



.review-row[b-nkt7weul7o] {
    display: flex;
    gap: 10px;
    /*margin-bottom:10px;*/
    flex-wrap: wrap;
}

.review-info-cell[b-nkt7weul7o] {
    background-color: var(--themeColor02);
    color: var(--themeText01);
    border-radius: 10px;
    padding: 10px;
    flex-grow:1;
}

    .review-info-cell > .p-xsm[b-nkt7weul7o] {
        color: var(--themeColor05);
        opacity: 0.7;
    }






    .review-info-cell span[b-nkt7weul7o] {
        color: var(--themeColor05);
        font-weight: bold;
    }

.side-by-side[b-nkt7weul7o]{
    min-width:33%;
}

/*.filler{
    flex-grow:1;
}

*/

.review-info-bool-section[b-nkt7weul7o] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}


.review-info-bool[b-nkt7weul7o] {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    min-width:49%;
}

    .review-info-bool > p[b-nkt7weul7o] {
        margin-top: auto;
        margin-bottom: auto;
    }

.review-bool-indicator[b-nkt7weul7o] {
    min-width: 52px;
    border-radius: 25px;
    padding: 10px;
    display: flex;
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 20px;
}

    .review-bool-indicator > p[b-nkt7weul7o] {
        margin: auto;
        color: var(--appWhite);
        text-align: center;
    }


.review-submit-controls[b-nkt7weul7o] {
    display: grid;
    justify-content: center;
    column-gap: 15px;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: auto;
    padding-top: 25px;
}

    .review-submit-controls > button[b-nkt7weul7o] {
        margin: auto;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.5rem;
        width: 100%;
    }

        .review-submit-controls > button:first-child[b-nkt7weul7o] {
            grid-column: 1;
            background-color: var(--themeColor03);
        }

        .review-submit-controls > button:nth-child(2)[b-nkt7weul7o] {
            grid-column: 2;
            /*background: var(--themeGreen);*/
        }


.button-style:hover[b-nkt7weul7o] {
    background-color: var(--themeGreen);
}


@media(max-width: 900px) 
{
    .forms-outer-wrapper[b-nkt7weul7o] {
        height: calc(100dvh - 56px);
    }

    .review-info-cell[b-nkt7weul7o] {
        min-width:49%;
        flex-grow:1;
    }

    .review-row > .filler:last-child[b-nkt7weul7o] {
        width: 49%;
    }

   /* .review-row > .side-by-side:nth-last-child(2) {
        width: 49%;
    }*/
}


@media(max-width: 700px) {
    .review-submit-controls[b-nkt7weul7o] {
        row-gap: 15px;
        padding-top:10px;
    }
    .review-submit-controls > button[b-nkt7weul7o] {
        grid-column: 1/ span 2 !important;
    }
}

@media(max-width: 500px) {
    .forms-outer-wrapper > div[b-nkt7weul7o] {
        padding: 20px;
    }
}
/* /Pages/File_AddNew.razor.rz.scp.css */

.forms-outer-wrapper[b-vs7gmb5o4h]{
    height: 100dvh;
    overflow-y:auto;
    overflow-x:hidden;
    padding-bottom:30px;
}

.loading-wrapper > div[b-vs7gmb5o4h] {
    padding: 10px;
    text-align: center;
    position: relative;
    top: 35vh;
    left: 20vw;
    border-radius: 10px;
    width: 50vw;
}

    .loading-wrapper > div > p[b-vs7gmb5o4h] {
        color: var(--appWhite);
        margin-bottom: 0px;
    }



@media(max-width: 900px) 
{
    .forms-outer-wrapper[b-vs7gmb5o4h] {
        height: calc(100dvh - 56px);
    }
}
/* /Pages/LogIn.razor.rz.scp.css */

.error-section[b-eme7ku4edc] {
    height:60px;
    margin:auto;
    margin-top:10px;
    width:50%;
}

    .error-section > .alert[b-eme7ku4edc] {
        text-align: center;
        margin: auto;
        border: none;
        color: var(--appWhite);
        background-color: var(--themeRed);
        opacity: 1;
        padding: 7px;
    }

    .error-section > .alert > p[b-eme7ku4edc] {
        margin: auto;
        font-weight: bold;
        font-size:13px;
    }



.login-page-wrapper[b-eme7ku4edc] {
    left: 0px;
    top: 50%;
    width: 100%;
}

    .login-page-wrapper > .container[b-eme7ku4edc] {
        padding-left: 0px;
        padding-right: 0px;
    }


.login-page-inner[b-eme7ku4edc] {
    background: var(--loginBackgroundColor);
    /*background: color-mix(in srgb, var(--themeColor01), transparent 20%);*/
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

    .login-page-inner > div > div[b-eme7ku4edc] {
        max-height: 675px;
    }

        .login-page-inner > div > div:nth-child(1)[b-eme7ku4edc] {
            padding-right: 0px;
        }

        /*.login-page-inner > div > div:nth-child(2) {
            padding-left: 0px;
        }*/



.login-left[b-eme7ku4edc] {
    background-color: color-mix(in srgb, var(--themeColor02), transparent 50%);
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.login-img[b-eme7ku4edc] {
    text-align: center;
    min-height: 575px;
    display: flex;
}

    .login-img > img[b-eme7ku4edc] {
        margin: auto;
        max-width: 100%;
        height: auto;
    }



.login-form-wrapper[b-eme7ku4edc] {
    /*background-color: color-mix(in srgb, var(--themeColor04), transparent 80%);*/
    padding-bottom: 0px;
    height: 100%;
    min-height: 550px;
    margin-right: 0px;
    margin-left: 0px;
}


.login-form-inner[b-eme7ku4edc] {
    width: calc(100% - 50px);
    min-width: 300px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


.form-logo[b-eme7ku4edc] {
    display: flex;
    justify-content: center;
    margin-top:40px;
    margin-bottom:0px !important;
    padding-bottom:30px;
}

    .form-logo > img[b-eme7ku4edc] {
        width: 100%;
        max-width: 300px;
        max-height:100px;
        width:auto;
        height: auto;
    }


.login-loader[b-eme7ku4edc] {
    display: flex;
    flex-direction: column;
    height: 50%;
    text-align: center;
}

.login-loader[b-eme7ku4edc]  div{
    margin:auto;
}


[b-eme7ku4edc] .registration-form .input-row {
    padding-top:0px;
}

[b-eme7ku4edc] form > div:nth-child(2) {
    padding-bottom:10px;
}



.form-group[b-eme7ku4edc] {
    margin-bottom: 1rem;
}

.text-right[b-eme7ku4edc] {
    text-align: right !important;
    font-size: 14px;
}

.login-link[b-eme7ku4edc]{
    color:var(--loginTextColor);
}

.login-link > a[b-eme7ku4edc] {
    color: var(--themeMainColor);
    opacity: 0.6;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
}

.login-link > a:hover[b-eme7ku4edc] {
    opacity: 1;
    color: var(--themeMainColor) !important;
}


.login-lower[b-eme7ku4edc] {
    padding-top: 10px;
    height: 55%
}

.forgot-password-form[b-eme7ku4edc]{
    padding-top:20px;
}

    .forgot-password-form h5[b-eme7ku4edc] {
        color: var(--themeText01);
        text-align: center;
        padding-bottom: 20px;
    }




.btn-primary[b-eme7ku4edc] {
    color: var(--appWhite);
    background-color: var(--themeColor04);
    border-color: var(--themeColor04);
    box-shadow: none;
    text-transform: uppercase;
    display: block;
    width: 100%;
    /*-webkit-tap-highlight-color: var(--themeMainColor);*/
}

    .btn-primary:hover[b-eme7ku4edc] {
        background-color: var(--themeMainColor) !important;
        border-color: var(--themeMainColor) !important;
    }

    .btn-primary:focus[b-eme7ku4edc] {
        background-color: var(--themeMainColor) !important;
        border-color: var(--themeMainColor) !important;
    }


.site-version[b-eme7ku4edc] {
    color: var(--themeText01);
    opacity: 0.25;
    float: right
}


.social-media-wrapper[b-eme7ku4edc] {
    text-align: center;
}

    .social-media-wrapper ul[b-eme7ku4edc] {
        margin: 0;
        padding: 0;
        list-style: none;
    }


        .social-media-wrapper ul :first-child[b-eme7ku4edc] {
            margin-left: 0px;
            padding-left:0px;
        }


    .social-media-wrapper li[b-eme7ku4edc] {
        display: inline-block;
        margin-left: 10px;
        padding-left: 10px;
        position: relative;
        font-size: 26px;
    }


        .social-media-wrapper li[b-eme7ku4edc]:before {
            content: "/";
            left: -10px;
            position: relative;
            color: var(--themeColor03);
        }

        .social-media-wrapper li:first-child[b-eme7ku4edc]:before {
            content: none;
        }

    .social-media-wrapper a[b-eme7ku4edc] {
        color: var(--themeColor03);
        opacity: 50%;
    }

    .social-media-wrapper a:hover[b-eme7ku4edc] {
        color: var(--themeMainColor);
        opacity: 100%;
    }


@media(min-width: 768px) {
    .login-page-inner > div > div:nth-child(2)[b-eme7ku4edc] {
        padding: 0px
    }

}

@media(max-width: 768px) {
    .login-left[b-eme7ku4edc] {
        display: none;
    }

    
    .error-section[b-eme7ku4edc] {
        width: 85%;
    }

    .form-logo > img[b-eme7ku4edc] {
        max-width: calc(100vw - 120px);
    }

}

/* /Shared/CMP_DashboardPreview.razor.rz.scp.css */


.dashboard-preview-inner > div[b-p8nbbcbkie] {
    padding: 0px;
    display: flex;
    justify-content: center;
    gap:10px;
}

.dashboard-preview-cell[b-p8nbbcbkie] {
    background-color: var(--themeColor02);
    color: var(--themeText01);
    padding: 0px;
    border-radius: 10px;
    width: 33.3%;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    min-width: 270px;
}

    .dashboard-preview-cell > div[b-p8nbbcbkie] {
        height: 100%;
        justify-content: space-between;
        padding: 10px;
        display: grid;
        grid-template-rows: auto auto auto;
        grid-template-columns: auto auto auto;
    }

.file-num-display[b-p8nbbcbkie] {
    margin-bottom: 2px;
    opacity:0.85;
    font-size: 0.8em;
}

.closing-countdown[b-p8nbbcbkie] {
    display: flex;
    grid-column: 3;
    background-color: var(--themeColor04);
    color: white;
    border-radius: 10px;
    padding: 5px;
    margin: auto;
    margin-top: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.closing-countdown > p:first-child[b-p8nbbcbkie] {
    margin: auto;
    margin-right: 10px;
    font-size: 1.3em;
}

        .closing-countdown > p:nth-child(2)[b-p8nbbcbkie] {
            font-size: 0.6em;
            margin: 0px;
            padding-top: 2px;
        }

.dashboard-preview-address[b-p8nbbcbkie] {
    margin: auto;
    grid-row: 2;
    grid-column: 1/span 3;
    margin-top: 20px;
}

    .dashboard-preview-address > p[b-p8nbbcbkie] {
        font-weight:bold;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0px;
    }

    .dashboard-preview-address > div[b-p8nbbcbkie] {
        margin-top: 10px;
        height: 100%;
        text-align: center;
        margin-top: 0px;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0px;
    }

        .dashboard-preview-address > div > p[b-p8nbbcbkie] {
            margin-bottom: 0px;
            color: var(--themeColor05);
        }

.dashboard-preview-info[b-p8nbbcbkie] {
    border-radius: 10px;
    margin: 10px;
    height: auto;
    padding-top: 0px;
    max-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row: 3;
    grid-column: 1/span 3;
    margin-top: 10px;
}

    .dashboard-preview-info > div:first-child[b-p8nbbcbkie]{
        margin-top:auto;
    }

    .dashboard-preview-progress[b-p8nbbcbkie] {
        padding-top: 10px;
        display: grid;
    }

    .dashboard-preview-progress > .progress[b-p8nbbcbkie] {
        background-color: var(--themeColor01) !important;
        height: 36px;
        grid-row: 1;
        grid-column: 1;
    }

        

.progress-bar[b-p8nbbcbkie] {
    overflow: visible;
    background-color: var(--themeGreen) !important;
}

.progress-bar > label[b-p8nbbcbkie] {
    margin: 5px;
    font-size: 0.8rem;
    font-weight:bold;
}


.dashboard-preview-progress > label[b-p8nbbcbkie] {
    grid-row: 1;
    grid-column: 1;
    margin: auto;
    font-size: 0.8rem;
    font-weight: bold;
}

.dashboard-preview-shortcuts[b-p8nbbcbkie] {
    display: flex;
    padding-top: 10px;
    height: auto;
}

    .dashboard-preview-shortcuts > div[b-p8nbbcbkie] {
        width: 100%;
        height: 100%;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        text-align: center;
        padding: 0px;
        color: white;
    }


.dashboard-shortcut-wrapper[b-p8nbbcbkie] {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
}

    .dashboard-shortcut-wrapper > span[b-p8nbbcbkie] {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--themeColor04);
        /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;*/
        box-shadow: inset 0 -.2rem rgba(0,0,0,.2);
        cursor: pointer;
    }

        .dashboard-shortcut-wrapper > span:hover[b-p8nbbcbkie] {
            background-color: var(--themeMainColor);
        }

        .dashboard-shortcut-wrapper > span:active[b-p8nbbcbkie] {
            transform: translateY(2px);
            box-shadow: none;
        }

        .dashboard-shortcut-wrapper > span > img[b-p8nbbcbkie] {
            width: 60%;
            height: auto;
            max-height: 28px;
            max-width: 28px;
        }

.no-files-msg[b-p8nbbcbkie] {
    width: 100%;
    padding-top: 10vh;
}

    .no-files-msg div[b-p8nbbcbkie] {
        background-color: var(--themeGreen);
        margin: auto;
        width: 40vw;
        border-radius: 10px;
    }

    .no-files-msg p[b-p8nbbcbkie] {
        padding: 20px;
        margin: auto;
        text-align: center;
        color: var(--appWhite);
    }



@media(max-width:1350px) {

    .dashboard-preview-inner > div > div:nth-child(4)[b-p8nbbcbkie] {
        display: none;
    }
}


@media(max-width:875px) {

    .dashboard-preview-inner > div > div:nth-child(3)[b-p8nbbcbkie] {
        display: none;
    }

    .dashboard-preview-cell[b-p8nbbcbkie] {
        width: 49%;
    }
}


@media(max-width:750px) {

    .dashboard-preview-cell > div > div:nth-child(3)[b-p8nbbcbkie] {
        order: 3;
        flex-basis: 100%;
    }

    .dashboard-preview-progress[b-p8nbbcbkie] {
        width: 100%;
        order: 3;
    }

    .dashboard-shortcut-wrapper[b-p8nbbcbkie] {
        width: 100%;
    }

    .dashboard-preview-shortcuts[b-p8nbbcbkie] {
        order: 4;
        padding: 0px;
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }  

    .no-files-msg div[b-p8nbbcbkie] {
        width: 70vw;
    }
}

@media(max-width:600px) {
    .dashboard-preview-cell[b-p8nbbcbkie] {
        width: auto;
        margin-bottom: 15px;
    }

    .dashboard-preview-inner > div[b-p8nbbcbkie]{
        flex-direction:column;
    }

        .dashboard-preview-inner > div > div:nth-child(3)[b-p8nbbcbkie] {
            display: block;
        }

        .dashboard-preview-inner > div > div:nth-child(4)[b-p8nbbcbkie] {
            display: block;
        }
}

@media(max-width:400px) {

    .dashboard-preview-inner[b-p8nbbcbkie] {
        padding-left: 0px;
        padding-right: 0px;
    }

    .dashboard-preview-cell[b-p8nbbcbkie] {
        width: auto;
    }
}


/* /Shared/CMP_FloatingInput.razor.rz.scp.css */

.validation-message[b-lzs5z2cp6w] {
    float: right;
    position: relative;
    top: 30px;
    right: 5px;
}

.input-row[b-lzs5z2cp6w] {
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    background-color: var(--themeColor02);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

    .input-row > div[b-lzs5z2cp6w] {
        width: 100%;
    }



.input_box[b-lzs5z2cp6w] {
    height: 40px;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    position: relative;
    border-color: var(--themeColor03);
    margin: 5px;
    margin-top: 10px;
}

    .input_box input[b-lzs5z2cp6w] {
        width: 100%;
        border: none;
        outline: none;
        font-size: 25px;
        padding: 7px 0px;
        padding-top: 10px;
        padding-bottom: 5px;
        background-color: transparent;
        color: var(--themeText01);
    }

input:-webkit-autofill[b-lzs5z2cp6w],
input:-webkit-autofill:hover[b-lzs5z2cp6w],
input:-webkit-autofill:focus[b-lzs5z2cp6w],
input:-webkit-autofill:active[b-lzs5z2cp6w] {
    -webkit-background-clip: text;
}


.input_box label[b-lzs5z2cp6w] {
    position: absolute;
    left: 0px;
    font-size: 16px;
    top: 10px;
    pointer-events: none;
    transition: 0.2s;
    color: var(--themeText01);
    opacity: 0.65;
}

.input_box:has(:focus)[b-lzs5z2cp6w] {
    border-color: var(--themeColor05);
    border-width: 0px 0px 3px 0px;
}

    .input_box input:focus + label[b-lzs5z2cp6w],
    .input_box input:not(:placeholder-shown) + label[b-lzs5z2cp6w] {
        top: -15px;
        font-size: 12px;
        opacity: 1;
    }


.invalid.modified[b-lzs5z2cp6w] {
    border-color: var(--themeRed);
}

.valid.modified:not([type="checkbox"])[b-lzs5z2cp6w] {
    outline: none;
}

.validation-message[b-lzs5z2cp6w] {
    font-size: 12px;
}


.form-group[b-lzs5z2cp6w] {
    padding-bottom: 5px;
}


input:invalid[b-lzs5z2cp6w] {
    background-color: pink !important;
    border: rgb(60,60,59);
}


/* /Shared/CMP_FormInput.razor.rz.scp.css */

.validation-message[b-63uhvsnd8k] {
    float: right;
    position: relative;
    top: 30px;
    right: 5px;
}

.input-row[b-63uhvsnd8k] {
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    background-color: var(--themeColor02);
    border-radius: 5px;
}

    .input-row > div[b-63uhvsnd8k] {
        width: 100%;
    }


.input_box[b-63uhvsnd8k] {
    height: 40px;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    position: relative;
    border-color: var(--themeColor03);
    margin-top: 10px;
}

    .input_box input[b-63uhvsnd8k] {
        width: 100%;
        border: none;
        outline: none;
        font-size: 25px;
        padding: 7px 0px;
        padding-top: 10px;
        padding-bottom: 5px;
        background-color: transparent;
        color: var(--themeText01);
    }

input:-webkit-autofill[b-63uhvsnd8k],
input:-webkit-autofill:hover[b-63uhvsnd8k],
input:-webkit-autofill:focus[b-63uhvsnd8k],
input:-webkit-autofill:active[b-63uhvsnd8k] {
    -webkit-background-clip: text;
}


    .input_box label[b-63uhvsnd8k] {
        position: absolute;
        left: 0px;
        font-size: 16px;
        top: 10px;
        pointer-events: none;
        transition: 0.2s;
        color: var(--themeText01);
        opacity: 0.65;
    }

.input_box:has(:focus)[b-63uhvsnd8k] {
    border-color: var(--themeColor05);
    border-width: 0px 0px 3px 0px;
}


    .input_box input:focus + label[b-63uhvsnd8k],
    .input_box input:not(:placeholder-shown) + label[b-63uhvsnd8k] {
        top: -15px;
        font-size: 12px;
    }



.invalid.modified[b-63uhvsnd8k] {
    border-color: var(--themeRed);
}

.valid.modified:not([type="checkbox"])[b-63uhvsnd8k] {
    outline: none;
}

.validation-message[b-63uhvsnd8k] {
    font-size: 12px;
}

.multi-field-row > .input-row[b-63uhvsnd8k]{
    margin-left:0px;
    margin-right:0px;
}




.form-group[b-63uhvsnd8k] {
    padding-bottom: 5px;
}


input:invalid[b-63uhvsnd8k] {
    background-color: pink !important;
    border: rgb(60,60,59);
}

/*@media (max-width:750px) {*/

   /* .input-row {
        width: auto;
    }*/

    /*.multi-field-row > .input-row:nth-child(2) {
        margin-top:0px;
    }*/

/*}*/
/* /Shared/CMP_LoginInput.razor.rz.scp.css */

.validation-message[b-rulcq7w3pk] {
    float: right;
    position: relative;
    top: 30px;
    right: 5px;
}

.input-row[b-rulcq7w3pk] {
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    padding-left: 5px;
}

    .input-row > div[b-rulcq7w3pk] {
        width: 100%;
    } 


.input_box[b-rulcq7w3pk] {
    height: 40px;
    width: 100%;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    margin-top: 15px;
    position: relative;
    border-color: var(--themeColor04);
}

    .input_box input[b-rulcq7w3pk] {
        /*position:fixed;*/
        width: 100%;
        border: none;
        outline: none;
        font-size: 25px;
        padding: 7px 0px;
        padding-top: 10px;
        padding-bottom: 5px;
        background-color: transparent !important;
        filter: none !important;
        color: var(--loginTextColor);
        /*background: var(--appWhite) !important;*/
        -moz-appearance: none !important;
        -webkit-text-fill-color: var(--loginTextColor) !important;
    }

    [b-rulcq7w3pk]::placeholder{
        opacity:1;
    }


input:-webkit-autofill[b-rulcq7w3pk],
input:-webkit-autofill:hover[b-rulcq7w3pk],
input:-webkit-autofill:focus[b-rulcq7w3pk],
input:-webkit-autofill:active[b-rulcq7w3pk]{
    -webkit-background-clip: text;
    /*-webkit-box-shadow: 0 0 0 30px var(--appWhite) inset;
    background-color: var(--appWhite);*/
}

    .input_box label[b-rulcq7w3pk] {
        position: absolute;
        left: 0px;
        font-size: 16px;
        top: 10px;
        pointer-events: none;
        transition: 0.2s;
        color: var(--themeColor04);
        opacity: 0.65;
    }

.input_box:has(:focus)[b-rulcq7w3pk] {
    border-color: var(--themeMainColor);
    border-width: 0px 0px 3px 0px;
}


    /*   .input_box ::deep input:focus + label,
    .input_box ::deep input:valid + label {
        top: -10px;
        font-size: 12px;
        color: var(--themeColor01);
        opacity: 1;
    }*/

.input_box input:focus + label[b-rulcq7w3pk],
.input_box input:not(:placeholder-shown) + label[b-rulcq7w3pk] {
    top: -15px;
    font-size: 12px;
    /*color: var(--themeColor03);*/
    opacity: 1;
}

/*::deep input:focus:required:placeholder-shown {*/
/*background-color:red;*/
/*border: double 1px red;
}*/

.invalid.modified[b-rulcq7w3pk] {
    /*background-color:red;
    border:double 1px red;*/
    border-color: var(--themeMainColor);
}

.valid.modified:not([type="checkbox"])[b-rulcq7w3pk] {
    outline: none;
}

.validation-message[b-rulcq7w3pk] {
    font-size: 12px;
}


.form-group[b-rulcq7w3pk] {
    padding-bottom: 5px;
    /*height:50px;*/
    /*background-color: color-mix(in srgb, var(--appWhite), transparent 50%);
    border-radius: 5px;
    padding: 5px;*/
}
/* /Shared/CMP_PartyContactInfo.razor.rz.scp.css */
a[b-awqqduojq5] {
    color: transparent;
    display: flex;
    justify-content: center;
}

a[b-awqqduojq5] {
    color: transparent;
    display: flex;
    justify-content: center;
}

.contact-btn[b-awqqduojq5] {
    border-radius: 25px;
    padding: 10px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    background-color: var(--themeColor04);
    /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;*/
    box-shadow: inset 0 -.2rem rgba(0,0,0,.2);
    cursor: pointer;
}

    .contact-btn > div p[b-awqqduojq5] {
        margin-bottom: unset;
        color: var(--appWhite);
        padding-left: 10px;
        padding-right: 10px;
    }
        .contact-btn > div p:first-child[b-awqqduojq5] {
            font-size: 11px;
            margin-bottom: 0px;
            opacity: 0.75;
        }

    .contact-btn:hover[b-awqqduojq5] {
        background-color: var(--themeMainColor);
    }

    .contact-btn:active[b-awqqduojq5] {
        transform: translateY(2px);
        box-shadow: none;
    }


    .contact-btn div > img[b-awqqduojq5] {
        max-height: 24px;
        padding-left: 5px;
        padding-right: 10px;
        padding-bottom: 2px;
    }



.contact-card-header[b-awqqduojq5] {
    display: flex;
}

.contact-card-header > div:first-child[b-awqqduojq5]
{
    margin:auto;
    /*display:flex;*/
    margin-left:0px;

}



.contact-card-header-inner > div:nth-child(2) > h4[b-awqqduojq5] {
    font-weight:bold;
}




    .contact-card-header > p[b-awqqduojq5] {
        margin: 0px;
        color: white;
    }

    .contact-card-header > .section-divider[b-awqqduojq5] {
        margin-bottom: 0px;
        background-color: var(--themeColor02);
    }


.stack-inner[b-awqqduojq5] {
        /*margin: 10px;*/
        margin-left:20px;
        height: 100%;
        width: auto;
    }

        .stack-inner > p[b-awqqduojq5] {
            margin:0px;
            color: white;
        }

        .stack-inner :first-child[b-awqqduojq5] {
            font-size: 11px;
            margin-bottom: 0px;
            opacity:0.75;
        }

        .stack-inner :nth-child(2)[b-awqqduojq5] {
            /*font-weight: bold;*/
            margin-top: auto;
            margin-bottom: auto;
            padding-right:10px;
        }


.show-more-button[b-awqqduojq5] {
    height:35px;
    width:35px;
    /*order:2;
    width:20%;*/
}

.button-style[b-awqqduojq5]{
    background-color:var(--themeColor03);
    float:right;
    /*height:30px;*/
}

    .button-style:hover[b-awqqduojq5] {
        background-color: var(--themeMainColor) !important;
    }

.button-style > img[b-awqqduojq5]{
    max-height:100%;
    max-width:100%;
}

@media(max-width:900px) {
    /*.contact-card-info > div {
        flex-direction: row;
    }*/
}




@media(max-width:850px) {
    .stack-wrapper > #collapsable[b-awqqduojq5] {
        display: none;
    }


    .show-more-button[b-awqqduojq5] {
        display: inline-block;
        float:right;
        margin-right:0px;
        margin-top:0px;
    }

    /*.show-more-button > button {
        background-color: var(--themeMainColor);
    }*/
}


@media (max-width:575px) {
    .contact-card-info > div[b-awqqduojq5] {
        flex-direction: column;
    }
}


@media(max-width: 400px) {
    /*.contact-card{*/
        /*//display:block;*/
        /*flex-direction:column;*/
        /*flex-wrap:wrap;
    }*/

    .contact-card-header[b-awqqduojq5] {
        /*order:1;*/
        /*width: 80%;*/
        padding-right:0px;
    }

    .show-more-button[b-awqqduojq5] {
        order:2;
    }
    .show-more-button > .button-style[b-awqqduojq5] {
        /*margin-top:15px;
        margin-right:15px;*/
    }

    .contact-card-info[b-awqqduojq5]{
        order:3;
        display:block;
        width:auto;
        margin-left:auto;
        margin-right:auto;
    }

        /*.contact-card-info > div {
            flex-direction:column;
        }*/

    .stack-wrapper[b-awqqduojq5]{
        display:flex;
    }
}
/* /Shared/FileListCell.razor.rz.scp.css */

.listCol-1[b-oili98u4wu] {
    width: 15% !important;
    padding-left: 5px;
}

.listCol-2[b-oili98u4wu] {
    width: 25% !important;
}

.listCol-3[b-oili98u4wu] {
    width: 22% !important;
}

.listCol-4[b-oili98u4wu] {
    width: 17% !important;
}



.listCol[b-oili98u4wu] {
    height: 60px;
    padding:10px;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

    .listCol > p[b-oili98u4wu] {
        margin: 0px;
    }

    .listCol > div[b-oili98u4wu] {
        margin-right: 10px;
        margin-top: auto;
        margin-bottom: auto;
    }

        .listCol > div > p[b-oili98u4wu] {
            margin-top: auto;
            margin-bottom: auto;
        }

        .listCol > div > div[b-oili98u4wu] {
            margin-right: 10px;
            margin-top: 5px;
        }



@media(max-width: 1500px) {
    .col-collapse1[b-oili98u4wu] {
        display: none;
    }

    .listCol-1[b-oili98u4wu] {
        width: 20% !important;
    }

    .listCol-2[b-oili98u4wu] {
        width: 37% !important;
    }

}


@media(max-width: 1200px) {
    .col-collapse2[b-oili98u4wu] {
        display: none !important;
    }

    .listCol-1[b-oili98u4wu] {
        width: 27% !important;
    }

    .listCol-2[b-oili98u4wu] {
        width: 45% !important;
    }

}


@media(max-width: 975px) {
    .col-collapse3[b-oili98u4wu] {
        display: none !important;
    }

    .listCol-1[b-oili98u4wu] {
        width: 30% !important;
    }

    .listCol-2[b-oili98u4wu] {
        width: 100vw !important;
    }

    .file-list-header > div[b-oili98u4wu] {
        flex-wrap: wrap;
    }

    .header-s1[b-oili98u4wu] {
        width: 60% !important;
    }
}
/* /Shared/FileListCell_Pending.razor.rz.scp.css */

.listCol-1[b-pewe4pe6nd] {
    width: 15% !important;
    padding-left: 5px;
}

.listCol-2[b-pewe4pe6nd] {
    width: 25% !important;
}

.listCol-3[b-pewe4pe6nd] {
    width: 22% !important;
}

.listCol-4[b-pewe4pe6nd] {
    width: 17% !important;
}


.listCol[b-pewe4pe6nd] {
    height: 60px;
    padding:10px;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

    .listCol > p[b-pewe4pe6nd] {
        margin: 0px;
    }

    .listCol > div[b-pewe4pe6nd] {
        margin-right: 10px;
        margin-top: auto;
        margin-bottom: auto;
    }

        .listCol > div > p[b-pewe4pe6nd] {
            margin-top: auto;
            margin-bottom: auto;
        }

        .listCol > div > div[b-pewe4pe6nd] {
            margin-right: 10px;
            margin-top: 5px;
        }



@media(max-width: 1500px) {
    .col-collapse1[b-pewe4pe6nd] {
        display: none;
    }

    .listCol-1[b-pewe4pe6nd] {
        width: 20% !important;
    }

    .listCol-2[b-pewe4pe6nd] {
        width: 37% !important;
    }

}


@media(max-width: 1200px) {
    .col-collapse2[b-pewe4pe6nd] {
        display: none !important;
    }

    .listCol-1[b-pewe4pe6nd] {
        width: 27% !important;
    }

    .listCol-2[b-pewe4pe6nd] {
        width: 45% !important;
    }

}


@media(max-width: 975px) {
    .col-collapse3[b-pewe4pe6nd] {
        display: none !important;
    }

    .listCol-1[b-pewe4pe6nd] {
        width: 30% !important;
    }

    .listCol-2[b-pewe4pe6nd] {
        width: 100vw !important;
    }

    .file-list-header > div[b-pewe4pe6nd] {
        flex-wrap: wrap;
    }

    .header-s1[b-pewe4pe6nd] {
        width: 60% !important;
    }
}
/* /Shared/Form_BrokerForm.razor.rz.scp.css */
.form-section[b-2x6n7f00c4] {
    background-color: var(--themeColor02);
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
}

.dashboard-header[b-2x6n7f00c4] {
    background-color: var(--themeColor02);
    padding-top: 15px;
    position: unset;
    top: unset;
    padding-left: 10px;
    padding-right: 10px;
}
    .dashboard-header h3[b-2x6n7f00c4]{
        color:var(--appWhite);
    }

.section-divider[b-2x6n7f00c4] {
    background-color: var(--themeMainColor);
}

/*.scrollFade {
    background-color: var(--themeColor02);
}*/

/*.form-wrapper > form > div{
    background-color:var(--themeColor04);
}*/

.property-form > .multi-field-row:first-child[b-2x6n7f00c4] {
    padding-top: 10px;
    background-color: pink;
}

.form-section-wrapper[b-2x6n7f00c4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:10px;
    gap:10px;
}

    .form-section-wrapper > div[b-2x6n7f00c4] {
        width: 49%;
        margin-left: 0px;
        margin-right: 0px;
    }

.wrap-row[b-2x6n7f00c4] {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
}


.form-select-wrapper[b-2x6n7f00c4] {
    background-color: var(--themeColor03);
    /*margin-top: 10px;*/
    justify-content: space-between;
}

.form-control[b-2x6n7f00c4] {
    background-color: var(--themeColor04);
    border: 2px solid var(--themeColor04);
    color: var(--appWhite) !important;
}

.form-select-wrapper label[b-2x6n7f00c4]{
    color:var(--appWhite);
    opacity : 0.7;

}

.form-navigation-wrapper[b-2x6n7f00c4] {
    display: flex;
    justify-content: space-between;
}


.new-party-submit button[b-2x6n7f00c4]{
    width:45%;
}

    .new-party-submit button:nth-child(3)[b-2x6n7f00c4] {
        background-color: var(--themeColor02);
    }

.broker-form-submit .form-button:nth-child(3)[b-2x6n7f00c4] {
    background-color: var(--themeColor02);
}


    .new-party-submit button:hover[b-2x6n7f00c4], .broker-form-submit .form-button:hover[b-2x6n7f00c4] {
        background-color: var(--themeMainColor);
    }


.form-button[b-2x6n7f00c4]{
    width:30%;
}



.file-party-row[b-2x6n7f00c4] {
    display: flex;
    background-color: var(--themeColor03);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px;
}

    .file-party-row > div[b-2x6n7f00c4] {
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
        column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 20px;
    }

.file-party-contact[b-2x6n7f00c4] {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}


    .file-party-row button[b-2x6n7f00c4]{
        background-color:var(--themeRed);
    }


/*.session-timeout {
    width: 50vw !important;
    padding-top: 30vh !important;
    margin: auto !important;
}

    .session-timeout > .modal-content {
        background-color: var(--themeRed);
        border-color: var(--themeRed);
    }

        .session-timeout > .modal-content > p {
            margin: auto;
            text-align: center;
            padding: 20px;
            color: var(--appWhite);
            font-size: 1.3rem;
        }
*/

/*MODAL*/
.modal-dialog[b-2x6n7f00c4] {
    max-width:600px;
}


.modal-content[b-2x6n7f00c4] {
    background-color: var(--themeRed);
    padding: 20px;
    text-align: center;
}

.modal-content p[b-2x6n7f00c4] {
    color:var(--themeText02);
}

.modal-content > div[b-2x6n7f00c4] {
    display:flex;
    gap:10px;
    margin:auto;
    padding:20px;
    padding-bottom:0px;
}

    .modal-content > div > button[b-2x6n7f00c4] {
        padding: 10px;
    }


.button-style[b-2x6n7f00c4] {
    background-color: var(--themeColor03);
}

.modal-content> div > button:nth-child(2)[b-2x6n7f00c4] {
    background-color: var(--themeColor02);
}

    .button-style:hover[b-2x6n7f00c4], .modal-content > div > button:nth-child(2):hover[b-2x6n7f00c4] {
        background-color: var(--themeMainColor);
    }


/*MODAL*/

@media (max-width: 850px) {

    .loading-wrapper[b-2x6n7f00c4] {
        width: 100vw;
    }


    .form-navigation-wrapper[b-2x6n7f00c4] {
        flex-wrap: wrap;
        row-gap: 10px;
    }

        .broker-form-submit .form-button:nth-child(2)[b-2x6n7f00c4] {
            margin-left: 0px;
            order: 2;
            width: 45%;
        }

        .broker-form-submit .form-button:nth-child(3)[b-2x6n7f00c4] {
            order: 1;
            width: 100%;
        }

        .broker-form-submit .form-button:nth-child(4)[b-2x6n7f00c4] {
            order: 3;
            width: 45%;
        }

}

@media (max-width: 750px) {
    .input-row[b-2x6n7f00c4]{
        width:100% !important;
    }
/*
    .modal-dialog{
        margin-top:40%;
    }*/
}


@media (max-width: 650px) {

    .dashboard-header[b-2x6n7f00c4]{
        padding-left:0px;
        padding-right:0px;
    }
    .new-party-submit button[b-2x6n7f00c4] {
        width: 100%;
    }

    .form-section-wrapper[b-2x6n7f00c4]{
        margin-left:0px;
        margin-right:0px;
    }

        .form-section-wrapper > div[b-2x6n7f00c4]{
            width:100%;
        }

        .form-section .multi-field-row:first-child[b-2x6n7f00c4] {
            flex-direction: row;
        }



    /*.form-select-wrapper{
        width:49%;
    }*/

    .input-row[b-2x6n7f00c4]{
        width:100%;
    }


    .file-party-row button[b-2x6n7f00c4]{
        margin:auto;
        margin-right:0px;
        margin-top:0px;
    }
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-mg5d25azb7] {
    position: relative;
    display: flex;
    flex-direction: column;
    height:100%;
}

main[b-mg5d25azb7] {
    flex: 1;
}



.top-row[b-mg5d25azb7] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    /*height: 3.5rem;*/
    height:unset !important;
    display: flex;
    align-items: center;
}

    .top-row[b-mg5d25azb7]  a, .top-row .btn-link[b-mg5d25azb7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mg5d25azb7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }





/*@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}
*/

@media (min-width: 1075px) {
    .page[b-mg5d25azb7] {
        flex-direction: row;
    }

    .sidebar[b-mg5d25azb7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mg5d25azb7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

}

/* /Shared/Modal_ContactView.razor.rz.scp.css */
.modal-header[b-fbmmn4cbvp]{
    align-items:flex-start;
}

.modal-header > div[b-fbmmn4cbvp]{
    flex-direction:column;
}

.modal-content[b-fbmmn4cbvp]{
    background-color:var(--themeColor04);
}

.modal-body > p[b-fbmmn4cbvp]{
    padding-left:5px;
}

.section-floating[b-fbmmn4cbvp] {
    background-color: var(--themeColor03);
    border-radius: 10px;
}

.section-divider[b-fbmmn4cbvp] {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color:var(--themeMainColor);
}

.button-style[b-fbmmn4cbvp] {
    background-color: var(--themeColor03) !important;
}

.back-btn[b-fbmmn4cbvp] {
    background-color: var(--themeColor02) !important;
}

.button-style:hover[b-fbmmn4cbvp] {
    background-color: var(--themeMainColor) !important;
}


@media(max-width:990px) {
    .modal-body > div > div:first-child[b-fbmmn4cbvp] {
        flex-wrap:wrap;
    }

}
/* /Shared/Modal_DocumentView.razor.rz.scp.css */
/*.modal-header > div{
    flex-direction:row;
}
*/

.modal-content[b-swamqr7zre] {
    background-color: var(--themeColor04);
    /*max-height: 75vh;*/
    /*padding: 5px;*/
}


.modal-body[b-swamqr7zre]{
    /*min-height:70vh;*/
}

.doc-preview[b-swamqr7zre] {
    height: auto;
    max-width: 100%;
    display: flex;
    margin: auto;
}

.button-style[b-swamqr7zre] {
    background-color: var(--themeColor03) !important;
}

.back-btn[b-swamqr7zre] {
    background-color: var(--themeColor02) !important;
}

.button-style:hover[b-swamqr7zre] {
    background-color: var(--themeMainColor) !important;
}

@media(max-width: 992px) {
    .modal-header .button-style > p[b-swamqr7zre] {
        display: none;
    }
}
/* /Shared/Modal_EditParty.razor.rz.scp.css */
.modal-header[b-xehmlahqdo]{
    align-items:flex-start;
}

.modal-header > div[b-xehmlahqdo]{
    flex-direction:column;
}

.modal-content[b-xehmlahqdo]{
    background-color:var(--themeColor04);
}

.modal-body > p[b-xehmlahqdo]{
    padding-left:5px;
}

.section-floating[b-xehmlahqdo] {
    background-color: var(--themeColor03);
    border-radius: 10px;
}

.section-divider[b-xehmlahqdo] {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color:var(--themeMainColor);
}

.button-style[b-xehmlahqdo] {
    background-color: var(--themeColor03) !important;
}

.back-btn[b-xehmlahqdo] {
    background-color: var(--themeColor02) !important;
}

.button-style:hover[b-xehmlahqdo] {
    background-color: var(--themeMainColor) !important;
}


@media(max-width:990px) {
    .modal-body > div > div:first-child[b-xehmlahqdo] {
        flex-wrap:wrap;
    }

}
/* /Shared/Modal_FormAlert.razor.rz.scp.css */
.modal-dialog[b-li6sehde9y] {
    max-width: 600px;
    background-color: var(--themeColor04);
}

.modal-content[b-li6sehde9y]{
    background-color:var(--themeColor04);
}

.modal-header[b-li6sehde9y] {
    background-color: unset;
}

.button-style[b-li6sehde9y] {
    margin-left: auto;
    background-color: var(--themeColor03);
}

    

.modal-body > h4[b-li6sehde9y]{
    text-align:center;
    color:var(--themeText02);
}

.modal-body > div[b-li6sehde9y] {
    width: 70%;
    display: flex;
    gap: 15px;
    margin: auto;
    margin-top: 40px;
}

.modal-body button[b-li6sehde9y]{
    width: 49%;
}

.modal-body > div > button:nth-child(2)[b-li6sehde9y] {
    background-color: var(--themeColor02);
}

.button-style:hover[b-li6sehde9y], .modal-body > div > button:nth-child(2):hover[b-li6sehde9y] {
    background-color: var(--themeMainColor);
}

@media(max-width:475px){
    .modal-body > div[b-li6sehde9y] {
        width: 100%;
    }
}
/* /Shared/Modal_SelectBrokerProfile.razor.rz.scp.css */


.modal-dialog[b-w6igl70ge2] {
    max-width: 600px;
    background-color: var(--themeColor04);
}

.modal-content[b-w6igl70ge2] {
    background-color: var(--themeColor04);
}

.modal-header[b-w6igl70ge2]{
    background-color:unset;
}

.broker-select-submit[b-w6igl70ge2] {
    margin: auto;
    background-color: var(--themeColor02);
}

    .broker-select-submit:disabled[b-w6igl70ge2] {
        opacity: 0.5;
    }

    .broker-select-submit:hover:enabled[b-w6igl70ge2] {
        background-color: var(--themeMainColor);
    }

.modal-body > h4[b-w6igl70ge2]{
    text-align:center;
    color:var(--themeText01);
}

.modal-body > div[b-w6igl70ge2] {
    width: 70%;
    display: flex;
    gap: 15px;
    margin: auto;
    margin-top: 40px;
}

.modal-body button[b-w6igl70ge2]{
    width: 49%;
}

.broker-select-wrapper[b-w6igl70ge2]{

}

.broker-select-cell[b-w6igl70ge2] {
    margin: 10px !important;
    cursor: pointer;
    padding: 10px;
    width: auto !important;
    display: flex !important;
    flex-direction: row;
    border-radius: 10px;
    box-shadow: inset 0 -.2rem rgba(0,0,0,.2)
}

    .broker-select-cell:active[b-w6igl70ge2], .button-style:active[b-w6igl70ge2] {
        transform: translateY(2px);
        box-shadow: none;
    }


    .broker-select-cell > div[b-w6igl70ge2] {
        flex-grow: 1;
        width: 50%;
        display: unset !important;
    }
    /*.broker-select-cell:hover {
        background-color: var(--themeColor05) !important;
    }*/



@media(max-width:600px) {
    .broker-select-cell[b-w6igl70ge2]{
        flex-wrap:wrap;
    }

    .broker-select-cell > div[b-w6igl70ge2] {
        width:100%;
    }
}

@media(max-width:475px) {
    .modal-body > div[b-w6igl70ge2] {
        width: 100%;
    }
}
/* /Shared/Modal_UserSettings.razor.rz.scp.css */
.modal-header > div[b-f03c7f98ni]{
    flex-direction:row;
}

.modal-content[b-f03c7f98ni] {
    background-color: var(--themeColor04);
}

.modal-body[b-f03c7f98ni]{
    min-height: 275px;
}

.modal-user-info[b-f03c7f98ni]{
    display:flex;
    flex-direction:column;
    justify-content:center;
}




.dashboard-user-icon[b-f03c7f98ni] {
    background-color: var(--themeColor03);
    border-radius: 50%;
    display: block;
    margin: auto;
    /*margin-top: 10px;*/
    height: 100px;
    width: 100px;
    font-size: 1.2em;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

    .dashboard-user-icon span[b-f03c7f98ni] {
        display: flex;
        vertical-align: middle;
        height: 100px;
        width: 100px;
        text-align: center;
        /*padding: 0 15px;*/
    }

    .dashboard-user-icon > span > img[b-f03c7f98ni] {
        /*height:65px;
        width:65px;
        margin-bottom:5px;*/
        width: 60%;
        height: auto;
        margin:auto;
    }


.modal-user-info > button[b-f03c7f98ni] {
    padding: 6px;
    display: flex;
    margin: auto;
    margin-top: 20px;
}

    

.form-result-msg[b-f03c7f98ni] {
    display:flex;
    justify-content:center;
    /*min-height:200px;*/
}

    .form-result-msg > div[b-f03c7f98ni] {
        margin:25px;
        border-radius: 10px;
    }

        .form-result-msg > div > p[b-f03c7f98ni] {
            color: white;
            margin: 15px;
            padding-top: 0px;
            font-weight: unset;
            font-size: calc(0.8rem + 0.5vw);
            text-align: center;
            font-weight: bold;
            /*padding-top: 50px;*/
        }



.password-change-form[b-f03c7f98ni] {
    margin-left: 20px;
    margin-right: 20px;
    /*margin-top: 20px;*/
    background-color: var(--themeColor02);
    border-radius: 10px;
    padding:10px;
}



    .password-change-form > form > .form-group > .button-style[b-f03c7f98ni] {
        margin:10px;
        margin-top:15px;
        margin-bottom:15px;
        background-color: var(--themeColor03);
    }

    .password-change-form > form > .form-group > .button-style > img[b-f03c7f98ni] {
        max-height: 32px;
        margin:5px;
    }


.form-group[b-f03c7f98ni] {
    display:flex;
}

.password-change-errors[b-f03c7f98ni] {
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.password-change-form > form > .button-style[b-f03c7f98ni] {
    /*margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 5px;*/
    padding:10px;
    /*padding-left:10px;
    padding-right:10px;*/
    /*float:right;*/
    margin:auto;
    width:60%;
    margin-bottom:10px;
}

.form-processing-msg > p[b-f03c7f98ni] {
    font-size: calc(1.2rem + 1vw);
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
}

.button-style[b-f03c7f98ni] {
    background-color: var(--themeColor03) !important;
}

.back-btn[b-f03c7f98ni] {
    background-color: var(--themeColor02) !important;
}

.button-style > h5[b-f03c7f98ni]{
    margin:auto;
}

.button-style:hover[b-f03c7f98ni] {
    background-color: var(--themeMainColor) !important;
}

/*.password-change-errors > .validation-message {
    font-size: calc(0.75rem + 0.3vw);
    color:blue;
}*/

@media (min-width: 1200px) {
    .user-setting-modal[b-f03c7f98ni] {
        max-width: 900px;
    }
}

@media(max-width:575px) {
    .password-change-form[b-f03c7f98ni]{
        margin-left:0px;
        margin-right:0px;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-logo[b-pwpeax54uf]{
    cursor:pointer;
}

.nav-logo > img[b-pwpeax54uf] {
    max-height:85px;
    max-width:180px;
}

.container-fluid[b-pwpeax54uf]{
    padding-left:0px;
}

.navbar-dark .navbar-toggler[b-pwpeax54uf]{
    color:transparent !important;
}

.navbar-toggler[b-pwpeax54uf] {
    border: none;
    background-color: var(--themeColor04);
    outline: unset !important;
}

.navbar-toggler:hover[b-pwpeax54uf] {
    background-color: var(--themeMainColor);
}


/*.navBtn {
    background:none;
    border:none;
    font-size:1.25em;
    opacity:1;
}*/

.sidebar[b-pwpeax54uf] {
    /*background: linear-gradient(0deg, rgba(217,26,26,1) 0%, rgba(38,38,38,1) 70%);*/
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(45,55,75,1) 70%);*/
    background-color: var(--navColor);
    /*height: 100%;*/
    /*position: sticky;*/
    top: 0px;
    z-index: 1000;
    min-width:208px;
}



/*.navbar-brand {
    font-size: 1.1rem;
}*/

.oi[b-pwpeax54uf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-pwpeax54uf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    cursor:pointer;
}

    .nav-item:first-of-type[b-pwpeax54uf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pwpeax54uf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pwpeax54uf]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

        .nav-item[b-pwpeax54uf]  a.active {
            /*background-color: rgba(255,255,255,0.25);*/
            background-color: var(--themeMainColor);
            color: white;
        }

        .nav-item[b-pwpeax54uf]  a:hover {
            /*background-color: rgba(255,255,255,0.1);*/
            background-color: var(--themeMainColor);
            color: white;
        }



.nav-link > span > img[b-pwpeax54uf] {
    height: 24px;
    padding-right: 12px;
}


.logout-btn[b-pwpeax54uf]{
    padding-top:40px;
}



@media (min-width: 1075px) {
    .navbar-toggler[b-pwpeax54uf] {
        display: none;
    }

    .collapse[b-pwpeax54uf] {
        /*Never collapse the sidebar for wide screens */
        display: block;
    }
}



@media (max-width: 1075px) {

    .full-height-nav[b-pwpeax54uf] {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 2500;
    }


    .nav-logo > img[b-pwpeax54uf] {
        max-height: 55px;
        max-width: 180px;
    }

}

