.nav-plus-page {
    height: 100%;
    margin-top: 50px;
}

.no-top-nav .nav-plus-page {
    margin-top: 0px;
}

.navbar-left {
    width: 240px;
    flex: 0 0 240px;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 101;
    padding: 25px 12px;
    transition: width 0.2s ease,
}

.app-frame {
    width: calc(100vw - 56px);
    margin-left: 56px;
    z-index: 1;
    position: relative;
}

.app-frame {
    width: 100%;
    margin-left: 0px;
    flex: 1 1 auto;
}

#app-frame {
    width: calc(100vw - 300px);
}

.nav-plus-page.minimized #app-frame {
    width: calc(100vw - 78px);
    
}


.minimized #navbar-top {
    height: 50px;
}

#navbar-top {
    width: calc(100vw - 160px);
    height: 50px;
    width: 100%;
    padding: 0;
}



.logo-container {
     width: 50px;
     justify-content: center;
     align-items: center;
     display: flex;
}
.nav-plus-page.minimized .logo-container {
    width: 50px;
    padding-left: 0px;
}


.left-nav-logo {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.nav-divider-lg {
    height: 24px;
    width: 1px;
    border-right: 1px solid #757575;
}

.nav-divider-sm {
    height: 12px;
    width: 1px;
    border-right: 1px solid #757575;
}

#left-nav-page {
    padding-right: 0;
}

#left-nav-page .left-nav-items {
   max-height: calc(100vh - 74px); 
   overflow-y: auto;
   overflow-x: visible; 
}




.left-nav-items > .item {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    height: 46px;
    flex: 0 0 46px;
}

.minimized .left-nav-items > .item {
    transition: none;
}

.left-nav-items > .item.subhead {
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 5px;
    height: 30px;
}


.left-nav-items > .item.subhead:hover {
    background-color: transparent;
    margin-bottom: 5px;
}





.left-nav-items > .item:hover .material-icons, .left-nav-items > .item:hover .material-icons-outlined {
    opacity: .9;
}

.left-nav-items .nav-icon {
    stroke: transparent;
}



.nav-utility {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    cursor: pointer;
}



.account-context {
    display: flex;
    flex-direction: row;
}

.account-context .separator {
    margin-left: 10px;
    margin-right: 10px;
}

.account-context .acccount {
    font-weight: bold;
    letter-spacing: .5;
    
}

.account-context .team {
    font-weight: bold;
    letter-spacing: .5;

}

.top-icons {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #c4c4c4;
    display: flex;
    align-items: center;
}

.top-icons .material-icons, .top-icons .material-icons-outlined {
    font-size: 20px;
    margin-left: 16px;
    opacity: .7;
    cursor: pointer;
}

.user-menu-area {
    margin-left: 0px;
}

.navbar-panel {
    position: fixed;
    width: 350px;
    background-color: #fcfafe;
    background-color: #fff;
    left: -380px;
    top: 0px;
    z-index: 100;
    height: 100%;
    box-shadow: 6px 0px 6px rgba(0,0,0,.2);
    transition: left .1s ease;
}

.navbar-panel.show {
    left: 56px;
}

.panel-header {
    padding: 20px 20px 0 20px;
}

.panel-title {
    font-size: 20px;
    text-transform: none;
    color: #575757;
    letter-spacing: 0;
}

.panel-body {
    padding: 20px;
}

.panel-body .blah {
    background-color: rgba(0,0,0,.2);
}

.list-of-blahs .blah {
    margin-bottom: 10px;
}

.list-of-items .item {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    height: 35px;
}

.list-of-items.compact .item {
    padding: 0px 10px;
    height: 35px;
}

.list-of-items .icon-col {
    flex: 0 0 26px;
    text-align: center;
    margin-right: 6px;
}

.list-of-items .icon-col .material-icons {
    font-size: 20px;
}

.panel-tab {
    margin-right: 10px;
    font-size: 13px;
    border-bottom: 3px solid transparent;
    padding: 7px 1px;
    cursor: pointer;
    margin-right: 20px;
}

.panel-tab.selected {
    font-weight: bold;
    border-bottom: 3px solid #7B3FF2;
}

.key-hint {
    height: 20px;
    width: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(150, 101, 244,.2);
}

.note {
    line-height: 1.4;
    position: fixed;
    bottom: 30px;
    left: 240px;
    padding: 20px;
    background-color: #fdedc7;
    border: 1px solid #c2b9a4;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 1000000;
    display: none;
    max-width: 500px;
}

.page {
    height: 100%;
    background-color: #f5f5f5;
    font-size: 15px;
    padding: 0px;
    margin-right: 56px;
}

.page.white-bg {
    background-color: #fff;
}

.no-top-nav .page {
    margin-right: 0px;
}

#page-search {
    background-color: #fff;
}

.page-header {
    display: flex;
    align-items: center;
    padding: 25px 25px;
}

.page-header h1 {
    font-size: 16px;
    color: #434343;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0px;
}

.page-header.dataset-page-header {
    padding: 20px 12px;
}

.page-header.dataset-page-header h1 {
    text-transform: none;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 0;
}

.page-header .nav-tabs {
    border-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0px;
    font-size: 11px;
    margin-left: 30px;
    font-weight: 500;

}

.page-header .nav-tabs .tab.active {
    color: #7b3ff2;
    border-color: #7b3ff2;
    border-bottom: 3px solid #7b3ff2;
    font-weight: 700;
}

.page-header .nav-tabs .tab {
    padding: 5px 0;
    margin-right: 22px;
}

.s1-page-body, .dataset-page-body, .page-body {
    padding: 0 24px;
}

.placeholder-panel {
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.25), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.placeholder-panel-row {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.placeholder-panel-row .placeholder-panel {
    flex: 1 1 auto;
    margin: 0 10px;
}

.placeholder-panel-row .placeholder-panel:first-child {
    margin-left: 0px;
}

.placeholder-panel-row .placeholder-panel:last-child {
    margin-right: 0px;
}

.dataset-page-body .placeholder-panel {
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    border: 1px solid #d9d9d9;
}

.bullet-list > li {
    margin-bottom: 6px;
}


.navbar-left .sub-menu {
    position: absolute;
    left: 220px;
    top: 0px;
    background-color: #000;
    background-color: #262626;
    margin-left: 0px;
    padding: 6px 0;
    display: none;
    margin-top: 0px;
    min-width: 170px;
}

.sub-menu .item {
    padding: 0px 20px;
    white-space: nowrap;
}

.left-nav-items > .item.sub-menu-note {
    margin-top: 10px;
    white-space: normal;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-style: italic;
    color: rgba(255,255,255,.7);
    border-top: 1px solid rgba(255,255,255,.4);
}

.sub-menu .divider {
    background-color: rgba(255,255,255,.4);
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px;
}

.sub-menu-note:hover {
    background-color: transparent;
}

.link-menu .link {
    margin-bottom: 8px;
}

.icon {
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 4px;
}


.scopes {
    display: flex;
}

.scopes a {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #7b3ff2;
    padding: 2px 0;

}

.scopes a:hover {
    color: #5B05EE;
}

.scopes .divider {
    width: 1px;
    height: 10px;
    background-color: #ccc;
    margin: 0 10px;
}

.scopes-icon {
    cursor: pointer;
    margin-right: 8px;

}

.scopes .title {
    border-bottom: 1px solid #5B05EE;
    color: #434343;

}

.scopes .item {
    display: flex;
    align-items: center;
    position: relative;
}

.scopes .menu {
    margin-top: 10px;
    padding: 0px;
}

.scopes .menu-item {
    height: 36px;
}

.scopes .menu-item.search {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    height: 45px;
}

.scopes .menu-item.search i {
    margin-right: 8px;
    
}

.scopes .menu-body {
    padding: 8px;
}

.scopes .menu-item:hover {
    background-color: #f6f2fe;
}

.show-scopes-menu {
    display: flex;
    align-items: center;
}

.navbar-left .tag {
    background-color: rgba(255,255,255,.2);
    margin-left: auto;
    margin-right: -5px;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 20px;
    color: #ddd;
}


.minimized .where-is-panel {
    display: none;
}

.minimized #where-is-callout {
    display: none;
}

.right-dock {
    flex: 0 0 56px;
    width: 56px;
    z-index: 10;
    position: fixed;
    z-index: 1001;
    padding-top: 5px;
}

.right-dock .item {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
}

#slider {
    box-shadow:rgba(0, 0, 0, 0.12) 0px 8px 10px -5px, rgba(0, 0, 0, 0.1) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30px 5px;
    border-left: 0px;
    z-index: 1000;
}

.shell-page-container {
    height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
}

.white-bg {
    background-color: #fff;
}

hr {
    border-bottom-color: #dadada;
    border-top-color: transparent;
}

.icon-minimize2 {
    position: absolute;
    background-color: #fff;
    border: 1px solid #5B05EE;
    color: #5B05EE;
    background-color: #9d9d9d;
    color: #fff;
    border: 0px;
    top: 14px;
    right: -11px;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    cursor: pointer;
    opacity: 0;
    transition: all .15s ease;
    scale: .2;
}

.icon-minimize2:hover {
    background-color: #9665f4;
    
}

.navbar-left:hover .icon-minimize2 {
    opacity: 1;
    scale: 1;
}


/* Nav Pivot Tweaks */


#logo-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
    padding-left: 19px;
    height: 24px;
}

#logo-area svg {
    height: 24px;
    position: absolute;
}

.left-nav-items .item {
    overflow: hidden;
    display: flex;
    height: 44px;
    max-height: 44px;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 4px;

}

.left-nav-items .highlight {
    display: flex;
    align-items: center;
    border-radius: 4px;
    flex: 1 1 100%;
    height: 100%;
    font-weight: normal;
    background-color: transparent;
    transition: all .2s ease;
    padding-left: 12px;
    cursor: pointer;
}

.navbar-left .sub-menu .item:hover {
    background-color: #F6EDFF;
    
}


.left-nav-items > .item {
    color: inherit;
}

.navbar-left .sub-menu {
    left: 233px;
}


.left-nav-items .icon-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    flex: 0 0 30px;
    margin-right: 8px;
}

.left-nav-items .icon-col svg {
    width: 22px;
    height: 22px;
}

.nav-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: inherit;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
}



.left-nav-items .item .nav-icon.selected {
    display: none;
}



.navbar-left .section-title {
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 10px;
    color: rgba(255,255,255,.8);

}

.left-nav-items .more-icon {
    margin-left: auto;
    font-size: 18px;
    margin-right: 3px;
    opacity: 1;
}


 /* Scopes */


.scopes a, .scopes a:hover {
    color: #fff;
}

.scopes .item {
    color: #fff;
    padding-right: 12px;
    padding-left: 12px;
}



.scopes .material-icons {
    color: #fff;
}

.item.unselected-scope {
    opacity: 0;
    transition: all .1s ease;

}
.scopes:hover .item.unselected-scope {
    opacity: 1;
    transition: all .2s ease;
}
.unselected-scope a, .unselected-scope .material-icons {
    color: #757575;
    
}

.scopes:hover .unselected-scope a, .scopes:hover .unselected-scope .material-icons {
    color: #fff;
}

.scopes {
    border-radius: 4px;
    height: 36px;
    margin-left: 10px;
    padding: 0 8px;
}


.scopes .menu {
    margin-top: 15px;
}

.scopes .menu-item {
    position: relative;
    font-size: 13px;
}

.scopes .menu-item.search {
    padding-left: 8px;
}

/* Slider */

#slider {
     margin-right: 56px;
}

#slider.collapsed {
    margin-right: -30px;
}

/* Submenu */

.navbar-left .sub-menu {
    padding-top: 0px;
}

.sub-menu .left-nav-items > .item.subhead {
    color: #999;
}

.navbar-left .sub-menu {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px rgba(34, 35, 37, .35), 0px 7px 12px 0px rgba(34, 35, 37, 0.20);
    padding: 8px 4px;
    margin-top: -6px;
    margin-left: -4px;
}

.navbar-left .sub-menu .item {
    border-radius: 4px;
    transition: all .2s ease;
    padding-right: 18px;

}

.navbar-left .sub-menu .item:last-child {
    margin-bottom: 0;
}

/* Expand/collapse left nav */


.icon-minimize2 {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 25px;
    right: 15px;
    box-shadow: none;
    border: 1px solid #7b3ff2;
    background-color: transparent;
    z-index: 1000;

}

.icon-minimize2 .material-icons {
    color: #7b3ff2;
}

.icon-minimize2:hover {
    border-color: #7b3ff2 !important;
    color: #fff !important;
}

.icon-minimize2:hover .material-icons {
}

.navbar-left {
    transition: none;
}

.nav-plus-page.minimized .navbar-left {
    transition: width .2s ease;
}

.nav-plus-page .navbar-left {
    transition: none;
}

.nav-plus-page.minimized .page {
    margin-left: 78px;
}

.nav-plus-page.minimized .navbar-left {
    top: 50px;
}

.no-top-nav .nav-plus-page.minimized .navbar-left {
    top: 0px;
}

.nav-plus-page.minimized .navbar-left {
    width: 78px;
    flex: 0 0 78px;
    position: absolute;
}

.nav-plus-page.minimized.show-nav-bar .navbar-left {
    width: 240px;
    flex: 0 0 240px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.nav-plus-page.minimized.show-nav-bar #logo {
    display: block;
}

.nav-plus-page.minimized.show-nav-bar #logo-no-text {
    display: none;
}

.nav-plus-page.minimized #logo {
    display: none;
}

#logo-no-text {
    display: none;
}
.nav-plus-page.minimized #logo-no-text {
    display: block;
}


.nav-plus-page.minimized .nav-label {
    display: none;
    left:  50px;
    height: 46px;
}

.nav-plus-page.minimized .navbar-left:hover .nav-label {
    display: flex;
}

.left-nav-lower-section {
    margin: 15px;
    padding-top: 20px;
    position: relative;
}

.left-nav-lower-section:before {
    content: "";
    border-top: 1px solid #aa9ec6;
    position: absolute;
    width: 80px;
    top: 0;
}

.left-nav-lower-section .item {
    padding: 6px 0px;
}

.left-nav-lower-section .item:hover {
    cursor: pointer;
    color: #7b3ff2;
}

.user-area-sm {
    margin-bottom: 15px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 8px 15px;

}

.user-area-sm:hover {
    background-color: #F6EDFF;
}


/* Expandable Nav Sections */


.nav-section {

}
.nav-section-header {
    display: flex;
    align-items: center;
    height: 40px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: pointer;
}

.nav-section .item {
    height: 36px;
}

.nav-section-title {
    color: #C4C4C4;
    font-size: 11px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    order: 1;
}

.nav-section .expand-icon {
    transition: all .1s ease;
    order: 2;
    margin-left: 10px;
}



/* Themes */


/*******
Dark top nav 
********/

#navbar-top {
  background-color: #262626;
  color: #fff;
}

/*******
Light top nav 
********/

#navbar-top.navbar-top-light, .scopes.light {
    background-color: #fff;
    color: #333;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
}

#navbar-top.navbar-top-light .scopes a, #navbar-top.navbar-top-light .scopes .item, .scopes.light a, .scopes.light .item {
    color: #7b3ff2;
}

#navbar-top.navbar-top-light #icon-show-scopes path {
    fill: #757575 !important;
}


/*******
Light left nav 
********/

.navbar-left {
    border-right: 1px solid #E9E9E9;
    background-color: #fff;
}

.navbar-left .nav-icon {
    fill: #605D61;
}

.navbar-left .more-icon {
    color: #605D61;
}

/* Hover state */
.navbar-left .item:hover .nav-label {
    color: #6B0AEA;
}

.navbar-left .item:hover svg.nav-icon {
    fill: #6B0AEA;
}

.navbar-left .item:hover .highlight {
    background-color: #F6EDFF;
}

.navbar-left .item:hover .more-icon {
    color: #6B0AEA;
}

/* Selected state */
.navbar-left .item.selected .nav-label {
    color: #6B0AEA;
}

.navbar-left .item.selected svg.nav-icon {
    fill: #6B0AEA;
}

.navbar-left .item.selected .highlight, .navbar-left .item.selected:hover .highlight {
    background-color: #F6EDFF;
}

.navbar-left .item.selected .more-icon {
    color: #6B0AEA;
}

.navbar-left .divider {
    border-color: #dadada;
}

.user-icon {
    background-color: #dadada;
}

.left-nav-lower-section .item:hover {
    text-decoration: underline;
}

/* Dark left nav */

.navbar-left-dark {
    background-color: #262626;
    border-right: 1px solid #262626;
    color: #fff;

    background-color: #3b344e;
    /*background-color: #3e3557;*/
    background-color: #25154f;
    background-color: #2c2044;
}

.navbar-left-dark .nav-icon {
    fill: #9D9D9D;
}

.navbar-left-dark .nav-label {
    color: #fff;
}

.navbar-left-dark .more-icon {
    color: #9D9D9D;
}

/* Hover state */
.navbar-left-dark .item:hover .nav-label {
    color: #fff;
}

.navbar-left-dark .item:hover svg.nav-icon {
    fill: #fff;
}

.navbar-left-dark .item:hover .highlight, .navbar-left-dark .item:hover .highlight {
    background-color: rgba(255,255,255,.17);

    
}

.navbar-left-dark .item:hover .more-icon {
    color: #fff;
}

.navbar-left-dark .nav-section {
    border-color: rgba(255,255,255,.2);
}

/* Selected state */
.navbar-left-dark .item.selected .nav-label {
    color: #fff;
}

.navbar-left-dark .item.selected svg.nav-icon {
    fill: #fff;
}

.navbar-left-dark .item.selected .highlight, .navbar-left-dark .item.selected:hover .highlight {
    background-color: rgba(93,57,160,.65);

    background-color: rgba(176,158,222,.5);
    background-color: rgba(176,151,240,.5);
    background-color: #6652b6;
}

.navbar-left-dark .item.selected .more-icon {
    color: #fff;
}

.navbar-left-dark .sub-menu .item {
    color: #434343;
}

.navbar-left-dark .divider {
    border-color: #555;
}

.navbar-left-dark .user-icon {
    background-color: #777;
}

.navbar-left-dark .left-nav-lower-section .item:hover {
    color: #ded6ff;
    color: #fff;
}


.menu-subhead {
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
    padding: 25px 10px 15px 20px;
    white-space: nowrap;
    font-weight: 500;
    padding-right: 30px;
    position: relative;
    letter-spacing: .5px;
    margin-top: 10px;
}

.menu-subhead::before {
    content: "";
    width: 80px;
    height: 1px;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 0px;
}

/*******
Right Dock - Light
********/



.right-dock {
    background-color: #fff;
    border-left: 1px solid #E9E9E9;
}

.right-dock .item {
    color: #262626;
}

.right-dock .item:hover {
    color: #7B3FF2;
}

.right-dock .item:hover {
    color: #8e6bec;
}

/*******
Right Dock - Dark
********/

.right-dock.right-dock-dark {
    background-color: #262626

}

.right-dock.right-dock-dark .item {
    color: #ccc;
}




/*******
Top-level nav vs. Page-level Nav
********/

#left-nav-main {
    position: absolute;
    z-index: 1038;
    padding-top: 55px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: all .2s ease;

}


.left-nav-header {
    margin-top: 24px;
    margin-bottom: 0px;
    padding-left: 15px;

}

.left-nav-content-with-sections .left-nav-header {
    padding-left: 28px;
}

.left-nav-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

#left-nav-page .nav-section-body {
    padding-left: 10px;
}

#left-nav-page .item {
    border-left: 3px solid transparent;
    padding-left: 15px;
    height: 20px;
    margin: 12px 0;
    cursor: pointer;
}

#left-nav-page .item.selected {
    border-left: 3px solid #7B3FF2;
}

#left-nav-page .item.selected .nav-label {
    color: #7B3FF2;
    font-weight: bold;
}

#left-nav-page .nav-section {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}


.breadcrumb-area {
    padding: 10px 25px 0px 25px;
    background-color: #f5f5f5;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 13px;
    font-weight: 500;
}

.breadcrumbs > div {
    margin-right: 10px;
    line-height: 16px;
    vertical-align: center;
}

.breadcrumbs > div.chevron {
    font-size: 18px;
    margin-top: -2px;
}


.clickable {
    cursor: pointer;
}


/* Logo */ 

.navbar-left-dark #logo path, .navbar-left-dark #logo-no-text path {
    fill: #fff !important;
}

