ul.unstyled{
    list-style: none;
}
.ecx-page-title{
    font-size: 1.75rem;
    color: black;
    font-weight: 500;
    line-height: 1.25;
}
.ecx-dashboard .card{
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgba(51, 56, 64, 0.08);
    border-radius: 8px;
    border: 0;
}
.body-bg{
    background-color: rgba(241, 243, 245, 1);
}
/* Tech Docs List Dashboard */
.td-li-item{
    border: none;
    border-top: 0.8px solid #EEEEEE;
    padding-left: 0;
}
.la-event-badge{
    color: #6C4B94;
    font-weight: 500;
    font-size: 12px;
    background: #F7ECFA;
border-radius: 100px;
}
/* Tech Docs List Dashboard */

.la-card-header{
    font-size: 16px;
    line-height: 22px;
    color: #272B30;
}
.la-card-desc{
    font-size: 14px;
    line-height: 21px;
    color: #4F575E !important;
}
.small-text{
    font-size: 12px !important;
}
.large-text{
    font-size: 18px !important;
}
.font-weight-semi-bold{
    font-weight: 500 !important;
}
.la-card-desc-small{
    font-size: 12px;
    line-height: 1.125rem;
    color: rgba(79, 87, 94, 1);
}
.la-card-footer{
    font-size: 14px;
    line-height: 1.125rem;
    color: #A7A8AA;
}

.la-card-table-title{
    font-size: 16px;
    line-height: 1.125rem;
    color: rgba(39, 43, 48, 1);
}
.la-card-table-info{
    font-size: 12px;
    line-height: 1.125rem;
    color: rgba(106, 113, 120, 1);
}
.la-partner-header{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 92, 138, 1);
    cursor: pointer;
}
.la-partner-desc{
    font-size: 14px;
    line-height: 21px;
    color: rgba(16, 18, 19, 1);
}
li.open::marker{
    color: rgba(201, 42, 42, 1);
    font-size: 14px;
}
li.closed::marker{
    color: rgba(222, 226, 230, 1);
    font-size: 14px;
}
li.approved::marker{
    color: rgba(116, 184, 22, 1);
    font-size: 14px;
}
li.pending::marker{
    color: rgba(249, 149, 81, 1);
    font-size: 14px;
}
li.maitainace::marker{
    color: rgba(33, 150, 243, 1);
    font-size: 14px;
}
li.product::marker{
    content: "•";
    color: rgba(0, 152, 199, 1);
    font-size: 14px;
}
li.solution::marker{
    content: "•";
    color: rgba(155, 127, 239, 1);
    font-size: 14px;
}

.nav-link{
    color: rgba(106, 113, 120, 1);
}
.nav-link.active{
    color: rgba(39, 43, 48, 1);
    font-weight: 500;
} 
div.open::marker{
    color: rgba(201, 42, 42, 1);
    font-size: 14px;
}
 /* .kb-article-section .list-group .autofit-col{
    flex-basis: 80%;
}  */

/* .community-post-section .list-group .autofit-col.cp{
    flex-basis: 25%;
} */

.user-icon{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.partner-portal-section .card{
    background-color: #DEE2E6;
}

.internal-card-header{
    font-size: 14px;
    line-height: 21px;
    color: rgba(39, 43, 48, 1);
}

.internal-card-footer{
    font-size: 12px;
    line-height: 1.125rem;
    color: #A7A8AA;
}
.card-nav-link:hover{
    text-decoration: none;
}
.recent-activity-section {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}
.recent-activity-section::-webkit-scrollbar{
	width: 6px;
}
.recent-activity-section::-webkit-scrollbar-track{
	box-shadow: inset 0 0 5px white; 
 	border-radius: 10px;
}

.recent-activity-section::-webkit-scrollbar-thumb {
	background: #E2E3E4; 
	border-radius: 10px;
  }
.recent-activity-date-text {
    color: #272B30;
    /* font-family: 'Gotham Book'; */
    font-weight: 600;
    width: 100%;
} 
.recent-activity-heading {
    color: #272B30;
    /* font-family: 'Gotham Book'; */
    font-weight: 600;
}
.nav-header-recent-activity {
    background: #E9ECEF;
    height: 40px;
    width: auto;
}
.recent-activity-page-heading {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.recent-activity-box{
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.recent-activity-box::-webkit-scrollbar{
	width: 6px;
}
.recent-activity-box::-webkit-scrollbar-thumb{
    border: 6.6px solid #E2E3E4;
    opacity: 0.68;
	border-radius: 10px;
}
.recent-activity-box::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px gray; 
 	border-radius: 10px;
}

.timeline-containts{
    display: flex;
    align-items: center;
}
.show-more-less-btn{
    width: 20rem;
    border-radius: 5rem;
}
/* View all activity page */
.total-show-text {
    font-size: 16px;
    color: #53565A;
}
.activity-box-section {
    height: 100vh;
    overflow-y: scroll;
    /* overflow-x: hidden; */
}
.activity-box-section::-webkit-scrollbar{
	width: 6px;
}
.activity-box-section::-webkit-scrollbar-track{
	box-shadow: inset 0 0 5px white; 
 	border-radius: 10px;
}
.activity-box-section::-webkit-scrollbar-thumb{
    border: 6.6px solid #E2E3E4;
    opacity: 0.68;
	border-radius: 10px;
    height: 20px !important;
}
/* Contact support */

.main-div{
    /* width: 100%; */
    /* height: 100%; */
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}
.overlap{
    width: 100%;
    position:absolute;
    top: -2px;
    left: -8px;
}
.overlap-text{
    width: fit-content;
    height: fit-content;
    position: absolute;
    top:0px;
    left: 20px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}
.banner{
    max-width: 100%;
    
}
.security-level1{
    height: 3rem;
    width: 3rem;
    left: 0px;
    top: 4px;
    border-radius: 150px;
    border: 1px solid #CC092F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.security-level1-text{
    color: #CC092F;
}
.security-level1-div{
    margin-top: 1rem;
    border-radius: 8px;
    border: 1px solid #CC092F;
    background-color: #FCEAEA;
    height: 138px;
    width: 100%;
}
.security-level1-onClick{
    height: 3rem;
    width: 3rem;
    left: 0px;
    top: 4px;
    border-radius: 150px;
    background-color: #CC092F;
    color: #fff;
    box-shadow: 1px 1px 10px 10px #f5d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.security-level2{
    height: 3rem;
    width: 3rem;
    left: 0px;
    top: 4px;
    border-radius: 150px;
    border: 1px solid #F76707;
    display: flex;
    align-items: center;
    justify-content: center;
}
.security-level2-text{
    color: #F76707;
}
.security-level2-div{
    margin-top: 1rem;
    border-radius: 8px;
    border: 1px solid #F76707;
    background-color: #FEF0E6;
    height: 138px;
    width: 100%;
}
.security-level2-onClick{
    height: 3rem;
    width: 3rem;
    left: 0px;
    top: 4px;
    border-radius: 150px;
    background-color: #F76707;
    color: #fff;
    box-shadow: 1px 1px 10px 10px #FEF0E6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.security-level3{
    height: 3rem;
    width: 3rem;
    left: 0px;
    top: 4px;
    border-radius: 150px;
    border: 1px solid #F59F00;
    display: flex;
    align-items: center;
    justify-content: center;
}
.security-level3-text{
    color: #F59F00;
}
.security-level3-div{
    margin-top: 1rem;
    border-radius: 8px;
    border: 1px solid #F59F00;
    background-color: #fff4df;
    height: 138px;
    width: 100%;
}
.security-level3-onClick{
    height: 3rem;
    width: 3rem;
    left: 0px;
    top: 4px;
    border-radius: 150px;
    background-color: #F59F00;
    color: #fff;
    box-shadow: 1px 1px 10px 10px #fdeac6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.security-level4{
    height: 3rem;
    width: 3rem;
    left: 0px;
    top: 4px;
    border-radius: 150px;
    border: 1px solid #639C13;
    display: flex;
    align-items: center;
    justify-content: center;
}
.security-level4-text{
    color: #639C13;
}
.security-level4-div{
    margin-top: 1rem;
    border-radius: 8px;
    border: 1px solid #639C13;
    background-color: #fafff3;
    height: 138px;
    width: 100%;
}
.security-level4-onClick{
    height: 3rem;
    width: 3rem;
    left: 0px;
    top: 4px;
    border-radius: 150px;
    background-color: #639C13;
    color: #fff;
    box-shadow: 1px 1px 10px 10px #e3f9c0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number{
    font-size: 1.75rem;
    color: #005C8A; 
}
.call-timing{
    color:#6A7178;
    font-size: 14px;
}
.helptext{
    color: #005C8A;
    font-size: 16px;
    display: block;
    margin: 7px 0px;
}
.time-text{
    color: #53565A;
    font-size: 14px;
}
.timezon-div{
    height: 265px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.timezon-div::-webkit-scrollbar{
	width: 6px;
}
.timezon-div::-webkit-scrollbar-thumb{
    border: 6.6px solid #E2E3E4;
    opacity: 0.68;
	border-radius: 10px;
    height: 20px !important;
}
.timezon-div::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px white; 
 	border-radius: 10px;
}

.margin1-top{
    margin-top: 1.2rem;
}

.btm-border{
    border-bottom: 2px #ced4da solid;
}

.case-card-subtext {
    font-size: 12.25px;
    font-weight: 400;
    color: #272B30;
}

.case-card-header {
    font-size: 17.5px;
    font-weight: 500;
    color: #272B30;
}
.dashboard-product-suggestion .dropdown-menu{
    background-color:#f8f9fa !important;
    min-width: 300px;
}
.file-input{
	border: 0.1rem solid #ced4da;
	display: inline-block;
	padding: 1px 12px;
	cursor: pointer;
	background: white;
	border-radius: 0.2rem;
	height: 2rem;
	font-size: 0.875rem;
}
.partner-dashboard-bg{
    background-color: #f8d7da;
}
.btn-reset-search {
	color: #005c8a;
	font-weight: 600;
}
.token-filter-icon {
	width: 8% !important;
	height: 2.675rem !important;
}
.authorized-text {
	color: gray;
	font-size: 20px;
}
.token-details-scroll{
    max-height: 50vh !important;
    overflow: auto !important;
}
#fund-group-btn.btn.btn-link {
	color: #005587 !important;
	line-height: 1.5rem !important;
}
.token-details-scroll::-webkit-scrollbar {
	width: 0.375rem;
}
.token-details-scroll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px white;
	border-radius: 10px;
}

.token-details-scroll::-webkit-scrollbar-thumb {
	background: #e2e3e4;
	border-radius: 10px;
}
.white-space-normal{
    white-space: normal !important;
    word-break: break-all !important;
}
/* Credit Dashboard table headers css */
.ecx-table-siteId,
.ecx-table-projectNumber,
.ecx-table-expiryDate,
.ecx-table-tokenId,
.ecx-table-totalCreditValue,
.ecx-table-availableAmount,
.ecx-table-numberOfCredits{
    text-wrap: balance !important;
}
.cursor-pointer {
	cursor: pointer;
}
/* Token Redemption table headers css */
.ecx-table-migratedAmount, 
.ecx-table-totalBalance, 
.ecx-table-reservedBalance, 
.ecx-table-fundIdName,
.ecx-table-fundId,
.ecx-table-fundStartDate,
.ecx-table-fundEndDate,
.ecx-table-type,
.ecx-table-fundPurchasedAmount,
.ecx-table-fundBalanceAmount,
.ecx-table-originalAmountPaid,
.ecx-table-newFundBalance,
.ecx-table-soldCustomerName {
    text-wrap: balance !important;
}

.tanzu-token-value {
    font-weight: 700;
}

.link-color {
    color: #005c8a;
}

.table-autofit .ecx-table-copyToken {
    width: 0.2%;
}

.token-generation-grid .ecx-table thead tr .ecx-table-header .table-list-title {
    font-weight: bold;
    font-family: "Gotham Medium", sans-serif;
    font-size: 14px;
}

.token-generation-grid .ecx-table thead tr .ecx-table-header {
    text-align: center;
}

.token-generation-grid .ecx-table thead tr .ecx-table-header.ecx-table-token {
    text-align: left;
}

.token-generation-grid .ecx-table .ecx-table-row .ecx-table-cell {
    text-align: center;
}

.token-generation-grid .ecx-table .ecx-table-row .ecx-table-cell.ecx-table-token {
    text-align: left;
}

.tap-menu:after {
    content: '\2807';
    font-size: 20px;
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
.internal-site-id input::-webkit-outer-spin-button,
.internal-site-id input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.internal-site-id input[type=number] {
  -moz-appearance: textfield;
}

.gdt-banner-info .autofit-col {
    display: flex;
    justify-content: center;
}.portlet-journal-content .asset-links .list-group-item:last-child{border-bottom-width:0}.portlet-journal-content .journal-content-article{word-wrap:break-word}.portlet-journal-content .journal-content-article blockquote{margin:1em 40px}.portlet-journal-content .journal-content-article img,.portlet-journal-content .journal-content-article .cke_widget_image{max-width:100%}.portlet-journal-content .journal-content-article img[style*="float: left;"],.portlet-journal-content .journal-content-article img[style*="float:left;"],.portlet-journal-content .journal-content-article .cke_widget_image[style*="float: left;"],.portlet-journal-content .journal-content-article .cke_widget_image[style*="float:left;"]{margin-right:24px}.portlet-journal-content .journal-content-article img[style*="float: right;"],.portlet-journal-content .journal-content-article img[style*="float:right;"],.portlet-journal-content .journal-content-article .cke_widget_image[style*="float: right;"],.portlet-journal-content .journal-content-article .cke_widget_image[style*="float:right;"]{margin-left:24px}.portlet-journal-content .journal-content-article img[style*="float: left;"],.portlet-journal-content .journal-content-article img[style*="float:left;"],.portlet-journal-content .journal-content-article img[style*="float: right;"],.portlet-journal-content .journal-content-article img[style*="float:right;"],.portlet-journal-content .journal-content-article .cke_widget_image[style*="float: left;"],.portlet-journal-content .journal-content-article .cke_widget_image[style*="float:left;"],.portlet-journal-content .journal-content-article .cke_widget_image[style*="float: right;"],.portlet-journal-content .journal-content-article .cke_widget_image[style*="float:right;"]{margin-bottom:24px;margin-top:24px}.portlet-journal-content .journal-content-article:after{clear:both;content:"";display:block}.portlet-journal-content .journal-template-error pre{white-space:pre-wrap}.portlet-journal-content .portlet .portlet-header{flex-wrap:nowrap}.portlet-journal-content .portlet .portlet-header .visible-interaction{display:block;visibility:hidden}.portlet-journal-content .portlet .portlet-header .visible-interaction .dropdown-action>button{background-color:#fff;color:#0b5fff}.portlet-journal-content .preview-asset-entry{border:1px solid #0b5fff;border-radius:0}@media only screen and (min-width: 768px){.portlet-journal-content .portlet .portlet-header .visible-interaction{display:block;visibility:hidden}}body:not(.controls-hidden) .portlet-journal-content:hover .portlet .portlet-header .visible-interaction,body:not(.controls-hidden) .portlet-journal-content:focus .portlet .portlet-header .visible-interaction,body:not(.controls-hidden) .portlet-journal-content .portlet.open .portlet-header .visible-interaction{visibility:visible}.portlet-journal-content.portlet-barebone .portlet .portlet-header{margin-bottom:0;position:absolute;right:2px;top:2px;width:auto;z-index:1}
html:not(#__):not(#___) .portlet-date-facet .cadmin .lfr-autorow-controls,html:not(#__):not(#___) .portlet-modified-facet .cadmin .lfr-autorow-controls,html:not(#__):not(#___) .portlet-search-options .cadmin .lfr-autorow-controls,html:not(#__):not(#___) .portlet-sort .cadmin .lfr-autorow-controls{display:flex;flex-direction:row-reverse;position:relative;right:0}html:not(#__):not(#___) .portlet-date-facet .cadmin .lfr-autorow-controls .btn,html:not(#__):not(#___) .portlet-modified-facet .cadmin .lfr-autorow-controls .btn,html:not(#__):not(#___) .portlet-search-options .cadmin .lfr-autorow-controls .btn,html:not(#__):not(#___) .portlet-sort .cadmin .lfr-autorow-controls .btn{background-color:var(--white, #fff);border-color:var(--gray-400, #cdced9);color:var(--gray-600, #6b6c7e);margin-left:4px}html:not(#__):not(#___) .portlet-category-facet .cadmin .select-vocabularies .treeview-group .treeview-link{padding-left:36px !important}html:not(#__):not(#___) .portlet-category-facet .cadmin .select-vocabularies .treeview-group .treeview-link .c-inner{margin-right:-36px !important}html:not(#__):not(#___) .portlet-category-facet .cadmin .select-vocabularies .treeview-link-site-row .lexicon-icon{font-size:10px}.portlet-search-bar .search-bar .form-group.input-group-item{margin-bottom:0}.portlet-search-bar .search-bar-keywords-input-wrapper{min-width:6.25rem}.portlet-search-bar .search-bar-search-select-wrapper{max-width:9.375rem}.search-bar-suggestions-dropdown-menu{max-height:25rem;max-width:none}.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list .dropdown-subheader{color:var(--gray-600, #6b6c7e)}.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list .suggestion-item-title{color:var(--dark, #272833)}.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list .suggestion-item-title+.suggestion-item-description{color:var(--gray-600, #6b6c7e);font-size:.75rem}.search-bar-suggestions-dropdown-menu .search-bar-suggestions-show-more{color:var(--primary, #0b5fff)}.search-bar-suggestions-dropdown-menu .search-bar-suggestions-show-more:hover{background-color:var(--white, #fff);color:var(--primary-d2, #004ad7);text-decoration:underline}.search-facet-display-vocabulary .treeview-vocabulary-display .tree-item-category{padding-left:24px}.search-facet-display-vocabulary .treeview-vocabulary-display .tree-item-category .custom-control-label-text{color:var(--gray-600, #6b6c7e)}.search-facet-display-vocabulary .treeview-vocabulary-display .tree-item-category>.c-inner{margin-left:-24px}.search-facet-display-vocabulary .treeview-vocabulary-display .tree-item-category:active,.search-facet-display-vocabulary .treeview-vocabulary-display .tree-item-category:hover{background-color:rgba(0,0,0,0);cursor:initial}.search-facet-display-vocabulary .treeview-vocabulary-display .tree-item-vocabulary{color:var(--dark, #272833);font-weight:600;margin-bottom:8px}.search-facet-display-vocabulary .treeview-vocabulary-display .tree-item-vocabulary:active,.search-facet-display-vocabulary .treeview-vocabulary-display .tree-item-vocabulary:hover{background-color:rgba(0,0,0,0)}.search-facet-display-vocabulary .treeview-vocabulary-display .treeview-group>.treeview-item:last-child{margin-bottom:24px}.portlet-search-insights .codemirror-editor-wrapper{border:1px solid var(--gray-300, #e7e7ed);border-radius:4px;margin-top:16px}.portlet-search-insights .codemirror-editor-wrapper textarea{border:none;border-radius:4px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;height:300px;padding:16px;resize:none;width:100%}.portlet-search-insights .codemirror-editor-wrapper textarea:focus-visible{outline:none}.portlet-search-insights .codemirror-editor-wrapper .CodeMirror{border-radius:4px;height:300px}.portlet-search .scope-selector{margin-left:12px;max-width:144px}.portlet-search .search-button-field-wrapper{margin-bottom:1.5rem}.portlet-search .search-input-group{margin-bottom:0}.portlet-search .search-input-group .form-group-item{margin-right:0}
html:not(#__):not(#___) .cadmin.copy-page-modal .modal-content{min-height:344px}html:not(#__):not(#___) .cadmin .pages-tree{margin-bottom:calc(72px + 16px)}html:not(#__):not(#___) .cadmin .pages-tree .treeview-dropping-middle{background-color:rgba(255,255,255,.06)}html:not(#__):not(#___) .cadmin .pages-tree .icon-tooltip{z-index:2}html:not(#__):not(#___) .cadmin .pages-tree .icon-warning{margin:1px 4px 0 8px;z-index:2}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder{border-bottom:1px solid #272833;padding:24px 16px 0}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder input{background-color:#393a4a}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder input::placeholder{color:#a7a9bc}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .back-to-menu{color:#e7e7ed}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .breadcrumb{flex-wrap:nowrap;margin-bottom:0;padding-bottom:4px}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .breadcrumb .breadcrumb-item{flex-shrink:0}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .breadcrumb .breadcrumb-item:not(:first-child):not(:last-child){flex-basis:1.5rem;flex-grow:.5;flex-shrink:1;width:100%}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .breadcrumb .breadcrumb-item:not(:first-child):not(:last-child) .breadcrumb-text-truncate{max-width:95%;padding-right:.5rem;position:absolute}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .btn-sm{font-size:14px}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .form-control:focus{border-radius:1px}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .layout-finder-icon{color:#fff;position:absolute;right:1.8rem;top:4.55rem}html:not(#__):not(#___) .cadmin .pages-tree .pages-administration-link{align-items:center;background-color:#272833;border-top:1px solid #393a4a;bottom:0;display:flex;font-size:14px;height:72px;padding:16px 0 24px 16px;position:fixed;width:320px}html:not(#__):not(#___) .cadmin .pages-tree .pages-administration-link a{color:#a7a9bc}html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector{border-top:1px solid #393a4a;margin-top:20px}html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .add-page-button,html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .configure-link{color:#e7e7ed}html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .form-control{background-color:#272833;border-color:#393a4a;color:#a7a9bc}html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .dropdown-toggle.form-control-select,html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .dropdown-toggle.form-control-select:hover,html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .dropdown-toggle.form-control-select:active,html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .dropdown-toggle.form-control-select:focus{background-color:#272833;border-color:#393a4a;color:#e7e7ed}html:not(#__):not(#___) .cadmin .page-type-selector-option{padding-left:32px}html:not(#__):not(#___) .cadmin .product-menu-toast-toggle{align-items:center;display:inline-flex;height:2em;justify-content:center;position:relative;width:2em}html:not(#__):not(#___) .cadmin .product-menu-toast-toggle .icon-product-menu-open{display:none}html:not(#__):not(#___) .cadmin .product-menu-toast-toggle .icon-product-menu-closed{display:block}html:not(#__):not(#___) .cadmin .product-menu .sidebar-header{line-height:32px;padding-bottom:8px;padding-right:9px;padding-top:8px}@media(min-width: 576px){html:not(#__):not(#___) .cadmin .product-menu .sidebar-header{padding-bottom:12px;padding-left:24px;padding-top:12px}}html:not(#__):not(#___) .cadmin .product-menu .sidebar-header .sidenav-close{float:right;margin-right:-2px}html:not(#__):not(#___) .cadmin .product-menu .sidebar-header-logo{margin-right:10px}html:not(#__):not(#___) .cadmin .product-menu .sidebar-body{bottom:0;left:0;padding:0;position:relative;right:0;top:0}@media(max-width: 575.98px){html:not(#__):not(#___) .cadmin .product-menu .sidebar-body{overflow:visible;position:static}}html:not(#__):not(#___) .cadmin .product-menu .sidebar-body .panel-app-root.active{border-left:4px solid #fff}html:not(#__):not(#___) .cadmin .product-menu .sidebar-body .panel-app-root li{font-weight:400;list-style:none}html:not(#__):not(#___) .cadmin .product-menu .sidebar-body .panel-app-root li.active{font-weight:700;margin-left:-24px;padding-left:20px}html:not(#__):not(#___) .cadmin .product-menu .sidebar-body .panel-group{border-radius:0}html:not(#__):not(#___) .cadmin .product-menu .lfr-product-menu-sidebar .panel-group{overflow:hidden}html:not(#__):not(#___) .cadmin .product-menu small{display:block}html:not(#__):not(#___) .cadmin .product-menu .list-group-heading .h4,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading .h5,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h1,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h2,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h3,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h4,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h5,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h6{margin-bottom:0;margin-top:0}html:not(#__):not(#___) .cadmin .product-menu .list-group-item{border-top-width:0;padding:10px 20px}html:not(#__):not(#___) .cadmin .product-menu .nav-nested-margins>li .nav>li .nav>li{margin-bottom:1px}html:not(#__):not(#___) .cadmin .product-menu.popover{background-color:#fff}html:not(#__):not(#___) .cadmin .product-menu .impersonation-message{font-size:12px}html:not(#__):not(#___) .cadmin .product-menu .lexicon-icon-home{margin-right:8px}html:not(#__):not(#___) .cadmin .product-menu .manage-sites-link{padding:1em}html:not(#__):not(#___) .cadmin .product-menu .site-selector{box-shadow:none}html:not(#__):not(#___) .cadmin .product-menu .site-selector .selectable-site{color:#333;height:auto}html:not(#__):not(#___) .cadmin .product-menu .site-selector .site-link{color:#333}html:not(#__):not(#___) .cadmin .product-menu .site-selector .site-link.selected-site{color:#999}html:not(#__):not(#___) .cadmin .product-menu .site-selector .site-logo-container{padding:2em}html:not(#__):not(#___) .cadmin .product-menu .staging-links{font-size:12px;margin:6px 22px 4px 16px}html:not(#__):not(#___) body.product-menu-open .cadmin .product-menu-toast-toggle .icon-product-menu-open{display:block}html:not(#__):not(#___) body.product-menu-open .cadmin .product-menu-toast-toggle .icon-product-menu-closed{display:none}
.portlet-user-personal-bar .personal-menu-dropdown .sticker-bottom-right.sticker-outside{bottom:-0.5rem;right:-0.5rem}
html:not(#__):not(#___) .lfr-segments-experiment-click-goal-root{bottom:0;left:0;position:absolute;right:0;top:0;z-index:900}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target{display:flex;flex-direction:column;justify-content:space-between;pointer-events:none;position:absolute}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-delete{cursor:pointer}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-overlay{background-color:rgba(128,172,255,.1);border:2px solid #0b5fff;cursor:pointer;pointer-events:auto;position:relative}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-overlay:before{border:2px solid #f7f8f9;bottom:0;content:"";left:0;position:absolute;right:0;top:0}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-overlay:hover{background-color:rgba(128,172,255,.2)}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-overlay.lfr-segments-experiment-click-goal-target-overlay-selected{border-color:#0b5fff;border-color:#0053f0}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-popover{background-color:#fff;border-color:#e7e7ed;border-radius:4px;border-width:0;box-shadow:0 1px 5px -1px rgba(0,0,0,.3);cursor:initial;font-size:14px;pointer-events:auto;z-index:10}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-topper{background-color:#0b5fff;border-radius:2px 2px 0 0;cursor:initial;pointer-events:auto;position:absolute}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .btn-secondary svg.lexicon-icon-ellipsis-v{fill:#6b6c7e}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel dt{font-weight:600}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .sidebar{border-left:1px solid #e7e7ed}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .sidebar .sidebar-header{height:64px;line-height:32px;padding-bottom:12px;padding-top:12px}@media(min-width: 768px){html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .sidebar .sidebar-header{padding-bottom:12px;padding-left:24px;padding-top:12px}}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .sidebar .sidebar-body{bottom:0;left:0;padding:0;position:absolute;right:0;top:56px}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .reference-mark{font-size:.35rem !important}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .segments-experiment-details{hyphens:auto;overflow-wrap:break-word}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .segments-experiments-empty-state__image{height:auto;width:185px}html:not(#__):not(#___) .cadmin .lfr-has-segments-experiment-panel{overflow:auto}html:not(#__):not(#___) .cadmin .lfr-has-segments-experiment-panel .lfr-configurator-visibility{display:none}
.portlet-navigation .nav-link .layout-logo{max-height:1rem;max-width:2rem}.portlet-navigation .navigation-menu__submenu{cursor:default}.portlet-navigation .navigation-menu__submenu.dropdown-item:hover{background-color:rgba(0,0,0,0);color:#6b6c7e}.portlet-navigation .nav-pills>li>a{margin-bottom:2px}.portlet-navigation .nav-pills>li>.dropdown-menu{margin-top:0}.portlet-navigation .nav-pills>li.active>a{background-color:#0b5fff;color:#fff}.split-button-dropdowns>li{display:inline-block;padding-left:2px;padding-right:2px}

.notification-list-menu-title {
    margin: 0;
    font-size: 0.85rem;
    /* font-weight: 600; */
    line-height: 1.4;
}

.notification-list-title {
    margin: 0;
    font-size: 1rem;
    /* font-weight: 600; */
    line-height: 1.4;
}

.notification-list-message {
    margin: 0;
    font-size: 1rem;
    /* font-weight: 600; */
    line-height: 1.4;
}

.notification-list-subtitle {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
    color: #6a7178;
}
#notification-settings-table .ecx-table-productName span  {
    display: flex;
}

.notification-menus-section {
    z-index: 1500 !important;
}

.notification-menus-section .dropdown-menu {
    z-index: 1600 !important;
}

/* Adding to match the drawer's z-index so that the menu will be visible */
.dropdown-menu {
    z-index: 1300 !important;
}

.notification-dropdown {
    position: absolute;
    left: 0.5rem !important;
    right: auto;
}
