@font-face {
    font-family: 'Volte';
    src: url('../fonts/fontVolte.woff');
}
.salesforceIdentityLoginForm2 span {
 border-color: blue;
}

:root {
    --dxp-g-payone-color-blue: #32A0DA;
    --dxp-g-payone-color-blue-dark:#007bb0;
    --dxp-g-payone-color-blue-light: #32a0da26;
    --dxp-g-payone-color-gray: #949191;
    --dxp-g-payone-color-gray-dark: #666;
    --dxp-g-payone-color-light-violet: #c33a94;
    --dxp-g-payone-color-violet: #a31b74;
}

html, body {
    background-color: rgb(255, 255, 255) !important;
    color: #5c5c5c;
    height: 100%;
    margin: 0;
}

.slds-spinner_container {
    background: unset !important;
}


.themeHeaderInner, .themeBgImage {
    background: var(--dxp-g-payone-color-blue) !important;
}

.themeLogo {
    padding-top: 20px;
}

.uiTabset--default .tabs__item.active>a {
    color: var(--dxp-g-payone-color-blue) !important;
    border-color: var(--dxp-g-payone-color-blue) !important;
}

.uiTabset--default .tabs__item>a:hover {
    color: var(--dxp-g-payone-color-blue) !important;
    border-color: var(--dxp-g-payone-color-blue) !important;
}

.uiTabset--default .tabs__item>a:focus {
    box-shadow: none !important;
}

.slds-button:not(.slds-button_icon):not(.slds-button--icon):not(.cuf-focusCommentInput) {
    border-radius: 50rem !important;
    border-width: 2px !important;
    font-weight: 900;
}

.datatableButtonLink .slds-button:not(.slds-button_icon):not(.slds-button--icon):not(.cuf-focusCommentInput):focus {
  border-radius: 0px !important;
  border-width: 0px !important;
}

.slds-button:not(.slds-button_icon):not(.slds-button--icon):not(.slds-post__footer-action):hover {
    border-radius: 50rem !important;
    border-width: 2px !important;
    font-weight: 900;
}



.slds-button:not(.slds-button_icon):not(.slds-button--icon):not(.cuf-focusCommentInput):not(.slds-button_stateful):not(.slds-button_icon-border-filled):not([disabled]):not(.forceChatterAttachFileButton):not(.dummyButtonCallToAction):not(.cuf-likes .slds-button):not(.slds-button.slds-modal__close):hover {
    background-color: var(--dxp-g-payone-color-blue-dark);
    color: white;
}

.datatableButtonLink .slds-button:not(.slds-button_icon):not(.slds-button--icon):not(.cuf-focusCommentInput):not(.slds-button_stateful):not(.slds-button_icon-border-filled):not([disabled]):not(.forceChatterAttachFileButton):not(.dummyButtonCallToAction):not(.cuf-likes .slds-button):not(.slds-button.slds-modal__close):hover {
  background-color: initial;
    color: initial;
}
/*
.dt-outer-container .slds-table .datatableButtonLink .slds-button:hover,
.dt-outer-container .slds-table .datatableButtonLink .slds-button:focus-visible {
    background-color: white !important;
    border-color: white;
    color: var(--dxp-g-payone-color-blue-dark) !important;
    transform: none;
} 
.dt-outer-container .slds-table .datatableButtonLink .slds-button:hover {
    background-color: white !important;
    border-color: white;
    color: var(--dxp-g-payone-color-blue-dark) !important;
    transform: none;
} 

.dt-outer-container .slds-table .datatableButtonLink .slds-button:after {
    background-color: white !important;
    
    color: var(--dxp-g-payone-color-blue-dark) !important;
    transform: none;
} 

.datatableButtonLink {
    border-radius: 50rem !important;
}
.dt-outer-container .slds-table .datatableButtonLink .slds-button:active {
   
}
*/
/*
.slds-button:not(.slds-button_icon):not(.slds-button--icon):hover {
    background-color: var(--dxp-g-payone-color-blue-dark);
    color: white !important;
}*/


.slds-button[name="Opportunity.Change_Partner_Agent"],
.slds-button[name="Opportunity.SPK_Change_Partner_Agent"],
.slds-button[name="Lead.Change_Partner_Agent"],
.slds-button[name="Lead.SPK_Change_Partner_Agent"] {
    background-color: var(--dxp-g-payone-color-blue);
    border-color: var(--dxp-g-payone-color-blue);
    color: white;
} 

.slds-button[name="Opportunity.Change_Partner_Agent"]:hover,
.slds-button[name="Opportunity.Change_Partner_Agent"]:focus,
.slds-button[name="Opportunity.SPK_Change_Partner_Agent"]:hover,
.slds-button[name="Opportunity.SPK_Change_Partner_Agent"]:focus,
.slds-button[name="Lead.Change_Partner_Agent"]:hover,
.slds-button[name="Lead.Change_Partner_Agent"]:focus,
.slds-button[name="Lead.SPK_Change_Partner_Agent"]:hover,
.slds-button[name="Lead.SPK_Change_Partner_Agent"]:focus {
    background-color: var(--dxp-g-payone-color-blue-dark);
    border-color: var(--dxp-g-payone-color-blue-dark);    
    color: white;
} 

.themeUtil.themeProfileMenu .slds-button.slds-no-space.slds-m-bottom_xx-small:hover {
    border-color: var(--dxp-g-payone-color-blue) !important;
    background-color: var(--dxp-g-payone-color-blue) !important;
}

.inputContainer, .slds-input, .slds-select:not([multiple]) {
    border-radius: 50rem !important;
}

.slds-select:not([multiple]) {
    padding-top: 4px;
}

records-lwc-highlights-panel records-highlights2 force-record-avatar .record-avatar-container {
    background-color: var(--dxp-g-payone-color-blue) !important;
}

.sortablegridSdg div.sdgborder tr:hover {
    background-color: var(--dxp-g-payone-color-blue-light) !important;
}

.sdgborder,
.sdgborder .slds-card__header.slds-grid,
.sdgborder .slds-form_inline {
    position: relative;
    background-color: var(--dxp-g-payone-color-blue-light) !important;
}

.sdgborder .slds-card__header.slds-grid::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0.75rem;
    background-color: var(--dxp-g-payone-color-blue-light);
}

.sdgborder .slds-card__header .group lightning-primitive-icon .slds-button__icon {
    fill: white !important;
}

div.sdgborder .slds-card__header .slds-button-group .slds-button.slds-button_icon {
    background-color: var(--dxp-g-payone-color-blue);
}

div.sdgborder .slds-card__header .slds-button-group .slds-button.slds-button_icon:hover {
    background-color: var(--dxp-g-payone-color-blue-dark);
}

div.sdgborder .slds-card__header .slds-button-group lightning-primitive-icon > svg {
    fill: white;
}

/* lists icons color override */
.slds-media__figure .slds-icon-standard-lead,
.slds-media__figure .slds-icon-standard-opportunity,
.slds-media__figure .slds-icon-standard-case,
.slds-media__figure .slds-icon-standard-campaign {
  background-color: var(--dxp-g-payone-color-blue);
}

/* sObjects icons color override */
.small.roundedSquare.forceEntityIcon,
.slds-media__figure.slds-icon.forceEntityIcon {
  background-color: var(--dxp-g-payone-color-blue) !important;
}

.hasAlert {
    display: none !important;
}

.forceVirtualActionMarker.forceVirtualAction {
  display: none !important;
}

.themeLayoutStarterWrapper {
    min-height: 100% !important;
    display: flex;
    flex-direction: column;
}
.themeLayoutStarterWrapper.isHeroUnderHeader-true .body.isPageWidthFixed-true {
    /*min-height: 20rem !important;*/
    margin-bottom: 5rem;
}
.themeLayoutStarterWrapper.isHeroUnderHeader-false .body.isPageWidthFixed-true {
    /*min-height: 35rem !important;*/
    margin-bottom: 5rem;
}

.slds-page-header.slds-page-header_record-home .secondaryFields .slds-page-header__detail-row {
    border-radius: 0.5rem;
} 

.slds-page-header.slds-page-header_record-home .secondaryFields .slds-page-header__detail-row::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.725rem; 
    right: 0.725rem; 
    background-color: var(--dxp-g-payone-color-blue-light);
    z-index: -1; 
    border-radius: 0.25rem;
}

.comm-panels-container.uiContainerManager.siteforcePanelsContainer {
    height: 0px !important;
    z-index: -1;
}


.slds-button--brand {
    background-color: var(--dxp-g-payone-color-blue) !important;
}

.comm-content-header {
    padding: 0 !important;
}

.siteforceContentArea .comm-layout-column div.ui-widget {
    margin: 0 !important;
}

.slds-dropdown-trigger button.slds-button {
    border: 0;
}

.slds-dropdown-trigger button.slds-button span.slds-avatar {
    opacity: 0.9;
}


.slds-dropdown-trigger button.slds-button span.slds-avatar:hover {
    opacity: 1;
}

/* Login and forgot password pages */

.salesforceIdentityLoginBody2 img.communityLogo {
    margin-bottom: 2rem;
}

.salesforceIdentityLoginBody2 a {
    color: #6c6c6c !important;
}

.salesforceIdentityLoginBody2 a:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

.salesforceIdentityLoginBody2 input:focus {
    outline: none !important;
    border-color: #FFF !important;
    box-shadow: 0 0 0 #FFF !important;
}

.salesforceIdentityLoginBody2 textarea:focus {
    outline: none !important;
    border-color: #FFF !important;
    box-shadow: 0 0 0 #FFF !important;
}

.salesforceIdentityLoginBody2 .inputContainer {
    border: 1px solid #614848 !important;
}

.salesforceIdentityLoginForm2 .inputIcon {
    margin-top: 4px;
}

/* Sortable Grid & Kanban */

.sortablegridSdg td div>a {
    text-decoration: underline;
}


/* Filtering Fix */

.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) {
    display: none;
}

.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type,
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type,
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type,
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type {
    display: none;
}

.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table tbody tr td:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table tbody tr td:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table tbody tr td:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table tbody tr td:nth-child(2) {
    padding-left: var(--lwc-spacingLarge, 1.5rem);
}


/* Opportunity tables */

.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(1) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(1) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(6),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(6),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(3) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(3) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(4) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(4) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) {
    display: none;
}

.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type,
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type,
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type,
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type {
    display: none;
}

.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table tbody tr td:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table tbody tr td:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table tbody tr td:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-custom-mediation .siteforceContentArea > div > div:nth-child(2) .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table tbody tr td:nth-child(2) {
    padding-left: var(--lwc-spacingLarge, 1.5rem);
}


/* Campaign detail filtering fix*/
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) {
    display: none;
}

.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type,
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type,
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type,
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table thead tr th:first-child,
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table tbody tr td.sortablegridSdgDatagridCell:first-of-type {
    display: none;
}

.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(1) .sortablegridSdg .slds-table tbody tr td:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(2) .sortablegridSdg .slds-table tbody tr td:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(3) .sortablegridSdg .slds-table tbody tr td:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table thead tr th:nth-child(2),
.comm-page-detail-701 .siteforceContentArea > div > div:first-child .forceCommunityTabset section:nth-of-type(4) .sortablegridSdg .slds-table tbody tr td:nth-child(2) {
    padding-left: var(--lwc-spacingLarge, 1.5rem);
}

.comm-page-custom-mediation .sortablegridSdg div.sdgborder {
    border-top: none;
    border-radius: 0;
}

.sortablegridSdg div.sdgborder tr:hover {
    background-color: #f6efef;
}

.sortablegridSdg lightning-formatted-email a lightning-primitive-icon {
    margin-right: 0.3rem;
}

.sortablegridSdg .slds-table thead th {
    background-color: #F1F1F1;
    color: #333;
}

.sortablegridSdg .sortablegridSdgDatagridCell .slds-truncate {
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 15rem;
}

.forceListViewManagerPrimaryDisplayManager .recordTypeTabSetContainer .recordTypeTabSet .uiTabset--base.uiTabset--default.uiTabset {
    margin-top: 0.045rem !important;
}

.forceListViewManager[aria-label^="PPB Portal All Leads"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li:nth-child(1) a > span.title {
    color: white;
    position: relative;
    font-size: 0.75rem;
}

html[lang="en"] .forceListViewManager[aria-label^="PPB Portal All Leads"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li:nth-child(1) a > span.title:after {
    content: "Austria";
    position: absolute; 
    left: 0;
    top: 0;
    opacity: 1;
    font-size: 0.75rem; 
    color: var(--slds-c-tabs-item-text-color, var(--slds-s-navigation-color, var(--slds-g-color-on-surface-2, var(--lwc-colorTextActionLabel,rgb(102, 102, 102)))));    
}

.forceListViewManager[aria-label^="PPB Portal All Leads"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li:nth-child(2) a > span.title {
    color: white;
    position: relative;
    font-size: 0.75rem;
}

html[lang="de"] .forceListViewManager[aria-label^="PPB Portal All Leads"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li:nth-child(1) a > span.title:after {
    content: "Österreich";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    font-size: 0.75rem;
    color: var(--slds-c-tabs-item-text-color, var(--slds-s-navigation-color, var(--slds-g-color-on-surface-2, var(--lwc-colorTextActionLabel,rgb(102, 102, 102))))); 
}

html[lang="de"] .forceListViewManager[aria-label^="PPB Portal All Leads"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li:nth-child(2) a > span.title:after {
    content: "Deutschland";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    font-size: 0.75rem;
    color: var(--slds-c-tabs-item-text-color, var(--slds-s-navigation-color, var(--slds-g-color-on-surface-2, var(--lwc-colorTextActionLabel,rgb(102, 102, 102))))); 
}

html[lang="en"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li:nth-child(2) a > span.title:after {
    content: "Germany";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    font-size: 0.75rem;
    color: var(--slds-c-tabs-item-text-color, var(--slds-s-navigation-color, var(--slds-g-color-on-surface-2, var(--lwc-colorTextActionLabel,rgb(102, 102, 102)))));   
}

.forceListViewManager[aria-label^="PPB Portal All Opportunities"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li:nth-child(1) a > span.title {
    color: white;
    position: relative;
    font-size: 0.75rem;
}

html[lang="de"] .forceListViewManager[aria-label^="PPB Portal All Opportunities"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li a[title^="Austria"] > span.title:after {
    content: "Österreich";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    font-size: 0.75rem;
    color: var(--slds-c-tabs-item-text-color, var(--slds-s-navigation-color, var(--slds-g-color-on-surface-2, var(--lwc-colorTextActionLabel,rgb(102, 102, 102))))); 
}

.forceListViewManager[aria-label^="PPB Portal All Opportunities"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li:nth-child(2) a > span.title {
    color: white;
    position: relative;
    font-size: 0.75rem;
}

html[lang="de"] .forceListViewManager[aria-label^="PPB Portal All Opportunities"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li a[title^="POS"] > span.title:after {
    content: "DE POS";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    font-size: 0.75rem;
    color: var(--slds-c-tabs-item-text-color, var(--slds-s-navigation-color, var(--slds-g-color-on-surface-2, var(--lwc-colorTextActionLabel,rgb(102, 102, 102))))); 
}

.forceListViewManager[aria-label^="PPB Portal All Opportunities"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li:nth-child(3) a > span.title {
    color: white;
    position: relative;
    font-size: 0.75rem;
}

html[lang="de"] .forceListViewManager[aria-label^="PPB Portal All Opportunities"] .slds-grid.listDisplays .recordTypeTabSetContainer.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet .tabs__nav li a[title^="eCommerce"] > span.title:after {
    content: "DE eCommerce";
    text-transform: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    font-size: 0.75rem;
    color: var(--slds-c-tabs-item-text-color, var(--slds-s-navigation-color, var(--slds-g-color-on-surface-2, var(--lwc-colorTextActionLabel,rgb(102, 102, 102))))); 
}


.kanbanDevHomeChildKanban {
    border-top: none !important;
    border-radius: 0 !important;
}

.kanbanDevHomeChildKanbanCol.stageaa h1.pathType {
    background-color: var(--dxp-g-payone-color-blue);
}

.kanbanDevHomeChildKanbanCol.stageaa:first-of-type h1.pathType,
.kanbanDevHomeChildKanbanCol.stageaa:last-of-type h1.pathType {
    border-radius: 0;
}

.kanbanDevHomeChildKanban .slds-grid .slds-button-group {
    display: none;
}

.kanbanDevHomeChildKanbanCrd div.slds-link {
    color: var(--dxp-g-payone-color-blue);
}

div.container#kanbanView {
    padding: 0;
}

.runtime_sales_pipelineboardPipelineViewMultipleRecordTypeTabSet .recordTypeTabSet {
    padding: 0;
}

/* Screen Flow */
.slds-modal__content .flowRuntimeV2 .flowruntimeBody > flowruntime-list-container > div > slot > flowruntime-screen-field > slot > flowruntime-lwc-field.field-element .container .slds-rich-text-editor__output p {
    background-color: var(--dxp-g-payone-color-blue);
    color: white;
    height: 2rem;
    display: flex;
    align-items: center;
}

.flowRuntimeV2 .slds-form-element__label {
    padding-top: 0rem;
    margin-bottom: 0rem;
}

.slds-modal__content lightning-input[data-field="city"] {
    width: 100%;
}

.slds-modal__content lightning-picklist[data-field="province"] {
    display: none;
}

.slds-modal__content .flowRuntimeV2 .field-element .container .slds-rich-text-editor__output p b {
    padding-left: 0.5rem !important;
}

.flowRuntimeV2 .flowruntimeRichTextWrapper.flowruntimeDisplayText {
    background-color: var(--dxp-g-payone-color-blue);
    color: #FFF;
    padding: .5rem;
}

.flowRuntimeV2 flowruntime-screen-field:not(:first-child) div.flowruntimeRichTextWrapper.flowruntimeDisplayText {
    margin-top: 2rem;
}

.flowRuntimeV2 input::placeholder {
    color: #9C9C9C;
}

/* List pages */

div.ui-widget .cFlowButton {
    right: 1rem;
    position: absolute;
    z-index: 1;
    margin: 0;
}

@media only screen and (max-width: 64.0625em) {
    div.ui-widget .cFlowButton {
        right: 1rem;
    }
}


div.ui-widget .cFlowButton button {
    background-color: var(--dxp-g-payone-color-blue);
    border-color: var(--dxp-g-payone-color-blue);
    color: #FFF;    
}

div.ui-widget .cFlowButton button:hover,
div.ui-widget .cFlowButton button:focus {
    background-color: var(--dxp-g-payone-color-blue-dark);
    border-color: var(--dxp-g-payone-color-blue-dark);
    color: #FFF !important;
}

.comm-panels-container.uiContainerManager.siteforcePanelsContainer {
    /* height: 10rem !important; */
    z-index: -1;
}

/* Details pages */

.forceHighlightsPanel div.forceRecordLayout.slds-page-header {
    border-radius: 0 !important;
    padding: 0;
    margin: 16px;
    background-color: var(--dxp-g-payone-color-blue-light);
    height: auto;
    padding-left: 0 !important;
}

.forceHighlightsPanel div.forceRecordLayout.slds-page-header .primaryFieldRow {
    left: .5rem;
    top: .5rem;
}

.forceHighlightsPanel div.forceRecordLayout.slds-page-header .slds-page-header__title {
    color: #333;
}

[class*='comm-page-detail']:not(.comm-page-detail-00Q):not(.comm-page-detail-500):not(.comm-page-detail-006) .forceHighlightsPanel div.forceRecordLayout.slds-page-header .forceActionsContainer {
    display: none;
}

[class*='comm-page-detail']:not(.comm-page-detail-500) .outputLookupLink,
[class*='comm-page-detail'] .cuf-entityLinkId {
    pointer-events: none;
}

[class*='comm-page-detail'] .slds-form-element__control,
[class*='comm-page-detail'] .cuf-entityLink {
    cursor: text;
}

.forceHighlightsPreviewStencil .secondaryFieldsWrapper .secondaryFieldGrid:not(:first-of-type) {
    pointer-events: none;
    cursor: text;
}

.forceHighlightsPreviewStencil .secondaryFieldsWrapper .secondaryFieldGrid:not(:first-of-type) .forceListRecordItem {
    cursor: text;
}

.slds-post__footer-action:hover, 
.slds-post__footer-action:focus, 
.slds-post__footer-action.slds-is-active,
.forceChatterFeedInner .slds-feed__item .forceChatterFeedItem .slds-post__footer .slds-post__footer-action:hover,
.forceChatterFeedback .forceChatterThreadedComment .forceChatterComment .comment__footer .slds-button.slds-button_stateful:hover,
.forceChatterFeedback .forceChatterThreadedComment .forceChatterComment .comment__footer .slds-button.slds-button_stateful.slds-is-selected,
.forceChatterFeedback .forceChatterThreadedComment .forceChatterComment .comment__footer .slds-button.slds-button_stateful.slds-is-selected-clicked { 
    color: var(--dxp-g-payone-color-blue) !important;
    border-color: white;
}


.forceChatterFeedback .forceChatterThreadedComment .forceChatterComment .comment__footer .slds-item.cuf-likes .slds-button:hover:after,
.forceChatterFeedback .forceChatterThreadedComment .forceChatterComment .comment__footer .slds-item.cuf-likes .slds-button:focus:after,
.forceChatterFeedback .forceChatterThreadedComment .forceChatterComment .comment__footer .slds-item.cuf-likes .slds-button:after {
    background: white !important;
    transition: none;
}

.forceChatterFeedback .forceChatterThreadedComment .forceChatterComment .comment__footer .slds-item.cuf-likes .slds-button:hover {
    color: var(--dxp-g-payone-color-blue) !important;
}

.forceChatterFeedItem .cuf-feedElement.cuf-feedItem .cuf-feedItemHeader .slds-post__header .slds-dropdown-trigger,
.feed__item-comments--threadedCommunity.forceChatterFeedback .forceChatterThreadedComment .forceChatterComment .comment__header .slds-grid .slds-dropdown-trigger {
    visibility: hidden;
} 

.forceChatterMentionAutocomplete{
    display:none;
}

.forceChatterBasePublisher .container .publisherInputContainer .slds-button-group-list .slds-button,
.forceChatterMessageBodyInputRichTextEditor .slds-rich-text-editor__toolbar .slds-button-group-list .slds-button {
    border-radius: 0.5rem !important;
}

.forceChatterBasePublisher .container .publisherInputContainer .slds-button-group-list .slds-button:hover,
.forceChatterMessageBodyInputRichTextEditor .slds-rich-text-editor__toolbar .slds-button-group-list .slds-button:hover {
    border-radius: 0.5rem !important;
    background-color: white;
}

.commentActorAndInput .bottomBar .cuf-submit .slds-button.slds-button_brand.cuf-commentSubmit[disabled="true"] {
    background-color: var(--dxp-g-payone-color-gray) !important;
    border-color:  var(--dxp-g-payone-color-gray)!important;
}

.forceChatterBasePublisher .container .slds-grid.bottomBar .slds-button.cuf-publisherShareButton[disabled="true"] {
    background-color: var(--dxp-g-payone-color-gray) !important;
    border-color:  var(--dxp-g-payone-color-gray)!important;
}

/*
.forceChatterBasePublisher .container .slds-grid.bottomBar .slds-button.cuf-publisherShareButton.slds-button_brand {
    background-color: var(--dxp-g-payone-color-light-violet);
    border-color:  var(--dxp-g-payone-color-light-violet);
}

.forceChatterBasePublisher .container .slds-grid.bottomBar .slds-button.cuf-publisherShareButton.slds-button_brand:hover {
    background-color: var(--dxp-g-payone-color-violet);
    border-color:  var(--dxp-g-payone-color-violet);
}

.commentActorAndInput .bottomBar .cuf-submit .slds-button.slds-button_brand.cuf-commentSubmit {
    background-color: var(--dxp-g-payone-color-light-violet);
    border-color:  var(--dxp-g-payone-color-light-violet);
}

.commentActorAndInput .bottomBar .cuf-submit .slds-button.slds-button_brand.cuf-commentSubmit:hover {
    background-color: var(--dxp-g-payone-color-violet);
    border-color:  var(--dxp-g-payone-color-violet);
}
*/


#outerContainer > div.slds-form-element.lightningInputRichText.forceChatterMessageBodyInputRichTextEditor > div > div.slds-rich-text-editor__toolbar.slds-shrink-none.slds-rich-text-editor__toolbar_bottom

.comm-page-feeditem-generic .forceChatterFeedItemHeader .forceChatterEntityLink:not(:first-of-type),
.comm-page-feeditem-generic .slds-media__figure.forceChatterFeedItemHeader .forceChatterEntityLink {
    pointer-events: none;
}
.comm-page-feeditem-generic .slds-media__body.forceChatterFeedItemHeader .forceChatterEntityLink:first-of-type {
    pointer-events: all;
}

.comm-page-feeditem-generic .forceChatterEntityLink {
    pointer-events: none;
}

.comm-page-relatedlist-500.siteforce-Modal-Open .toolbar .preview-top-toolbar .file-preview-buttons .forceActionsContainer:nth-last-child(-n+2){
    display: none;
}

.comm-page-detail-500 .forceCommunityLwcRecordDetail .test-id__record-layout-container .forceRecordLayout div.forcePageBlockSection:last-of-type:not(:only-of-type){
    display: none;
}

.comm-page-detail-500.siteforce-Modal-Open .toolbar .preview-top-toolbar .file-preview-buttons .forceActionsContainer:nth-last-child(-n+2){
    display: none;
}

.comm-page-detail-500 .forceChatterFeed .slds-feed__item .cuf-feedItem:not([data-type="TextPost"]):not([data-type="ContentPost"]):not([data-type="LinkPost"]),
.comm-page-detail-500 .forceChatterFeed .cuf-clumpItem{
    display: none;
}

.comm-page-detail-500 .forceChatterFeed .slds-feed__item .cuf-feedItem:not([data-type="TextPost"]):not([data-type="ContentPost"]):not([data-type="LinkPost"]) + div.slds-feed__item-comments{
    display: none;
}

.comm-page-detail-500 .forceChatterFeed .slds-feed__item{
    padding: 0 0;
}

.comm-page-detail-500 .forceChatterFeed .slds-feed__item-comments{
    margin-bottom: calc(var(--lwc-varSpacingVerticalXSmall, 1rem) * 2);
}

@media (min-width: 48em){
    .comm-page-detail-500 .forceChatterFeed .slds-feed__item-comments {
        margin-bottom: calc(var(--lwc-varSpacingVerticalXSmall, 1.5rem) * 2);
    }
}

.comm-page-relatedlist-500 .branding-actions.actionMenu .uiMenuItem:nth-last-child(-n+2) {
    display: none;
}

.comm-page-relatedlist-500 .forceCommunityRelatedList .listViewContent table tr td:nth-child(3) a{
    display: inline-block;
    pointer-events: none;
}

.comm-page-detail-00Q .actionsContainer .slds-grid.forceActionsContainer,
.comm-page-detail-006 .actionsContainer .slds-grid.forceActionsContainer{
    display: none;
}

.comm-page-detail-00Q .actionsContainer .oneActionsRibbon.forceActionsContainer,
.comm-page-detail-006 .actionsContainer .oneActionsRibbon.forceActionsContainer,
.comm-page-detail-500 .forceHighlightsPanel  .actionsContainer .oneActionsRibbon.forceActionsContainer
{
    padding-right: 1.25rem;
}

.forceCommunityLwcRecordDetail .forceDetailPanelDesktop.slds-card {
    padding: 0;
}

.forceCommunityFeedPublisher .tabs__nav {
    border-radius: 0 !important;
}

.forceCommunityForceCommunityFeed .feedActions {
    display: none;
}

/* TODO: do we need blue here?*/
.forceChatterFeed .commentInputArea {
    background-color: var(--dxp-g-payone-color-blue-light) !important;
}

.forceChatterFeed .forceChatterFeedback {
    border-color: var(--dxp-g-payone-color-blue-light) !important;
}

.forceCommunityFeedItemDetail .forceChatterFeedItem .cuf-viewCount{
    display: none;
}

.forceCommunityFeedItemDetail .forceChatterFeedItem .qe-commentCount:after{
   content: none;
}

.forceChatterFeed .slds-feed__item .cuf-viewCount{
    display: none;    
}

.forceChatterFeed .slds-feed__item .qe-commentCount:after{
    content: none;
}

.forceCommunityLwcRecordDetail .forcePageBlockSection {
    margin-bottom: 1.2rem;
}

.forceCommunityLwcRecordDetail div.forceRecordLayout .full.forcePageBlockSectionView .slds-section__title,
.forceCommunityLwcRecordDetail div.forceRecordLayout .full.forcePageBlockSectionEdit .slds-section__title,
.forceCommunityLwcRecordDetail div.forceRecordLayout .mdp.forcePageBlockSectionEdit .slds-section__title {
    border-radius: 0;
}

.forceCommunityLwcRecordDetail .full.forcePageBlockSectionView .slds-section__title button,
.forceCommunityLwcRecordDetail .full.forcePageBlockSectionEdit .slds-section__title button,
.forceCommunityLwcRecordDetail .mdp.forcePageBlockSectionEdit .slds-section__title button {
    background-color: var(--dxp-g-payone-color-blue-light);
    color: rgba(0, 0, 0, 0.7);
    border-radius: 0;
}

.forceCommunityLwcRecordDetail .full.forcePageBlockSectionView .slds-section__title button:hover,
.forceCommunityLwcRecordDetail .full.forcePageBlockSectionEdit .slds-section__title button:hover,
.forceCommunityLwcRecordDetail .mdp.forcePageBlockSectionEdit .slds-section__title button:hover {
    color: var(--dxp-g-payone-color-blue);
}

.comm-page-list-00Q .forceCommunityRecordListDesktop .forceListViewManagerHeader,
.comm-page-list-006 .forceCommunityRecordListDesktop .forceListViewManagerHeader,
.comm-page-custom-campaigns .forceCommunityRecordListDesktop .forceListViewManagerHeader,
.comm-page-custom-mediation .forceCommunityRecordListDesktop .forceListViewManagerHeader  {
    display: none !important;
}

.container .pipelineColumn .pipelineHeader {
    border-radius: 0px !important;
}

.comm-page-custom-contracts .sortablegridSdgBase .slds-card__body  div:not(:only-child):first-child > .slds-grid > .slds-col:nth-child(2),
.comm-page-custom-contracts .sortablegridSdgBase .slds-card__body  div:not(:only-child):first-child > .slds-grid > .slds-col:nth-child(8){
    display:none;
}

.comm-page-custom-complaints .sortablegridSdgBase .slds-card__body  div:not(:only-child):first-child > .slds-grid > .slds-col:nth-child(2),
.comm-page-custom-complaints .sortablegridSdgBase .slds-card__body  div:not(:only-child):first-child > .slds-grid > .slds-col:nth-child(5) {
    display:none;
}


/* Home Page */
.spk-view-all-link a {
    float: right;
    margin-top: 0.575rem;
}

/* Remove all rows after first five and paginator */
.comm-page-home .sdgborder .sdgdatatablewrapper tr:nth-child(n+6),
.comm-page-home  .sdgborder .slds-card__header,
.comm-page-home .sdgborder .slds-form_inline {
    display: none;
    border: none;
}

.comm-page-home .sortablegridSdg .sdgborder {
    border: 0px;
    background-color: transparent;
    padding-top: 0px;
    border-right: 1px solid rgb(221, 219, 218);
    border-left: 1px solid rgb(221, 219, 218);
}

.comm-page-home .sortablegridSdg .sortablegridSdgSortableColumn {
    pointer-events: none;
}

/* Avatar */

.slds-avatar.slds-avatar_x-small,
.slds-avatar.slds-avatar--x-small {
    width: 2rem;
    height: 2rem;
}

/* Contact Us Page */

.comm-page-contactsupport .siteforceContentArea > .slds-grid > .comm-layout-column:first-child {
    width: 38%;
    margin-left: 10%;
    background-color: var(--dxp-g-payone-color-blue-light) !important;
    min-height: 800px;
}

.comm-page-contactsupport .siteforceContentArea > .slds-grid > .comm-layout-column:last-child {
    width: 42%;
    margin-right: 10%;
}

.comm-page-contactsupport .siteforceContentArea > .slds-grid > .comm-layout-column:first-child .forceCommunityRichText h2 {
    font-size: 1.5rem;
    color: #333;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.comm-page-contactsupport .siteforceContentArea > .slds-grid > .comm-layout-column:last-child .forceCommunityRichText h2 {
    font-size: 1.5rem;
    color: #333;
    margin-top: 4rem;
    margin-bottom: 0rem;
}

.comm-page-contactsupport .siteforceContentArea > .slds-grid > .comm-layout-column:last-child .forceCommunityRichText h3 {
    font-size: 1.4rem;
    color: #555;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.comm-page-contactsupport .siteforceContentArea > .slds-grid > .comm-layout-column:first-child .forceCommunityFlowCommunity {
    background: transparent;
    border: 0;
}


/* Opportunity Kanban transformed */
.comm-page-list-006 .listViewContainer .recordTypeTabSetContainer,
.comm-page-custom-campaigns .listViewContainer .recordTypeTabSetContainer,
.comm-page-custom-mediation .listViewContainer .recordTypeTabSetContainer {
    max-width: 15rem !important;
    margin-left: -2.25rem;
}

.comm-page-list-006 .listViewContainer .recordTypeTabSetContainer ul,
.comm-page-custom-campaigns .listViewContainer .recordTypeTabSetContainer ul,
.comm-page-custom-mediation .listViewContainer .recordTypeTabSetContainer ul {
    margin-top: 0.1rem !important;
    flex-direction: column;
}

.comm-page-list-006 .listViewContainer .recordTypeTabSetContainer .recordTypeTabSet,
.comm-page-custom-campaigns .recordTypeTabSetContainer .recordTypeTabSet,
.comm-page-custom-mediation .listViewContainer .recordTypeTabSetContainer .recordTypeTabSet {
    position: relative !important;
    display: flex;
}

.comm-page-list-006 .listViewContainer .recordTypeTabSetContainer .uiTabBar,
.comm-page-custom-campaigns .listViewContainer .recordTypeTabSetContainer .uiTabBar,
.comm-page-custom-mediation .listViewContainer .recordTypeTabSetContainer .uiTabBar {
    border-bottom: none !important;
}

/*
.comm-page-list-006 .listViewContainer .recordTypeTabSetContainer .uiTabset--default .tabs__item+.tabs__item {
    margin-left: 0rem;
}
*/

.comm-page-list-006 .listViewContainer .recordTypeTabSetContainer .uiTabset--default .tabs__item,
.comm-page-custom-campaigns .listViewContainer .recordTypeTabSetContainer .uiTabset--default .tabs__item,
.comm-page-custom-mediation .listViewContainer .recordTypeTabSetContainer .uiTabset--default .tabs__item {
    margin-left: 0rem;
}

.comm-page-list-006 .listViewContainer .recordTypeTabSetContainer .uiTabset--default .tabs__item span,
.comm-page-custom-campaigns .listViewContainer .recordTypeTabSetContainer .uiTabset--default .tabs__item span,
.comm-page-custom-mediation .listViewContainer .recordTypeTabSetContainer .uiTabset--default .tabs__item span {
    margin-left: 0.65rem;
}


.comm-page-list-006 .listViewContainer .recordTypeTabSetContainer .iconContainer,
.comm-page-custom-campaigns .listViewContainer .recordTypeTabSetContainer .iconContainer,
.comm-page-custom-mediation .listViewContainer .recordTypeTabSetContainer .iconContainer {
    display: none;
}

.comm-page-list-006 .listViewContainer .wrapperContainer,
.comm-page-custom-campaigns .listViewContainer .wrapperContainer,
.comm-page-custom-mediation .listViewContainer .wrapperContainer {
    overflow-x: scroll !important;
    display: flex;
    position: relative;
    flex-direction: column !important;
    flex-shrink: 0 !important;
}

.comm-page-list-006 .listViewContainer .wrapperContainer .container,
.comm-page-custom-campaigns .listViewContainer .wrapperContainer .container,
.comm-page-custom-mediation .listViewContainer .wrapperContainer .container {
    display: flex;
    position: relative !important;
    overflow-x: hidden !important;

}

.comm-page-list-006 .listViewContainer .wrapperContainer .recordTypeTabSet .tabs__item.hidden,
.comm-page-custom-campaigns .listViewContainer .wrapperContainer .recordTypeTabSet .tabs__item.hidden,
.comm-page-custom-mediation .listViewContainer .wrapperContainer .recordTypeTabSet .tabs__item.hidden {
    display: block !important;
}

.comm-page-list-006 .listViewContainer .wrapperContainer .recordTypeTabSet .tabs__item.uiTabOverflowMenuItem,
.comm-page-custom-campaigns .listViewContainer .wrapperContainer .recordTypeTabSet .tabs__item.uiTabOverflowMenuItem,
.comm-page-custom-mediation .listViewContainer .wrapperContainer .recordTypeTabSet .tabs__item.uiTabOverflowMenuItem {
    display: none !important;
}

.comm-page-list-006 .listViewContainer .runtime_sales_pipelineboardPipelineView .recordTypeTabSetContainer~.container, .runtime_sales_pipelineboardPipelineView .recordTypeTabSetContainer~.maskContainer,
.comm-page-custom-campaigns .listViewContainer .runtime_sales_pipelineboardPipelineView .recordTypeTabSetContainer~.container, .runtime_sales_pipelineboardPipelineView .recordTypeTabSetContainer~.maskContainer,
.comm-page-custom-mediation .listViewContainer .runtime_sales_pipelineboardPipelineView .recordTypeTabSetContainer~.container, .runtime_sales_pipelineboardPipelineView .recordTypeTabSetContainer~.maskContainer {
    margin-top: 0.325rem !important;
}

.comm-page-list-006 .listViewContainer .wrapperContainer .recordTypeTabSet li span,
.comm-page-custom-campaigns .listViewContainer .wrapperContainer .recordTypeTabSet li span,
.comm-page-custom-mediation .listViewContainer .wrapperContainer .recordTypeTabSet li span {
    text-transform: capitalize;
    font-size: 0.75rem;
}

.comm-page-custom-campaigns tbody tr td:not(:first-child),
.comm-page-custom-mediation tbody tr td:not(:nth-child(-n+2)),
.comm-page-detail-701 tbody tr td:not(:nth-child(-n+2)) {
    pointer-events: none;
}


.forceObjectHomePipelineView .runtime_sales_pipelineboardPipelineView .container .pipelineColumn {
    min-width: 18em;
}


/* Footer */

.footer {
    /* margin-right: 5rem; */
    /* margin: auto; */
    bottom: 0px !important;
    /* position: relative; */
    width: 100%;
    /* padding-top: 5rem; */
    /* display: flex; */
    margin-top: auto;
}

.sub-footer-top {
    background-color: #BBB;
    padding: .5rem 0;
    bottom: 0px;
}

.sub-footer-bottom {
    text-align: center;
    padding: 1rem 0;
    color: #FFF;
    background-color: #555;
    bottom: 0px;
}

.forceCommunityRichText .sub-footer-bottom a {
    color: #FFF !important;
}

/*
body > div.siteforcePanelsContainer.uiContainerManager {
    height: 0;
    display: none;
}
*/

/* Help page */
.forceCommunityHeadline {
    background-color: var(--dxp-g-payone-color-blue-light) !important;
    padding-bottom: 1rem;
}

.forceCommunityHeadline h1.headlineTitle {
    color: #333 !important;
    font-size: 2rem !important;
}


.forceCommunityRichText.forceCommunityHtmlBlock h3 {
    margin-top: 1rem !important;
}

.forceCommunityRichText.forceCommunityHtmlBlock p {
    margin-bottom: 1rem !important;
}


.skip-timeline-wrapper > div.slds-grid:nth-of-type(2),
.skip-timeline-wrapper > div.slds-section:nth-of-type(3) {
    display: none;
}

.activityPanel.forceCommunityActivityPanel {
    padding: 0px !important;
}

.activityPanel {
    border: 0 !important;
}

.runtime_sales_activitiesActivityTimelineFixedLayout {
    padding: 0px !important;
}

.openActivities .openActivitiesHeader button {
    background-color: var(--dxp-g-payone-color-blue-light) !important;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 0px;
    font-weight: normal;
    font-size: 1rem;
}

.open-activity-group.openActivities {
    margin-top: 0px !important;
}

.open-activity-group.openActivities .taskStatusCheckbox {
    display: none !important;
}

.salesforceIdentityLoginForm2 .inputBox {
    width: 92% !important;
}


/* My Profile - My Address */

/* Country */
html[lang="de"] .comm-page-custom-my-profile  lightning-input-address lightning-picklist label,
    /* Street */
html[lang="de"] .comm-page-custom-my-profile lightning-input-address > fieldset > div > div > div:nth-child(2) > lightning-textarea > label,
    /* Postal Code */
html[lang="de"] .comm-page-custom-my-profile lightning-input-address > fieldset > div > div > div:nth-child(3) > lightning-input > label,
    /* City */
html[lang="de"] .comm-page-custom-my-profile lightning-input-address > fieldset > div > div > div:nth-child(4) > lightning-input > label {
    margin-bottom: -0.25rem;
    overflow-x: hidden;
    white-space: nowrap;
}

/* Country */
html[lang="de"] .comm-page-custom-my-profile  lightning-input-address lightning-picklist label {
    max-width: 1.85rem;
}
/* Street */
html[lang="de"] .comm-page-custom-my-profile lightning-input-address > fieldset > div > div > div:nth-child(2) > lightning-textarea > label {
    max-width: 2.3rem;
}
/* Postal Code */
html[lang="de"] .comm-page-custom-my-profile lightning-input-address > fieldset > div > div > div:nth-child(3) > lightning-input > label {
    max-width: 1.5rem;
}
/* City */
html[lang="de"] .comm-page-custom-my-profile lightning-input-address > fieldset > div > div > div:nth-child(4) > lightning-input > label {
    max-width: 1.8rem;
}

.comm-page-custom-my-profile lightning-input[data-field="city"] {
    width: 100%;
}

.comm-page-custom-my-profile lightning-picklist[data-field="province"] {
    display: none;
}

c-change-password-form .spk-section__title,
c-user-email-settings .spk-section__title,
c-my-profile > div[c-myprofile_myprofile] .spk-section__title {
    background-color: var(--dxp-g-payone-color-blue-light) !important;
}

c-my-profile  div[c-myprofile_myprofile] .spk-section__title {
    background-color: white;
}


/* Phase options */
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option {
    display: none;
}


.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option,
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option {
    display: none;
}

/* KampagnenTyp dependent values */
.comm-page-detail-701 .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label=''],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Einzellead Sparkassen-Empfehlung'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Einzelleads LB-Empfehlung'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='eCOM Kampagnen Leads'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Girocockpit'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Wbw. Ablöse POS'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='FE Ablöse POS'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Enfore Kampagnen Leads'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Enfore Einzelleads'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Partner Community'] {
    display: block;
}
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label=''],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Einzellead Sparkassen-Empfehlung'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Einzelleads LB-Empfehlung'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='eCOM Kampagnen Leads'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Girocockpit'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Wbw. Ablöse POS'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='FE Ablöse POS'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Enfore Kampagnen Leads'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Enfore Einzelleads'],
.comm-page-custom-campaigns .siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Partner Community'] {
    display: block;
}


.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option,
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option {
    display: none;
}

/* KampagnenTyp dependent values */
.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label=''],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Einzellead Sparkassen-Empfehlung'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Einzelleads LB-Empfehlung'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='eCOM Kampagnen Leads'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Girocockpit'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Wbw. Ablöse POS'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='FE Ablöse POS'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Enfore Kampagnen Leads'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Enfore Einzelleads'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:first-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label='Partner Community'] {
    display: block;
}
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label=''],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Einzellead Sparkassen-Empfehlung'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Einzelleads LB-Empfehlung'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='eCOM Kampagnen Leads'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Girocockpit'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Wbw. Ablöse POS'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='FE Ablöse POS'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Enfore Kampagnen Leads'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Enfore Einzelleads'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(5) option[label='Partner Community'] {
    display: block;
}


.siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label=''],
.siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='0-'],
.siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='1-'],
.siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='2-'],
.siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='3-'],
.siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='4-'],
.siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='5-'],
.siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='6-'],
.siteforceContentArea > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='7-'] {
    display: block;
}

.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label=''],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='0-'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='1-'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='2-'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='3-'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='4-'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='5-'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='6-'],
.comm-page-detail-701 .contentRegion > div > div.ui-widget:last-of-type .forceCommunityTabset section:nth-of-type(-n+2) div.sdgborder > article > div.slds-card__body > div.slds-p-bottom_small > div > div:nth-child(4) option[label^='7-'] {
    display: block;
}

.comm-page-detail-01Z .comm-content-footer,
.comm-page-detail-00O .comm-content-footer {
    display: none;
}

/* Dashboard List Page */
.comm-page-list-01Z .dt-outer-container table tr > th:last-child,
.comm-page-list-01Z .dt-outer-container table tr > td:last-child {
    display: none;
}

.comm-page-list-01Z .bodyContainer .listViewContainer .emptyMessageContainer{
    background-color: rgb(255, 255, 255);
}

.comm-page-list-01Z .folderNavigator .datatableButtonLink button {
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: left;
}

.comm-page-custom-campaigns .listViewContainer p.runtime_sales_pipelineboardPipelineViewCardItemStencil a,
.comm-page-custom-mediation .listViewContainer p.runtime_sales_pipelineboardPipelineViewCardItemStencil a {
    pointer-events: none !important;
}

.comm-page-detail .test-id__inline-edit-trigger {
    display: none !important;
}

.comm-page-detail button.changeOwnerLink {
    visibility: hidden;
    pointer-events: none;
}

.comm-page-detail .body {
    pointer-events: none !important;
}

.forceCommunityThemeLogo .logoImage {
    width: 190px !important;
    height: 30px !important;
    margin-top: -1.25rem;
}

.comm-page-detail-701 .slds-page-header .slds-page-header__detail-row {
    display: none;
}

.comm-page-detail-701 .slds-page-header,
.comm-page-detail-500 .forceHighlightsPanel .slds-page-header {
    height: 3.125rem !important;
}

.comm-page-detail-500 .siteforceContentArea .forceCommunityTabset .tabs__content {
    margin-top: var(--lwc-varSpacingVerticalSmall);
}

.comm-page-detail-500 .siteforceContentArea .forceCommunityTabset .tabs__content .forceRelatedListSingleContainer {
    margin-top: var(--lwc-varSpacingVerticalSmall);
}

.comm-page-relatedlist .forceCommunityRelatedList thead th div,
.comm-page-relatedlist-500 .forceCommunityRelatedList thead th div {
    background-color: #F1F1F1 !important;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.comm-page-list-701 .forceListViewSettingsMenu,
.comm-page-list-701 tr .forceVirtualActionMarker,
.comm-page-list-701 .triggerLink .slds-page-header__name-switcher {
    display: none;
}

.comm-page-list-701 .triggerLink {
    pointer-events: none;
}