

/* ----------- STARTING: /app/layout/top-nav/top-nav.light.css */

/* ----------- ENDING: /app/layout/top-nav/top-nav.light.css */


/* ----------- STARTING: /app/layout/top-nav/top-nav.css */
.top-nav{
   /* border-bottom: 1px solid green;*/
   margin-top: 10px;
   margin-bottom: 20px;
}

.top-nav-actions-container {
    margin:5px;
    margin-right:7px
}
.app-icon {
    display: inline-block;
    height: 36px;
}

.top-header{
    display: inline-block;
    margin-top: 10px;
}

.app-logo-group {
    width: 170px;
    padding: 6px 14px;
    border-radius: 10px;
    transition: var(--hover-transition);
    display: inline-block;
}
    .app-logo-group:hover {
        cursor: pointer;
        background: var(--dark-background-hover);
    }
    .top-nav-popover.top-nav-apps{
        height: 408px;
        min-width: 333px;
    }
    .top-nav-popover.top-nav-profile{
       
        min-width: 275px;
    }

.app-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    align-items: center;
    letter-spacing: -0.03em;
    color: var(--dark-color);
    vertical-align: middle;
    margin-left: 8px;
}

.top-dropdown-item{
    font-size: 14px;
    /*padding:0px 7px;*/
}

.top-nav .popover.bottom{
    margin-top: 16px;
}

.top-action-container.top-nav-profile {
    height: 36px;
    width: 36px;
    padding: 1px;
}


.side-nav-button {
    display: inline-block;
    transform: scaleX(-1);
    margin: 0 12px;
    cursor: pointer;
    border-radius: 30px;
    height: 43px;
    width: 43px;
    padding: 10px 3px;
    vertical-align: top;
    transition: var(--hover-transition);
    transition: background 0.8s;
    background-position: center;
    
}

    .side-nav-button:hover {
        background: var(--dark-background-hover);
    }
    .side-nav-button.ripple:hover {
        background: var(--dark-background-hover) radial-gradient(circle, transparent 1%, var(--dark-background-hover) 1%) center/15000%;
    }

    .side-nav-button.ripple:active {
        background-color: rgba(255,255,255,.2);
        background-size: 100%;
        transition: background 0s;
    }

.side-nav-button-top {
    /* Rectangle 4609 */
    display: block;
    width: 16.62px;
    height: 1.81px;
    background: var(--dark-color);
    transform: rotate(-180deg);
    margin: 7px;
}



.side-nav-button-bottom {
    /* Rectangle 4610 */
    display: block;
    width: 22.67px;
    height: 1.81px;
    background: var(--dark-color);
    transform: rotate(-180deg);
    margin: 7px
}

.top-menu-tooltip-placement{
        
    transform: translateY(10px) ;
}

/* ----------- ENDING: /app/layout/top-nav/top-nav.css */


/* ----------- STARTING: /app/layout/main-error/main-error.css */
.main-error{
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
}

    .main-error .top-header{
        width: 100%;
        padding-right: 25px;
    }

.error-title{
    font-size: 25px;
    font-weight: 400;
    line-height: 20.72px;
    text-align: center;
    margin-bottom: 16px;
}

.error-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 15.85px;
    text-align: center;
}

.error-content-holder{
    mix-blend-mode: lighten;
}

.error-img{

}

img.error-img{
    left: 25%;
    position: relative;
    margin-bottom: 30px;
}


/* ----------- ENDING: /app/layout/main-error/main-error.css */


/* ----------- STARTING: /app/layout/app-frame/app-frame.css */
app-frame {
    display: flex;
    flex: 1;
}

.app-frame {
    display: flex;
    flex-direction: column;
}

    .app-frame .route-title {
        font-size: 36px;
    }

        .app-frame .route-title .heading {
            font-weight: 600;
        }

        .app-frame .route-title .subheading {
            font-weight: 400;
        }

    .app-frame .top-frame {
        padding: 0 30px 0 35px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 24px;
        width: 100vw;
        height: 52px;
    }



.route-title {
    display: inline-block;
    background: var(--dark-title-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#content-container {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    margin: 0 30px 0 35px;
}

.feedback-floating-action:hover{
    cursor: pointer;
    opacity: 1;
}

.feedback-floating-action{
    position: fixed;
    right: -48px;
    top: 200px;
    transform: rotate(270deg);
    background-image: linear-gradient(270deg, #4266f2, #5d92e9);
    padding: 3px 25px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 10;
    font-size: 13px;
    letter-spacing: .06em;
}
/* ----------- ENDING: /app/layout/app-frame/app-frame.css */


/* ----------- STARTING: /app/layout/main-layout/main-layout.css */
main-loader.fade{
    transition-duration: .3s;
}

app-base {
    opacity: 0;    
}

app-base.fade {
    transition-duration: .3s;
}

/* ----------- ENDING: /app/layout/main-layout/main-layout.css */


/* ----------- STARTING: /app/layout/side-nav/side-nav.css */
.side-nav {
    background: var(--dark-side-nav-base);
    border: 1.23532px solid var(--dark-side-nav-border);
    position: relative;
    display: flex;
}

.side-nav-content {
    padding: 15px 15px 0px 10px;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    margin: 18px 0 18px 8px;
    width: 100%;
}

.side-nav-content .close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
}

.side-nav-content .side-nav-title {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    line-height: 36.77px;
    margin-bottom: 20px;
    padding-left: 15px;
}

.reports-container {
    height: calc(100vh - 36px);
    overflow: auto;
}

.reports-container:hover {
    overflow: auto;
}

.department-container {
    margin-top: 5px;
    margin-bottom: 25px;
}

.department-name {
    color: var(--dark-side-nav-department-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 10px;
}

.report-container {
    margin-bottom: 4px;
}

.report-name {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
    padding: 5px 15px;
    border-radius: 10px;
    width: fit-content;
    transition: var(--hover-transition);
}

.report-name:hover {
    cursor: pointer;
    background: var(--dark-background-hover);
}

.report-name.ripple:hover {
    background: var(--dark-background-light-hover) radial-gradient(circle, transparent 1%, var(--dark-background-light-hover) 1%) center/15000%;
}

.report-name.ripple:active {
    background-color: rgba(255, 255, 255, .2);
    background-size: 100%;
    transition: background 0.8s;
}


.side-nav-popover {
    background: var(--dark-background-hover);
    border: 1.33333px solid var(--dark-side-nav-border);
    border-radius: 13.3333px;

    width: 164px;
    height: 94.67px;
    font-family: 'Montserrat';
}

.side-nav-popover .popover-content {
    padding: 11px;
}

.side-nav-popover .popover-inner {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-nav-popover .arrow {
    display: none;
}

.side-nav-popover .popover.right {
    margin-left: 33px;
    margin-top: -10px;
}

.financial-link-container {
    transition: var(--hover-transition);
    margin: 5px 0;
}

.financial-link-container :hover {
    cursor: pointer;
    background: var(--dark-background-hover);
}

.financial-link-container.not-last {
    margin-bottom: 20px;
}

.financial-link {
    font-size: 16px;
    padding: 7px 11px;
    border-radius: 10px;
    width: fit-content;
}

.report-name > a,
a.financial-link {
    color: var(--dark-color);
    line-height: 16px;
    text-decoration: none;
}

.report-name > a:hover,
a.financial-link:hover {
    color: var(--dark-color);
    text-decoration: none;
}


.nav-caret {}

.nav-label-holder {
    display: inline-block;
    vertical-align: middle;
    /* max-width: 138px; */
}

.nav-caret-holder {
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    height: 24px;
    width: 24px;
    margin-left: 14px;
}

.nav-caret-holder:hover {
    background: var(--dark-background-light-hover);
    cursor: pointer;
}

.nav-caret-holder.ripple:hover {
    background: var(--dark-background-light-hover) radial-gradient(circle, transparent 1%, var(--dark-background-light-hover) 1%) center/15000%;
}

.nav-caret-holder.ripple:active {
    background-color: rgba(255, 255, 255, .2);
    background-size: 100%;
    transition: background 0s;
}

.nav-caret-holder>img.nav-caret {
    margin-left: 4px;
    margin-bottom: 1px;
    height: 6px;
    width: 15px;
}

.nav-caret-holder>img.nav-caret.up {
    transform: scaleY(-1);
}

.nav-financials-list {
    border-left: 2px solid #FFFFFF1A;
    padding-left: 15px;
    margin: 10px 0 10px 20px;
    padding: 1px 10px;
}

.nav-financial-item {}
/* ----------- ENDING: /app/layout/side-nav/side-nav.css */


/* ----------- STARTING: /app/layout/side-nav/side-nav.light.css */

/* ----------- ENDING: /app/layout/side-nav/side-nav.light.css */


/* ----------- STARTING: /app/layout/main-first-no-access/main-first-no-access.css */
.main-first-no-access {
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
}

.main-first-no-access .top-header {
    width: 100%;
    padding-right: 25px;
}

.registration-complete-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-bottom: 32px;
}

.registration-complete-text {
    font-size: 16px;
    font-weight: 200;
    line-height: 21px;
    text-align: center;
    color: #FFFFFFE5;
}

.first-content-holder {
    mix-blend-mode: lighten;
}

.registration-complete-img {}

img.registration-complete-img {
    left: 45%;
    position: relative;
    margin-bottom: 30px;
}

.cta-buttons {
    text-align: center;
    margin-top: 54px;
}

    .cta-buttons .app-btn{
        width: 176px;
        height: 42px;
        margin: 0px 10px;
    }
/* ----------- ENDING: /app/layout/main-first-no-access/main-first-no-access.css */


/* ----------- STARTING: /app/layout/app-base/app-base.light.css */

.app-base.light-mode {
    background: var(--light-background);
    color: var(--light-color);    
}

/* ----------- ENDING: /app/layout/app-base/app-base.light.css */


/* ----------- STARTING: /app/layout/app-base/app-base.css */
.app-base {
    display: flex;
    flex-direction: column;
    height: 100vh;

    background: var(--dark-background);
    color: var(--dark-color);
    font-family: 'Montserrat';
    font-style: normal;
}

/* ----------- ENDING: /app/layout/app-base/app-base.css */


/* ----------- STARTING: /app/layout/side-nav/side-nav-nested-operational/side-nav-nested-operational.css */
.side-nav-nested-operational-container{

}

/* ----------- ENDING: /app/layout/side-nav/side-nav-nested-operational/side-nav-nested-operational.css */


/* ----------- STARTING: /app/layout/top-nav/dropdowns/apps/apps-dropdown.css */

.app-dropdown-container { 
    margin-left: -9px;
    overflow-y: auto;
}
.app-dropdown-container .content{
    display: flex; 
    flex-wrap: wrap; 
    padding-top:10px;
}
.apps-item{
    height: 46px;
    width: 46px;
    margin: 14px;
}
.apps-icon{
    margin-left:10px;
    width: 46px;
    height: 46px;
    background: #D9D9D9;
    opacity: 0.04;
    border-radius: 10px;
    
}

/* ----------- ENDING: /app/layout/top-nav/dropdowns/apps/apps-dropdown.css */


/* ----------- STARTING: /app/layout/top-nav/dropdowns/profile/profile-dropdown.css */

.top-nav-profile .top-dropdown-item .left{
    
    display: inline-block;
    position:relative;
    vertical-align: middle;
}

.top-nav-profile .top-dropdown-item .right {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.top-nav-profile .top-dropdown-item .action {
    
    padding: 15px 15px 15px 15px;
    cursor: pointer;   
   /* margin: 10px 0px 10px 0px;*/
}

.top-nav-profile .top-dropdown-item.header-item {
    padding: 15px 22px 5px 15px;
}

.top-nav-profile .action .left {
    padding: 4px 0px;
    width: 40px;
}

.top-nav-profile .action.large-up{
    padding-top: 20px;
}
.top-nav-profile .action.large-down{
    padding-bottom: 20px;
}

.top-nav-profile .popover-content {
    padding: 0px 0px;   
}


.top-nav-profile .top-dropdown-item.logout-item {
    border-top: 1px solid var(--dark-border-color);
    padding-top: 15px;
    padding-bottom: 15px;
    /*margin-bottom: -9px;*/
    color: var(--font-hint-color);
    cursor: pointer;
}

.top-nav-popover-side {
    font-family: "Montserrat";
    background: var(--dark-background-light);
    color: var(--dark-color);
    border: 1.1px solid var(--dark-border-color);
    border-radius: 10px;
    margin-right:20px;
    width:270px;
}

.top-nav-popover-side .arrow {
    display:none;
}
/* ----------- ENDING: /app/layout/top-nav/dropdowns/profile/profile-dropdown.css */


/* ----------- STARTING: /app/layout/top-nav/slides/notifications/notifications-slide.css */
.notifications-slide .slide-title {
    margin-top: 53px;
    margin-left: 44px;
    font-size:32px;
    font-weight:400;
}

.notifications-list {
    margin-top: 48px;
    height: 85vh;
    overflow-y: auto;
}

.notification-item {
     position:relative;
}

    .notification-item.unread .notification-time {
        opacity: 1
    }
    .notification-item .notification-time {
        opacity: .5
    }

        .notification-item .notification-heading {
            padding: 15px 5px 15px 16px;
            cursor: pointer;
        }

    .notification-item:has(.notifications-expanded.in) {
        background-color: #242E32;
        
    }
    .notification-item .notifications-expanded {
        transition: 250ms ease-in-out;
    }

.notifications-expanded .content {
    background-color: #242E32;
    padding: 25px 35px 45px 105px;
}

.notification-item .notification-content {
    display: inline-block;
    width: 295px;
    margin-left: 25px;
    margin-right: 5px;
    vertical-align: middle;
    opacity:.5
}

.notification-item.unread .notification-content {
    opacity:1;
}
    .notification-time {
        display: inline-block;
        vertical-align: top
    }

.notification-icon {
    display: inline-block;
    margin-left:20px
}

.notifications-slide btn-close {
    margin-right: 46px;
    margin-top: -22px;
}

.notification-item.skeleton {
    margin-bottom:41px;
    margin-left: 90px;
}
.notification-item.skeleton .left-box {
    width: 63.48px;
    height: 58.84px;
    background: #293235;
    border-radius: 7.74194px;
    display: inline-block;
    vertical-align:middle
}
    .notification-item.skeleton .spacer {
        display:inline-block;
        width:33px;
    }
.notification-item.skeleton .right-container {
    display: inline-block;
    vertical-align: middle;    
}

    .notification-item.skeleton .top-box {
        width: 198px;
        height: 12px;
        background: #293235;
        border-radius: 7.74194px;
    }

.notification-item.skeleton .bottom-box {
    margin-top: 17px;
    width: 164px;
    height: 12px;    
    background: #293235;
    border-radius: 7.74194px;
}

.notifications-list.skeleton {
    margin-top:120px;
}


.notifications-list.empty {
    position: relative   
}
.notifications-list.empty {
    align-content:center;
    height:60vh;
}

    .notifications-list.empty img {
        display:block;
        margin:auto;
    }

    .notifications-list.empty .empty-text {
        margin-top: 42px;
        font-size: 22px;
        align-content: center;
    }

.notification-heading .more-btn .circle {
    height: 29px;
    width: 29px;
    position: relative;    
    
}

    .notification-heading .more-btn .circle:hover {
        border-radius: 50%;
        background-color: var(--circular-btn-hover);
    }
    .notification-heading .more-btn {
        margin-left: 10px;
        opacity: 0;
    }

.notification-heading:hover .more-btn {
    opacity:1
}

.notification-heading .popover .arrow {
    display:none;
}
.notification-heading .popover {
    background-color: var(--dark-background-light);
    color: var(--dark-color);
    border: 1px solid var(--dark-border-color);
}
/* ----------- ENDING: /app/layout/top-nav/slides/notifications/notifications-slide.css */


/* ----------- STARTING: /app/layout/top-nav/slides/notes/notes-slide.css */

.notes-item-container:hover {
    
    cursor: pointer;
}
    .notes-item-container:hover .notes-members {
       /* font-weight:700*/
    }


    .notes-slide btn-close {
        z-index: 1;
        position: absolute;
        top: 15px;
        right: 22px;
    }

.notes-slide .slide-title {
    font-size: 19px;
    font-weight:500;
    margin-top: 46px;
    margin-left:25px;
}

.notes-slide boxed-input {
    display: block;
    margin: auto;
    width: 450px;
    max-width:450px;
    margin-top: 30px;
}

.notes-slide .notes-list {
    margin-top: 20px;
    overflow-y: auto;
    max-height: 80vh;
}

.notes-slide .notes-item {
    padding-left: 15px;
    padding-right: 15px;
}
.notes-slide .notes-item-container {
    border-bottom: 1px solid var(--dark-border-color);
    padding: 20px 5px;
}
.notes-item notes-icon {
    vertical-align:middle;
}
.notes-item .notes-content {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.notes-item .notes-members {
    font-weight:500;
}

.notes-item .notes-date {
    color: var(--dark-color);
    font-weight: 400;
}

.notes-item .notes-text {
    width: 380px;
    margin-top: 8px;
    color: var(--dark-color);
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.notes-list.empty {
    position: relative
}

.notes-list.empty {
    align-content: center;
    height: 60vh;
}

    .notes-list.empty img {
        display: block;
        margin: auto;
    }

    .notes-list.empty .empty-text {
        margin-top: 42px;
        font-size: 22px;
        align-content: center;
    }


.notes-item-container .notes-text {
    opacity:.5;
}
.notes-item-container.unread .notes-text {
    opacity: 1;
}
.notes-item-container .notes-date {
    opacity: .5;
}
.notes-item-container.unread .notes-date {
    opacity: 1;
}

.notes-item-container .notes-members {
    opacity: .7
}
.notes-item-container.unread .notes-members {
    opacity: 1
}
/* ----------- ENDING: /app/layout/top-nav/slides/notes/notes-slide.css */


/* ----------- STARTING: /app/layout/top-nav/slides/notifications/list/content/notification-content-about-note/notification-content-about-note.css */
.notification-content-about-note-container{

}


.notification-content-about-note-container .actions .action{
    padding: 10px;
    cursor: pointer;
}


.notification-content-about-note-container .actions{
    display: flex;
    justify-content: center;
    border-top: 1px solid #57545478;
    border-bottom: 1px solid #575454;
}

.notification-content-about-note-container p{
    margin: 0 0 0;
}
/* ----------- ENDING: /app/layout/top-nav/slides/notifications/list/content/notification-content-about-note/notification-content-about-note.css */


/* ----------- STARTING: /app/layout/top-nav/slides/notifications/list/content/notification-content-about-operational-report/notification-content-about-operational-report.css */
.notification-content-about-operational-report-container{

}

/* ----------- ENDING: /app/layout/top-nav/slides/notifications/list/content/notification-content-about-operational-report/notification-content-about-operational-report.css */


/* ----------- STARTING: /app/layout/top-nav/slides/notifications/list/content/notification-content/notification-content.css */
.notification-content-container{

}

.notification-content-container p{
    margin: 0 0 0;
}

/* ----------- ENDING: /app/layout/top-nav/slides/notifications/list/content/notification-content/notification-content.css */


/* ----------- STARTING: /app/layout/top-nav/slides/notifications/list/content/notification-content-about-financial-report/notification-content-about-financial-report.css */
.notification-content-about-financial-report-container{

}

/* ----------- ENDING: /app/layout/top-nav/slides/notifications/list/content/notification-content-about-financial-report/notification-content-about-financial-report.css */


/* ----------- STARTING: /app/layout/top-nav/slides/notifications/list/content/notification-content-with-link/notification-content-with-link.css */
.notification-content-with-link-container{

}

.notification-content-with-link-container .actions .action{
    padding: 10px;
    cursor: pointer;
}


.notification-content-with-link-container .actions{
    display: flex;
    justify-content: center;
    border-top: 1px solid #57545478;
    border-bottom: 1px solid #575454;
}

.notification-content-with-link-container p{
    margin: 0 0 0;
}
/* ----------- ENDING: /app/layout/top-nav/slides/notifications/list/content/notification-content-with-link/notification-content-with-link.css */
