:root {
    --body-backcolor: #fff;
    --vwfs_blue: rgba(16,113,187,1);
    --vw_back: #001d50;
    --button_radiux: 25px;
    --textbox_bottom_border_color: #001D50;
}

/*#region Fonts*/
/*#region Fonts*/
 
@font-face {
    font-family: 'VW Head';
    font-weight: 400;
    font-display: swap;
    src: url('/Content/fonts/vwhead-regular.woff2') format('woff2'), url('/Content/fonts/vwhead-regular.woff') format('woff');
}

@font-face {
    font-family: 'VW Head Bold';
    font-weight: 700;
    font-display: swap;
    src: url('/Content/fonts/vwhead-bold.woff2') format('woff2'), url('/Content/fonts/vwhead-bold.woff') format('woff');
}

@font-face {
    font-family: 'VW Head Light';
    font-weight: 200;
    font-display: swap;
    src: url('/Content/fonts/vwhead-light.woff2') format('woff2'), url('/Content/fonts/vwhead-light.woff') format('woff');
}

@font-face {
    font-family: 'VW Text';
    font-weight: 400;
    font-display: swap;
    src: url('/Content/fonts/vwtext-regular.woff2') format('woff2'), url('/Content/fonts/vwtext-regular.woff') format('woff');
}
@font-face {
    font-family: 'VW Text Regular';
    font-weight: 400;
    font-display: swap;
    src: url('/Content/fonts/vwtext-regular.woff2') format('woff2'), url('/Content/fonts/vwtext-regular.woff') format('woff');
}


@font-face {
    font-family: 'VW Text Bold';
    font-weight: 700;
    font-display: swap;
    src: url('/Content/fonts/vwtext-bold.woff2') format('woff2'), url('/Content/fonts/vwtext-bold.woff') format('woff');
}





/*#endregion*/
/*#region Login Layouts*/
#hdrLogo {
    fill: var(--vwfs_blue);
}

.hdrLogo {
    overflow: visible;
    position: absolute;
    width: 1263.614px;
    height: 152px;
    left: -725.614px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

#Logo {
    position: absolute;
    top:0px;
    left:0px;
    width: 500px;
    height: 152px;
}
#LogoM {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 256px;
    height: 110px;
    display:none;
}


.loginPage {
    background: linear-gradient(359.1deg, rgba(16,113,187,1) 0%, rgba(0,29,80,1) 100%);
    --web-view-name: LOGIN;
    --web-view-id: LOGIN;
    --web-scale-on-resize: true;
    --web-enable-deep-linking: true;
}

#mainImage {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

#mainImageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important
}

h1.Title45 {
    line-height: 55px;
    margin-top: -1px;
    text-align: left;
    font-family: "VW Head Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 3em;
    color: rgba(255,255,255,1);
}

h1.Title35 {
    line-height: 55px;
    margin-top: -1px;
    text-align: left;
    font-family: "VW Head Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 2em;
    color: rgba(255,255,255,1);
}
/*#region HeaderBanner / Menu */

#headerBanner {
}




.page_container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#headerBanner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 152px;
    width: 100%;
}

#flexLogo {
    height: 152px;
    width: 500px;
}
#flexLogo > img {
    content: url("/Content/Images/header_logo.png");
    height: 152px;
    width: 500px;
}




#flexBrand {
    height: 152px;
    /* width: 323px;*/
    /*padding-left:10px;*/
    padding-right:30px;
    flex-grow: 0;
    flex-shrink: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.brandLogo {
    width: 78.083px;
    height: 78.084px;
    transform: matrix(1,0,0,1,0,0);
}




#flexMenu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    height: 152px;
}

.flexMenuSx {
    width: 122px;
    height: 152px;
    background-repeat: no-repeat;
    background-size: 122px 152px;
    background-position-x: 0px;
    flex-shrink: 0;
    flex-grow: 0;
    border-right: 1px solid var(--vw_back);
}

#flexMenuContent {
    width: 100%;
    height: 152px;
    max-width: 100%;
    /* min-width: 436px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

    #flexMenuContent > nav > .container-fluid {
        padding: 0px;
    }
    /*#flexMenuContent > div {
flex: 1 1 auto;
text-align: center;
margin: 5px;

}*/

    #flexMenuContent > nav.navbar {
        box-shadow: none !important;
        padding: 0px;
    }

li.nav-item > a.nav-link {
    min-height: 34px;
}

.flexMenuDx {
    width: 121px;
    height: 152px;
    background-repeat: no-repeat;
    background-size: 122px 152px;
    background-position-x: 0px;
    flex-shrink: 0;
    flex-grow: 0;
}



.menuItem {
    width: 110px;
    text-align: center;
}

    .menuItem > a {
    }



        .menuItem > a > div {
            white-space: nowrap;
            font-family: VW Head;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            text-transform: capitalize;
            margin-top: 10px;
        }

div > div.menuItemActive {
    margin: 10px 2em 0px 2em;
    border-bottom: 5px solid white;
}




/*#endregion*/


form.white_theme {
    font-family: "VW Text Regular";
    color: white;
}

    form.white_theme label.form-label {
        color: white;
        font-size: 18px;
    }

    form.white_theme input.form-control {
        color: white;
        font-family: "VW Text Regular";
        font-size: 18px;
        background: transparent;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
        border-bottom: 1px solid white;
        border-radius: 0px;
    }


        form.white_theme input.form-control:hover, form.white_theme input.form-control:focus, .vw_round_btn:hover, .vw_round_btn:focus, .vw_round_btn:active {
            background-color: rgb(16, 113, 187) !important;
            box-shadow: none;
        }

    form.white_theme div.form-check.form-switch label.form-check-label {
        color: white;
    }

    form.white_theme .form-switch .form-check-input {
        border: 1px solid #e9ecef;
        position: relative;
        background-color: lightgray;
        height: 1.25em;
    }

        form.white_theme .form-switch .form-check-input:checked {
            border-color: rgba(58, 65, 111, 0.95);
            background-color: rgba(58, 65, 111, 0.95);
        }

#login-submit, .vw_round_btn {
    background: #001E50;
    color: white;
    font-family: "VW Head";
    font-size: 16px;
    border-radius: var(--button_radiux);
}

.vw_round_light {
    font-weight: 500;
}

form.white_theme p {
    font-family: "VW Head";
    font-size: 14px;
}

form.white_theme a {
    color: white;
    text-decoration: underline;
}
/*#endregion*/

/*#region Home Widgets*/
.homeCardL1 {
    display: flex;
    background-repeat: no-repeat;
    background-size: 994px 442px;
    background-position-x: 0px;
    width: 100%;
    flex-direction: row;
    height: 50%;
}

.homeCardL2 {
    display: flex;
    flex-direction: row;
    height: 50%
}

.fill100H {
    height: 100%
}

#homeL1Widget1 {
    display: flex;
    flex-direction: row-reverse;
    width: 60%;
    min-width: 950px;
}

#homeL1Widget2 {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

#homeL2Widget1 {
    width: 100%;
    height: 428px;
    padding-left: 50px;
    padding-top: 50px;
}

#homeL2Widget2 {
    display: flex;
    flex-direction: column;
}


#grpInfo {
    width: 102px;
    height: 65.256px;
    text-align: center
}

#grpForm {
    width: 88px;
    height: 65.256px;
    text-align: center
}



#grpInfo > svg {
    width: 26.695px;
    height: 33.834px;
}

#grpForm > svg {
    width: 35.179px;
    height: 29.468px;
}

#grpInfo > div, #grpForm > div {
    white-space: nowrap;
    text-align: left;
    font-family: VW Head;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
}

.WidgetSep50 {
    height: 50px;
}

.WidgetSep25 {
    height: 25px;
}

.WidgetSep15 {
    height: 15px;
}

.grpTitle {
    width: 467px;
    height: 143px;
    line-height: 45px;
    margin-top: -1px;
    text-align: left;
    font-family: VW Head;
    font-style: normal;
    font-weight: bold;
    font-size: 43px;
}

.docPreview > .scrollContent > .card-group > .grpTitle {
    text-align: center;
    width: 100%;
    line-height: 35px;
    margin-top: 10px;
    font-family: 'VW Text Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
}

#flexMenuDxXs {
    width: 122px;
    height: 152px;
    background-repeat: no-repeat;
    background-size: 122px 152px;
    background-position-x: 0px;
    flex-shrink: 0;
    flex-grow: 0;
    display: none;
}


/*#endregion*/
/*#region Briefings*/


.body_container {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
}

.docAreaList {
    /*  display: flex;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 10px;*/
    font-family: "VW Text Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}
    .docAreaList > .nav-wrapper > .nav.nav-pills {
        background-color: white;
        border-radius: 0;
    }
        .docAreaList > .nav-wrapper > .nav.nav-pills > .nav-item > a {
            cursor: pointer;
            border-radius: 0;
            box-shadow: none;
        }
        .docAreaList > .nav-wrapper > .nav.nav-pills > .nav-item > .nav-link.active {
            border-bottom: 5px solid var(--vw_back);
        }
        /*
    .docAreaList > .nav-wrapper {
        width: 100%;
    }

        .docAreaList > .nav-wrapper > .nav.nav-pills {
            background-color: white;
            border-radius: 0;
        }
            .docAreaList > .nav-wrapper > .nav.nav-pills > .nav-item {
                max-width: 20%;
            }
                .docAreaList > .nav-wrapper > .nav.nav-pills > .nav-item > a {
                font-family: "VW Text Regular";
                font-style: normal;
                font-weight: normal;
                font-size: 18px;
                cursor: pointer;
                
            }


            .docAreaList > .nav-wrapper > .nav.nav-pills > .moving-tab .nav-link.active {
                background: white;
                color: white;
                border-radius: 0;
                box-shadow: none;
                margin-left: 1em;
                margin-right: 1em;
                
            }*/
        .docDet1 {
            height: 100%;
            display: flex;
            flex-direction: row;
        }

.docContent {
    width: 30%;
}

.docPreview {
    width: 70%;
}
.docPreview > .navbar {
    padding-top:0px;
}
.accordion > .accordion-item > h5 {
    overflow: visible;
    white-space: nowrap;
    text-align: left;
    font-family: VW Head;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}


.docContent {
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    flex: 1 1 auto;
    padding: 5px;
}

.scrollContent {
    overflow-y: auto;
    flex-grow: 1;
}

.accordion > .accordion-item > h5 {
    background: #F7D9D9;
    color: rgba(0,0,0,1);
}

.docPreview > .docPreview {
    height: 100%;
}

.footer {
    display: block;
    flex: 0 0 auto;
    font-family: "VW Text";
    font-weight: 100;
    font-size:1rem;
}

#searchDocList {
    
    display: flex;
    flex-direction: column;
    
}



.searchDocFolder {
    height: 90px;
    display: flex;
    flex-direction: row;
    padding: 30px 50px;
    cursor: pointer;
    margin-top: 1px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

    .searchDocFolder > .docFolderTitle {
        display: flex;
    }

        .searchDocFolder > .docFolderTitle > .folderTitle {
            padding-left: 25px;
            text-transform: capitalize;
            font-family: "VW Head";
            font-weight: bold;
            font-size: 18px;
            margin-left: 10px;
        }

    .searchDocFolder > .docFolderTool > span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: black;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

        .searchDocFolder > .docFolderTool > span:first-child {
            opacity: 1;
            transform: rotate(90deg) translate(-1px, -10px)
        }

    .searchDocFolder:not(.collapsed) > .docFolderTool > span:first-child {
        opacity: 1;
        transform: rotate(0deg) translate(0px, 7px)
    }



.searchFolderFiles {
    list-style: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    padding: 20px 0px;
    font-family: "VW Text";
}

    .searchFolderFiles li {
        padding: 10px;
        cursor: pointer;
    }

        .searchFolderFiles li:hover {
            font-weight: bold;
        }
/*#region SearchDocument Field*/
#searchDocs {
    
    padding:20px 0 20px 0;
}

.search {
    display: flex;
    height: 40px;
    flex-direction: row;
    width: 90%
}

    .search .search_field {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding-bottom: 5px;
        border-bottom: 1px solid #001D50;
    }

        .search .search_field input {
            text-indent: 5px;
            border-radius: 0;
            border: none;
            font-family: "VW Text";
            font-weight: 100;
            font-size: 18px;
            background-color: transparent;
        }

            .search .search_field input:focus {
                background-color: transparent;
                box-shadow: none;
                outline: none !important;
            }

        .search .search_field svg {
            transform: translate(5px, 3px);
            stroke: var(--btn_back);
        }

    .search button {
        margin-left: 20px;
        height: 38px;
        width: 110px;
        background: var(--btn_back);
        color: var(--btn_color);
        font-family: "VW Text Regular";
        font-weight: 100;
        letter-spacing: +0.025rem;
        border-radius: var(--button_radiux);
    }

        .search button:hover, .search button:focus, .search button:active {
            background-color: var(--btn_back) !important;
            box-shadow: none;
        }
/*#endregion*/


/*#endregion*/
/*#region Mobile Menu Bar*/
.mobileMenu {
    padding: 15px 15px;
    background: var(--mobile-bar);
    display: none;
    color: var(--mobile-bar-color);
}

    .mobileMenu > button {
        -webkit-user-select: none;
        user-select: none;
        display: flex;
        font-family: VW Head;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
    }

        .mobileMenu > button > div > span {
            display: flex;
            width: 29px;
            height: 2px;
            margin-bottom: 5px;
            position: relative;
            background: var(--mobile-bar-color);
            border-radius: 3px;
            z-index: 1;
            transform-origin: 5px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

            .mobileMenu > button > div > span:first-child {
                transform-origin: 0% 0%;
            }

        .mobileMenu > button > div span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

        .mobileMenu > button > div:last-child {
            margin-left: 10px;
            color: var(--mobile-bar-color);
        }

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    transition: box-shadow 0.15s ease-in-out;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.mobMenuContainer {
}



#mobileMenuList {
    position: absolute;
    width: 100%;
    padding: 0px 5px;
    background-color: var(--vw_back);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    z-index: 100;
}

    #mobileMenuList li {
        transition-delay: 2s;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        border-top: 1px solid white;
    }

        #mobileMenuList li a {
            width: 100%;
            display: flex;
            flex-direction: row;
            margin: 15px auto 15px auto;
        }

            #mobileMenuList li a svg {
                width: 20%;
            }

            #mobileMenuList li a div {
                font-family: VW Head;
                font-style: normal;
                font-weight: normal;
                font-size: 20px;
                margin: 0px;
                width: 80%;
                text-align: left;
            }

.mobMenuContainer.collapse.show > #mobileMenuList {
    transform: none;
}

.mobileMenu > button:not(.collapsed) div span {
    opacity: 1;
    transform: rotate(45deg) translate(-10px, -5px);
}

    .mobileMenu > button:not(.collapsed) div span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    .mobileMenu > button:not(.collapsed) div
    span:nth-last-child(2) {
        transform: rotate(-45deg) translate(-10px, 8px);
    }

.docPreview {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow-y: hidden;
}

    .docPreview > .scrollContent {

    }

        .docPreview > .scrollContent > .card-group {
            display: flex;
            flex-direction: row;
        }

            .docPreview > .scrollContent > .card-group > .card {
                min-width: 180px;
                max-width: 300px;
                margin: 5px;
                border-radius: 0;
            }
                .card-header {
                    text-align: center;
                }
                .docPreview > .scrollContent > .card-group > .card > .card-header > a {
                    text-align: center;
                }

                    .docPreview > .scrollContent > .card-group > .card > .card-header > a > img {
                        max-height: 200px;
                        min-height: 100px;
                        min-width: 100px;
                    }
                        .docPreview > .scrollContent > .card-group > .card > .card-header > a > img.img-loading {
                            background-image: url("/Content/Images/loadingspinner.gif");
                            background-position: center;
                            background-repeat: no-repeat;
                            background-size: 40px;
                        }


                .docPreview > .scrollContent > .card-group > .card > .card-header {
                }

                    .docPreview > .scrollContent > .card-group > .card > .card-header:last-child {
                        border-radius: 0;
                    }

                .docPreview > .scrollContent > .card-group > .card > .card-body {
                    font-family: "VW Text";
                    font-style: normal;
                    font-weight: normal;
                    font-size: 12px;
                    line-height: 1.2rem;
                    padding: 1rem 1rem;
                }

                    .docPreview > .scrollContent > .card-group > .card > .card-body > .card-body-content {
                        display: flex;
                        flex-direction: column;
                        overflow-y: hidden;
                        flex: 1 1 auto;
                        max-height: 200px;
                    }

                        .docPreview > .scrollContent > .card-group > .card > .card-body > .card-body-content > div.scrollContent > .card-body-scroll > a.card-title {
                            font-family: "VW Text";
                            font-style: normal;
                            font-weight: normal;
                            font-size: 16px;
                            line-height: 1.5rem;
                        }

                        .docPreview > .scrollContent > .card-group > .card > .card-body > .card-body-content > div.scrollContent > .card-body-scroll > .card-description {
                            font-family: "VW Text";
                            font-style: normal;
                            font-weight: normal;
                            font-size: 12px;
                            line-height: 1.2rem;
                        }

                .docPreview > .scrollContent > .card-group > .card > .card-footer {
                    padding: 0.5rem 1rem 0.5rem 1rem;
                }

                    .docPreview > .scrollContent > .card-group > .card > .card-footer > .author > .avatar {
                        padding: 8px;
                        fill: #1071bb;
                    }

.truncate-overflow {
    --lh: 1.5rem;
    --max-lines: 3;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem; /* space for ellipsis */
}

    .truncate-overflow::before {
        position: absolute;
        content: "...";
        bottom: 0;
        right: 0;
    }

    .truncate-overflow::after {
        content: "";
        position: absolute;
        inset-inline-end: 0; /* "right" */
        width: 1rem;
        height: 1rem;
        background: white;
    }

/*#endregion*/
/*#region Profile*/

.userBrands {
    display: flex;
    height: 162px;
    background-color: var(--Header_Bar_Back);
    padding: 10px 15px;
    align-items: center;
    justify-content: left;
    overflow-y: hidden;
}

.userBrand {
    display: flex;
    flex-direction: column;
    background-color: var(--Header_Bar_Back);
}

.userBrandIcon {
    padding: 0.75rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    width: 200px;
    height: 100px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .userBrandIcon:not(.defaultBrand):hover {
        border: 1px solid var(--title-rev-color);
    }


    .userBrandIcon > img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        display: block;
    }

.userBrandText {
    font-family: "VW Head";
    font-size: 16px;
    text-transform: uppercase;
}

.defaultBrand {
    border: 4px solid var(--title-rev-color);
}


/*#endregion*/

@media (max-width: 1024px) {
    #homeL1Widget1 {
        display: none;
    }

    #homeL1Widget2 {
        padding-left: 10px;
        padding-top: 10px;
        width: 100%
    }

    #homeL2Widget2 {
        display: none;
    }

    #homeL2Widget1 {
        padding-top: 5px;
        padding-left: 10px;
        width: 100%;
        height: auto;
    }

    .homeCardL1 {
        height: auto;
        background-image: none !important;
    }

    .grpTitle {
        font-weight: normal;
        font-size: 28px;
        word-wrap: break-word;
        width: auto;
    }

    .WidgetSep25 {
        height: 5px;
    }

    .body_container .docDet1 .docPreview {
        display: none;
    }
}

@media (max-width: 768px) {
    h1.Title45 {
        font-size: 2.2em;
        line-height: 45px;
    }

    h1.Title35 {
        font-size: 1.8em;
        line-height: 45px;
    }

    #mainImageContainer {
        display: none;
    }

    #flexLogo {
        background: white !important;
    }



    #flexMenuContent {
        display: none;
    }

    .flexMenuDx {
        display: none;
    }

    .footer {
        font-size: 0.8rem !important;
    }

    .searchDocFolder {
        padding: 10px 10px !important;
        height: 60px !important;
    }

    .docFolderTitle > .folderTitle {
        padding-left: 5px !important;
    }

    .searchDocFolder > .docFolderTool > span {
        width: 18px !important;
        margin-bottom: 1px !important;
        transform-origin: 5px 0px !important;
    }

        .searchDocFolder > .docFolderTool > span:first-child {
            transform: rotate(90deg) translate(-0px, -5px) !important;
        }

    .searchDocFolder:not(.collapsed) > .docFolderTool > span:first-child {
        transform: rotate(0deg) translate(0px, 3px) !important;
    }
 
   
}

@media (max-width: 575px) {
    #Logo {
        display: none;
    }

    #LogoM {
        display: block;
    }

    #flexLogo {
        width: 256px;
        height: 110px;
        background: white !important;
    }
    #flexLogo > img {
        width: 256px;
        height: 110px;
        content: url("/Content/Images/header_logo_mobile.png");
    }


    #headerBanner {
        height: 110px !important;
    }

    #flexBrand {
        height: 110px !important;
    }

    #flexMenuContent {
        display: none;
    }

    .flexMenuDx {
        display: none;
    }

    h1.Title45 {
        font-size: 1.8em;
        line-height: 40px;
    }

    h1.Title35 {
        font-size: 1.6em;
        line-height: 45px;
    }

    .my-xm-10 {
        margin-top: 12rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xm-5 {
        margin-top: 2rem;
    }

    .footer {
        font-size: 0.8rem !important;
    }

    #searchDocs {
        display: none !important;
    }

    .searchDocFolder {
        padding: 10px 10px !important;
        height: 60px !important;
    }

    .docFolderTitle > .folderTitle {
        padding-left: 5px !important;
    }

    .searchDocFolder > .docFolderTool > span {
        width: 18px !important;
        margin-bottom: 1px !important;
        transform-origin: 5px 0px !important;
    }

        .searchDocFolder > .docFolderTool > span:first-child {
            transform: rotate(90deg) translate(-0px, -5px) !important;
        }

    .searchDocFolder:not(.collapsed) > .docFolderTool > span:first-child {
        transform: rotate(0deg) translate(0px, 3px) !important;
    }
    .page_container .teambar {
        height: 370px !important;
    }
        .page_container .teambar .teamactionsleft  {
            display:none !important;
        }
    .page_container .teambar .teamactionsright
    {

    }
    .teamMember {
        min-width: 80px !important;
        padding-top: 2px !important;
        line-height: 1.2rem !important;
    }

  

    .teamMemberIcon, .teamMemberButtonIcon {
        height: 45px !important;
        width: 45px !important;
    }
    .teamMemberIcon > svg {
        width: 25px !important;
            height:29px !important;
    }

    .body_container > .profile_container > .title > h1, .body_container > .brand_container > .title > h1 {
        font-size: 16px !important;
    }


    .userBrands {
        height: 102px !important;
        padding: 10px 15px !important;
    }

    .userBrandIcon {
        padding: 0.75rem !important;
        width: 150px !important;
        height: 50px !important;
    }
  
}

.scrollContent::-webkit-scrollbar {
    width: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    /* Track */
.scrollContent::-webkit-scrollbar-track {
    background: rgba(222, 222, 222, .75);
    -webkit-transition: opacity 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s ease-out;
}

    /* Handle */
.scrollContent::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
}

/* Handle on hover */
    .scrollContent::-webkit-scrollbar-thumb:hover {
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

/*#region Spinner*/
.loader {
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    }
    .loader > .spinner {
        background: #E4E4E4;
        border-radius: 50%;
        height: 0.8em;
        margin: .2em;
        width: 0.8em;
        display:none;
    }
    .loader > .spinner.lP0 {
        animation: fall 1s linear .4s infinite;
    }

    .loader > .spinner.lP1 {
        animation: fall 1s linear .3s infinite;
    }

    .loader > .spinner.lP2 {
        animation: fall 1s linear .2s infinite;
    }

    .loader > .spinner.lP3 {
        animation: fall 1s linear .1s infinite;
    }

    .loader > .spinner.lP4 {
        animation: fall 1s linear infinite;
    }

    @keyframes fall {
        0% {
            transform: translateY(-15px);
        }

        25%, 75% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-15px);
        }
    }


/*#endregion*/

/*#region DocumentView*/
.body_container > iframe {
    
    height: 100%;
}



/*#endregion*/ 

/*#region Profile Page*/
.page_container .teambar {
    display: flex;
    height: 450px;
    background-color: var(--Header_Bar_Back);
    overflow-y:hidden;
}

    .page_container .teambar .teamactionsleft {
        width: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page_container .teambar .teamactionsright {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page_container .teambar .teammembers {
        display: flex;
        align-items: center;
        justify-content: left;
        width: 60%;
        padding: 10px 20px 10px 20px;
    }

        .page_container .teambar .teammembers ul {
            height: 171px;
            background-color: red;
        }

    .page_container .teambar .teamactionsleft .myteambtn {
        width: 223px;
        height: 58px;
        color: white;
        background-color: var(--vwfs_logo_back);
        border: 0;
        border-radius: 30px;
        font-family: "VW Head";
        font-size: 18px;
    }

        .page_container .teambar .teamactionsleft .myteambtn svg {
            fill: #FFFFFF;
            margin-right: 5px;
            width: 32px;
            height: 21px;
        }

.teamMember {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width:110px;
}

.teamMemberIcon, .teamMemberButtonIcon {
    align-self: center;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .teamMemberIcon:hover {
        border: 1px solid var(--vwfs_logo_back);
    }

    .teamMemberButtonIcon:hover {
        border: 1px solid white;
    }

    .teamMemberIcon > svg {
        fill: var(--vwfs_logo_back);
    }


.teamMemberButtonIcon {
    background-color: var(--vwfs_logo_back);
}


    .teamMemberButtonIcon > svg {
        fill: white;
    }


.teamMemberText {
    font-family: "VW Head";
    font-size: 16px;
    padding-top: 10px;
    text-align:center;
}

.body_container > .profile_container {
    padding: 40px;
}

    .body_container > .profile_container > .title {
    }

        .body_container > .profile_container > .title > h1, .body_container > .brand_container > .title > h1 {
            font-family: "VW Head Bold";
            font-size: 26px;
            color: var(--vwfs_logo_back);
        }

.profile_container {
    height: 100%;
    overflow-y: auto;
}

    .profile_container .form-control {
        border: 0;
        border-bottom: 1px solid var(--textbox_bottom_border_color);
        border-radius: 0;
        box-shadow: none;
    }

        .profile_container .form-control:hover {
            border: 0;
            border-bottom: 1px solid var(--textbox_bottom_border_color);
        }

        .profile_container .form-control:active {
            border: 0;
            border-bottom: 1px solid var(--textbox_bottom_border_color);
        }

        .profile_container .form-control:active {
        }

input:-webkit-autofill, input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.profile_container .form-floating > .form-control ~ label {
    color: var(--vwfs_logo_back);
    font-family: "VW Text";
}

.profile_container .vw_btn {
    background: var(--vwfs_logo_back);
    color: var(--btn_color)
}
/*#endregion*/
