/* COMMUNITY STYLES */
body .siteforceThemeLayoutStarter {
    font-size: 1rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.themeHeader.forceCommunityThemeHeaderCompact {
    padding-inline: 3rem;
}
.siteforceThemeLayoutStarter > .body {
    padding-inline: 2.25rem;
    flex-grow: 1;
}
strong {
    font-weight: 500 !important;
}
.siteforceSldsOneColLayout.siteforceContentArea .comm-layout-column:not(:empty) {
    margin-block: 1.75rem;
}
.mobile-show {
    display: none;
}

/* LOADING/PLACEHOLDER STENCILS */
.forcePlaceholder .placeholder .dark {
    background-color: var(--lwc-colorPageBackground) !important;
}
.forcePlaceholder .placeholder.record_home_anchor .below-text-body {
    background-color: var(--lwc-colorBorder) !important;
}
.forcePlaceholder .placeholder .dark .text,
.forcePlaceholder .placeholder .dark .icon,
.forcePlaceholder .placeholder .text,
.forcePlaceholder .placeholder .icon {
    background-color: #707070 !important;
}
.forcePlaceholder .placeholder.record_home_anchor .below-text-body {
    border: 0 none !important;
}
.uiPanel,
.forceHoverPanel .pointer {
    background-color: #262626 !important;
    border-color: #444 !important;
}
.uiPanel {
    box-shadow: 0 8px 10px -2px rgb(0 0 0 / .5);
}
.uiPanel .forceHighlightsPreviewStencil,
.uiPanel .forcePreviewPanel .forceImageRelatedListStencil,
.forceCommunityUserPreviewStencilNapili .topSection {
    background-color: transparent !important;
}

/* TYPOGRAPHY */
.text-line-height-100 {
    line-height: 1 !important;
}
.text-decoration-none {
    text-decoration: none !important;
}

/* NAVBAR */
.forceCommunityThemeNav ul .mainNavItem {
    padding-left: 24px;
    text-transform: uppercase;
}
.forceCommunityThemeNav ul .themeNavMoreLink .comm-navigation__sub-menu-trigger {
    text-transform: uppercase;
}
.forceCommunityThemeNav.cypressInnerHeader .mainNavItem.hasSubNav .subMenu,
.forceCommunityThemeNav.cypressInnerHeader .mainNavItem.hasSubNav .subMenu .uiMenuItem {
    background-color: #262626 !important;
    text-transform: initial;
    font-weight: 300;
}
.forceCommunityThemeNav.cypressInnerHeader .mainNavItem .subMenu .subMenuItem a {
    border-bottom-color: #444 !important;
}
.comm-user-profile-menu .slds-dropdown-trigger > .slds-button {
    margin-bottom: 0;
}
.comm-user-profile-menu .slds-avatar {
    width: 36px;
    height: 36px;
    margin: 0;
}
.comm-user-profile-menu .slds-avatar img {
    width: 100%;
    max-width: none;
}
/* home page navbar gradient: must have an exact match on the attribute in order for the gradient to appear */
.themeBgImage[style="background: rgba(0,0,0,0)"]:before {
    content: '';
    width: 100%;
    height: 160px;
    display: block;
    background: linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0) 100%);
}
.comm-user-profile-menu__dropdown-ctn[community_user-userProfileMenu_userProfileMenu],
.slds-dropdown__list[community_user-userProfileMenu_userProfileMenu] a.menu-item[community_user-userProfileMenu_userProfileMenu] {
    background-color: #262626 !important;
    border-color: #444 !important;
}
.slds-dropdown__list[community_user-userProfileMenu_userProfileMenu] a.menu-item-bg-hover-color[community_user-userProfileMenu_userProfileMenu] {
    border-color: #444 !important;
    background-color: rgba(0, 169, 224, 0.1) !important;
}
.forceCommunityThemeNav.cypressHomeHeader .mainNavItem .linkBtn.comm-navigation__home-link {
    display: none;
}
.forceCommunityThemeHeaderBase .themeBgImage[style="background: rgb(0,0,0) url(/sfsites/c/file-asset/bg_topo_map_lrg?v=1) center center /cover"],
.forceCommunityThemeHeaderBase .themeBgImage[style="background: rgb(0,0,0) url(/s/sfsites/c/file-asset/bg_topo_map_lrg?v=1) center center /cover"] {
    overflow: hidden;
}
.forceCommunityThemeHeaderBase .themeBgImage[style="background: rgb(0,0,0) url(/sfsites/c/file-asset/bg_topo_map_lrg?v=1) center center /cover"]:before,
.forceCommunityThemeHeaderBase .themeBgImage[style="background: rgb(0,0,0) url(/s/sfsites/c/file-asset/bg_topo_map_lrg?v=1) center center /cover"]:before,
.forceCommunityThemeHeaderBase .themeBgImage[style="background: rgb(0,0,0) url(/sfsites/c/file-asset/bg_topo_map_lrg?v=1) center center /cover"]:after,
.forceCommunityThemeHeaderBase .themeBgImage[style="background: rgb(0,0,0) url(/s/sfsites/c/file-asset/bg_topo_map_lrg?v=1) center center /cover"]:after {
    content: '';
    height: 320px;
    width: 235px;
    position: absolute;
    background-image: url(/sfsites/c/resource/OSFArchrockImages/angle-overlay-left.png);
    opacity: .6;
}
.forceCommunityThemeHeaderBase .themeBgImage[style="background: rgb(0,0,0) url(/sfsites/c/file-asset/bg_topo_map_lrg?v=1) center center /cover"]:after,
.forceCommunityThemeHeaderBase .themeBgImage[style="background: rgb(0,0,0) url(/s/sfsites/c/file-asset/bg_topo_map_lrg?v=1) center center /cover"]:after {
    width: 315px;
    right: 0;
    background-image: url(/sfsites/c/resource/OSFArchrockImages/angle-overlay-right.png);
    opacity: 1;
}

/* HERO BANNER */
.forceCommunityThemeHeroBase {
    padding: 134px 3rem 0 !important;
    height: 320px;
}
.forceCommunityThemeHeroBase .contentContainer .content h1.contentCaption {
    font-size: 27px;
    line-height: 1;
}
.forceCommunityThemeHeroBase .contentContainer .content h2.contentTitle {
    font-size: 44px;
    line-height: 1;
    margin-top: 4px;
}
.forceCommunityThemeHeroBase .contentContainer .content h2.contentTitle:after {
    content: '';
    width: 150px;
    height: 3px;
    display: block;
    background-color: #FFC600;
    margin-top: 8px;
}
.forceCommunityThemeHeroBase .bgImage:before,
.forceCommunityThemeHeroBase .bgImage:after {
    content: '';
    height: 320px;
    width: 235px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/sfsites/c/resource/OSFArchrockImages/angle-overlay-left.png);
}
.forceCommunityThemeHeroBase .bgImage:after {
    width: 315px;
    left: auto;
    right: 0;
    background-image: url(/sfsites/c/resource/OSFArchrockImages/angle-overlay-right.png);
}
    /* force home page content to overlay the hero banner */
.siteforceThemeLayoutStarter .hero + .body .comm-content-header {
    padding-top: 0;
    margin-top: -52px;
    position: relative;
    z-index: 4;
}

/* CMS CAROUSEL */
.ui-widget .forceCommunityCarousel .carouselSlide .js-content .container > .slds-p-around_medium {
    padding: 24px;
}
/* .ui-widget .forceCommunityCarousel .carouselSlide a.js-content-title {
    pointer-events: none;
} */
.ui-widget .forceCommunityCarousel .carouselSlide h1 span {
    font-size: 27px;
    line-height: 1;
    text-transform: none !important;
}
.ui-widget .forceCommunityCarousel .carouselSlide lightning-formatted-rich-text.js-content-subtitle,
.ui-widget .forceCommunityCarousel .carouselSlide .js-content-metadata {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 8px;
}
.ui-widget .forceCommunityCarousel .carouselSlide .js-content-subtitle a {
    font-weight: 500;
    color: #FFC600;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
    letter-spacing: .05em;
}
.ui-widget .forceCommunityCarousel .carouselSlide .mediaContainer {
    height: auto !important;
    width: calc(25% - 1rem) !important;
}
.ui-widget .forceCommunityCarousel .carouselSlide .mediaContainer > div.slds-is-relative {
    height: 100% !important;
}
.ui-widget .forceCommunityCarousel .carouselSlide .js-content-metadata:empty {
    display: none;
}
.forceCommunityCarousel .carouselSlide .js-content,
.forceCommunityCarousel .carouselSlide .js-content .container {
    height: 100%;
}
.forceCommunityCarousel .carouselSlide .js-content .container > div:not(.mediaContainer) > .slds-col,
.ui-widget .forceCommunityCarousel .carouselSlide .js-content-subtitle span {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ui-widget .forceCommunityCarousel .carouselSlide p.js-content-subtitle {
    flex-grow: 1;
}
.ui-widget .forceCommunityCarousel .carouselSlide .js-content-subtitle span p:last-child {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.forceCommunityCarousel .previousAction,
.forceCommunityCarousel .nextAction {
    position: absolute;
    z-index: 1;
}
.forceCommunityCarousel .previousAction .slds-icon,
.forceCommunityCarousel .nextAction .slds-icon {
    fill: rgb(230 230 230 / 50%);
}
.forceCommunityCarousel .carouselSlide {
    border-radius: 8px;
}

/* LOGIN */
div.salesforceIdentityLoginBody2 {
    background-image: url(/sfsites/c/resource/OSFArchrockImages/bg_man_truck_evening_lrg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
div.salesforceIdentityLoginBody2:before {
    background-color: rgb(0 0 0 / .15);
    inset: 0;
    position: absolute;
}
div.salesforceIdentityLoginBody2 .cCenterPanel:before {
    display: none;
}
div.salesforceIdentityLoginBody2 .cCenterPanel {
    min-width: 0;
    max-width: 360px;
    margin: 50px auto auto;
    padding: 32px;
    border-radius: 8px;
    background-color: var(--lwc-CardBackgroundColor,rgba(255, 255, 255, 0.05));
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}
.login-logo {
    max-width: 256px;
    margin: auto;
}
div.salesforceIdentityLoginBody2 .ui-widget {
    padding-top: 0;
    padding-bottom: 0;
}
div.salesforceIdentityLoginBody2 .ui-widget + .ui-widget {
    padding-top: 16px;
}
.text-subhead {
    font-weight: 300;
    font-size: 26px;
    text-align: center;
    color: #FFC600;
    line-height: 1;
}
div.salesforceIdentityLoginForm2 .inputContainer,
div.salesforceIdentityForgotPassword2 .inputContainer {
    margin-bottom: 12px;
    border: none;
    border-radius: 4px;
    line-height: 1;
}
div.salesforceIdentityForgotPassword2 .inputContainer {
    display: inline-flex;
    width: 100%;
}
div.salesforceIdentityLoginForm2 .inputIcon,
div.salesforceIdentityLoginForm2 .inputIcon .slds-icon {
    width: 16px;
    height: 16px;
}
div.salesforceIdentityForgotPassword2 .inputIcon {
    font-size: inherit;
}
div.salesforceIdentityLoginForm2 .inputBox,
div.salesforceIdentityForgotPassword2 .inputBox {
    padding: 0;
    margin-left: 12px;
    margin-top: 0;
    width: 100%;
    font-weight: 300;
    color: #000;
    border: none;
    font-size: 16px;
    height: auto;
    background-color: transparent !important;
}
div.salesforceIdentityLoginForm2 .slds-icon_container+.uiInput .inputBox,
div.salesforceIdentityForgotPassword2 .slds-icon_container+.uiInput .inputBox {
    width: calc(100% - 2rem);
}
div.salesforceIdentityLoginForm2 .inputBox::placeholder,
div.salesforceIdentityForgotPassword2 .inputBox::placeholder {
    color: #97999B;
    font-weight: 300;
}
div.salesforceIdentityLoginForm2 .uiButton.slds-button--brand,
div.salesforceIdentityForgotPassword2 .uiButton {
    margin-top: 4px;
    margin-bottom: 12px;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
    border-radius: 4px !important;
    transition: all 250ms;
}
div.salesforceIdentityForgotPassword2 .uiButton {
    margin-bottom: 0;
}
div.salesforceIdentityLoginForm2 > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
div.salesforceIdentityLoginForm2 > div:last-child span:not(.selfRegister) a {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    letter-spacing: .05em;
}
div.salesforceIdentityLoginForm2 > div:last-child span:not(.selfRegister) a:hover {
    color: var(--lwc-colorBackgroundButtonBrand);
}
div.salesforceIdentityLoginForm2 > div:last-child .selfRegister a,
a.ui-button.slds-button.slds-button--inverse.full-width-button {
    display: block;
    text-align: center;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
    border-radius: 4px !important;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 250ms;
}
div.salesforceIdentityLoginForm2 > div:last-child .selfRegister a:hover,
a.ui-button.slds-button.slds-button--inverse.full-width-button:hover {
    background-color: var(--lwc-colorBackgroundButtonBrandHover);
    border-color: var(--lwc-colorBackgroundButtonBrandHover);
    text-decoration: none;
}
div.salesforceIdentityLoginBody2 .cCenterPanel .contentRegion.comm-layout-column {
    padding: 0;
}
.text-body.text-color-inverse {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
}
div.salesforceIdentityLoginBody2 .cCenterPanel.registerPanel {
    max-width: 560px;
}
.ui-widget .forceCommunityCarousel .carouselSlide .js-content-subtitle span {
    gap: 8px;
}

/* INPUTS AND BUTTONS */
.slds-input::placeholder {
    font-weight: inherit;
    color: inherit;
}
input.slds-input {
    background: #1F1F1F;
    border: 1px solid #444444;
    color: #ffffff;
}
button.slds-combobox__input {
    background-color: #333;
}
.slds-dropdown-trigger .slds-button.slds-button_icon {
    background-color: #333;
    color: #97999B;
}
div.slds-dropdown {
    background-color: #333;
    box-shadow: 0 8px 10px -2px rgb(0 0 0 / .5);
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
}
div.slds-dropdown .slds-dropdown__item {
    font-weight: 300;
}
div.slds-dropdown .slds-dropdown__item > a {
    color: #ffffff;
}
button.slds-button {
    padding: 0;
    line-height: 1;
}
.slds-button.slds-button_neutral,
.slds-button.slds-button_brand,
.slds-button.slds-button_outline-brand,
.slds-button.slds-button_inverse,
.slds-button.slds-button--neutral,
.slds-button.slds-button--brand,
.slds-button.slds-button--outline-brand,
.slds-button.slds-button--inverse {
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-radius: 4px;
    transition: all 150ms;
}
.slds-button.slds-button_neutral,
.slds-button.slds-button--neutral {
    background-color: #ffffff;
    border: 1px solid #00A9E0;
    color: #00A9E0;
}
.slds-button.slds-button_brand,
.slds-button.slds-button--brand {
    background-color: #00A9E0;
    border: 1px solid #00A9E0;
    color: #ffffff;
}
.slds-button.slds-button_outline-brand,
.slds-button.slds-button--outline-brand {
    background-color: #FFC600;
    border: 1px solid #FFC600;
    color: #000000;
}
.slds-button.slds-button_inverse,
.slds-button.slds-button--inverse {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.slds-button.slds-button_neutral:hover,
.slds-button.slds-button--neutral:hover {
    background-color: #0082BA;
    border-color: #0082BA;
    color: #ffffff;
}
.slds-button.slds-button_brand:hover,
.slds-button.slds-button--brand:hover {
    background-color: #0082BA;
    border-color: #0082BA;
}
.slds-button.slds-button_outline-brand:hover,
.slds-button.slds-button--outline-brand:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.slds-button.slds-button_inverse:hover,
.slds-button.slds-button--inverse:hover {
    background-color: #FFFFFF;
    color: #000000;
}
.custom-button-bare .slds-button {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
}
.full-width-button .slds-button {
    width: 100%;
}

/* OSF TABLE COMPONENT */
.table-meta-container {
    background-color: rgba(68, 68, 68, 0.5);
    border-radius: 2px;
    color: #97999B;
}
.slds-table,
.slds-table_header-fixed_container,
.slds-table--header-fixed_container,
span.slds-cell-fixed,
div.slds-cell-fixed,
.slds-table .slds-has-focus .slds-th__action {
    background-color: transparent !important;
}
.slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-has-focus),
.slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-has-focus),
.slds-table .slds-has-focus .slds-th__action {
    box-shadow: none !important;
}
.slds-table_header-fixed_container[lightning-datatable_table] > .slds-scrollable_y[lightning-datatable_table]::before {
    border-bottom-color: #FFC600 !important;
}
.slds-table thead tr th {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}
.table-advanced .slds-table tbody th, .table-advanced .slds-table tbody td {
    font-weight: 300;
    font-size: 20px;
    padding: 12px;
    line-height: 1;
}
.slds-table tbody td button.slds-button .slds-button__icon {
    vertical-align: inherit;
}
.slds-table thead tr th a {
    padding-inline: 12px;
}
.slds-table thead tr th a .slds-is-sortable__icon {
    fill: #ffffff;
}
.slds-table thead tr th .slds-th__action-button {
    display: none;
}
.slds-resizable .slds-resizable__divider:before {
    background-color: transparent;
}
th lightning-primitive-header-factory:not(.slds-is-sortable) .slds-th__action:focus,
th lightning-primitive-header-factory:not(.slds-is-sortable) .slds-th__action:hover {
    background-color: transparent !important;
}
.slds-table .slds-is-sortable .slds-th__action:hover,
.slds-table .slds-is-sortable .slds-th__action:focus,
.slds-table .slds-is-sortable.slds-has-focus .slds-th__action,
.slds-table .slds-is-sortable.slds-has-focus .slds-th__action:hover,
.slds-table .slds-is-sortable.slds-has-focus .slds-th__action:focus {
    background-color: rgb(68 68 68 / 25%);
}
.slds-table .slds-has-focus.slds-is-resizable .slds-th__action,
.slds-table .slds-has-focus.slds-is-resizable .slds-th__action:focus,
.slds-table .slds-has-focus.slds-is-resizable .slds-th__action:hover,
.slds-table .slds-has-focus.slds-is-resizable .slds-th__action:focus:hover,
.slds-table .slds-is-resizable .slds-th__action:focus,
.slds-table .slds-is-resizable .slds-th__action:focus:hover {
    background-color: inherit;
    box-shadow: none;
}
.table-controls .slds-form-element .slds-input {
    height: 40px;
}
.table-search {
    width: 300px;
}
.table-actions-menu .slds-button {
    height: 40px;
    width: 40px;
}
.table-actions-menu svg.slds-button__icon {
    width: 20px;
    height: 20px;
}
.table-actions-menu .slds-button.slds-button_icon-more lightning-primitive-icon:nth-child(2) {
    display: none;
}
.tile-container {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.tile-card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid #444444;
    border-radius: 4px;
    overflow: hidden;
}
.tile-header {
    background: rgba(0, 169, 224, 0.2);
    border-bottom: 1px solid #444444;
    padding: 10px 12px 8px;
}
.tile-header h2 {
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tile-card .tile-body {
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}
.tile-card .tile-body:last-child {
    padding-bottom: 12px;
}
.tile-card .slds-form-element__label {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 0;
}
.tile-card .tile-value {
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tile-card:hover .tile-header {
    background-color: #00A9E0;
}
.tile-card:hover .tile-body {
    background-color: rgba(0, 169, 224, 0.2);
}
.mobile-table-container {
    border-top: 1px solid var(--lwc-colorBorder);
    margin-inline: -12px;
}
.cell-data {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    border-bottom-color: var(--lwc-colorBorder) !important;
}
.cell-header {
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    border-bottom-color: #FFC600 !important;
}
.sticky-column {
    box-shadow: 0 0 24px rgb(0 0 0 / 10%) !important;
}
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-transform: uppercase;
    margin-top: 8px;
    color: var(--lwc-colorTextLabel);
    font-size: var(--lwc-formLabelFontSize);
}
.pagination-nav {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 1rem;
    line-height: 1;
}
.pagination-display .slds-form-element__label,
.pagination-jump .slds-form-element__label {
    float: none !important;
    min-width: fit-content;
    width: fit-content !important;
}
.pagination-display,
.pagination-display .slds-form-element,
.pagination-jump .slds-form-element {
    display: flex;
    align-items: center;
    gap: 8px;
}
.pagination-display .slds-form-element,
.pagination-display .slds-form-element__label,
.pagination-display .slds-form-element__control,
.pagination-jump .slds-form-element,
.pagination-jump .slds-form-element__label,
.pagination-jump .slds-form-element__control {
    padding: 0 !important;
    margin: 0 !important;
}
.pagination-display > span {
    width: 100%;
}
.pagination-top-button .slds-button {
    text-transform: uppercase;
    line-height: 14px;
}
.pagination-top-button .slds-button__icon {
    margin-left: 4px;
}
.pagination-display .slds-input_faux,
.pagination-jump .slds-input {
    padding: 6px 6px 6px 8px;
    min-height: 12px;
    line-height: 12px;
    width: 50px;
}
.pagination-page-button .slds-button {
    line-height: 1 !important;
}
.pagination-current-page {
    color: initial;
}
.pagination-jump .slds-form-element_horizontal > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ASSET MANAGER PROMO */
.aam-cta-container {
    display: flex;
    gap: 24px;
}
.aam-logo-container {
    flex: 0 0 auto;
    height: 172px;
    width: 172px;
    background-color: rgba(255, 198, 0, 0.2);
    border: 4px solid #FFC600;
    border-radius: 24px;
    background-image: url(/sfsites/c/resource/OSFArchrockImages/icon-asset-large.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 124px;
}
.aam-title-container {
    display: flex;
    gap: 16px;
    align-items: center;
}
.aam-content-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
h2.aam-title {
    font-size: 34px;
    line-height: 1;
}
.new-tag {
    padding: 4px 12px 6px;
    background-color: #fff;
    border-radius: 24px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}
.aam-subhead {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 300;
    color: #00A9E0;
}
.aam-body {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 300;
}
.aam-button-container {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

/* TOOL PICKER PROMO */
.tool-picker-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.tool-picker-title-container {
    display: flex;
    align-items: center;
    gap: 8px;
}
.center-line-decoration {
    height: 1px;
    background-color: #444444;
    flex-grow: 1;
}
.tool-picker-container h4.tool-picker-title {
    color: rgb(151 153 155 / 50%);
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}
.tool-card-container {
    display: flex;
    gap: 24px;
}
a.tool-card {
    overflow: hidden;
    position: relative;
    flex-basis: 100%;
    border-radius: 8px;
    height: 300px;
}
.tool-card .card-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
    inset: 0;
}
.tool-card .overlay {
    position: absolute;
    inset: 0;
}
.teal-card .overlay {
    background: linear-gradient(118.18deg, rgb(23 87 131 / 49%) 0%, rgba(36, 109, 150, 0) 69.65%), 
        linear-gradient(0deg, rgba(45, 204, 211, 0.3), rgba(45, 204, 211, 0.3)), 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.green-card .overlay {
    background: linear-gradient(0deg, rgba(38, 208, 124, 0.2), rgba(38, 208, 124, 0.2)), 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.yellow-card .overlay {
    background: linear-gradient(0deg, rgba(236, 232, 26, 0.2), rgba(236, 232, 26, 0.2)), rgba(0, 0, 0, 0.55)
}
.tool-card .card-bg {
    scale: 1;
    transition: scale 150ms;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.tool-card:hover .card-bg {
    scale: 1.1;
}
a.tool-card:hover {
    color: inherit;
}
.tool-card-title-container {
    isolation: isolate;
    display: flex;
    align-items: center;
    padding: 20px 24px;
    gap: 12px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.tool-card .tool-icon {
    flex: 0 0 50px;
}
.tool-card h3.tool-card-title {
    font-size: 27px;
    line-height: 1;
}
.teal-card .tool-card-title-container {
    background-color: rgba(45, 204, 211, 0.25);
}
.green-card .tool-card-title-container {
    background-color: rgba(34, 189, 112, 0.25);
}
.yellow-card .tool-card-title-container {
    background-color: rgba(236, 232, 26, 0.25);
}
.tool-card-body-container {
    isolation: isolate;
    display: flex;
    padding: 24px;
    gap: 10px;
    align-items: flex-end;
    flex-grow: 1;
}
.tool-card-body {
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 1.2;
}
.tool-card-action-icon {
    flex: 0 0 auto;
}

/* ANKLE AND FOOTER */
.ankle-container {
    background-color: #1f1f1f;
    padding: 64px 48px;
    margin-top: 48px;
    background-image: url(/sfsites/c/resource/OSFArchrockImages/ankle-background-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.ankle-content-container {
    max-width: 70%;
}
.ankle-title {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.25;
    color: #00A9E0;
}
.ankle-body {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 12px;
}
.footer-container {
    background-color: #444;
    padding: 32px 48px;
    display: flex;
    justify-content: space-between;
}
.footer-logo {
    display: block;
    height: 40px;
}
.footer-logo img {
    object-fit: contain;
    height: 100%;
    width: auto;
}
.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 20px;
}
a.social-icon {
    height: 32px;
    width: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.social-icon.twitter {
    background-image: url(/sfsites/c/resource/OSFArchrockImages/icon-twitter-fill.png);
}
.social-icon.facebook {
    background-image: url(/sfsites/c/resource/OSFArchrockImages/icon-facebook-circle-fill.png);
}
.social-icon.linkedin {
    background-image: url(/sfsites/c/resource/OSFArchrockImages/icon-linkedin-box-fill.png);
}
.social-icon.instagram {
    background-image: url(/sfsites/c/resource/OSFArchrockImages/icon-instagram-line.png);
}
.footer-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
a.footer-contact {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.25;
    color: white !important;
}
.link-container {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}
.link-container a {
    color: white !important;
}
.footer-copyright {
    color: #97999B;
    margin-top: 8px;
}
span.link-divider {
    display: inline-block;
    width: 1px;
    background-color: #97999B;
    height: 14px;
    margin-inline: 12px;
    margin-bottom: -2px;
}

/* SEARCH ASSETS */
.slds-backdrop {
    background: rgba(0, 0, 0, 0.75) !important;
}
.search-modal .slds-modal__container {
    max-width: 400px;
}
.search-modal .slds-modal__header,
.search-modal .slds-modal__content {
    background-color: #262626;
}
.search-modal .slds-modal__content {
    height: 100%;
    max-height: 600px;
}
.search-modal .slds-modal__header {
    border-bottom-width: 1px;
}
h5.slds-text-heading_medium {
    text-align: left;
    font-size: 1rem;
    line-height: 1;
}
.asset-search-input .slds-input {
    padding-block: 4px;
    font-weight: 300;
}
.search-modal .slds-list_vertical li a {
    border-bottom: 1px solid #444444;
    display: block;
    padding: 12px 16px;
    font-size: 20px;
    font-weight: 300;
    color: white !important;
    text-decoration: none !important;
}
.search-modal .slds-list_vertical li a:hover {
    background-color: rgba(0, 169, 224, 0.1);
}
.search-modal .slds-list_vertical li:last-child a {
    border: 0 none;
}

/* TOOL HEADERS */
.header-container {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 16px;
    margin-bottom: -16px;
}
.header-overlay {
    position: absolute;
}
.header-icon {
    border: 2px solid transparent;
    border-radius: 10px;
    margin: 32px;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.header-content-container {
    padding: 32px 32px 32px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
h2.header-title {
    font-size: 34px !important;
    line-height: 1;
}
.header-body {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
}
.header-overlay {
    position: absolute;
    height: 256px;
    width: 256px;
    bottom: 0;
    right: -4px;
}
.orange .header-icon {
    border-color: #FFC600;
    background-color: rgb(255 198 0 / 15%);
    background-image: url(/sfsites/c/resource/OSFArchrockImages/icon-asset-small.svg);
}
.blue .header-icon {
    border-color: #2DCCD3;
    background-color: rgb(45 204 211 / 15%);
    background-image: url(/sfsites/c/resource/OSFArchrockImages/icon-compliance-small.svg);
}
.green .header-icon {
    border-color: #26D07C;
    background-color: rgb(38 208 124 / 15%);
    background-image: url(/sfsites/c/resource/OSFArchrockImages/icon-oil-small.svg);
}
.yellow .header-icon {
    border-color: #ECE81A;
    background-color: rgb(236 232 26 / 14%);
    background-image: url(/sfsites/c/resource/OSFArchrockImages/icon-maintenance-small.svg);
}
.header-container.orange { background-image: url(/sfsites/c/resource/OSFArchrockImages/header-background-asset-manager.png?v2); }
.header-container.blue {
    background-image: url(/sfsites/c/resource/OSFArchrockImages/header-background-compliance.png?v2);
    background-position: center 25%;
}
.header-container.green {
    background-image: url(/sfsites/c/resource/OSFArchrockImages/header-background-oil-analysis.png?v2);
    background-position: center 60%;
}
.header-container.yellow {
    background-image: url(/sfsites/c/resource/OSFArchrockImages/header-background-maintenance.png?v2);
    background-position: center top;
}
.orange .header-overlay { background-image: url(/sfsites/c/resource/OSFArchrockImages/angle-overlay-orange.png); }
.blue .header-overlay { background-image: url(/sfsites/c/resource/OSFArchrockImages/angle-overlay-blue.png); }
.green .header-overlay { background-image: url(/sfsites/c/resource/OSFArchrockImages/angle-overlay-green.png); }
.yellow .header-overlay { background-image: url(/sfsites/c/resource/OSFArchrockImages/angle-overlay-yellow.png); }

/* RECORD DETAIL */
.slds-page-header__detail-row,
.slds-card,
.uiTabset--default {
    background-color: transparent !important;
}
.uiTabset--default .uiTabBar {
    margin-bottom: 1.5rem;
}
.forceCommunityRecordHeadline .slds-page-header_record-home.forceRecordLayout {
    padding: 0 !important;
    border-radius: 0 !important;
    height: auto !important;
}
.forceHighlightsStencilDesktop .primaryFieldRow .slds-media__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.forceCommunityRecordHeadline .slds-page-header_record-home.forceRecordLayout h1 .slds-page-header__title {
    font-size: 34px;
    line-height: 1;
}
.slds-page-header_record-home.forceRecordLayout h1 .entityNameTitle {
    font-size: 16px;
    margin-bottom: 4px;
    display: none;
}
.slds-page-header_record-home.forceRecordLayout .profilePicWrapper.slds-media .slds-icon {
    background-color: transparent !important;
}
.slds-page-header_record-home.forceRecordLayout .profilePicWrapper.slds-media .slds-icon.forceEntityIcon {
    height: 50px;
    width: 50px;
}
.slds-button-group.forceActionsContainer li.slds-button {
    padding-block: 0;
}
.oneActionsRibbon li.slds-button--neutral:hover > a {
    color: white !important;
}
.forceHighlightsStencilDesktop .slds-page-header__detail-row {
    background-color: rgba(68, 68, 68, 0.5) !important;
    border-radius: 8px;
    margin: 24px 0 0 !important;
    padding: 16px 24px !important;
}
.slds-form_stacked .slds-form-element .slds-form-element__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding: 0;
}
.slds-form_stacked .slds-form-element .slds-form-element__control .slds-form-element__static {
    font-size: 20px !important;
    font-weight: 300;
    line-height: 1.25;
}
.slds-form_stacked .slds-form-element .slds-form-element__control {
    padding: 0 0 4px;
}
.forceRecordLayout .slds-section .slds-section__content .forcePageBlockSectionRow {
    margin-bottom: 24px;
}
button.slds-button.slds-section__title-action {
    background-color: transparent;
    padding-inline: 12px !important;
    margin-bottom: 8px;
}
button.slds-button.slds-section__title-action .test-id__section-header-title {
    font-size: 26px;
    font-family: var(--lwc-fontFamily);
    font-weight: 300;
}
.forcePageBlockSection .section-icon .slds-icon {
    height: 20px;
    width: 20px;
}
.forcePageBlockItemView .slds-form-element .slds-button_icon.inline-edit-trigger {
    color: #444444;
}

/* MODALS */
.slds-modal__header, .slds-modal__content, .slds-modal__footer,
.uiDatePicker--default.DESKTOP {
    background-color: var(--lwc-colorPageBackground) !important;
}
.forceCommunityRecordDetail .forceRecordLayout .full.forcePageBlockSectionEdit .slds-section__title {
    background-color: transparent !important;
}
.forceDetailPanelDesktop .uiInput .form-element__label {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.uiInput--input .input, .uiInput--input.input,
.uiInput--textarea .textarea, .uiInput--textarea.textarea {
    background-color: #1F1F1F !important;
    font-size: 20px;
    font-weight: 300;
    padding-block: 4px;
}
.uiInput--input.input:focus,
.uiInput--input .input:focus,
.uiInput--input.input:active,
.uiInput--input .input:active,
.uiInput--textarea .textarea:focus,
.uiInput--textarea.textarea:focus,
.uiInput--textarea .textarea:active,
.uiInput--textarea.textarea:active {
    background-color: inherit !important;
    border: 0 none !important;
}
.uiDatePicker--default.DESKTOP.slds-select, .uiDatePicker--default .slds-select {
    background-color: #262626 !important;
}
.uiDatePicker--default.DESKTOP.slds-select:focus,
.uiDatePicker--default.DESKTOP .slds-select:focus,
.uiDatePicker--default.DESKTOP.slds-select:active,
.uiDatePicker--default.DESKTOP.slds-select:active {
    background-color: #333 !important;
}

/* TABS */
.uiTabBar .uiTabItem .tabHeader .title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
}

/* PROFILE PAGE */
.forceCommunityUserProfileBody .cProfileViewBody,
.forceCommunityUserProfileBody .cUserStatsCon .forceCommunityUserProfileStats,
.forceCommunityUserProfileBody .cUserKnowledgeableAboutCon .forceCommunityUserProfileKnowledgeableAbout,
.forceContentVirtualRelatedListStencil {
    background-color: transparent !important;
}
.slds-tabs_card .slds-page-header, .slds-card .slds-page-header {
    background-color: rgba(68, 68, 68, 0.5) !important;
}

/* NEW USER MODAL */
c-osf-new-user-button .slds-form-element__label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 4px;
}
c-osf-new-user-button .slds-form-element__control {
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
}
c-osf-new-user-button .slds-form-element__control .slds-input,
c-osf-new-user-button .slds-form-element__control .slds-combobox__input {
    padding-block: 4px;
}
c-osf-new-user-button .slds-form-element__label.slds-form-element__legend {
    font-family: var(--lwc-fontFamilyHeader);
    text-transform: none;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25;
    padding-block: 8px;
}
c-osf-new-user-button .slds-form-element__control .slds-textarea {
    background-color: #1F1F1F;
}
c-osf-new-user-button .slds-form-element__control .slds-form-element__group .slds-form-element__row:not(:last-child) {
    margin-bottom: 12px;
}
c-osf-new-user-button .slds-form-element__control .slds-form-element__group .slds-form-element__row .slds-form-element + .slds-form-element {
    padding-left: 1.5rem;
}

/* NEWS DETAIL STYLES */
.forceCommunityManagedContentDetail {
    position: relative;
    margin-bottom: 48px;
}
.forceCommunityManagedContentDetail h1.js-content-title {
    font-size: 34px;
    line-height: 1.2;
}
.forceCommunityManagedContentDetail p.js-content-subtitle {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 300;
    color: #00A9E0;
}
.forceCommunityManagedContentDetail lightning-formatted-rich-text.js-content-body {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 300;
}
.forceCommunityManagedContentDetail lightning-formatted-rich-text.js-content-body p {
    margin-bottom: 12px;
}
.forceCommunityManagedContentDetail lightning-formatted-rich-text.js-content-body p img {
    height: 250px;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-right: 12px;
}
.forceCommunityManagedContentDetail .js-content-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    background-color: rgba(0, 73, 118, 0.2) !important;
    border-radius: 8px;
}
.forceCommunityManagedContentDetail .js-content-header:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(/sfsites/c/resource/OSFArchrockImages/bg_topo_map_lrg.jpg);
    height: 400px;
    border-radius: 8px;
}

@media (max-width:767px) {
    .mobile-show {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    .themeHeader.forceCommunityThemeHeaderCompact {
        padding-inline: 12px;
    }
    .comm-user-profile-menu .slds-avatar {
        width: 28px;
        height: 28px;
    }
    .forceCommunityThemeHeroBase {
        height: 280px;
    }
    .themeBgImage[style="background: rgba(0,0,0,0)"]:before {
        height: 120px;
    }
    .forceCommunityThemeHeroBase[style] {
        padding: 100px 12px 0 !important;
    }
    .forceCommunityThemeHeroBase .contentContainer .content h1.contentCaption {
        font-size: 20px;
        text-align: left;
    }
    .forceCommunityThemeHeroBase .contentContainer .content h2.contentTitle {
        font-size: 30px;
        text-align: left;
    }
    .forceCommunityThemeHeroBase .bgImage:before,
    .forceCommunityThemeHeroBase .bgImage:after {
        height: 280px;
        left: -50px;
    }
    .forceCommunityThemeHeroBase .bgImage:after {
        width: 140px;
        left: auto;
    }
    .siteforceThemeLayoutStarter > .body {
        padding-inline: 0px;
    }
    .ui-widget .forceCommunityCarousel .carouselSlide .js-content .container > .slds-p-around_medium {
        padding: 16px 20px;
    }
    .ui-widget .forceCommunityCarousel .carouselSlide h1 span {
        font-size: 20px;
        line-height: 1.25;
        display: inline-block;
    }
    .ui-widget .forceCommunityCarousel .carouselSlide p.js-content-subtitle {
        margin-top: 4px;
    }
    .ui-widget .forceCommunityCarousel .carouselSlide .mediaContainer {
        width: 100% !important;
        height: 180px !important;
    }
    .forceCommunityCarousel .previousAction .slds-icon, .forceCommunityCarousel .nextAction .slds-icon {
        height: 20px;
        width: 20px;
    }
    .siteforceSldsOneColLayout.siteforceContentArea .comm-layout-column:not(:empty) {
        margin-block: 1rem;
    }
    .siteforceThemeLayoutStarter .hero + .body .comm-content-header {
        margin-top: -50px;
    }
    .aam-cta-container {
        gap: 16px;
    }
    .aam-logo-container {
        height: 72px;
        width: 72px;
        border-radius: 12px;
        border-width: 2px;
        background-size: 56px;
        background-image: url(/sfsites/c/resource/OSFArchrockImages/icon-asset-small.svg);
    }
    h2.aam-title {
        font-size: 30px;
    }
    .new-tag {
        padding: 3px 8px 4px;
    }
    .aam-subhead {
        font-size: 24px;
    }
    .aam-button-container lightning-button {
        flex: 1 1 100%;
    }
    .aam-button-container .slds-button {
        width: 100%;
    }
    .tool-picker-container h4.tool-picker-title {
        font-size: 18px;
    }
    .tool-card-container {
        flex-direction: column;
        gap: 12px;
    }
    a.tool-card {
        background-size: cover;
    }
    .tool-card-title-container {
        padding: 16px 20px;
    }
    .tool-card-body-container {
        padding: 48px 20px 16px;
    }
    .ankle-container {
        padding: 24px;
        margin-top: 16px;
        background-image: url(/sfsites/c/resource/OSFArchrockImages/ankle-bg-mobile.png);
    }
    .ankle-content-container {
        max-width: 100%;
    }
    .ankle-title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 8px;
    }
    .ankle-content-container .slds-button {
        width: 100%;
    }
    .footer-container {
        padding: 20px 12px;
        flex-direction: column;
        align-items: center;
    }
    .footer-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-logo {
        height: 26px;
    }
    a.social-icon {
        height: 24px;
        width: 24px;
    }
    .footer-right {
        align-items: center;
        margin-top: 20px;
        gap: 8px;
    }
    a.footer-contact {
        font-size: 24px;
    }
    .footer-right {
        text-align: center;
    }
    .header-container {
        flex-direction: column;
        margin-top: 0;
    }
    .header-icon {
        margin: 16px;
        position: absolute;
        height: 36px;
        width: 36px;
        background-size: contain;
        border: 0 none;
        border-radius: 0;
        background-color: transparent !important;
    }
    .header-content-container {
        padding: 0 16px 16px;
        gap: 8px;
    }
    .header-content-container h2.header-title {
        min-height: 36px;
        padding: 0;
        font-size: 22px !important;
        margin-left: 52px;
        margin-top: 16px;
        display: flex;
        align-items: center;
    }
    .header-content-container .header-body {
        font-size: 16px;
    }
    .header-overlay {
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
    }
    .forceCommunityThemeNav ul.visible-links li.mainNavItem.comm-navigation__menu-item {
        background-color: #444 !important;
    }
    .forceCommunityThemeNav ul .mainNavItem {
        padding-left: 0;
    }
    .table-actions-menu .slds-button {
        height: 32px;
        width: 32px;
    }
    .table-meta-container {
        max-height: 32px;
    }
    .forceHighlightsStencil.forceRecordLayout .header {
        background-color: transparent;
        padding: 0;
    }
    .forceHighlightsStencil .header .forceEntityIcon, .forceHighlightsStencil .header .forceEntityIcon .icon {
        padding: 0px;
        width: 48px;
        height: 48px;
        background-color: transparent !important;
        background-size: contain;
    }
    .forceHighlightsStencil .header .fieldWrapper{
        max-width: none;
        width: 100%;
    }
    .forceHighlightsStencil .fieldWrapper .highlightsH1 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 2px;
    }
    .forceCommunityActionsContainerMobile.forceCommunityRecordHeadline {
        gap: 8px;
        margin-top: 16px;
    }
    .forceCommunityActionsContainerMobile .buttonInsideOverflow.slds-button.slds-button--neutral,
    .forceCommunityActionsContainerMobile .buttonOutsideOverflow.slds-button.slds-button--neutral {
        background-color: transparent;
        color: #FFFFFF;
        border-color: #444;
        padding-top: 8px !important;
        padding-bottom: 4px !important;
        flex: 1 1 100%;
    }
    .forceRecordLayout .slds-section .slds-section__content .forcePageBlockSectionRow {
        margin-bottom: 0px;
    }
    .forceRecordLayout .slds-section .slds-section__content .forcePageBlockSectionRow .forcePageBlockItem {
        padding-inline: 0;
    }
    .uiTabset--default .uiTabBar {
        margin-bottom: 8px;
    }
    .forceCommunityRecordDetail .forceRecordLayout .full.forcePageBlockSectionView .slds-section__title .section-header-title {
        color: #ffffff;
        font-family: var(--lwc-fontFamily);
        font-weight: 300;
        font-size: 24px;
        padding: 0;
    }
    .forceCommunityRecordDetail .forceRecordLayout .full.forcePageBlockSectionView .slds-section__title {
        border: 0 none;
        margin-top: 24px;
        margin-bottom: 8px;
        padding: 8px 10px;
        line-height: 1;
        border-radius: 4px;
        background-color: rgba(68, 68, 68, 0.5);
    }
    div.salesforceIdentityLoginBody2 .cCenterPanel {
        width: 100%;
        max-width: none;
        margin: 1rem;
        padding: 1rem;
    }
    .forceMobileOverlay .panel-content {
        background: #1f1f1f !important;
    }
}