@import '_content/DocuPing.Client.Payments/DocuPing.Client.Payments.bundle.scp.css';
@import '_content/DocuPing.Client.UIComponents/DocuPing.Client.UIComponents.bundle.scp.css';

/* /Dialogs/ViewControlledFileCommentDialog.razor.rz.scp.css */
.comment-text-style[b-to6rmtw43d]{
    white-space: nowrap;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/HomePageComponents/RecentProjects.razor.rz.scp.css */
.project-add[b-kjir707fsp] {#F45A50
    height: 150px;
    width: 150px;
    border: 2.5px dashed grey;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:1.5rem;
    cursor:pointer;
}

.project-item[b-kjir707fsp] {
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1.5rem;
    cursor:pointer;
}

.project-item:hover[b-kjir707fsp] {
    color: #F45A50;
}
    .project-grid[b-kjir707fsp] {
        display: flex;
        flex-wrap: wrap;
    }
.project-name[b-kjir707fsp] {
    font-size:0.75em;
}

.truncate[b-kjir707fsp] {
    white-space:nowrap;
    width:100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/Index.razor.rz.scp.css */
.welcome-banner[b-6qlq9ezkge] {
    display: flex;
    flex-direction: row;
    background-color: #170B30;
    color: white;
}

h1[b-6qlq9ezkge] {
    font-weight: bold;
}

h2[b-6qlq9ezkge] {
    font-weight: 100;
}

.cta-anchor[b-6qlq9ezkge] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor:pointer;
}

.platform-metric[b-6qlq9ezkge] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.metric-value[b-6qlq9ezkge] {
    font-size: 3em;
    margin: 0px;
    margin-right: 15px;
    margin-left: 15px;
}
/* /Pages/Organisation/index.razor.rz.scp.css */

.material-icons-outlined[b-0d1489tj14] {
    margin-right: 5px
}

.dp-badge[b-0d1489tj14] {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
/* /Pages/Project/Components/ControlledFiles.razor.rz.scp.css */
.spinner[b-hf7e4nvo20] {
    border: 16px solid #E2DADB;
    border-top: 16px solid #F45A50;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-hf7e4nvo20 700ms linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 9;
    opacity:0.5;
}

@keyframes spin-b-hf7e4nvo20 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Pages/Project/Components/IssuedDrawings.razor.rz.scp.css */
.spinner[b-simga8phoy] {
    border: 16px solid #E2DADB;
    border-top: 16px solid #F45A50;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-simga8phoy 700ms linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 9;
    opacity:0.5;
}

@keyframes spin-b-simga8phoy {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Pages/Project/Components/StageUploads.razor.rz.scp.css */
.progressBarContainer[b-gwzg1y5zvd] {
    position: relative;
    z-index: 9;
    padding: 0px;
    background-color: #f45a50;
    font-size: 17px;
    text-align: center;
    padding: 0px;
    height: 40px;
    padding-top: 10px;
    color:white;
}

.progressBarBackground[b-gwzg1y5zvd] {
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 8;
    overflow: hidden;
    /*    padding-left: 30%;
*/ padding-top: 10px;
   padding-left:10px;
}

.progressBarBackgroundText[b-gwzg1y5zvd] {
    z-index: 8;
    font-size: 15px;
}
/* /Pages/User/Components/ProfileHeader.razor.rz.scp.css */
.card[b-ytl4lbohlf] {
    min-height: 250px;
    border-radius: 20px 5px 20px 5px;
}

.card-header-zindx[b-ytl4lbohlf] {
    height: 50%;
}

.header-content[b-ytl4lbohlf] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 250px;
}

.header-content-avatar[b-ytl4lbohlf] {
    padding: 1.5rem;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
}

.header-title[b-ytl4lbohlf] {
    color: white;
    font-size: 2em;
    font-weight: bolder;
}

.header-subtitle[b-ytl4lbohlf] {
    color: #F45A50;
    font-size: 1em;
}


.header-upper[b-ytl4lbohlf] {
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header-upper-left[b-ytl4lbohlf] {
    flex-direction: column;
    justify-content: center !important;
    align-items: start;
    display: flex;
}

.header-upper-right[b-ytl4lbohlf] {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    font-size: 1.5em;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2222;
    flex-direction: column;
}

.header-lower[b-ytl4lbohlf] {
    height: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding:1em .5em;
}

.table-controls[b-ytl4lbohlf] {
    padding: 1em;
    display: flex;
    justify-content: flex-end;
}


@media only screen and (max-width: 990px) {
    .header-title[b-ytl4lbohlf] {
        color: #170b30 !important;
        font-size: 2em;
        font-weight: bolder;
    }
    .card-header-zindx[b-ytl4lbohlf] {
        height:45%!important;
    }
}
/* /Pages/User/Index.razor.rz.scp.css */
.header-content-avatar[b-9h6h8wgbr4] {
    padding: 1.5rem;
    align-items: center;
    justify-content: center;
    z-index: 2;
    display: flex;
}

.card-header-zindx[b-9h6h8wgbr4] {
    height: 100px;
}

.card-body[b-9h6h8wgbr4] {
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.card-row[b-9h6h8wgbr4] {
    padding: 1em;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
}


.profile-heading[b-9h6h8wgbr4] {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 10px 0;
}

.profile-subheading[b-9h6h8wgbr4] {
    font-size: 1.25rem;
    font-weight: lighter;
    text-align: center;
    padding: 10px 0 10px 0;
}

h3[b-9h6h8wgbr4] {
    font-size: 0.75rem;
    color: #6F687F;
    text-align: center;
}

.metric[b-9h6h8wgbr4] {
    font-size: 2.5em;
    font-weight:bold;
}

a[b-9h6h8wgbr4] {
    color: #F45A50 !important;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 0;
    cursor:pointer;
}



.material-icons-outlined[b-9h6h8wgbr4] {
    margin-right: 5px
}

.dp-badge[b-9h6h8wgbr4] {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
/* /Shared/Components/Card/DocuCard.razor.rz.scp.css */

/* /Shared/Components/Card/DocuCardHeader.razor.rz.scp.css */
.card-header[b-796eajxqpy] {
    padding:0;
    border-bottom: 0;
}

.header-badge[b-796eajxqpy] {
    padding:1rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.header-content[b-796eajxqpy] {
    padding:1rem;
    display:flex;
    flex-direction:column;
    width:100%;
}

.card-header-zindx[b-796eajxqpy] {
    position: absolute;
    z-index: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
}
/* /Shared/Components/PageHeader.razor.rz.scp.css */
.card-header-zindx[b-qzmo7xmfp7]::deep {
    height: 50%;
}

.header-content[b-qzmo7xmfp7]::deep {
    padding:0!important;
}
/* /Shared/Components/ProfileMenu/ProfileMenu.razor.rz.scp.css */
.profile-menu[b-nhn8jjpd07] {
    position: absolute;
    top: 100%;
    right: 0;
    perspective: 1000px;
    z-index: 9;
    list-style-type: none;
    display: none;
    background-color: white;
    padding: 0;
    margin: 0;
    border-radius: 20px 5px 20px 5px;
    min-width: 350px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.modal-backdrop[b-nhn8jjpd07] {
    z-index: -1!important;
    opacity:0.25;
    display:none;
}

.profile-menu--visible[b-nhn8jjpd07] {
    display: block !important;
}

.modal-backdrop--visible[b-nhn8jjpd07] {
    display: block !important;
}

.dropdown[b-nhn8jjpd07] {
    list-style-type: none;
}


.menu-button[b-nhn8jjpd07] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/** Using deep to affect all child li */
.profile-menu[b-nhn8jjpd07]  li:last-child {
    border-radius: 0 0 20px 5px;
}

/* /Shared/Components/ProfileMenu/ProfileMenuItem.razor.rz.scp.css */
.menu-item[b-kjop7overk] {
    display: flex;
    flex-direction: row;
    padding: 1em;
    align-items: center;
    background-color: #170B30;
    color: white;
}

.menu-item-icon[b-kjop7overk] {
}

.menu-item-label[b-kjop7overk] {
    padding-left: 10px;
    margin:0;
}

.menu-item:hover[b-kjop7overk] {
    color: #F45A50 !important;
    cursor: pointer;
}

/* /Shared/Components/ProfileMenu/ProfileMenuSectionHeader.razor.rz.scp.css */
.profile-menu-heading[b-5rt6evqot8] {
    font-weight: bold;
    padding: 10px;
    background-color: #170B30;
    margin:0;
    color: white;
    border-bottom: 1px solid #6F687F
}
/* /Shared/Components/ProfileMenu/ProfileMenuUser.razor.rz.scp.css */
.menu-user-content[b-p43cx5mp27] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 1em .5em 1em .5em;
    background-color: #F7F7F7;
    border-radius: 20px 5px 0 0;
    color: #6F687F;
}

a.upgrade[b-p43cx5mp27] {
    color: #F45A50;
    font-size:0.75em;
    font-weight:bold;
    margin:0!important;
    cursor:pointer;
}
.left-content[b-p43cx5mp27] {
    width: 33%;
    align-items:center;
    justify-content:center;
    display:flex;
}
.right-content[b-p43cx5mp27]{
    width: 66%;
    align-items: center;
    justify-content: start;
}
/* /Shared/Components/ProfileMenu/ProfileMenuUserAlias.razor.rz.scp.css */
.menu-item[b-bbg5j20ihq] {
    padding: 1em;
    background-color: #170B30;
    margin: 0;
    color: white;
    border-bottom: 1px solid #6F687F;
}

.flex-row-center-between[b-bbg5j20ihq] {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

.flex-row[b-bbg5j20ihq] {
    display: flex;
    flex-direction: row;
}

.menu-item:hover[b-bbg5j20ihq] {
    color: #F45A50 !important;
    cursor: pointer;
}

h6[b-bbg5j20ihq] {
    margin:0;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
a.logout[b-gyokpm2qcs] {
    display: flex;
    align-items: center;
}

    a:hover[b-gyokpm2qcs] {
        color: #F45A50 !important;
    }

.user-link[b-gyokpm2qcs] {
    color: #F45A50 !important;
    margin-left:0!important;

}
a[b-gyokpm2qcs] {
    cursor: pointer;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wy472csog1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-wy472csog1] {
    flex: 1;
}

.sidebar[b-wy472csog1] {
    background-color: #70687F;
}

.top-row[b-wy472csog1] {
    background-color: #170b2f;
    color: #70687F;
    justify-content: flex-end;
    height: 4.1rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wy472csog1]  a, .top-row .btn-link[b-wy472csog1] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wy472csog1] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.overlay[b-wy472csog1] {
    background-color: rgba(1,1,1,0.2);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:8;
}

.modal-background[b-wy472csog1] {
    position: absolute;
    top: 40%;
    left: 35%;
    border-radius: 10px;
    background-color: white;
    width: 400px;
    height: 175px;
    z-index: 9;
}

.icon-style[b-wy472csog1] {
    color: #F45A50;
    font-size: 40px;
}

.toast-style[b-wy472csog1] {
    color: #F45A50;
}

.spinner[b-wy472csog1] {
    border: 16px solid #E2DADB;
    border-top: 16px solid #F45A50;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-wy472csog1 600ms linear infinite;
    top: 50%;
    left: 45%;
    position: absolute;
    z-index:9;
    opacity:0.5;
}

@keyframes spin-b-wy472csog1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wy472csog1] {
        display: none;
    }

    .top-row.auth[b-wy472csog1] {
        justify-content: space-between;
    }

    .top-row a[b-wy472csog1], .top-row .btn-link[b-wy472csog1] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wy472csog1] {
        flex-direction: row;
    }

    .sidebar[b-wy472csog1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wy472csog1] {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .main > div[b-wy472csog1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xo1uy3k6up] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xo1uy3k6up] {
    height: 4.1rem;
    
}

.navbar-brand[b-xo1uy3k6up] {
    font-size: 1.1rem;
}

.oi[b-xo1uy3k6up] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
.material-icons[b-xo1uy3k6up] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
.nav-item[b-xo1uy3k6up] {
    font-size: 0.9rem;
}



    .nav-item[b-xo1uy3k6up]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding:10px;
    }

.nav-item[b-xo1uy3k6up]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-xo1uy3k6up]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


@media (min-width: 641px) {
    .navbar-toggler[b-xo1uy3k6up] {
        display: none;
    }

    .collapse[b-xo1uy3k6up] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .login-display[b-xo1uy3k6up]{
        display:block;
    }

    .accountlogo-display[b-xo1uy3k6up] {
        display: none;
    }

}

@media (max-width: 992px) {

    .navbar-toggler[b-xo1uy3k6up] {
        display: block;
    }
    .collapse[b-xo1uy3k6up] {
        display: none;
    }

}

@media (max-width: 722px) {
    .accountlogo-display[b-xo1uy3k6up] {
        display: block;
    }
        .login-display[b-xo1uy3k6up] {
        display: none;
    }
}
