/* _content/PaceServerApp/Pages/Dashboard.razor.rz.scp.css */

.dashboard-header-wrapper[b-0nfr9d3mpn] {
    position:sticky;
    display:flex;
    align-items:center;
    display:table;
    /*padding:10px;*/
    flex-direction:column;
    width:100%;
}

.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: auto;
}

.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:25px;
    }

    .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-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[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 > h2[b-0nfr9d3mpn] {
        font-weight: bold;
        text-align: left;
        margin: auto;
        margin-left:0px;
    }

    /*.dashboard-header > .section-divider {
        margin-bottom: 0px;
    }*/


    .dashboard-header > div[b-0nfr9d3mpn] {
        margin-right: 0px;
        display: flex;
        gap: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        min-width:430px;
    }



/*.scrollFade {
    grid-row:2;
    grid-column:1;*/
    /*position: absolute;
    top: 55px;*/
    /*height: 35px;
    width: 100%;
    background-color: var(--themeColor01);
    mask-image: linear-gradient(to top, transparent 0%, black 28px, black 100px, transparent 100%);
}*/


.dashboard-preview-wrapper[b-0nfr9d3mpn] {
    /*padding-top:25px;*/
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}


@media(max-width:1075px) {
    .dashboard-header[b-0nfr9d3mpn]{
        width: calc(100vw - 50px);
    }

    .dashboard-header-sticky[b-0nfr9d3mpn] {
        margin-top:20px;
    }

}

@media(max-width:900px) {

    .dashboard-header-sticky[b-0nfr9d3mpn] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .dashboard-preview-wrapper[b-0nfr9d3mpn] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dashboard-header[b-0nfr9d3mpn] {
        width: calc(100vw - 30px);
    }

}


@media(max-width:850px) {

    /*.circle-icon {
        height: 70px;
        width: 70px;
    }

        .circle-icon > span {
            height: 70px;
            width: 70px;
        } */

    .dashboard-header[b-0nfr9d3mpn] {
        flex-direction: column;
    }

        .dashboard-header > h2[b-0nfr9d3mpn] {
            padding-bottom: 15px;
            text-align:center;
            width:100%;
        }
}



@media(max-width:750px) {

    /*.circle-icon {
        height: 70px;
        width: 70px;
    }

        .circle-icon > span {
            height: 70px;
            width: 70px;
        } */

    .scrollFade[b-0nfr9d3mpn] {
        top: 50px;
    }

}



@media(max-width:600px) {

    /*.header-inner-info {
        margin:auto;
    }*/

    

}


@media(max-width:500px) {

    /*.header-inner-info {
        margin:auto;
    }*/
    .dashboard-header > div[b-0nfr9d3mpn] {
        min-width:unset;
    }

    .dashboard-header-btn p[b-0nfr9d3mpn] {
        display: none;
    }

}





@media(max-width:400px) {

    /*.dashboard-header-wrapper{*/
        /*padding-right:20px;
        padding-left:20px;*/
    /*}*/

    

    .dashboard-header[b-0nfr9d3mpn] {
        width: calc(100vw - 30px);
    }

    

    /*.user-settings-btn {
        height: 45px;
        width: 45px;
    }*/

    
    
}



/*.dashboard-header-inner{
    display:flex;*/
/*width:100%;*/
/*}*/

/*.header-inner-info{
    display:flex;
    flex-direction:row;
    margin:0px;
    text-align:center;
    padding-left:25px;
}*/


/*.dashboard-user-icon {
    background-color: var(--themeColor05);
    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 {
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        width: 100px;
        text-align: center;*/
/*padding: 0 15px;*/
/*}

    .dashboard-user-icon > span > img {*/
/*height:65px;
        width:65px;
        margin-bottom:5px;*/
/*width: 60%;
        height: auto;
    }*/




/*.user-info {
    display: block;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    color: var(--themeText02);
}*/



/*.user-settings-wrapper {
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    vertical-align: top;
    margin:10px;
    margin-bottom:auto;
    margin-right:20px;
}*/
/* _content/PaceServerApp/Pages/Details_ContactView.razor.rz.scp.css */
.contact-section-header[b-74d23i849k]{
    justify-content:center;
    display:flex;
    padding-bottom:25px;
}

.contact-section-header > div[b-74d23i849k]{
    background-color:var(--themeMainColor);
    height:2px;
    /*width:30%;*/
    margin-top:auto;
    margin-bottom:auto;
    width:calc(100vw/2 - 225px);
}

    .contact-section-header > h4[b-74d23i849k] {
        text-align:center;
        /*font-weight:bold;*/
        color:var(--themeColor05);
        padding-right:10px;
        padding-left:10px;
        /*font-size:calc(1.3rem + .4vw);*/
        width:160px;
    }

.contact-info-row[b-74d23i849k] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    /*padding-bottom: 15px;*/
}
/*

.contact-card-wrapper {
    flex-grow: 1;
    max-width: 400px;
    min-width: 300px;
    width: 50%;
}


.contact-card {
    height: 100%;
    background-color: var(--themeColor02);
    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);
}*/


.contact-card-address[b-74d23i849k] {
    display:flex;
    font-size:1.2em;
    padding-left:40px;
    padding-right:40px;
    /*padding-top:15px;*/
    /*padding-bottom:15px;*/
    text-align: center;
    display:flex;
    flex-direction:column;
}

    .contact-card-address > p[b-74d23i849k] {
        margin-top: auto;
        margin-bottom: auto;
        color: var(--themeText01);
        text-align: center;
        width:100%;
    }

    .contact-card-address > img[b-74d23i849k] {
        max-height:24px;
        max-width:24px;
        margin:auto;
        margin-bottom:5px;
    }



.contact-card > div[b-74d23i849k] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/*.preview-cell{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}*/


.contact-card-inner[b-74d23i849k] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:15px;
    padding-top:20px;
    padding-bottom:20px;
}
/*.preview-cell > div{
    height:100%;
    display:flex;
    flex-direction:column;
}*/

    .contact-card-inner > div:nth-child(2)[b-74d23i849k] {
        justify-content: center;
    }

/*.preview-cell > div > div:nth-child(2) {
    justify-content:center;
}*/

.contact-card-header[b-74d23i849k] {
    padding-bottom:20px;
}

/*.contact-card-header-inner {
    border-radius: inherit;
    display: flex;*/
    /*padding: 15px;*/
    /*padding-bottom: 0px;*/
    /*background-color: var(--themeColor04);*/
    /*text-align: center;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;*/
    /*color: white;*/
/*}*/

    /*.contact-card-header-inner > div:first-child {
        background-color: var(--themeColor03);
        border-radius: 50px;
        margin-left: auto;
    }*/

    /*.contact-card-header-inner > div > img {
        max-height: 60px;
        padding: 10px;
        border-radius: 50px;
        transform: translateY(2px);
    }*/

    /*.contact-card-header-inner > div:nth-child(2) {
        color: var(--themeText01);
        margin-left: auto;
        text-align: left;
        margin: auto;
        margin-left: 15px;
    }*/

    .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;
    }

    /*.preview-cell-header > div > div > p:nth-child(1) {
        font-size:12px;
        margin-bottom:0px;
    }

    .preview-cell-header > div > div > p:nth-child(2) {
        font-weight:bold;
        margin-bottom:0px;
    }*/


/*.preview-cell-contact {
    padding-top: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;*/
    /*padding: 15px;*/
    /*padding-top: 25px;
    gap: 15px;
}*/

    .clerk-info[b-74d23i849k] {
        margin: auto;
        transform: translateY(-35px);
    }


/*.preview-cell-contact > div {
    margin: auto;
    display: flex;
}*/

    /*.preview-cell-contact > div:first-child {*/
        /*padding-bottom:7px;*/
    /*}*/

/*.contact-info-btn {
    background-color: var(--themeColor04);
    padding: 10px;
    color: var(--appWhite);
    border-radius: 25px;
}

.contact-info-btn > div{
    display:flex;
}

.contact-info-btn > div > div > img {
    max-height:24px;
    padding-left:5px;
    padding-right:10px;
}


    .contact-info-btn > div > p {
        margin:auto;
        padding-left:15px;
        padding-right:10px;
    }

*/



.expanding-button[b-74d23i849k] {
    padding: 8px;
    display: inline-flex;
    max-width: 300px !important;
    margin-top: auto;
    margin-bottom: auto;
}

.expanding-button-inner[b-74d23i849k] {
    white-space: nowrap;
    overflow: hidden;
    transition: max-width 1s ease;
    max-width: 50px;
}

    .expanding-button-inner > div[b-74d23i849k] {
        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[b-74d23i849k] {
            height: 50px;
            width: 50px;
            display: flex;
            justify-content: center;
        }

            .expanding-button-inner > div > div > img[b-74d23i849k] {
                padding: 2px;
                max-height: 32px;
                max-width: 32px;
                margin: auto;
            }


        .expanding-button-inner > div > span[b-74d23i849k] {
            padding: 0px;
            padding-right: 5px;
            margin: 5px;
            display: none;
            white-space: nowrap;
            overflow: hidden;
        }

.expanding-button:hover > .expanding-button-inner[b-74d23i849k] {
    max-width: 500px;
}

.expanding-button-inner > div:hover > span[b-74d23i849k] {
    display: block;
    clear: both;
    color: white;
    overflow-wrap: normal;
    max-width: 200px;
}


.section-divider[b-74d23i849k]{
    width:95%;
    background-color:var(--themeMainColor); 
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
}





/*****/

@media (min-width:700px) {

    .preview-cell-address[b-74d23i849k] {
        width: auto;
        justify-content:center;
    }

    .stack-wrapper[b-74d23i849k] {
        flex-direction: column;
        float: right;
    }

    .stack-wrapper > div > button[b-74d23i849k]{
        width:100%;
    }

        .stack-wrapper > div > button:nth-child(1)[b-74d23i849k] {
            width: 100%;
        }


    .contact-card-address > p[b-74d23i849k] {
        /*width: 200px;*/
        /*margin:auto;*/
    }


}


@media (min-width:1200px) {

    .stack-wrapper[b-74d23i849k] {
        justify-content:right;
    }

    .stack-wrapper > div[b-74d23i849k]{
        width:100%;
    }


}

@media (max-width:1075px) {
    .contact-section-header > div[b-74d23i849k] {
        width: calc(100vw/2 - 115px);
    }
}



@media (max-width:900px) {
    /*.contact-card-wrapper {
        max-width: 90%;
    }
*/
    /*.preview-cell-contact {
        flex-direction: row;
    }*/


        .preview-cell-contact > div[b-74d23i849k] {
            margin: unset;
        }

    .clerk-info[b-74d23i849k] {
        margin: auto;
        transform: translateY(-15px);
    }
}

@media (max-width:675px) {
    .contact-section-header > div[b-74d23i849k] {
        width: calc(100vw/2 - 100px);
    }
}


@media (max-width:575px) {
    /*.preview-cell-contact {
        flex-direction: column;
    }*/

        .preview-cell-contact > div[b-74d23i849k] {
            margin: auto;
        }
}

@media (max-width:400px) {
    .preview-cell-header-inner > div > img[b-74d23i849k] {
        max-height: 55px;
    }

    /*.contact-card-address > p {
        font-size:0.9em;
    }*/

    /*.preview-cell-header-inner > div > img {
        transform:unset;
    }*/
}

/* _content/PaceServerApp/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 > h3[b-bewl4dz7oy]{
        align-self:end;
    }

    .docview-header > .button-style:nth-child(3)[b-bewl4dz7oy] {
        /*width: 40%;*/
        white-space:nowrap;
        padding-left:10px;
        padding-right:10px;
    }

        .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(--themeColor05);
        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);
        }


/*.header-divider {
    margin-bottom: 25px;
}*/

.info-null[b-bewl4dz7oy]{
    margin:auto;
    margin-top:40px;
    margin-bottom:20px;
}

.docview-list-wrapper[b-bewl4dz7oy] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top:10px;
    padding-bottom: 5px;
    column-gap: 5px;
}

    .docview-list-wrapper > p[b-bewl4dz7oy] {
        color: var(--themeText01);
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .docview-list-wrapper > h5[b-bewl4dz7oy] {
        color: var(--themeText01);
        text-align:center;
        margin:auto;
        padding-top:30px;
        padding-bottom:30px;
    }

    .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[b-bewl4dz7oy] {
    border-radius: 5px;
    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: 5px 10px 5px 10px;
}


    .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;
}

.doc-cell-header-desc[b-bewl4dz7oy] {
    color: var(--themeText01);
    margin: auto;
    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;
    border-radius: 3px;
}

    .doc-pending-alert > p[b-bewl4dz7oy] {
        margin: 0px;
        font-size: 10px;
        color: white;
    }

.doc-cell-controls > div > button[b-bewl4dz7oy] {
    margin: auto;
    display: inline-block;
    padding:5px;
}


/*@media(max-width: 900px) {
    .doc-cell {
        width: 100%;
    }
}

*/


.docview-details-wrapper[b-bewl4dz7oy] {
    padding-bottom: 5px;
}

.docview-details[b-bewl4dz7oy] {
    display: flex;
    background-color: dimgray;
    padding: 5px;
    border-radius: 5px;
}


.doc-details-cell[b-bewl4dz7oy] {
    border-radius: 5px;
    overflow: hidden;
    /*margin-right: 30px;
    margin-left: 30px;*/
    /*margin-right:auto;
    margin-left:auto;*/
    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);
    color:var(--themeText01);
    display: flex;
    width: 49%;
}


    .doc-details-cell > div[b-bewl4dz7oy] {
        /*margin: auto;
        margin-top: auto;
        margin-bottom: auto;*/
        padding:5px;
        /*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] {
                max-width: 64px;
                margin:auto;
            }

            /*.doc-details-cell > div:first-child > p {
                color: var(--appBlack);
                padding-left:5px;
            }*/


        .doc-details-cell > div:nth-child(2)[b-bewl4dz7oy] {
            width: 100%;
        }

        .doc-details-cell > div:nth-child(3)[b-bewl4dz7oy] {
            margin:auto;
        }


.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:first-child[b-bewl4dz7oy] {
        margin:auto;
    }

    .docview-details-controls > .button-style:nth-child(2)[b-bewl4dz7oy] {
        margin: 5px;
    }


.docview-details-controls > .button-style > img[b-bewl4dz7oy] {
    max-height:32px;
    padding:2px;
}



















/*DRAG AND DROP*/
/*/*/


/*.modal-header > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}*/

    /*.modal-header > div > h3 {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 0px;
        color: white;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 70%;
        display: inline-block;
    }*/

    .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;
}




.doc-dropzone[b-bewl4dz7oy] {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;*/
    display:flex;
    flex-direction:column;
    border-radius: 5px;
    /*background-color: var(--themeColor03);*/
    width: 100%;
    margin-top: 5px;
    /*margin-bottom: 25px;*/
    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;
    /*grid-area: 1/1/1/7;*/
    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: white;
            margin: 3px;
            font-size: 12px;
        }

    .docDropZone-text > p:nth-child(1)[b-bewl4dz7oy] {
        font-size: large;
        font-weight: bold;
        margin: 0px;
    }


.max-upload-text[b-bewl4dz7oy] {
    color: white;
    display: block;
}




.dropZone-hover[b-bewl4dz7oy] {
    border-style: solid !important;
    background-color: var(--themeMainColor) !important;
}

/*.doc-dropzone > div:first-child > div:nth-child(1) {
    grid-area: 1/1/1/7;
    z-index: 1000;
}*/


.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], .submit-doc-wrapper > div > div[b-bewl4dz7oy] {
        height: 100%;
    }

.submit-doc-wrapper > div > div[b-bewl4dz7oy]{
    display:flex;
    flex-direction:column;
    justify-content:center;
}


.submit-doc-preview-wrapper[b-bewl4dz7oy]{
    margin:5px;
    width:100%;
    /*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(--themeColor01);
    width: 100%;
    display: grid;
    /*grid-template-columns: 40px 1fr 1fr 1fr 40px;*/
    grid-template: 1fr 2fr 40px;
}

.submit-preview-img[b-bewl4dz7oy] {
    grid-row: 1;
    grid-column-start: 1;
    /*grid-column-end: span 3;*/
    margin-top: 10px;
    max-width: 200px;
    display: flex;
    padding-bottom:5px;
    min-width:65px;
    min-height:65px;
}


.submit-preview-loader[b-bewl4dz7oy]{
    grid-row:1;
    grid-column-start:2;
    grid-column-end: span 3;
    max-height:60px;
    margin:auto;
}
/*.submit-doc-preview > div:first-child{
    grid-row:1;
    grid-column-start:1;
    grid-column-end:4;
    margin-top: 10px;
    max-width:200px;
    display:flex;
}*/

.upload-preview[b-bewl4dz7oy] {
    display: inline-block;
    max-width: 33%;
    max-height:100px;
    margin:auto;
    /*float:left;*/
}

.submit-preview-desc[b-bewl4dz7oy] {
    width: 100%;
    padding: 5px;
    /*grid-row-start: 2;*/
    grid-column-start: 2;
    /*grid-column-end: span 5;*/
    max-width: 175px;
    margin: auto;
}

    .submit-preview-desc > p[b-bewl4dz7oy] {
        margin: auto;
        padding-bottom: 5px;
        max-width: 175px;
        word-break: break-word;
        color: var(--themeText01);
        word-wrap: anywhere;
    }

.submit-doc-preview > .button-style[b-bewl4dz7oy] {
    grid-row: 1;
    grid-column: 5;
    margin: auto;
    margin-right: 5px;
    margin-top: 5px;
}

    .submit-doc-preview > .button-style > img[b-bewl4dz7oy] {
        height: 20px;
        width: 20px;
        display:block;
        margin:auto;
    }

    .submit-doc-preview > .button-style:first-child[b-bewl4dz7oy] {
        background-color: white;
        padding: 2px;
        box-shadow: none;
    }

    .submit-doc-preview > .button-style:nth-child(2)[b-bewl4dz7oy] {
        box-shadow: none;
        padding: 2px;
        background-color: white;
        cursor: unset;
        margin-top: 10px;
        margin-right: 10px;
    }



.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;
    padding:15px;
    width:100%;
    height:100%;
}

.allow-submit[b-bewl4dz7oy] {
    grid-area: 1/1/span 2/1 !important;
}

.submit-display[b-bewl4dz7oy] {
    grid-area: 1/2/span 2/2 !important;
}


@media(min-width:1200px){
    /*.submit-doc-wrapper > div > div{
        flex-direction:column;
    }*/
}


@media(max-width: 992px) {
    .submit-doc-wrapper > div > div[b-bewl4dz7oy] {
        flex-direction: column;
    }

    .submit-doc-preview-wrapper[b-bewl4dz7oy] {
        width: 100%;
        max-width: unset;
        margin:0px;
    }

    .submit-doc-preview[b-bewl4dz7oy] {
        /*grid-template-rows: 40px 1fr 1fr;*/
        grid-template-columns: 1fr 2fr 40px;
    }

        .submit-doc-preview > .button-style[b-bewl4dz7oy] {
            grid-row: 1;
            grid-column: 5;
        }

    .submit-preview-desc[b-bewl4dz7oy] {
        grid-row-start: 1;
        grid-column-start: 2;
        /*grid-column-end: span 3;
        grid-row-end: span 3;*/
    }

        .submit-preview-img[b-bewl4dz7oy]{
            grid-column-start:1;
            grid-column-end:1;
        }

    .upload-preview[b-bewl4dz7oy] {
        max-width: 60%;
    }
}


@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[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[b-bewl4dz7oy] {
        max-height: unset;
        max-width: unset;
    }

        .d-block .button-style > img[b-bewl4dz7oy] {
            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;
        max-width: 36px;
        max-height: 36px;
    }

        .button-style > p[b-bewl4dz7oy] {
            display: none;
        }

        .button-style > img[b-bewl4dz7oy] {
            margin: auto;
            width: 100%;
        }

    .docview-header .button-style:nth-child(3) > img[b-bewl4dz7oy] {
        margin-right: 0px;
        height: 30px;
    }

    .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;
    }

    .docview-header > .button-style:nth-child(3)[b-bewl4dz7oy] {
        margin: 5px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }


    .submit-control-wrapper > .button-style[b-bewl4dz7oy] {
        max-width: unset;
        max-height: unset;
    }

    .submit-preview-img[b-bewl4dz7oy] {
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-end: span 3;
    }

    .upload-preview[b-bewl4dz7oy] {
        max-width: 50%;
    }


    .submit-preview-loader[b-bewl4dz7oy] {
        grid-row-start: 1;
        grid-row-end: span 2;
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .scroll-section-modal[b-bewl4dz7oy] {
        min-height: 30vh;
    }


}


.lds-ellipsis[b-bewl4dz7oy] {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 34px;
    margin-right:10px;
    top:5px;
}

    .lds-ellipsis div[b-bewl4dz7oy] {
        position: absolute;
        top: 35%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--themeMainColor);
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .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);
    }
}
/* _content/PaceServerApp/Pages/Details_MilestoneListview.razor.rz.scp.css */
*[b-vb8ojfrnt2]{
    margin:0;
    padding:0;
    outline:none;
    text-decoration:none;
    list-style:none;

}


.timeline[b-vb8ojfrnt2] {
    width: 355px;
    height: 696px;
    background: #ECF1F524;
    mix-blend-mode: normal;
    backdrop-filter: blur(15px);
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 20px 53px -30px rgba(95, 102, 173, 0.566816);
    border-radius: 10px;
}

.box[b-vb8ojfrnt2] {
    width: 100%;
    height: 509px;
    background: #fbfcfd;
}

.container[b-vb8ojfrnt2] {
    width: 100%;
    height: 357px;
    display: flex;
}

.lines[b-vb8ojfrnt2] {
    margin-left: 20px;
    /*margin-top: 6px;*/
    margin-top: 0px;
    position:relative;
}

.dot[b-vb8ojfrnt2] {
    width: 14px;
    height: 14px;
    background: var(--themeMainColor);
    border-radius: 7px;
}

.line[b-vb8ojfrnt2] {
    height: 103px;
    width: 2px;
    background: var(--themeColor04);
    margin-left: 5.3px;
}

.card[b-vb8ojfrnt2] {
    /*width: 249px;
    height: 93px;*/
    /*padding-top: 25px;*/
    background: var(--themeColor03);
    /*box-shadow: 0 2px 2px 0 #eeeeee40;*/
    border-radius: 10px;
    box-shadow: 0px 16px 15px -10px rgba(105, 96, 215, 0.0944602);
    /*margin-bottom: 10px;*/
    height:auto;
    width:100%;
    margin-top:auto;
    margin-bottom:15px;
    margin-left:30px;
    margin-right:20px;
    padding-top:0px;

}



/*ORIGINAL*/
.milestone-expandable-wrapper[b-vb8ojfrnt2] {
    cursor: pointer;
}

.milestone-inner[b-vb8ojfrnt2] {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    /*margin-right: 10px;*/
    /*margin-left: 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(--appWhite);
}

    .milestone-inner > div:first-child[b-vb8ojfrnt2]{
        padding:5px;
    }

        .milestone-inner > div > p[b-vb8ojfrnt2] {
            display: inline-block;
            color: white;
            margin: auto;
            font-weight: bold;
        }

        .milestone-inner > div > div[b-vb8ojfrnt2] {
            display: inline-block;
            float: right;
            margin: auto;
        }

.milestone-inner span[b-vb8ojfrnt2]{
    color:white;
}


.expandable[b-vb8ojfrnt2] {
    overflow: hidden;
    /*transition: all .5s ease-out;*/
    line-height: 0;
    color: transparent;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

    .expandable > p[b-vb8ojfrnt2] {
        display: none;
    }

.expanded[b-vb8ojfrnt2] {
    background-color: var(--appWhite);
    transition: all .2s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    /*transition: all .5s ease-in-out;*/
    line-height: 1.5;
    color: black;
    opacity: 0.75;
    /*display:block;*/
}

.expanded > div[b-vb8ojfrnt2]{
    float:left !important;
}


    /*.expanded > p {
        display: block;
    }*/



    @media(max-width:700px){
        .lines[b-vb8ojfrnt2] {
            margin-left: 3px;
        }

        .card[b-vb8ojfrnt2] {
            margin-right: 0px;
        }
    }


/*@media(max-width: 400px) {

    .lines{
        margin-left:5px;
    }

    .card{
        margin-right:0px;
    }
}
*/
/* _content/PaceServerApp/Pages/FileDetails - Sticky.razor.rz.scp.css */


.details-page-wrapper[b-5tc2u5aipf] {
    margin-right: 35px;
    margin-left: 35px;
    /*width:100%;*/
    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;
                /*font-size:0.8rem;*/
            }

            .details-header-info > div > h3[b-5tc2u5aipf] {
                padding-bottom:15px;
                font-weight:bold;
            }

/*            .details-header-info > div > h4, h6 {
                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-address-null > div > h6[b-5tc2u5aipf] {
        margin:auto;
    }

.details-header-closing-date[b-5tc2u5aipf] {
    /*width: 35%;*/
    height: 100%;
    margin-top:10px;
    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);
            /* font-size: clamp(1rem, 0.5vw, 0.5vh);*/
        }

        .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;
        }


/*HOME VIEW*/

.details-view-section[b-5tc2u5aipf] {
    padding-top: 40px;
    /*--bs-gutter-x: 0px;*/
    grid-row-start: 3;
    scrollbar-width: thin;
    /*padding-top: 0px;*/
    /*margin:10px;*/
    /*margin-left:40px;
    margin-right:40px;*/
}

.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;
    }

.section-floating[b-5tc2u5aipf] {
    /*margin:10px;*/
}

.homeview-info-section[b-5tc2u5aipf] {
    width: 50%;
}

.section-header > h4[b-5tc2u5aipf] {
    color: var(--themeColor05);
    margin: 0px;
    padding-bottom: 5px;
    /*font-weight: bold;*/
}


.section-divider[b-5tc2u5aipf] {
    background-color: var(--themeMainColor);
    height:2px;
}

.details-home-address > p[b-5tc2u5aipf]{
    margin-bottom:5px;
    color:var(--themeText01);
}

.details-home-address > div[b-5tc2u5aipf] {
    display: flex;
    color: var(--themeText01);
}

.details-home-address > div > p[b-5tc2u5aipf] {
    padding-right:10px;
}

/*.section-content > p{
    text-align:center;
    margin:15px;
}*/

/*.section-content .info-null {
    display: flex;
    margin-top: 30px;
}

.info-null > div {
    margin: auto;
    background-color: var(--themeColor03);
    color: white;
    border-radius: 10px;
}

    .info-null > div > p {
        padding: 10px;
        margin: auto;
    }
*/

.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]{
    height:32px;
    background-color:var(--themeColor03);
}

.party-row .button-style > img[b-5tc2u5aipf] {
    max-width: 32px;
    margin:5px;
    margin-top:auto;
}


.scrollFade[b-5tc2u5aipf] {
    position: absolute;
    top: 74px;
    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%;
    }

    /*.details-page-wrapper {
        margin-right: 15px;
        margin-left: 15px;
        width: auto;
    }*/
    
}

@media(max-width: 650px) {
    .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;
    }

    .row-wrapper[b-5tc2u5aipf] {
        flex-direction: column;
    }

    /*.details-view-section {
        margin:auto;
        width:100%;*/
        /*margin-left: 25px;
        margin-right: 25px;*/
    /*}*/

    .milestone-section[b-5tc2u5aipf] {
        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;
    }


    /*.section-header > h4 {
        font-size: calc(1rem + .6vw);
    }

    .details-header-info > div > h3 {
        font-size: calc(1rem + .6vw);
    }*/

    .details-header-info > div > p[b-5tc2u5aipf] {
        margin-bottom: 2px;
        /*font-size: calc(0.65rem + .6vw);*/
    }


    /*.details-address div p {
        font-size: calc(0.75rem + .6vw);
    }*/

    .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-header-info > div > h3 {
        font-size: calc(1rem + .6vw);
    }*/

    .details-address > img[b-5tc2u5aipf], .details-address-null > img[b-5tc2u5aipf] {
        max-height:24px;
    }

    .details-address > div > h6[b-5tc2u5aipf], .details-address-null > div > h6[b-5tc2u5aipf] {
        font-size: 0.9rem;
    }

    .details-address > div > div > h6[b-5tc2u5aipf] {
        font-size: 0.9rem;
    }


        .details-header-closing-date > div[b-5tc2u5aipf] {
            padding: 5px;
        }

        /*.details-header-closing-date > div > p:first-child {
            font-size:1.1rem;
        }

            .details-header-closing-date > div > p:nth-child(2) {
                font-size: 0.6rem;
            }*/



    .homeview-info-section[b-5tc2u5aipf]{
        margin-right: 0px;
        margin-left: 0px;
    }

}
/* _content/PaceServerApp/Pages/FileDetails.razor.rz.scp.css */
.details-page-wrapper[b-1edvyl3hlp] {
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
    /*box-shadow: 0 0 1px rgba(0,0,0,0.125), 0 1px 3px rgba(0,0,0,0.2);*/
    height:100vh;
    display:grid;
    gap:0px;
    grid-template-rows:max-content max-content 1fr;
}

.details-page-header-wrapper[b-1edvyl3hlp] {
    /*background-color: var(--paceBlack);*/
    height: 100%;
    padding: 10px;
    max-height: 250px;
    grid-row-start:1;
}


.details-header-inner[b-1edvyl3hlp] {
    display: flex;
    /*margin-bottom: 10px;*/
}

.details-header-info[b-1edvyl3hlp] {
    width: 75%;
    color: var(--themeText02);
}

        .details-header-info > div[b-1edvyl3hlp] {
            padding: 5px;
        }

            .details-header-info > div > p[b-1edvyl3hlp] {
                margin-bottom:2px;
                font-size:12px;
            }

            .details-header-info > div > h4[b-1edvyl3hlp], h6[b-1edvyl3hlp] {
                font-weight: bold;
            }

            .details-header-info > div > h6[b-1edvyl3hlp] {
                margin-bottom:0px;
            }

.details-header-closing-date[b-1edvyl3hlp] {
    width: 35%;
    height: 100%;
    /*padding: 10px;*/
    /*margin: auto;*/
}

    .details-header-closing-date > div[b-1edvyl3hlp] {
        background-color: var(--themeMainColor);
        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-1edvyl3hlp] {
            color: white;
            margin-bottom: 0px;
            font-size: calc(0.75rem + 1vmin);
            /* font-size: clamp(1rem, 0.5vw, 0.5vh);*/
        }

        .details-header-closing-date > div > p[b-1edvyl3hlp] {
            color: white;
            /*font-size: small;*/
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .details-header-closing-date > div > p:nth-child(1)[b-1edvyl3hlp] {
            font-weight:bold;
            font-size:20px;
            margin-top:0px;
            margin-bottom:0px;
        }

            .details-header-closing-date > div > p:nth-child(2)[b-1edvyl3hlp] {
                font-size:11px;
                margin-top:0px;
                margin-bottom:0px;
            }


.details-header-progress[b-1edvyl3hlp] {
    display: block;
    padding-bottom: 5px;
}

    .details-header-progress > div[b-1edvyl3hlp] {
        margin-top: 5px;
    }

.details-page-nav-wrapper[b-1edvyl3hlp]{
    grid-row-start:2;
}

.details-menu > a[b-1edvyl3hlp] {
    padding: 10px;
}

    .details-menu > a > div[b-1edvyl3hlp] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .details-menu > a > div > img[b-1edvyl3hlp] {
            width: 32px;
            height: 32px;
        }


        .details-menu > a > div > p[b-1edvyl3hlp] {
            padding: 2px;
            font-size: 12px;
            margin: 0px;
        }


/*HOME VIEW*/

.details-view-section[b-1edvyl3hlp] {
    padding-top: 20px;
    padding-bottom: 15px;
    --bs-gutter-x: 0px;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.125), 1px 1px 3px rgba(0,0,0,0.25);*/
    /*background-color: var(--paceGrey);*/
    /*background-color: white;*/
    grid-row-start: 3;
    overflow-y: auto;
    overflow-x: hidden;
    /*scrollbar-color: var(--themeColor01) var(--backgroundColor);*/
    scrollbar-width:thin;
    margin-bottom:10px;
    padding-top:0px;
    padding-bottom:60px;
}

/*.details-view-section > div{
    padding:10px;
}
*/

.section-floating[b-1edvyl3hlp] {
    margin:10px;
}

.homeview-info-section[b-1edvyl3hlp] {
    width: 50%;
}

.section-header > h5[b-1edvyl3hlp] {
    color: var(--textColor02);
    margin:0px;
    padding-bottom:5px;
    font-weight: bold;
}


.section-divider[b-1edvyl3hlp] {
    background-color: var(--themeColor02);
}



.party-row[b-1edvyl3hlp] {
    background-color: var(--appWhite);
    display: flex;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px;
}

    .party-row > div:nth-child(1)[b-1edvyl3hlp] {
        width: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

        .party-row > div:nth-child(1) > p[b-1edvyl3hlp] {
            color: var(--appBlack);
            font-weight: bold;
            margin-top: auto;
            margin-bottom: auto;
        }

    .party-row > div:nth-child(2)[b-1edvyl3hlp] {
        display: inline-block;
        margin-left: auto;
    }

    .party-row > div > .button-style[b-1edvyl3hlp] {
        /*background-color: var(--paceRed01);*/
    }



.party-row .button-style[b-1edvyl3hlp]{
    height:32px;
}

.party-row .button-style > img[b-1edvyl3hlp] {
    max-width: 32px;
    margin:5px;
    margin-top:auto;
}


/*HOME VIEW*/


@media(max-width: 900px) {
    .details-page-header-wrapper[b-1edvyl3hlp] {
        padding-right: 10px;
        padding-left: 10px;
    }
}



@media(max-width: 550px) {
    /*.details-header-info > div {
        width: 100%;
        display: block;
    }*/
}

@media(max-width: 550px) {
    .homeview-info-section[b-1edvyl3hlp] {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* _content/PaceServerApp/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;
}

    .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;
}


/* _content/PaceServerApp/Pages/FileListview_StickyScroll.razor.rz.scp.css */
:root[b-7li4jizoly] {
    --header-outer-height: 150px;
    --header-inner-height: 96px;
    --header-height-difference: calc( var(--header-outer-height) - var(--header-inner-height) );
    --header-bg: #fff;
}



.sticky-container-outer[b-7li4jizoly] {
    overflow: hidden;
    width: calc(100vw - 210px);
}

    .sticky-container-outer:hover[b-7li4jizoly] {
        overflow-y: auto;
        /*background-color:pink;*/
    }



.sticky-container[b-7li4jizoly] {
    /*overflow:auto;*/
    height: 100dvh;
    width: calc(100vw - 210px);
}



.sticky-outer[b-7li4jizoly] {
    /* Make it stick */
    /*height: var(--header-outer-height);*/
    position: sticky;
    top: calc( var(--header-height-difference) * -1 ); /* Multiply by -1 to get a negative value */
    display: flex;
    align-items: center;
    /* Other */
    /*background-color: var(--header-bg);*/
    /*box-shadow: 0 2px 10px 0 rgba(0,0,0, 0.1);*/
    flex-direction:column;
    z-index:1000;

}


/*.file-listview-header-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    background-color: var(--navColor);
}
*/

.file-list-header[b-7li4jizoly] {
    display: flex;
    color: white;
    /*padding-bottom: 5px;*/
}

    .file-list-header > div[b-7li4jizoly] {
        flex-grow: 1;
        display: flex;
    }

        .file-list-header-inner[b-7li4jizoly] {
            /*order: 1;
            width: 100%;*/
            padding: 5px;
            margin: auto;
            margin-left: 0px;
            
        }

            .file-list-header-inner > div > div > img[b-7li4jizoly] {
                height: 35px;
                padding-right: 10px;
            }

            .file-list-header-inner > div > div > h3[b-7li4jizoly] {
                margin-top: auto;
                margin-bottom: auto;
                font-weight: bold;
            }

            .file-list-header-inner > div > div > p[b-7li4jizoly] {
                margin-top: auto;
                margin-bottom: auto;
            } 


.sticky-inner[b-7li4jizoly] {
    /* Make it stick */
    height: var(--header-inner-height);
    position: sticky;
    top: 0;
    /* Other */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction:column;
    z-index:1000;
    width:100%;
}

.responsive-wrapper[b-7li4jizoly] {
    /*width: 90%;*/
    /*max-width: 1280px;*/
    margin-left: auto;
    margin-right: auto;
}


.file-list-row[b-7li4jizoly] {
    width:100%;
}


/*.list-search-form-wrapper {
    display: flex;
    background-color: var(--navColor);
}*/

.list-search-form-wrapper > div[b-7li4jizoly]{
    flex-wrap:nowrap;
    display:flex;
    width:100%;
    margin:5px;
    justify-content:space-between;
}

.file-list-controls[b-7li4jizoly] {
    display: flex;
    padding: 5px;
    /*padding-right: 10px;*/
    /*background-color: var(--themeColor01);*/
    min-height:50px;
    position:sticky;
    top:94px;
    z-index:1500;
    width:100%;
}


.show-all-button[b-7li4jizoly] {
    background-color: var(--themeColor02);
    color: #f4f4f4;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: inset 0 -.2rem rgba(0,0,0,.2);
}

    .show-all-button:hover[b-7li4jizoly] {
        background-color: var(--themeBrandColor01);
    }

    .show-all-button:active[b-7li4jizoly] {
        transform: translateY(2px);
        box-shadow: none;
    }



.file-list-text[b-7li4jizoly] {
    font-size: 15px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    color: #f4f4f4;
}

button > .file-list-text[b-7li4jizoly] {
    margin: auto;
}

.footer-result-display[b-7li4jizoly] {
    margin: auto;
    display: flex;
}

.footer-nav[b-7li4jizoly] {
    margin: auto;
    margin-right: 0px;
    display: flex;
}


.file-list-nav-btn[b-7li4jizoly] {
    background-color: var(--themeColor01);
    color: #f4f4f4;
    border-radius: 10px;
    display: inline-block;
    padding: 5px;
    padding-left: 7px;
    padding-right: 8px;
    width: 45px;
    cursor: pointer;
}

    .file-list-nav-btn > *[b-7li4jizoly] {
        font-weight: bold;
    }

    .file-list-nav-btn > span[b-7li4jizoly] {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--themeColor02);
        box-shadow: inset 0 -.2rem rgba(0,0,0,.2);
        cursor: pointer;
    }

        .file-list-nav-btn > span:hover[b-7li4jizoly] {
            background-color: var(--themeMainColor);
        }

        .file-list-nav-btn > span:active[b-7li4jizoly] {
            transform: translateY(2px);
            box-shadow: none;
        }


.list-search-form-wrapper[b-7li4jizoly] {
    display: flex;
    background-color: var(--themeColor01);
}


.list-search-form[b-7li4jizoly] {
    width: 100%;
    margin: 10px;
}

    .list-search-form > div[b-7li4jizoly] {
        display: flex;
        flex-direction: row;
        padding-left: 10px;
        padding-right: 10px;
    }

        .list-search-form > div > input[b-7li4jizoly] {
            flex-grow: 3;
            flex-shrink: 3;
            width: 95%;
            height: 32px;
            font-size: 13px;
        }

        .list-search-form > div > button[b-7li4jizoly] {
            flex-grow: 1;
            background-color: transparent;
        }

            .list-search-form > div > button > img[b-7li4jizoly] {
                height: 28px;
            }



.sticky-search-table[b-7li4jizoly]{
    position:relative;
    border-collapse:collapse;
    width:100%;
    height:100%;
}


.sticky-search-table th[b-7li4jizoly] {
    position: sticky;
    top: 96px;
    background-color: var(--themeColor01);
    color: white;
    z-index: 1500;
}

    .sticky-search-table th:nth-child(1)[b-7li4jizoly] {
        padding-left: 5px;
    }

    .sticky-search-table tbody[b-7li4jizoly] {
        max-height: calc(100svh - 100px);
    }

.search-list-loader[b-7li4jizoly] {
    z-index: 1500;
    position: fixed;
    top: 250px;
    left: -webkit-calc(50% + 65px);
    left: -moz-calc(50% + 65px);
    left: calc(50% + 65px);
}


@media(max-width:900px) {

    .sticky-container-outer[b-7li4jizoly] {
        width: 100vw;
    }

    .sticky-container[b-7li4jizoly] {
        height: calc(100dvh - 56px);
        /*height: calc(100vh - 56px);*/
        /*background-color:pink;*/
        width: 100vw;
    }

    .file-list-row[b-7li4jizoly] {
        margin-left: 10px;
        margin-right: 10px;
    }

    .search-list-loader[b-7li4jizoly] {
        z-index: 1500;
        position: fixed;
        top: 250px;
        right: 50%;
        left: 50%;
    }


}





/*SCROLLBAR*/

.scrollbar[b-7li4jizoly] {
    scrollbar-color: var(--themeMainColor) var(--themeColor01);
    scrollbar-width: thin;
}

    .scrollbar[b-7li4jizoly]::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
        border-radius: 10px;
        /*background-color: transparent;*/
    }

    .scrollbar[b-7li4jizoly]::-webkit-scrollbar {
        width: 6px;
        /* background-color: #F5F5F5;*/
    }

    .scrollbar[b-7li4jizoly]::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0,0,0,.3);
        /*background-color: grey;*/
    }

[b-7li4jizoly]::-webkit-scrollbar {
    width: 10px;
}

[b-7li4jizoly]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

[b-7li4jizoly]::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100,100,100,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


/* _content/PaceServerApp/Pages/File_AddNew.razor.rz.scp.css */
/*
input{
    background-color:transparent;
}
*/
.forms-outer-wrapper[b-vs7gmb5o4h]{
    height: 100dvh;
    overflow-y:auto;
    overflow-x:hidden;
    padding-bottom:30px;
}

.review-wrapper[b-vs7gmb5o4h] {
    padding:30px;
    padding-top:0px;
}

.review-wrapper .dashboard-header[b-vs7gmb5o4h]{
    padding-top:15px;
}

    .review-wrapper .dashboard-header h3[b-vs7gmb5o4h] {
        color: var(--themeText01);
    }


    .review-wrapper .dashboard-header button[b-vs7gmb5o4h] {
        margin-left: 5px;
        margin-bottom: 5px;
        padding: 5px;
    }

    .review-wrapper .dashboard-header button:first-child[b-vs7gmb5o4h] {
        float:left;
    }


    .review-wrapper .review-section[b-vs7gmb5o4h] {
        padding-top: 30px;
    }

.form-wrapper[b-vs7gmb5o4h]{
    width:100%;
    max-width:950px;
    padding:10px;
    /*height: calc(100dvh - 120px);*/
}



.input-row[b-vs7gmb5o4h] {
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    padding-left: 5px;
    width:auto !important;
}

.input-row > div[b-vs7gmb5o4h]{
    width:100%;
} 

/*.multi-field-row{
    display:flex;
    justify-content:space-between;
    padding-right:5px;
    padding-left:5px;
}

    .multi-field-row ::deep .input-row {
        width: 49%;
        padding-left:0px;
        padding-right:0px;
    }

.multi-field-row > div{
    width:49%;
}*/

.form-select-wrapper[b-vs7gmb5o4h]{
    background-color:var(--themeColor01);
    border-radius:5px;
    padding:5px;
    padding-top:0px;
    margin-bottom:5px;
}


.form-select-wrapper > label[b-vs7gmb5o4h]{
    color:white;
}

/*.form-toggle-wrapper {
    background-color: var(--themeColor01);
    border-radius: 5px;
    margin-bottom: 5px;
    min-height:40px;
}

.form-toggle-wrapper > div{
    height:100%;
    display:flex;
    padding:5px;
}

.form-toggle-wrapper label{
    color:white;
    margin-top:auto;
    margin-bottom:auto;

}

.form-toggle-wrapper p {
    margin:auto;
}*/

.btn-primary[b-vs7gmb5o4h] {
    background-color: var(--themeMainColor);
    border-color: var(--themeMainColor);
    float: right;
}

    .btn-primary:hover[b-vs7gmb5o4h] {
        background-color: var(--themeColor02);
    }


[b-vs7gmb5o4h] .validation-message{
    float:right;
    position:relative;
    top:30px;
    right:5px;
}





.input_box[b-vs7gmb5o4h] {
    height:40px;
    width: 100%;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    margin-top: 15px;
    position: relative;
    border-color: var(--themeColor01);
}

     .input_box[b-vs7gmb5o4h]  input {
        /*position:fixed;*/
        width: 100%;
        border: none;
        outline: none;
        font-size: 25px;
        padding: 7px 0px;
        padding-top: 10px;
        padding-bottom: 5px;
        background-color: transparent;
    }

    .input_box[b-vs7gmb5o4h]  label {
        position: absolute;
        left: 0px;
        font-size: 16px;
        top: 10px;
        pointer-events: none;
        transition: 0.2s;
        color: var(--themeColor01);
        opacity: 0.65;
    }

    .input_box:has(:focus)[b-vs7gmb5o4h] {
        border-color: var(--themeMainColor);
    }


 /*   .input_box ::deep input:focus + label,
    .input_box ::deep input:valid + label {
        top: -10px;
        font-size: 12px;
        color: var(--themeColor01);
        opacity: 1;
    }*/

    .input_box[b-vs7gmb5o4h]  input:focus + label,
    .input_box[b-vs7gmb5o4h]  input:not(:placeholder-shown) + label {
        top: -10px;
        font-size: 12px;
        color: var(--themeColor01);
        opacity: 1;
    }

/*::deep input:focus:required:placeholder-shown {*/
    /*background-color:red;*/
    /*border: double 1px red;
}*/

[b-vs7gmb5o4h] .invalid.modified {
    /*background-color:red;
    border:double 1px red;*/
    border-color: var(--themeMainColor);
}

[b-vs7gmb5o4h] .valid.modified:not([type="checkbox"]) {
    outline:none;
}

[b-vs7gmb5o4h] .validation-message {
    font-size: 12px;
}


.form-group[b-vs7gmb5o4h]{
    padding-bottom:5px;
    /*height:50px;*/
    /*background-color:yellow;*/
}


.additional-parties-prompt[b-vs7gmb5o4h] {
    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-vs7gmb5o4h] {
        text-align: center;
        margin-bottom: 30px;
        color: var(--appWhite);
    }

    .additional-parties-prompt div[b-vs7gmb5o4h] {
        margin: auto;
        display: flex;
        gap: 15px;
    }

        .additional-parties-prompt div button[b-vs7gmb5o4h] {
            padding: 5px;
            width: 55px;
        }

            .additional-parties-prompt div button:first-child[b-vs7gmb5o4h] {
                background-color: var(--themeColor03);
            }


.party-info-review[b-vs7gmb5o4h] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-flow: wrap;
}

.review-section[b-vs7gmb5o4h] {
    padding-bottom: 30px;
}

    .review-section > div[b-vs7gmb5o4h] {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.property-section .review-row .review-info-cell p[b-vs7gmb5o4h] {
    margin-bottom: 0px;
}


.property-section .review-row .review-info-cell .p-xsm[b-vs7gmb5o4h] {
    margin-bottom: 1rem;
}



.review-row[b-vs7gmb5o4h] {
    display: flex;
    gap: 10px;
    /*margin-bottom:10px;*/
    flex-wrap: wrap;
}

.review-info-cell[b-vs7gmb5o4h] {
    background-color: var(--themeColor02);
    color: var(--themeText01);
    border-radius: 10px;
    padding: 10px;
}

    .review-info-cell > .p-xsm[b-vs7gmb5o4h] {
        color: var(--themeColor05);
        opacity: 0.7;
    }






    .review-info-cell span[b-vs7gmb5o4h] {
        color: var(--themeColor05);
        font-weight: bold;
    }

.side-by-side[b-vs7gmb5o4h]{
    min-width:33%;
}

.filler[b-vs7gmb5o4h]{
    flex-grow:1;
}



.review-info-bool-section[b-vs7gmb5o4h] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.review-info-bool-section[b-vs7gmb5o4h] {
}



.review-info-bool[b-vs7gmb5o4h] {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    min-width:49%;
}

    .review-info-bool > p[b-vs7gmb5o4h] {
        margin-top: auto;
        margin-bottom: auto;
    }

.review-bool-indicator[b-vs7gmb5o4h] {
    min-width: 52px;
    border-radius: 25px;
    padding: 10px;
    display: flex;
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 20px;
}

    .review-bool-indicator > p[b-vs7gmb5o4h] {
        margin: auto;
        color: var(--appWhite);
        text-align: center;
    }


@media(max-width: 900px) {
    .forms-outer-wrapper[b-vs7gmb5o4h] {
        height: calc(100dvh - 56px);
    }

    .review-info-cell[b-vs7gmb5o4h] {
        min-width:49%;
        flex-grow:1;
    }

    .review-row > .filler:last-child[b-vs7gmb5o4h] {
        width: 49%;
    }

    .review-row > .side-by-side:nth-last-child(2)[b-vs7gmb5o4h] {
        width: 49%;
    }
}

@media(max-width: 500px) {
    .forms-outer-wrapper > div[b-vs7gmb5o4h] {
        padding: 20px;
    }

    /*.scrollFade{
        top:65px;
    }*/

        
}
/* _content/PaceServerApp/Pages/LogIn.razor.rz.scp.css */

.error-section[b-eme7ku4edc] {
    height:60px;
    margin:auto;
    margin-top:10px;
    /*margin-top:10px;*/
    /*margin-bottom: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%;
    /*    margin-top: 30px;*/
    /*margin-top:40px;*/
}


.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)[b-eme7ku4edc] {
            padding-left: 0px;
        }



.login-left[b-eme7ku4edc] {
    /*background: var(--appWhite);*/
    background-color: color-mix(in srgb, var(--themeColor01), 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;
    /*padding: 40px 0;*/
    /*min-height: 575px;*/
    /*height: calc(100dvh - 160px);*/
    height: 100%;
    min-height: 550px;
    margin-right: 0px;
    margin-left: 0px;
}


.login-form-inner[b-eme7ku4edc] {
    /*width: 300px;*/
    width: calc(100% - 50px);
    min-width: 300px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    /*padding-bottom:40px;*/
}


.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 {
    /*background-color: yellow;*/
    padding-top:0px;
}

[b-eme7ku4edc] form > div:nth-child(2) {
    /*background-color: blue !important;*/
    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;
    /*color: #dd2727;*/
    text-decoration: none;
    background-color: transparent;
}

.login-link > a:hover[b-eme7ku4edc] {
    opacity: 1;
    color: var(--themeMainColor) !important;
}

.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);
        border-color: var(--themeMainColor);
    }

    .btn-primary:focus[b-eme7ku4edc]{
        background-color: var(--themeMainColor);
        border-color: var(--themeMainColor);
    }

    /*.btn-primary:active {*/
        /*background-color: var(--themeMainColor);
        border-color: var(--themeMainColor);*/
        /*background-color: pink;
        border-color: pink;
    }*/


.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(max-width: 768px) {
    .login-left[b-eme7ku4edc] {
        display: none;
    }

    .error-section[b-eme7ku4edc] {
        width: 85%;
    }

    .login-page-inner > div > div:nth-child(2)[b-eme7ku4edc] {
        /*padding: 5px;*/
    }

    .form-logo > img[b-eme7ku4edc] {
        max-width: calc(100vw - 120px);
    }

}

/* _content/PaceServerApp/Shared/CMP_DashboardPreview.razor.rz.scp.css */


.dashboard-preview-inner > div[b-p8nbbcbkie] {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    gap:10px;
}



.dashboard-preview-cell[b-p8nbbcbkie] {
    background-color: var(--themeColor02);
    color: var(--themeText01);
    padding: 0px;
    /*margin: 5px;*/
    border-radius: 10px;
    width: 33.3%;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

    .dashboard-preview-cell > div[b-p8nbbcbkie] {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


.dashboard-preview-fileid[b-p8nbbcbkie] {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.file-num-display[b-p8nbbcbkie] {
    margin-bottom: 2px;
    opacity:0.85;
    font-size: 0.8em;
}


    /*.dashboard-preview-fileid > div {
        display: flex;
        background-color: var(--themeColor04);
        color: white;
        border-radius: 10px;
        padding: 5px;
        margin: 0px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }*/

    .closing-countdown[b-p8nbbcbkie] {
        display: flex;
        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;
}

    .dashboard-preview-address > p[b-p8nbbcbkie] {
        /*font-size: 1.25em;*/
        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;
            /*font-weight: bold;*/
            /*font-size: 1em;*/
            color: var(--themeColor05);
        }


.dashboard-preview-info[b-p8nbbcbkie] {
    border-radius: 10px;
    margin: 10px;
    /*padding: 10px;*/
    height: auto;
    padding-top: 0px;
    /*margin-top: 30px;*/
}

    .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 > div[b-p8nbbcbkie] {
    background-color: var(--themeColor03) !important;
}

.progress-bar[b-p8nbbcbkie]{
    overflow: visible;
}


.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;
        /*background-color: var(--appWhite);*/
        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: 30px;
            max-width: 30px;
        }



@media(max-width:1350px) {

    /*.dashboard-preview-cell {*/
    /* background-color: blue;*/
    /*width:50%;*/
    /*max-width: 425px;
        min-width: 220px;
    }*/
    /*
    .preview-cell-info{
        width:auto;
    }*/

    .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 {
        width: auto;
        margin: 5px;
        margin-bottom: 15px;
    }*/

    /*.dashboard-preview-cell {
        width: 49%;
    }*/

        .dashboard-preview-cell > div[b-p8nbbcbkie] {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
        }

    .dashboard-shortcut-wrapper[b-p8nbbcbkie] {
        width: 70%;
    }


    .dashboard-preview-cell > div > div:nth-child(3)[b-p8nbbcbkie] {
        order: 3;
        flex-basis: 100%;
        width: 100%;
    }

    .dashboard-shortcut-wrapper[b-p8nbbcbkie] {
        /*order: 4;
        padding: 0px;*/
        width: 100%;
        /*margin: auto;
        margin-top: 10px;*/
    }

    .dashboard-preview-shortcuts[b-p8nbbcbkie] {
        order: 4;
        padding: 0px;
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }

    .dashboard-preview-progress[b-p8nbbcbkie] {
        width: 100%;
        order: 3;
    }
}

@media(max-width:600px) {
    .dashboard-preview-cell[b-p8nbbcbkie] {
        width: auto;
        /*margin: 5px;*/
        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;
    }

}


/* _content/PaceServerApp/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;
    /*width: 100%;*/
    padding-top: 10px;
    /*background-color: var(--themeColor03);*/
    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;
    /*width: 100%;*/
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    position: relative;
    border-color: var(--themeColor05);
    margin: 5px;
    margin-top: 10px;
}

    .input_box input[b-lzs5z2cp6w] {
        /*position:fixed;*/
        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(--themeColor05);
        opacity: 0.65;
    }

.input_box:has(:focus)[b-lzs5z2cp6w] {
    border-color: var(--themeColor05);
    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-lzs5z2cp6w],
    .input_box input:not(:placeholder-shown) + label[b-lzs5z2cp6w] {
        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-lzs5z2cp6w] {
    /*background-color:red;
    border:double 1px red;*/
    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;
    /*height:50px;*/
    /*background-color:yellow;*/
}


input:invalid[b-lzs5z2cp6w] {
    background-color: pink !important;
    border: rgb(60,60,59);
}


/* _content/PaceServerApp/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;
    /*width: 100%;*/
    padding-top: 10px;
    background-color: var(--themeColor02);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

    .input-row > div[b-63uhvsnd8k] {
        width: 100%;
    }



.input_box[b-63uhvsnd8k] {
    height: 40px;
    /*width: 100%;*/
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    position: relative;
    border-color: var(--themeColor05);
    margin: 5px;
    margin-top: 10px;
}

    .input_box input[b-63uhvsnd8k] {
        /*position:fixed;*/
        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(--themeColor05);
        opacity: 0.65;
    }

.input_box:has(:focus)[b-63uhvsnd8k] {
    border-color: var(--themeColor05);
    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-63uhvsnd8k],
    .input_box input:not(:placeholder-shown) + label[b-63uhvsnd8k] {
        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-63uhvsnd8k] {
    /*background-color:red;
    border:double 1px red;*/
    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;
    /*height:50px;*/
    /*background-color:yellow;*/
}


input:invalid[b-63uhvsnd8k] {
    background-color: pink !important;
    border: rgb(60,60,59);
}

@media (max-width:550px) {

    .input-row[b-63uhvsnd8k] {
        width: auto;
    }

    .multi-field-row > .input-row:nth-child(2)[b-63uhvsnd8k] {
        margin-top:0px;
    }

}
/* _content/PaceServerApp/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;*/
}
/* _content/PaceServerApp/Shared/CMP_PartyContactInfo.razor.rz.scp.css */

.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 > 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;
    }
}
/* _content/PaceServerApp/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;
    }
}
/* _content/PaceServerApp/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;
    }

}

/* _content/PaceServerApp/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(--themeColor02);
}

.modal-body > p[b-fbmmn4cbvp]{
    padding-left:5px;
}

.section-floating[b-fbmmn4cbvp] {
    background-color: var(--themeColor04);
    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);
}
/* _content/PaceServerApp/Shared/Modal_DocumentView.razor.rz.scp.css */
/*.modal-header > div{
    flex-direction:row;
}
*/

.modal-body[b-swamqr7zre]{
    min-height:70vh;
}

.doc-preview[b-swamqr7zre] {
    height: auto;
    max-width: 100%;
    display: flex;
    margin: auto;
}
/* _content/PaceServerApp/Shared/Modal_SaveDraft.razor.rz.scp.css */
.modal-dialog[b-ly6tkt0rob]{
    max-width:600px;
}

.modal-content[b-ly6tkt0rob]{
    background-color:var(--themeColor02);
}
/*.modal-header{
    background-color:var(--themeColor01);
}*/

.button-style[b-ly6tkt0rob]{
    margin-left:auto;
}

.modal-body > h4[b-ly6tkt0rob]{
    text-align:center;
    color:var(--themeText01);
}

.modal-body > div[b-ly6tkt0rob] {
    width: 70%;
    display: flex;
    gap: 15px;
    margin: auto;
    margin-top: 40px;
}

.modal-body button[b-ly6tkt0rob]{
    width: 49%;
}

@media(max-width:475px){
    .modal-body > div[b-ly6tkt0rob] {
        width: 100%;
    }
}
/* _content/PaceServerApp/Shared/Modal_UserSettings.razor.rz.scp.css */
.modal-header > div[b-f03c7f98ni]{
    flex-direction:row;
}


.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(--themeColor05);
    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;
    /*min-height:200px;*/
}

.password-change-form > form > .form-group > .button-style[b-f03c7f98ni] {
    margin:auto;
}

    .password-change-form > form > .form-group > .button-style > img[b-f03c7f98ni] {
        max-height: 32px;
    }


.form-group[b-f03c7f98ni] {
    display:flex;
}

.password-change-errors[b-f03c7f98ni] {
    margin-left: 5px;
    margin-bottom: 15px;
}

.password-change-form > form > .button-style[b-f03c7f98ni] {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    float:right;
}

.form-processing-msg > p[b-f03c7f98ni] {
    font-size: calc(1.2rem + 1vw);
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
}


.button-style > h5[b-f03c7f98ni]{
    margin:auto;
}

/*.password-change-errors > .validation-message {
    font-size: calc(0.75rem + 0.3vw);
    color:blue;
}*/

@media(max-width:575px) {
    .password-change-form[b-f03c7f98ni]{
        margin-left:0px;
        margin-right:0px;
    }
}
/* _content/PaceServerApp/Shared/NavMenu.razor.rz.scp.css */
.nav-logo[b-pwpeax54uf]{
    cursor:pointer;
}

.nav-logo > img[b-pwpeax54uf] {
    max-height:45px;
    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: 22px;
    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] {
        /*height: 100vh !important;*/
        /*background-color: var(--themeColor01);*/
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 2500;
    }
}

