/* 
  cpv2 css
  Created: February 17, 2026, Derek Sheh
  Updated: May 29, 2026
*/

/* #region main */

  html {
    /*width:99vw;
    height:100vh;
    min-width:99vw;
    min-height:100vh;
    max-width:99vw;
    max-height:100vh;*/
  }

  html, body {
    height: 30%;
  }

  /* AURA top right user profile menu */
  li.profile, li.myAccount {
    display: none;
  }

  /* AURA User Settings */
  dl.sectionbox:has(input.settingsEmail) {
    display: none;
  }

  /* spinner overlays */
  div.slds-backdrop.slds-backdrop_open {
    --slds-c-backdrop-color-background: rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
  }

  /* AURA payment modal */
  .slds-modal {
    opacity: 1 !important;
    visibility: visible;
    z-index: 2147483647;
  }

  /* AURA table row action column buttons */
  div.forceVirtualAction {
    display:none;
  }

  /* AURA Record Upper Right Buttons */
  div.forceActionsContainer, div.actionsContainer, div.test-lvmForceActionsContainer {
    display:none;
  }

  /* not doable due to native SF mobile bug: remove home page above banner gap */
  /*div.siteforceCptBody.cCenterPanel {
    --lwc-spacingXSmall: 0px;
    margin: 0px !important;
    padding: 0px !important;
  }*/

  /* home page contract buttons bottom padding fix */
  .slds-button.slds-button_last.slds-button_last {
    --slds-c-button-spacing-block-end: 0.5px;
    --slds-c-button-spacing-blockend: 0.5px;
    --sds-c-button-spacing-block-end: 0.5px;
    padding-bottom: var(--slds-c-button-spacing-block-end, var(--slds-c-button-spacing-blockend, var(--sds-c-button-spacing-block-end, 0.5px)));
  }

/* #endregion main */

/* #region Login and Forgot PW Pages */

  /*c-frx_lwc_cc_thm_blank main, 
  div.salesforceIdentityLoginBody2,*/
  .comm-page-login-home,
  .comm-page-custom-terms-and-conditions,
  .comm-page-forgot-password {
    height: 100vh;
    overflow-y: hidden;
    background: no-repeat 50% 49% url('/sfsites/c/resource/Communities_Login_Img/Communities_Login_Assets/Labs-login-background.png') #000;
    text-align: center;
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
  }

  .comm-page-login-home a, .comm-page-login-home a:hover, .comm-page-login-home a:link, .comm-page-login-home a:active,
  .comm-page-custom-terms-and-conditions a, .comm-page-custom-terms-and-conditions a:hover, .comm-page-custom-terms-and-conditions a:link, .comm-page-custom-terms-and-conditions a:active,
  .comm-page-forgot-password a, .comm-page-forgot-password a:hover, .comm-page-forgot-password a:link, .comm-page-forgot-password a:active {
    color: #fff;
  }

  .salesforceIdentityLoginBody2 a {
    --dxp-s-link-text-decoration: none;
    --lwc-colorTextDefault: white;
    color: white;
    text-decoration: none;
  }

  .salesforceIdentityLoginBody2 a:hover {
    --dxp-s-link-text-decoration: underline;
    --lwc-colorTextDefault: white;
    color: white;
    text-decoration: underline;
  }

  /* LWR Language Selector */
  dxp_base-language-selector {
    --dxp-s-component-wrapper-spacer-size: 0.25rem;
  }

  /* LWR Logout */
  c-frx_lwc_cc_logout.component-wrapper-spacer {
    --dxp-s-component-wrapper-spacer-size-mobile: 0.25rem;
  }

  /* LWR Mobile Menu */
  community_navigation-customizable-navigation-accordion-list a {
    --dxp-c-accordion-menu-item-active-color: white;
    --dxp-g-root-contrast: white;
    --dxp-s-link-text-color: white;
    --dxp-g-brand: white;
  }

  /* AURA remove native login panel overlay */
  div#centerPanel {
    display: none;
  }

  div.site-wrapper {
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
  }

  /*div.cover-container {
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
  }

  div.inner {
    position: relative;
    border-radius: 0.8rem;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 3.75rem;
  }

  footer.footer {
    bottom: 0;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    background-color: #B0B0B0;
  }*/

/* #endregion Login and Forgot PW Pages */

/* #region Header */

  lightning-button-menu.language-selector__button-menu.dxp-language-selector-button-tertiary button {
    color: white;
  }

  dxp_content_layout-site-logo.headerLogo {
    width: 5rem;
    margin-bottom: 0rem;
  }

  div.dxp-content-layout-site-logo {
    max-height: 3.75rem;
  }

/* #endregion Header */