@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


@supports (-webkit-touch-callout: none) {
    .min-safe-h-screen {
        /* for ios safari 15, safe-area-inset-bottom is 0, so a special fix apply here */
        min-height: -webkit-fill-available;
    }
}


:root {
    /*STICKY VALUES, NECESSARY?*/
    --header-outer-height: 150px;
    --header-inner-height: 96px;
    --header-height-difference: calc( var(--header-outer-height) - var(--header-inner-height) );
    --header-bg: #fff;
    /***/
    /***/
    /***/
    /***/
    /*PACE COLORS*/
    --LightThemeMainColor: #B62A2A;
    --LightThemeColor01: #D4D8DC;
    --LightThemeColor02: #82888F;
    --LightThemeColor03: #748295;
    --LightThemeColor04: #4F5B6C;
    --LightThemeColor05: #273240;
    /***/
    --DarkThemeMainColor: #BF2A2A;
    --DarkThemeColor01: #1B2129;
    --DarkThemeColor02: #222D3A;
    --DarkThemeColor03: #2C3E54;
    --DarkThemeColor04: #5C6B7D;
    --DarkThemeColor05: #7C8999;
    /*PACE COLORS*/
    /***/
    /*PACE B&W*/
    /*--appWhite: #EDEDED;
    --appBlack: #1B1B1B;*/
    /*PACE B&W*/

    --appWhite: #F1FAFF;
    --appBlack: #1A2023;
    /***/
    /***/
    /***/
    /***/
    --themeMainColor: #B62A2A;
    --themeColor01: #D4D8DC;
    --themeColor02: #82888F;
    --themeColor03: #748295;
    --themeColor04: #4F5B6C;
    --themeColor05: #273240;
    --themeText01: #EDEDED;
    --themeText02: #1B1B1B;
    --themeGreen: #89d27cff;
    --themeYellow: #D2CF7C;
    --themeRed: #CC8165;
    --themeLogoShadow: rgba(255,255,255,0.6);
    /***/
    --loginBackgroundColor: #EDEDED;
    --mainBackgroundColor: #D4D8DC;
    --navColor: #273240;
    --previewBGColor: #EDEDED;
    --previewTextColor: #1B1B1B;
    --loginTextColor: #EDEDED;
    --loaderColor: #EDEDED;
    --fileListHighlight: rgba(116,192,102,0.25);
}


/*h3 {
    font-size: calc(1.3rem + .4vw) !important;
}*/

.h-xl {
    font-size: calc(2.1rem + .6vw);
}

.h-lg {
    font-size: calc(1.3rem + .6vw);
}

.h-def {
    font-size: calc(1.1rem + .6vw);
}

.p-xsm {
    font-size: 0.75rem;
}

.p-sm {
    font-size: 0.8rem;
}

.p-def {
    font-size: 1rem;
}

.p-lg {
    font-size: 1.3rem;
}


@media(max-width: 500px) {

    .h-lg {
        font-size: calc(1.2rem + .6vw);
    }

    .h-def {
        font-size: calc(1rem + .6vw);
    }

    .p-def {
        font-size: calc(0.85rem + .6vw);
    }

    .p-sm {
        font-size: calc(0.55rem + .6vw);
    }

    .p-lg {
        font-size: calc(1rem + .6vw);
    }

    /*.details-header-info > div > p {
        font-size: calc(0.65rem + .6vw);
    }


    .details-address div p {
        font-size: calc(0.75rem + .6vw);
    }

    .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;
    }*/
}




/*FONT SIZES*/
/**/

.page-header-font-size {
    font-size: 24px !important;
}

.header-font-size {
    font-size: 16px !important;
}

.standard-font-size {
    font-size: 14px !important;
}

.button-font-size {
    font-size: 12px;
    line-height: 1.2;
}


@media(max-width:950px) {
    .page-header-font-size {
        font-size: 24px !important;
    }

    .header-font-size {
        font-size: 16px !important;
    }

    .standard-font-size {
        font-size: 14px !important;
    }

    .button-font-size {
        font-size: 12px !important;
    }
}


@media(max-width:395px) {
    .page-header-font-size {
        font-size: 20px !important;
    }

    .header-font-size {
        font-size: 14px !important;
    }

    .standard-font-size {
        font-size: 12px !important;
    }

    .button-font-size {
        font-size: 10px !important;
    }
}


/***/
/*FONT SIZES*/






/*UNIVERSAL STYLES*/
/*/*/


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f4f6f9;
    position: fixed;
    margin:0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: -webkit-fill-available;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;  
}

.content {
    padding-top: 0px;
}


input {
    font-size: 16px !important;
    background: var(--appWhite);
    border: none;
    border-radius: 5px;
    /*outline:none;*/
}


/*@supports (-webkit-touch-callout: none) {
    .min-safe-h-screen {*/
        /* for ios safari 15, safe-area-inset-bottom is 0, so a special fix apply here */
        /*min-height: -webkit-fill-available;
    }
}*/

/*.form-control:focus{
    border-color:pink;
    outline-color:pink !important;
}
*/

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid var(--themeColor01);
}

.invalid {
    outline: 4px solid var(--themeRed);
}

.validation-message {
    color: var(--themeRed);
}

.password-change-errors > .validation-message {
    font-size: calc(0.75rem + 0.3vw);
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.scrollbar {
    scrollbar-color: var(--themeMainColor) var(--themeColor01);
    scrollbar-width: thin;
}

    .scrollbar::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
        border-radius: 10px;
        /*background-color: transparent;*/
    }

    .scrollbar::-webkit-scrollbar {
        width: 6px;
        /* background-color: #F5F5F5;*/
    }

    .scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0,0,0,.3);
        /*background-color: grey;*/
    }

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

::-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);
}



/*/*/
/*/*/



.button-style {
    border-radius: 5px;
    background-color: var(--themeColor04);
    color: white !important;
    border-style: none;
    padding: 3px;
    box-shadow: inset 0 -.2rem rgba(0,0,0,.2);
    cursor: pointer;
}

    .button-style > span:active {
        transform: translateY(2px);
        box-shadow: none;
    }

@media (hover:hover) {
    .button-style:hover {
        background-color: var(--themeMainColor);
    }
}


.section-floating {
    align-content: center;
    overflow: hidden;
}

    .section-floating > div > p {
        color: var(--appWhite);
        margin-bottom: 5px;
    }

    .section-header > .section-divider {
        margin-bottom:0px;
    }

.section-divider {
    height: 3px;
    background-color: var(--themeColor02);
    /*margin-bottom: 25px;*/
}

.section-header {
    display: flex;
    flex-direction: column;
}

    .section-header > h5 {
        color: var(--textColor02);
        margin-top:auto;
        margin-bottom:auto;
        font-weight:bold;
    }

.section-content
{
    margin-top:10px;
}

    .section-content .info-null {
        display: flex;
        margin-top: 40px;
        margin-bottom: 40px;
    }

.info-null > div {
    margin: auto;
    background-color: var(--themeColor03);
    color: white;
    border-radius: 10px;
}

    .info-null > div > p {
        padding: 10px;
        margin: auto;
    }


.modal {
    height: 100vh;
    overflow: hidden;
    display: block;
    background-color: rgba(0,0,0,0.5)
}

.modal-content {
    background-color: var(--mainBackgroundColor);
}

.modal-header {
    background-color: var(--themeColor02);
    border: none;
}

    .modal-header > div {
        width: 100%;
        display: flex;
        flex-direction:row;
        justify-content: space-between;
        color:var(--themeText01);
    }

        .modal-header > div > h3 {
            margin-top: auto;
            margin-bottom: auto;
            margin-left: 0px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: 70%;
            display: inline-block;
        }

        .modal-header > div > p {
            margin-bottom:0px;
            opacity:0.75;
        }

    .modal-header > div > div:nth-child(2) > .button-style {
        background-color: var(--themeColor03);
        margin-left:5px;
    }

        .modal-header > div > div:nth-child(2) > .button-style:hover {
            background-color: var(--themeMainColor);
        }

        /*.modal-body{
            color:var(--themeText01);
        }*/

.modal-contact-details {
    width: 50%;
    display: inline-block;
    padding: 5px;
    /*margin:5px;*/
}

.modal-contact-details-inner {
    padding: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal-contact-details-header {
    /*color: var(--appBlack);*/
    opacity : 0.75;
    font-size: small;
    margin: 0px;
}

.modal-contact-details-info {
    /*color: var(--appBlack);*/
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.scroll-section-modal {
    display: block;
    width: 100%;
    overflow: auto;
    height: 50px;
    scrollbar-color: var(--themeColor01) var(--themeBackgroundColor);
    scrollbar-width: thin;
    max-height: calc(100vh - 125px);
    height: 100%;
}


.session-timeout {
    width: 50vw;
    padding-top: 30vh;
}

    .session-timeout > .modal-content {
        background-color: var(--themeRed);
        border-color: var(--themeRed);
    }

        .session-timeout > .modal-content > p {
            margin: auto;
            text-align: center;
            padding: 20px;
            color: var(--appWhite);
            font-size: 1.3rem;
        }


.scrollFade {
    grid-row: 2;
    grid-column: 1;
    /*position: absolute;
    top: 55px;*/
    height: 35px;
    width: 100%;
    background-color: var(--mainBackgroundColor);
    mask-image: linear-gradient(to top, transparent 0%, black 28px, black 100px, transparent 100%);
}

@media(max-width:990px){
    .modal-body > div > div:first-child{
        display:flex;
        gap:5px;
    }


    #email{
        width:100%;
    }
    .modal-contact-details {
        padding: 0px;
    }
}

/*/*/
/*UNIVERSAL STYLES*/



/*/*/




/*STICKY CONTAINERS*/
/*/*/

.sticky-container-outer {
    overflow: hidden;
    /*width: calc(100vw - 210px);*/
}

    .sticky-container-outer:hover {
        overflow-y: auto;
    }

.sticky-container {
    /*overflow:auto;*/
    height: 100dvh;
    /*width: calc(100vw - 210px);*/
}

.header-outer {
    /* 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);*/
}

.header-inner {
    /* Make it stick */
    /*height: var(--header-inner-height);*/
    position: sticky;
    top: 0;
    /* Other */
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*/*/
/*STICKY CONTAINERS*/


/*FORMS*/
/*/*/

.form-wrapper{
    padding:30px;
    padding-top:0px;
    margin-bottom:30px;
}

.dashboard-header {
    padding-top: 30px;
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: var(--mainBackgroundColor);
}

    .dashboard-header > div {
        display: flex;
        justify-content: space-between;
    }

    .dashboard-header h3 {
        margin-bottom:2px;
    }

.form-button {
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.dashboard-header .section-divider {
    /*margin-bottom: 30px;*/
    background-color: var(--themeMainColor);
    /*background-color: var(--themeColor03);*/
}

.dashboard-header .scrollFade {
    /*top: 72px;*/
    position: absolute;
}


.form-wrapper > form >div:nth-child(3){
    /*background-color:pink;*/
    margin-top:35px;
}

.form-wrapper > form > div:nth-child(3) > .input-row{
    margin-top:0px;
}


.form-select-wrapper {
    margin-right: 10px;
    margin-left: 10px;
}

    .form-select-wrapper label {
        font-size: 12px;
        color: var(--appWhite);
    }

.multi-field-row .form-select-wrapper {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}


.onoff {
    /*margin-left: -27px;*/
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .onoff label {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        cursor: pointer;
        /*background: rgba(130,136,143,0.6);*/
        background: rgba(22,50,65,0.6);
        border-radius: 15px;
        font-weight: bold;
        color: #FFF;
        -webkit-transition: background 0.3s, text-indent 0.3s;
        -moz-transition: background 0.3s, text-indent 0.3s;
        -o-transition: background 0.3s, text-indent 0.3s;
        transition: background 0.3s, text-indent 0.3s;
        text-indent: 27px;
        /*-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;*/
    }

        .onoff label:after {
            content: 'NO';
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            font-size: 12px;
            color: var(--appWhite);
            /*color: #591717;*/
            /*text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);*/
            z-index: 1;
        }

        .onoff label:before {
            content: '';
            /*width: 15px;
            height: 24px;*/
            width: 20px;
            height: 20px;
            border-radius: 15px;
            background: var(--appWhite);
            position: absolute;
            z-index: 2;
            top: 5px;
            left: 3px;
            display: block;
            -webkit-transition: left 0.3s;
            -moz-transition: left 0.3s;
            -o-transition: left 0.3s;
            transition: left 0.3s;
            /*-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);*/
            /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);*/
        }


    .onoff input {
        opacity: 0;
    }


        .onoff input:checked + label {
            background: var(--themeGreen);
            text-indent: 8px;
        }

            .onoff input:checked + label:after {
                content: 'YES';
                color: var(--appWhite);
                /*color: #091707;*/
            }

            .onoff input:checked + label:before {
                left: 37px;
            }


.multi-field-row {
    display: flex;
    justify-content: space-between;
    /*padding-right: 5px;
    padding-left: 5px;*/
    gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

    .multi-field-row .input-row {
        width: 49.5%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .multi-field-row > div {
        width: 49.5%;
    }



.form-toggle-wrapper {
    background-color: var(--appWhite);
    padding:10px;
    border-radius: 5px;
    margin:10px;
    margin-bottom: 5px;
    min-height: 40px;
}

    .form-toggle-wrapper > div {
        height: 100%;
        display: flex;
        padding: 5px;
    }

    .form-toggle-wrapper label {
        color: var(--appBlack);
        margin-top: auto;
        margin-bottom: auto;
    }

    .form-toggle-wrapper p {
        margin: auto;
    }

.toggle-control-wrapper {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.form-control {
    background-color: var(--themeColor02);
    border: 2px solid var(--themeColor02);
    color:var(--themeText01);
}

    .form-control:focus {
        /*color: white;
        background-color: rgba(116,130,149,0.5);*/
        /*box-shadow: 0 0 0 .25rem rgb(116,130,149);*/
        background-color: var(--themeColor02);
        /*box-shadow: 0 0 0 .25rem rgb(67,113,140);*/
        box-shadow: 0 0 0 .25rem rgb(76,133,164);
        border-color: var(--themeColor02);
        color: var(--themeText01);
    }

/*select:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}
*/


.form-navigation-wrapper {
    width: 90%;
    background-color: var(--themeColor04);
    margin: auto;
    border-radius: 15px;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px;
    /*margin-bottom:50px;*/
}

.form-pagination {
    display: flex;
    gap: 10px;
    margin: auto;
    grid-row: 1;
    grid-column: 2
}

    .form-pagination > div {
        /*margin: auto;*/
        border-radius: 25px;
        width: 20px;
        height: 20px;
        border: solid 3px var(--themeColor03);
    }



.loading-wrapper {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: calc(100vw - 208px);
    height: 100vh;
    z-index: 1500;
    top: 0px;
}


    .loading-wrapper > div > div > div {
        top: 35vh;
    }


#checkboxID:focus + #checkboxLabel {
    border-color: var(--themeColor03);
    box-shadow: 0 0 0 .25rem rgb(67,113,140);
    /*box-shadow: 0 0 0 .25rem rgb(116,130,149);*/
}

/*.review-section{
    padding-bottom:30px;
}

.review-section > div{
    display:flex;
    flex-direction:column;
}

.review-row{
    display:flex;
    gap:10px;*/
    /*margin-bottom:10px;*/
    /*flex-wrap:wrap;
}

.review-info-cell{
    background-color:var(--themeColor02);
    color:var(--themeText01);
    border-radius:10px;
    padding:10px;
}


.review-info-bool-section {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width:100%;
}

.review-info-bool-section{

}



.review-info-bool{
    display:flex;
    justify-content:space-between;
    flex-grow:1;
}

.review-info-bool > p{
    margin-top:auto;
    margin-bottom:auto;
}

.review-bool-indicator{
    min-width:52px;
    border-radius:25px;
    padding:10px;
    display:flex;
    margin-bottom:auto;
    margin-top:auto;
    margin-left:20px;
}

.review-bool-indicator > p{
    margin:auto;
    color:var(--appWhite);
    text-align:center;
}*/

@media (max-width: 1075px) {

    .loading-wrapper{
        width:100vw;
    }
    
}



@media (max-width:550px) {

    .form-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .multi-field-row {
        flex-direction:column;
        /*padding-right: 5px;
    padding-left: 5px;*/
    }

        .multi-field-row .input-row {
            width: auto;
        }

        .multi-field-row .form-select-wrapper {
            width: auto;
        }


        .multi-field-row > .form-select-wrapper:nth-child(2) {
            margin-top: 0px;
        }

}

/*/*/
/*FORMS*/




/*/*/




/*FILE LISTS*/
/*/*/

.sticky-outer {
    /* 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 {
    display: flex;
    color: white;
    /*padding-bottom: 5px;*/
}

    .file-list-header > div {
        flex-grow: 1;
        display: flex;
    }


.file-list-header-inner {
    /*order: 1;*/
    /*width: 100%;*/
    padding-top: 15px;
    padding-bottom: 5px;
    margin: auto;
}

    .file-list-header-inner > div > div > img {
        height: 35px;
        padding-right: 10px;
    }

    .file-list-header-inner > div > div > h3 {
        margin-top: auto;
        margin-bottom: auto;
        font-weight: bold;
    }

    .file-list-header-inner > div > div > p {
        margin-top: auto;
        margin-bottom: auto;
    }


.sticky-inner {
    /* 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 {
    /*width: 90%;*/
    /*max-width: 1280px;*/
    margin-left: auto;
    margin-right: auto;
}

.file-list-row {
    width: 100%;
}


.list-search-form-wrapper {
    display: flex;
    background-color: var(--navColor);
}

    .list-search-form-wrapper > div {
        flex-wrap: nowrap;
        display: flex;
        width: 100%;
        margin: 5px;
        justify-content: space-between;
    }


.list-search-controls {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

    .list-search-controls > div {
        padding-left: 0px;
        padding-right: 0px;
    }

.file-list-controls {
    display:grid;
    grid-template-columns:15% 70% 15%;
    /*display: flex;*/
    padding: 5px;
    /*padding-right: 10px;*/
    /*background-color: var(--themeColor01);*/
    min-height: 50px;
    position: sticky;
    top: 94px;
    z-index: 1500;
    width: 100%;
}

.files-result-display {
    grid-column:2;
    margin:auto;
    /*margin-left: auto !important;
    margin: 0px;
    display: flex;*/
}

/*.footer-nav {
    margin: auto;*/
    /*margin-right: 0px;*/
    /*display: flex;
}*/


.file-list-nav {
    grid-column:2;
    margin: auto;
    /*margin-right: 0px;*/
    display: flex;
}

.nav-btn-area {
    width: 45px;
}


.file-list-nav-btn {
    /*background-color: var(--themeColor01);*/
    color: white;
    border-radius: 10px;
    display: inline-block;
    padding: 5px;
    padding-left: 7px;
    padding-right: 8px;
    cursor: pointer;
}

    .file-list-nav-btn > * {
        font-weight: bold;
    }

    .file-list-nav-btn > span {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--themeColor03);
        box-shadow: inset 0 -.2rem rgba(0,0,0,.2);
        cursor: pointer;
    }

        .file-list-nav-btn > span:hover {
            background-color: var(--themeMainColor);
        }

        .file-list-nav-btn > span:active {
            transform: translateY(2px);
            box-shadow: none;
        }

.show-all-btn-wrapper {
    grid-column: 3;
    margin: auto;
    margin-right: 0px;
}




/*.list-search-form-wrapper {
    display: flex;
    background-color: var(--themeColor01);
}
*/

.list-search-form {
    width: 100%;
    margin: 10px;
}

    .list-search-form > div {
        display: flex;
        flex-direction: row;
        padding-left: 10px;
        padding-right: 10px;
    }


.file-list-wrapper{
    width:100%;
}

.sticky-table {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    /*background-color: var(--themeBackgroundColor);*/
    background-color: var(--loginBackgroundColor);
}


    .sticky-table th {
        position: sticky;
        top: 60px;
        background-color: var(--themeColor03);
        color: var(--appWhite);
        z-index: 1500;
    }

        .sticky-table th > div > span {
            margin-top: auto;
            margin-bottom: auto;
        }

        /*.sticky-table th:nth-child(1) {
            padding-left: 5px;
        }*/


    .sticky-table tr {
        /*background-color: rgba(255,255,255,0.5);*/
        color: var(--themeText01);
        /*color:white;*/
    }


    .sticky-table tbody {
        max-height: calc(100svh - 100px);
    }

.search-list-loader {
    z-index: 1500;
    position: fixed;
    top: 250px;
    left: -webkit-calc(50% + 65px);
    left: -moz-calc(50% + 65px);
    left: calc(50% + 65px);
}

.listCol-header > .oi {
    transform:translateY(-2px);
}

.listCol-header-1 {
    width: 15% !important;
}

.listCol-header-2 {
    width: 24.75% !important;
}

.listCol-header-3 {
    width: 22% !important;
}

.listCol-header-4 {
    width: 16.75% !important;
}


.listCol-header {
    display: flex;
    justify-content:space-between;
    align-self: center;
    padding-left:10px;
    padding-right:10px;
}

    .listCol-header > p {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        width: 75%;
    }

    .listCol-header > span {
        display: inline-block;
    }



.sorting-active-header {
    background-color: var(--themeMainColor) !important;
}

.sorting-active-col {
    background-color: var(--fileListHighlight);
    /*PACE RED*/
    /*background-color: rgba(182,42,42,0.25);*/
    /*color: white;*/
}

.show-all-active {
    background-color: var(--themeMainColor) !important;
}


.show-all-button {
    background-color: var(--themeColor03);
    color: white;
    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: 5px;
    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);
}

@media (hover:hover) {
    .show-all-button:hover {
        background-color: var(--themeMainColor);
    }
}
    

    /*.show-all-button:active {
        transform: translateY(2px);
        box-shadow: none;
    }*/


.file-list-text {
    /*font-size: 15px;*/
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    color: var(--appWhite);
}

button > .file-list-text {
    margin: auto;
}


.file-list-null {
    padding-top: 20vh;
    padding-bottom: 25px;
}

    .file-list-null > p {
        text-align: center;
        font-weight: bold;
    }



#faded {
    opacity: 50%;
    pointer-events:none;
    touch-action:none;
}


.odd-row {
    background-color: color-mix(in srgb, var(--themeColor05), transparent 90%);
    /*background-color: var(--themeColor01);*/
    /*opacity: 0.85;*/
}



/*PREVENT HOVER ON MOBILE SCROLL*/
@media (hover:hover) {
    .file-cell:hover {
        background-color: color-mix(in srgb, var(--themeColor03), transparent 40%) !important;
        /*opacity: 0.60;*/
        /*color: white !important;*/
    }
}

.file-cell:active {
    background-color: var(--themeColor01) !important;
    /*animation: clickFadeTransition 2s ease-out;
    background-color: var(--themeColor04) !important;*/
}

/*NOT ANIMATING?*/

.file-cell-clicked {
    background-color: color-mix(in srgb, var(--themeColor01), transparent 40%) !important;
    /*background-color: var(--themeColor01) !important;*/
    /*color: white !important;*/
    /*animation: clickFadeTransition 0.4s ease-out;*/
    transition: background-color ease 1s;
}

@keyframes clickFadeTransition {
    /*from {
        background-color: var(--themeColor01) !important;
    }
*/
    to {
        /*background-color: color-mix(in srgb, var(--themeColor01), transparent 40%) !important;*/
        background-color: pink !important;
    }
}



/*SEARCH FILES - SEARCH BAR*/
/***/

.list-search-form {
    width:100%;
    margin:10px;

}

    .list-search-form > div {
        display: flex;
        flex-direction: row;
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-search-form > div > input {
        flex-grow: 3;
        flex-shrink: 3;
        width: 95%;
        height: 32px;
        font-size: 13px;
        text-align:center;
    }

        .list-search-form > div > button {
            position:absolute;
            right:20px;
            background-color:var(--themeColor03);
            box-shadow:unset;
            padding:0px;
            bottom:12px;
            right:22px;
            /*flex-grow: 1;
            background-color: transparent;*/
        }

        .list-search-form > div > button > img {
            height: 28px;
        }

/***/
/*SEARCH FILES - SEARCH BAR*/





@media(max-width: 1500px) {
    .col-collapse1 {
        display: none;
    }

    .listCol-header-1 {
        width: 19.75% !important;
    }

    .listCol-header-2 {
        width: 36.75% !important;
    }
}


@media(max-width: 1200px) {
    .col-collapse2 {
        display: none !important;
    }

    .listCol-header-1 {
        width: 27% !important;
    }

    .listCol-header-2 {
        width: 45% !important;
    }

}


@media(max-width: 975px) {
    .col-collapse3 {
        display: none !important;
    }

    .listCol-header-1 {
        width: 30% !important;
    }

    .listCol-header-2 {
        width: 100vw !important;
    }

    .file-list-header > div{
        flex-wrap:wrap;
    }

    .header-s1 {
        width: 60% !important;
    }

}


@media(max-width: 900px) {

    .file-list-row {
        margin-left:10px;
        margin-right: 10px; 
    }

    .sticky-container-outer {
        width: 100vw;
    }

    .sticky-container {
        height: calc(100dvh - 56px);
        width: 100vw;
    }

    .search-list-loader {
        z-index: 1500;
        position: fixed;
        top: 250px;
        right: 50%;
        left: 50%;
    }

    .file-list-row {
        margin-left: 10px;
        margin-right: 10px;
    }

}

@media(max-width: 775px) {

    .listType-header > h5 {
        font-size: 1rem;
    }
}


@media(max-width: 640px) {
    .loading-overlay {
        transform: translateX(0);
    }
}

/*/*/
/*FILE LISTS*/





/*/*/






/*FILE DETAILS*/
/*/*/

.progress > div {
    background-color: var(--themeColor03);
}

.progress > label {
    margin: 2px;
    font-weight: bold;
}



.doc-dropzone > div:first-child > div:nth-child(2) > input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    z-index: 1000;
}
/*DOES NOT WORK IN SCOPED STYLE SHEET*/
    /*/*/
    /*DRAG AND DROP*/

    /*/*/
    /*DOCUMENT VIEW*/



    /*/*/



    /*CONTACT VIEW*/

    

.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-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .contact-card-inner > div:nth-child(2) {
        justify-content: center;
    }

.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;
        margin-top: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;
    }

.preview-cell-contact {
    padding-top: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*padding: 15px;*/
    padding-top: 25px;
    gap: 15px;
}

    .preview-cell-contact > div {
        margin: auto;
        display: flex;
    }


.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;
        }


@media (max-width:900px) {
    .contact-card-wrapper {
        max-width: 95%;
    }

    .preview-cell-contact {
        flex-direction: row;
    }
}

@media (max-width:575px) {
    .preview-cell-contact {
        flex-direction: column;
    }
}

    /*CONTACT VIEW*/







/*PAGE NAV MENU STYLE*/

    /*
=====
DEPENDENCES
=====
*/

    .r-link {
        display: var(--rLinkDisplay, inline-flex) !important;
    }

        /*.r-link[href] {
        color: var(--rLinkColor) !important;
        text-decoration: var(--rLinkTextDecoration, none) !important;
    }*/
        .r-link[href] {
            color: var(--rLinkColor) !important;
            text-decoration: var(--rLinkTextDecoration, none) !important;
            text-align: center;
        }

    .r-list {
        padding-left: var(--rListPaddingLeft, 0) !important;
        margin-top: var(--rListMarginTop, 0) !important;
        margin-bottom: var(--rListMarginBottom, 0) !important;
        list-style: var(--rListListStyle, none) !important;
    }


    /*
=====
CORE STYLES
=====
*/

    .menu {
        --rLinkColor: var(--menuLinkColor, currentColor);
        padding: 0px;
    }

    .menu__link {
        display: var(--menuLinkDisplay, block);
    }

        .menu__link > * {
            margin: auto;
        }

    .menu__group {
        width: 25%;
        text-align: center;
        border: solid 1px white;
        border-bottom-style:none;
        border-top-style:none;
    }

        .menu__group > * {
            width: 100%;
        }

    /* 
focus state 
*/

    .menu__link:focus {
        /*outline: var(--menuLinkOutlineWidth, 2px) solid var(--menuLinkOutlineColor, currentColor);*/
        outline-offset: var(--menuLinkOutlineOffset);
    }

.menu__link_active {
    background-color: var(--themeMainColor);
}


    /* 
fading siblings
*/

    .menu:hover .menu__link:not(:hover) {
        --rLinkColor: var(--menuLinkColorUnactive, rgba(22, 22, 22, .35));
    }

    .menu:hover .menu__link:not(:hover) >div > img {
        opacity: 50%;
    }

    /*
=====
PRESENTATION STYLES
=====
*/

    .menu {
        background-color: var(--menuBackgroundColor, #f0f0f0);
        /*box-shadow: var(--menuBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));*/
    }

    .menu__list {
        display: flex;
    }

    .menu__link {
        /*padding: var(--menuLinkPadding, 1.5rem 2.5rem);*/
        padding: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    /* 
=====
TEXT UNDERLINED
=====
*/

    .text-underlined {
        position: relative;
        overflow: hidden;
        will-change: color;
        transition: color .25s ease-out;
    }

        .text-underlined::before,
        .text-underlined::after {
            content: "";
            width: 0;
            height: 3px;
            background-color: var(--textUnderlinedLineColor, currentColor);
            will-change: width;
            transition: width .1s ease-out;
            position: absolute;
            bottom: 0;
        }

        .text-underlined::before {
            left: 50%;
            transform: translateX(-50%);
        }

        .text-underlined::after {
            right: 50%;
            transform: translateX(50%);
        }

        .text-underlined:hover::before,
        .text-underlined:hover::after {
            width: 100%;
            transition-duration: .2s;
        }

    /*
=====
SETTINGS
=====
*/

.page__custom-settings {
    --menuBackgroundColor: var(--navColor);
    --menuLinkColor: white;
    --menuLinkColorUnactive: rgba(255,255,255,0.5);
    --menuLinkOutlineOffset: -.5rem;
}

    /*--menuLinkColor: rgba(255,54,54,1);*/


@media(max-width:750px) {
    .menu__link > div > img {
        width: 25px !important;
        height: 25px !important;
    }

    .menu__link > div > p {
        font-size: 10px !important;
    }


}


    .r-link {
        --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
        --uirLinkTextColor: var(--rLinkTextColor);
        --uirLinkTextDecoration: var(--rLinkTextDecoration, none);
        display: var(--uirLinkDisplay) !important;
        color: var(--uirLinkTextColor) !important;
        text-decoration: var(--uirLinkTextDecoration) !important;
    }
    /*PAGE NAV MENU STYLE*/





/*.scroll-section {*/
    /*display: block;*/
    /*display: flex;
    width: 100%;
    overflow: auto;*/
    /*height: 50px;*/
    /*scrollbar-color: var(--themeColor01) var(--themeBackgroundColor);
    scrollbar-width: thin;*/
    /*max-height: calc(100vh - 265px);*/
    /*height: 100%;*/
/*}*/




/*.scroll-section > div{
    width:100%;
}*/

@media (min-width:450px) {
    .scroll-section {
        /*max-height: calc(100vh - 320px);*/
    }
}


@media (min-width:550px) {
    .scroll-section {
        /*max-height: calc(100vh - 295px);*/
    }
}



@media (max-width:990px) {
    .scroll-section {
        /*max-height: calc(100vh - 240px);*/
    }

    .modal{
        height:100%;
    }

}


/*PAGE LOADING ANIM*/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: var(--loaderColor);
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }


        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*PAGE LOADING ANIM*/











/*NOT IN USE?*/
#fade-out {
    background-color: pink;
    display: block;
    animation: fade 3s linear forwards;
}

.spin-in {
    animation: spin 3s linear forwards;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    100% {
        width: 0px;
        height: 0px;
        opacity: 0;
    }
}

@keyframes spin {
}

@keyframes rollup {
    0% {
        background-color: pink;
        height: 100%;
        opacity: 100%
    }

    50% {
        background-color: hotpink;
        height: 50%;
        opacity: 50%;
    }

    100% {
        background-color: deeppink;
        height: 0;
        opacity: 0%;
    }
}
/*NOT IN USE?*/

