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;
}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}
.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;
}
.board-row:after {
	clear: both;
	content: "";
	display: table;
}

.status {
	margin-bottom: 10px;
}

.overall-status-badge {
	font-weight: 500;
	font-size: 12px;
	border-radius: 100px;
}

.overall-status-badge-red {
	background-color: #fceaea;
	color: #dc2020;
}

.overall-status-badge-blue {
	background-color: #e5f0fe;
	color: #005c8a;
}

.overall-status-badge-orange {
	background-color: #fef0e6;
	color: #f76707;
}

.overall-status-badge-purple {
	background-color: #f7ecfa;
	color: #9435ab;
}

.overall-status-badge-yellow {
	background-color: #fbefd6;
	color: #966711;
}

.overall-status-badge-green {
	background-color: #f1f8e8;
	color: #74b816;
}

.square {
	background: #FFF;
	border: 1px solid #999;
	float: left;
	font-size: 24px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin-right: -1px;
	margin-top: -1px;
	padding: 0;
	text-align: center;
	width: 34px;
}

.square:focus {
	outline: none;
}

.kbd-navigation .square:focus {
	background: #DDD;
}

.game {
	display: flex;
	flex-direction: row;
}

.game-info {
	margin-left: 20px;
}

.game-info ol, .game-info ul {
	padding-left: 30px;
}

/* Custom CSS Start */

.note {
	width: fit-content;
	padding: 12px;
	border-radius: 8px;
	height: auto;
	left: 157px;
	top: 214px;

	/* font-family: Gotham; */
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	/* identical to box height, or 150% */
	display: flex;
	align-items: center;

	/* Neutral / Neutral 10 */
	color: #101213;
	background: #E5F5FC;
}

.note-bg-color {
	background: #E5F5FC;
}

.body-bg {
 	background-color: #F8F9FA;
}

.icon-svg {
	width: 15px;
	height: 20px;
	left: 123.98px;
	top: 213px;
	margin-right: 10px;
}

.container {
	flex: 1;
}

.tox-tinymce {
	border-radius: 8px !important;
}


.btn-primary{
    border: 2px solid #005c8a;
    background-color: #005c8a;
    color: #ffffff;
	border-radius: 8px;
	font-weight: 600;
}

.btn-secondary {
	border: 2px solid #005c8a;
	background-color: transparent;
	color: #005c8a;
	border-radius: 8px;
	font-weight: 600;
}

.release-actions-wrapper {
	height: max(40px, 2.5rem);
}

.filter-icon {
	align-items: center;
	justify-content: center;
	border : 1px solid #CED4DA!important;
	height : 40px!important;
}

.reset-icon {
	align-items: center;
	justify-content: center;
	border : 1px solid #CED4DA!important;
	height : 40px!important;
	width : 47px!important;
}

.links {
	color: #005c8a;
	font-size: 14px;
	font-weight: 500;
}

.custom-control-input:checked ~ .custom-control-label::before, .nav-underline .nav-item .nav-link.active:after, 
.nav-underline .tab .nav-link.active:after, .nav-underline .nav-item .tab a.active:after, .nav-underline 
.tab .nav-item a.active:after, .nav-underline .tab a.active:after, .nav-underline .nav-item .tab.active a:after, 
.nav-underline .tab.active .nav-item a:after, .nav-underline .tab.active a:after,
.page-item.active .page-link, .nav-underline .tab.active a.page-item .page-link, .page-item.show .page-link {
    background-color: #005c8a;
}

.form-control, .card, .card-horizontal, .modal-content {
    border-radius: 8px;
}

.pagination {
	margin-right: 16px;
}

.card-body {
	padding: 1rem;
}

.btn-reset-search {
	color: #005c8a;
	font-weight: 600;
}

.search-panel {
	background-color: #e9ecef;
	padding: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* nav tabs design start */

/* .nav-underline .nav-item button {
	border-radius: 0 !important;
}

.nav-underline .nav-item .nav-link.active:after {
	background-color: transparent;
}

.nav-underline .nav-item .nav-link {
	border-bottom: 3px #e9ecef solid;
}

.nav-underline .nav-item .active {
	border-bottom: 3px #005c8a solid;
	font-weight: bold;
} */

/* nav tabs design end */


.dropdown-multi-checkobx {
	position: relative;
	/* display: inline-block; */
}

.dropdown-multi-checkobx::after {
	position: absolute;
	content: " \25be";
	top: 0.3em;
    right: 2%;
	pointer-events: none;
	font-size: initial;
	/* height: 20px;
	width: 20px; */
}

/* hide grid's select items per page dropdown */
.pagination-bar:not(.show-pagination) .pagination-items-per-page {
    display: none;
}

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

.internal-card-footer{
    font-size: 12px;
    line-height: 18px;
    color: #A7A8AA;
}

.card-nav-link:hover{
	text-decoration: none;
}

.la-card-desc-small{
	font-size: 12px;
	line-height: 18px;
	color: rgba(79, 87, 94, 1);	
}
.card-desc{
	display: block;
}

/* Components CSS Start */
.component-list-box {
	height: 440px;
}

.component-list-box-associated-components {
	height: 300px;
	overflow: auto;
}

.component-list-box-empty-text {
	margin-left: 0.25rem;
	margin-top: 1rem;
	color: #ced4da;;
}

.product-list-box {
	height: 440px;
}

.product-list-box-associated-products {
	height: 300px;
	overflow: auto;
}

.product-list-box-selected-products-component {
	height: 210px;
	overflow: auto;
}

.product-list-box-selected-products-release {
	height: 300px;
	overflow: auto;
}

.product-list-box-empty-text {
	margin-left: 0.25rem;
	margin-top: 1rem;
	color: #ced4da;;
}

.product-list-box-product-row {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	padding: 0.5rem;
	border-bottom: 0.1rem solid #ced4da;
	display: flex;
  	align-items: center;
	font-size: 14px;
}

.product-list-box-product-row.header {
	font-weight: bold;
	font-size: 14px;
	margin-left: 0.25rem;
	margin-right: 2rem;
}

.product-list-box-product-row.selected {
	color: #ffffff;
	background-color: #005c8a;
}

.inner-comments-list h3 {
	color: rgba(106, 113, 120, 1);
}

.inner-comments-list h3.font-weight-bold {
	color: rgba(39, 43, 48, 1);
}

.text-black{
	color: gray;
}
.div-section{
	border-radius: 0.25rem;
	background-color: white;
}
.pd-1rem{
	padding: 1rem;
}
.pd-tb-1rem{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.bg-gray{
	padding: 2rem;
	background-color:#F8F9FA;
	border-radius: 0.5rem;
}

.info-alert{
	/* margin-left: 29rem; */
	line-height: 1rem;
}

.userDetails-heading {
	margin-left: 1rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.userDetails-data {
	font-weight: bold ;
	margin-left: 1rem;
	margin-top: -0.5rem;
}

.site-id-renderer{
	width: 13rem;
}
.site-id-renderer p{
	word-wrap:break-word;
}
.wrap-text {
	white-space: pre-wrap;
}
.email-renderer {
	width: 11rem;
	white-space: pre-wrap;
}

.top-right-alert{
    position: fixed;
	top:1.25rem;
	right: 1.25rem;
}


.right-shift-cent{
	display: flex;
	justify-content: end;
	align-items: center;
}
.dropdown-menu{
	max-width: 50rem;
	max-height: 25rem;
}


.mx-height{
	max-height: 26rem;
}

.vertical-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.vertical-align{
	display: flex;
	align-items: center; 
	justify-content: start;
	padding-top: 0.9rem;
}

.boarder-rad{
	border: 1px solid #CED4DA;
    border-radius: 1rem;
}

.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;
}


.link-color a:hover{
 color:red;
}
/* .alert-notifications-fixed{
	position: absolute;
	top:1.25rem;
	right:1.25rem;
} */
/* Components CSS End */

/* Custom CSS End */

/* Internal View CSS */

.prod-bg-img{
    background: linear-gradient(94.24deg, rgba(39, 43, 48, 0.89) 0.19%, rgba(48, 43, 48, 0) 71.21%) ,url(https://www.linkpicture.com/q/product_details_bg.png);
    background-color: black;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 8rem;
    width: 100%;
}

.hide-general .custom-radio:nth-child(3) {
	display: none;
}

.date-picker-dropdown-menu{
	width:25%;
	z-index: 10000 !important;
}

.int-tools-modal-section {
	height: auto;
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
  }

.int-tools-modal-section::-webkit-scrollbar{
	width: 6px;
  }

.int-tools-modal-section::-webkit-scrollbar-track{
	box-shadow: inset 0 0 5px white; 
	border-radius: 10px;
  }
  
.int-tools-modal-section::-webkit-scrollbar-thumb {
	background: #E2E3E4; 
	border-radius: 10px;
  }

/* Solution Problem CSS starts */
.int-tools-search-panel .typeahead-control .form-control {
	height: 2.5rem !important;
	border-radius: 0.5rem !important;
	font-size: 1rem !important;
}

.int-tools-search-panel select.form-control {
	height: 2.5rem !important;
	border-radius: 0.5rem !important;
	font-size: 1rem !important;
}

.int-tools-search-panel .form-control {
	border-radius: 0 8px 8px 0 !important;
}

.int-tools-search-panel .date-picker .form-control {
	border-radius: 8px 0 0 8px !important;
}

.problem-multi-select-dropdown .form-control:disabled{
	background: #f8f9fa !important;
  color: #6a7178 !important;

}
.problem-multi-select-dropdown .dropdown-checkbox .input-dropdown {
  font-size: 0.875rem !important;
}
.solution-file-description {
	display: -webkit-box;
	max-width: 200px;
	/* -webkit-line-clamp: 4; */
	/* -webkit-box-orient: vertical; */
	/* overflow: hidden; */
}

.view-description {
	cursor: pointer;
	color: #005c8a;
}

/* To make the quick actions visible above the modal in htmlEditor */
.tox.tox-silver-sink.tox-tinymce-aux {
	z-index: 10000;
}

.show-more-toggle-filedescription {
	cursor: pointer;
	color: #005c8a;
}

.product-name-width {
	max-width: 80% !important;
    padding-left: 15px;
    padding-right: 15px;
}

.edit-solution-product-name-label {
	color: #272b30;
}

.solution-download-tab-card {
	overflow: auto;
}
/* Solution Problem CSS ends */

/* Online Patch Management CSS starts */
.view-logs-modal-cancel-button {
	color: #005c8a !important;
}

.logs-modal-body {
	white-space: pre-line;
}

.hide-cross-icon .close {
	display: none;
}

.has-form-error {
	font-size: 0.875rem;
	color: rgba(220, 32, 32, 1);
	line-height: 1.3rem;
}

.edit-release-row-gap {
	row-gap: 1rem;
}

.text-green {
	color: #74b816;
}

.release-details-dialog .modal-content {
	max-height: 35rem;
	overflow-y: auto;
}

/* Online Patch Management CSS ends */


/* File Mapping CSS start*/

.releaseIdTable .ecx-table .ecx-table-row .ecx-table-cell.ecx-table-entitlementRequired{
	text-align: center;
	/* padding-right:1rem;
	align-items: center !important;
    justify-content: center; */
    padding-right: 3rem;
}
.releaseIdTable .ecx-table .ecx-table-header.ecx-table-releaseIds{
	padding-left: 0.125 !important;
 }
.releaseIdTable .ecx-table .ecx-table-header .table-list-title{
font-weight: bold;
font-size: 1rem;
color: black;
}
.releaseIdTable .ecx-table thead tr {
    font-size: 1rem;
	border-bottom: 0.168rem solid #005c8a;
}

.releaseId-form .form-feedback-item {
    font-size: 0.875rem;
    color: #dc2020;
    line-height: 1.3rem;
}

button.p-0.release-id-btn.btn.btn-secondary{
	border: none;
}
.releaseId-form .productName .labels-container.d-flex.align-items-center.flex-wrap.w-100.mt-2{
	width: 200% !important;
}

.release-id-delete .modal-header{
	height: 4rem !important;
	padding: 0.5rem 1rem
}

.release-id-delete .modal-body{
	border-top:0.0625rem solid #dee2e6;
	margin-bottom: 0rem;
	padding-bottom: 0rem;
}
.custom-table-header {
	font-weight: bold;
	font-size: 1rem;
	color: black;
	border-bottom: 0.16875rem solid #005c8a;

}
.custom-table-header .custom-filePath{
	font-weight: bold;
	font-size: 1rem;
	color: black;
}

.edit-file-mapping-modal.modal-body.mt-0.pt-1{
	overflow: hidden;
}

.releaseId-form .entitlement {
	justify-content: center !important;
    padding-left:3rem !important;
}
.releaseId-form .associateReleaseId {
	margin-right: -1.3rem !important;
}

.releaseId-form .associateReleaseId button{
	justify-content: center !important;
	margin-left: 1.4rem !important;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.releaseId-form .release-id-details-entitlement{
	padding-top: 0.8125 !important;
    padding-left: 3rem;
 }

 .failed-mapping-import-errors-msg{
	margin-left: 1rem;
    margin-right: 1rem;
    align-items: center;
    min-height: 3rem;
    color: red;
    border: solid 0.0625rem #f20909b5;
    padding-left: 1rem;
    font-size: 0.875rem;
    background-color: #f209092b;
}
 .failed-mapping-import-errors-table{
	font-size: 0.875rem;
	margin: 1rem;
    height: 45vh;
 }

 .form-feedback-item.release-id-error{
	margin-left: 1.3rem !important;
 }
 .form-feedback-item.release-id-errors{
	color: #dc2020;
 }
 .d-flex-row.align-items-center.px-0.mt-2.container-fluid.container-fluid-max-xl{
	margin-left: 0px !important;
	margin-right: 0px !important;


	
} 

.release-id-modal{
	color: #005c8a !important;
	padding: 0.1rem !important;
}
.edit-release-btn{
	margin-top: 0.8rem !important;
}


@media (min-width: 992px) {
	.release-id-delete.show .modal-dialog.modal-lg.modal-dialog-centered {
			max-width: 822px !important
		}
}


/* File Mapping CSS end*/


/* Ensure the select element and its container have the correct width */
.security-advisory-custom-select {
    width: 100% !important;
}

.security-advisory-custom-select select {
    width: 100% !important;
}

.security-advisory-custom-select option {
    white-space: normal !important; /* Allow option text to wrap */
    word-wrap: break-word !important;
    word-break: break-all !important;
    display: block !important;
}

/* Ensure the form control has the correct width */
.form-control {
    width: 100% !important;
}

/* Additional styles to ensure dropdown width matches input width */
.security-advisory-custom-select .form-group {
    position: relative !important;
}

.security-advisory-custom-select .form-group select {
    width: 100% !important;
    box-sizing: border-box !important;
}

.security-advisory-custom-select option {
    width: 100% !important;
    box-sizing: border-box !important;
}

.problem-search-by-create-date .form-control {
	width: 0px !important;
}

.gerpacc-modals .modal-content {
	overflow: visible !important;
}

.gerpacc-modals .modal-body {
	overflow: visible !important;
}

#global-erp-gs tbody tr {
	line-height: 2;
}