.rootLayout {
    margin: auto;
    position: static !important;
    background-color: #f5f5f5;
}

@media screen and (max-height: calc(160px + 650px)) {
    #leftNavLinksContainer {
        overflow: auto;
        height: calc(100vh - 160px);
    }
    #leftNavLinksContainer::-webkit-scrollbar-thumb {
        background-color: #00000033;
        border-radius: 0px;
    }
    #leftNavLinksContainer::-webkit-scrollbar {
        width: 8px;
    }
    #leftNavLinksContainer {
        scrollbar-width: thin; /* Set the width for Firefox */
        scrollbar-color: #00000033 transparent;
    }

    /* #leftNavLinksContainer::-moz-scrollbar-thumb {
        border-radius: 0;
    } */
}

*:focus-visible {
    outline: none !important; 
}

.rootLayoutBackground {
    background-color: #f5f5f5;
}

.navContainer {
    width: 212px;
    margin-left: 6px;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
    color: #041459;
    margin-top: -7px;
}

.navSection {
    padding-left: 6px;
    padding-bottom: 16px;
}

.navSectionResults {
    padding-top: 10px;
}

.navSectionLabel {
    padding: 6px 0;
    cursor: pointer;
}

.navSectionLabelStandalone {
    padding: 7px 6px;
}

.navSectionLabelIcon {
    display: inline-block;
    vertical-align: middle;
}

.navSectionLabelText {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.navTabContainer {
    height: 30px;
}

.navTabIcon {
    position: relative;
    left: -11px;
    top: -2px;
    display: inline-block;
    padding: 6px 6px 6px 0;
    vertical-align: middle;
    z-index: 100;
}

.navTabIconWrapper {
    position: relative;
    display: inline-block;
}

.customTooltip{
    visibility: hidden;
    background-color: #fff;
    color: #55555a;
    text-align: left;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    max-width: 160px;
    width: 160px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 11px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e1e1e4;
  }
  

.navTabIconWrapper:hover .customTooltip {
    visibility: visible;
    opacity: 1;
}
  

.navTabLabel {
    width: 138px;
    position: relative;
    left: -11px;
    height: 16px;
    padding: 6px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}

.navTabLabelHighlighted {
    border-radius: 6px;
    background-color: #041459;
    color: #e6f4ff;
}

.navTabLabelHighlighted img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(54%) saturate(2364%) hue-rotate(177deg) brightness(110%) contrast(101%);
}

.navTabLine {
    display: inline-block;
    margin-left: 6px;
    width: 1px;
    height: 30px;
    background-color: #041459;
    vertical-align: middle;
    z-index: 0;
}

.navTabContainerNoStatus {
    height: 30px;
}

.navTabLabelNoStatus {
    width: 138px;
    height: 16px;
    padding: 6px;
    margin-left: 16px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}

[eventproxy="wndAddPlan"] {
    @media screen and (max-height: calc(160px + 650px)) {
        overflow-y: auto;
        overflow-x:hidden;
        height: calc(100vh - 5px);
    }
}
.navLinkContainer {
    padding: 6px 0;
    cursor: pointer;
}

.navSectionLabelTextWithCaret {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 156px;
}

.mainInnerPanel {
    background-color: #fff;
}

.overview {
    display: flex !important;

}
.gridSectionLabel {
    font-weight: 600;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.44px;
    color: #041459;
    border-bottom: solid 1px #e1e1e4;
   
}
table:has(.gridSectionLabel) {
    width: 99.5% !important;
}
[eventproxy="householdsSectionLabel"] table:has(.gridSectionLabel) ,[eventproxy="strategiesSectionLabel"] table:has(.gridSectionLabel) {
    width: 100% !important;
}

[eventproxy="continueToResultsSection"]:first-of-type {
    margin-top: 18px;
    border-top: 1px solid #e1e1e4;
    width: 99.5%;
}

.gridLabel {
    height: 24px;
    flex-grow: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.35px;
    text-align: left;
    color: #041459;

}

.investmentAccountsLabelColor {
    color: #00a28a;
    font-weight : 600 !important;
  }
  

.subPanel {
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    background-color: #fafafa;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
}

.caret {
    border-radius: 4px;
    border: solid 1px #041459;
    background-color: #fff;
}
.caretUp {
    transform: rotate(180deg);
}

.subPanelForms {
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    width: 700px;
}

.gpSubHeaderCls .textItemLiteForm{
    border: none !important;
    background-color: none !important;
    height: 16px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #041459;
  padding: 0 !important
}
.gpHeaderCls .textItemLiteForm{
    border: none !important;
    background-color: none !important;
    padding-top: 30px !important;
    flex-grow: 0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #041459;
    padding: 0;
}
.subPanelFormsTitle {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.44px;
    text-align: left;
    color: #041459;
}

#isc_styleTester {
    display: none !important;
}

.formField label, .formFieldFocused label, .formField_ label, .formFieldFocused_ label, label{
    flex-grow: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: justify;
    color: #323135;
}

.formFieldError label , .formField_Error label {
  color: #fd3636;
  font-size: 14px;
}

.formField .lifeSpanCls div, .formField_ .lifeSpanCls div {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    outline: none;
}


.subPanelFormsButtons {
    border-top: solid 1px #e5e5e5;
    width: 100% !important;
    z-index: 1!important;
    margin-left: -18px;
    width: 102.8% !important;
}
.headerBlock {
    padding: 16px 16px;
    border-bottom: solid 1px #041459;
    background-color: #041459;
    border-radius: 6px 6px 0 0;
    font-family: Roboto, sans-serif;
    line-height: 1.33;
    color: #fff;
    align-items: center;
    height: 40px !important;
}

.headerLabel {
    height: 16px;
    width: 268px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 0;
}

.headerValue {
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    padding: 0;
}

table {
    border-collapse: collapse;
}

.headerValue img {
    display: inline;
    vertical-align: text-bottom;
}

.summaryBlock {
    height: 56px;
    padding: 8px;
    max-width: 1096px;
    font-family: Roboto, sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}

.commonSummaryBlock{
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    border: solid 1px #e1e1e4;
    background-color: #fff;
}

.summaryLabel {
    height: 16px;
    width: 264px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    color: #67656e;
	margin: 0;
    padding: 0;
}

@media (max-width: 1366px){
    .summaryLabel{
        width: 200px;
    }
}

.summarySplit {
    height: 8px;
    width: 100%;
}
.splitLine {
    border-top: solid 1px #E1E3E4;
}

.commonSummaryLabel {
    height: 20px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #323135;
    margin: 0;
}

.summaryValue {
    height: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    color: #323135;
    margin: 0;
}

.summary-tooltip,
.summary-tooltip,
.summary-tooltip {
    position: relative;
}

.summary-tooltip:hover .summaryValue-tooltip {
    visibility: visible;
}

.summaryValue-tooltip {
    visibility: hidden;
    padding: 6px;
    border-radius: 6px;
    text-align: center;
    position: absolute;
    background-color: #f5f5f5;
    z-index: 100;
}

.summary-name{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 300px;
}

.dvExpensesSummary-editThisExpense img,
.dvAccountsSummary-editThisAccount img,
.dvExtAccountsSummary-editThisAccount img,
.dvExistingTraditionalSummary-editThisFixedAnnuity img,
.dvLiquidTraditionalSummary-editThisFixedAnnuity img,
.dvExistingCrefVASummary-expandColumn img,
.dvSocialSecurityStrategiesSummary-editThisSocialSecurities0,
.dvSocialSecurityStrategiesSummary1-editThisSocialSecurities1,
.dvSocialSecurityStrategiesSummary2-editThisSocialSecurities2
 img {
    float: right;
}

.dvAccountsSummary-allocation img,
.dvExtAccountsSummary-allocation img{
    margin-left:15px;
}

.errorImg {
    width: 7px;
    height: 20px;
    flex-grow: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #ed2c2c;
}

.summaryValue {
    height: 20px;
    flex-grow: 1;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #323135;
    margin: 0;
}

.summaryValue img {
    display: inline;
    vertical-align: text-bottom;
    filter: invert(19%) sepia(6%) saturate(487%) hue-rotate(214deg) brightness(91%) contrast(93%);
}

.summaryHeader, .ExpensesSummaryHeader ,.AccountsSummaryHeader {
    width: 170px;
    align-self: stretch;
    flex-grow: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 10px 8px;
    border-bottom: solid 1px #e1e1e4;
    background-color: #fff;
}

.AccountsSummaryHeaderEvaluate {
    align-self: stretch;
    flex-grow: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 10px 8px;
    border-bottom: solid 1px #e1e1e4;
    background-color: #fff;
}

tbody > tr:last-child > .AccountsSummaryHeaderEvaluate {
    border-bottom: none;
}

.AccountsSummaryHeaderAnnuities {
    width: auto;
    align-self: stretch;
    flex-grow: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 10px 8px;
    border-bottom: solid 1px #e1e1e4;
    background-color: #fff;
}

.titleNewCls table > tbody > tr > td:first-child, .titleNewCls table > thead > tr > th:first-child{
    width: 45px !important;
}
    
.titleCls table > tbody > tr > td:first-child, .titleCls table > thead > tr > th:first-child{
    width: 85px !important;
}
/* //titleCls */
tbody > tr:last-child > .AccountsSummaryHeader, tbody > tr:last-child > .AccountsSummaryHeaderAnnuities{
    border-bottom: none;
}

tbody > tr:last-child > .AnnuitiesSummaryHeader {
    border-bottom: none;
}

tbody > tr:last-child > .ExpensesSummaryHeader {
    border-bottom: none;
}

body {
    margin: 0;
}
th[data-title]:hover::after, td[data-title]:hover::after{
    content: attr(data-title);
    background-color: #fff;
    padding: 8px;
    position: absolute;
    text-align: left;
    z-index: 9999 !important; 
    max-width: 350px;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #55555a;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e1e1e4;
}
.saveAndAddAnother,
.saveAndAddAnother:focus-visible,
.saveAndAddAnotherOver,
.saveAndAddAnotherFocused,
.saveAndAddAnotherFocusedOver,
.saveAndAddAnotherDown,
.saveAndAddAnotherFocusedDown,
.saveAndAddAnotherSelected,
.saveAndAddAnotherSelectedFocused,
.saveAndAddAnotherSelectedDown,
.saveAndAddAnotherSelectedFocusedDown,
.saveAndAddAnotherSelectedOver,
.saveAndAddAnotherSelectedFocusedOver,
.saveAndAddAnotherDisabled,
.saveAndAddAnotherSelectedDisabled {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #041459;
    font-size: 14px !important;
    border: none!important;
    outline: none!important;
}

.saveAndClose, 
.saveAndClose:focus-visible,
.saveAndCloseOver, 
.saveAndCloseFocusedOver,
.saveAndCloseDown,
.saveAndCloseFocusedDown,
.saveAndCloseSelected,
.saveAndCloseSelectedFocused,
.saveAndCloseSelectedDown,
.saveAndCloseSelectedFocusedDown,
.saveAndCloseSelectedOver,
.saveAndCloseSelectedFocusedOver,
.saveAndCloseDisabled,
.saveAndCloseSelectedDisabled {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-size: 14px !important;
    border: none!important;
    outline: none!important;
}

.cancelBtn,
.cancelBtn:focus-visible,
.cancelBtnOver,
.cancelBtnFocused,
.cancelBtnFocusedOver,
.cancelBtnDown,
.cancelBtnFocusedDown,
.cancelBtnSelected,
.cancelBtnSelectedFocused,
.cancelBtnSelectedDown,
.cancelBtnSelectedFocusedDown,
.cancelBtnSelectedOver,
.cancelBtnSelectedFocusedOver,
.cancelBtnDisabled,
.cancelBtnSelectedDisabled {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #323135;
}

[eventproxy="dfPreRetirement0"] .formFieldError table td span, [eventproxy="dfPreRetirement1"] .formFieldError table td span {
    display: inline-block;
    word-wrap: break-word;
    max-width: 420px;
    line-height: 1.3em;
    vertical-align: top;

}
[eventproxy="dfPreRetirement0"] .formFieldError table td img, [eventproxy="dfPreRetirement1"] .formFieldError table td img {
    height: 16px !important;
}

[eventproxy="Menu"] .gridBody {
    box-shadow: 0 6px 6px 0 rgba(18, 18, 18, 0.08);
    border: solid 1px #e1e1e4;
    width: 100% !important;
    border-radius: 8px;

    .menuTitleField {
        width: 299px !important;
        cursor: pointer !important;
    }
}

[eventproxy="Menu"] {
    width: 254px !important;
}

[eventproxy="Menu"] .menuTitleFieldOver {
    width: 299px !important;
    cursor: pointer !important;
}
[eventproxy="householdSearchForm"]  {
    height: 50px !important;
}
[eventproxy="DeleteCls"]{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; 
    text-align: center  !important;
    height: 40px;
    width: 72px;
    border-radius: 4px;
    background-color: #fd3636;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
    margin: 0;   
    margin-left: 16px; 
}

.selectedHousehold {
    border-bottom: solid 1px #e1e1e4;
    padding-bottom: 14px;
    margin-top: 3px;
}

.selectedHouseholdMenuButton {
    margin-top: 11px;
}

[eventproxy="lgHouseholds"] .sorterButton{
    display: none;
}
.listGridHeaderCell,.listGridHeaderCellSelected,.listGridHeaderCellOver,.listGridHeaderCellSelectedOver,.listGridHeaderCellSelectedDown, .listGridHeaderCellDown
{
 
  font-weight: bold;
  font-size: 14px;
  font-weight: bold !important;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0 !important;
  color: #323135;
  line-height: 20px; /* adjust spacing */
  white-space: normal; /* allow wrapping */
  padding-left: 8px;
}

[eventproxy="Menu"] .menu, [eventproxy="Menu"] .menuOver {
    display: none !important;
}

/* Household Page Start*/
[eventproxy="dvAddHouseholdButton"] {
    position: absolute;
    left: auto!important;
    right: 15px;
    cursor: pointer;
    overflow: visible !important;
}
.sectionHeaderLine {
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 5px;
  }
  .sectionHeaderLine [role="label"] {
    left: 0 !important;
  }
  
  .sectionHeaderLine [role="button"] {
    margin-left: 14px;
  }
  
  .sectionHeaderLine [role="button"]:focus-visible {
    outline: none !important;
  }
  
  .sectionHeaderLine [role="button"] table {
    height: auto;
    width: auto;
  }
  .sectionLabel {
    font-size: 20px;
    color: #041459;
    font-weight: bold;
    padding-top: 5px;
  }
  
  .listGridBox{
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    padding: 16px;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    background-color: #fafafa;
  }
  .confirm-message-text{
    font-size: 20px;
    font-family: Roboto, sans-serif;
    color: #323135;
    line-height: 28px;
    padding-top: 16px;
   
  }
  
  .dialog-divider {
    border-top: 1px solid #e0e0e0;
    margin-top: 24px;
    padding: 0;
    width: 100% !important;
    left: 0 !important;
}

  .households-container-outer {
    padding: 16px;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    background-color: #fafafa;
  }
  .households-container-outer1 {
    padding: 0;
    border-radius: 0;
    border: solid 1px transparent;
    background-color: transparent;
  }
  .nav-households {
    margin-bottom: 6px;
  }
  .listGrid{
    gap: 8px !important; 
    padding: 8px 16px;
    border-radius: 6px;
    border: solid 1px #e1e1e4;
    background-color: #fff;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    background-color: #fff;
  }
  
  .listGrid[eventProxy*="lgCashflowsReal"], .listGrid[eventProxy*="lgCashflowsNominal"] {
    gap: 8px !important; 
    padding: 8px 0px 8px 8px !important;
    border-radius: 6px;
    margin-left: 10px;
    
    border: solid 1px #e1e1e4;
    background-color: #fff;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    background-color: #fafafa;
  }
  .listGrid[eventProxy*="lgCashflowsRealDetail"], .listGrid[eventProxy*="lgCashflowsNominalDetail"]{
    gap: 8px !important; 
    padding:0px 8px 0px 8px !important;
    
    border-radius: 6px;
    margin: 0 !important;
    
    border: solid 1px #e1e1e4;
    background-color: #fff;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    background-color: #fafafa;
  }
  .hh-status-select-input,
  .hh-status-select-inputFocused, 
  .hh-status-select-inputFocusedOver{
      height: 28px !important;     
      background-color: #fff;
      line-height: 28px !important;
      align-items: center !important;
      outline: none !important;
      box-shadow: none !important;
      padding-left: 3px !important;
      font-size: 14px !important;
  }
  
  .hh-status-select-inputOver {
      height: 28px !important; 
      padding-left: 3px !important;
     line-height: 28px !important;  
      font-size: 14px !important;      
      border: 1px solid #cdcdd4 !important;
      background-color: #fff;
      align-items: center !important;
  
  }


  .household-search-text, .household-search-textFocused{
    height: 32px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    /* padding: 6px 8px; */
    border-radius: 24px;
    border: solid 1px #cdcdd4;
    background-color: #fff;
    box-sizing: border-box; 
    font-size: 14px;
    width: 610px !important;
    padding-left: 32px;
    background-color: #fff;
    background-image: url('/images/search.svg') !important; 
    background-repeat: no-repeat;
    background-position: 8px center; 
    font-size: 14px;
    box-sizing: border-box; 
    margin-right: 8px;
}

[eventProxy*="householdFilterForm"] .formCellFocused input {
    height: 32px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: solid 1px #cdcdd4;
    background-color: #fff;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
}
  .listGridRowStyle, .listGridRowStyleDark, .listGridRowStyleOver, .listGridRowStyleOverDark, .listGridRowStyleSelected, .listGridRowStyleSelectedDark, .listGridRowStyleSelectedOver, .listGridRowStyleSelectedOverDark, .listGridRowStyleSelectedDowm, .listGridRowStyleDarkSelectedDown {
    height: 40px;
    align-self: stretch;
    flex-grow: 0;
    /* display: flex; */
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    /* padding: 10px 8px; */
    border-bottom: solid 1px #e1e1e4;
    background-color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #323135;
    padding-left: 8px;
  }
  .listGridRowStyleOver,
.listGridRowStyleOverDark,
.listGridRowStyleSelected,
.listGridRowStyleSelectedDark,
.listGridRowStyleSelectedOver,
.listGridRowStyleSelectedOverDark {
  background-color: #eaf4ff;
  font-family:Roboto;
  padding-left: 8px;
}

[eventproxy="householdFilterForm"] .formCell , [eventproxy="householdFilterForm"] .formCellFocused {
    padding-left: 0px !important;
    border-left-width: 0px !important;
}
[eventProxy*="householdFilterForm"] .formCellFocused input, [eventProxy*="householdFilterForm"] .formCell input {
    height: 32px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: solid 1px #cdcdd4;
    background-color: #fff;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
    }
    [eventProxy*="householdFilterForm"] .formCellFocused input, [eventProxy*="householdFilterForm"] .formCell input {
        height: 32px !important;
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        border-radius: 24px;
        border: solid 1px #cdcdd4;
        background-color: #fff;
        box-sizing: border-box;
        outline: none !important;
        box-shadow: none !important;
        width: 552px !important;
    }
    [eventProxy*="householdFilterForm"]{
        width: 855px !important;
        }
    .custom-title-style, .custom-title-styleFocused{
        text-align: left !important;
    }
    .custom-title-style label, .custom-title-styleFocused label{
        height: 20px !important;
        flex-grow: 0 !important;
        font-family: Roboto !important;
        font-size: 14px !important;
        font-weight: bold !important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43 !important;
        letter-spacing: normal !important;
        text-align: left !important;
        color: #000 !important;
        margin-right: 8px !important;
    }
/* Household Page End */


/* Member Page Start*/
.memberSummaryLabel {
    height: 16px;
    align-self: stretch;
    flex-grow: 0;
    width: 354.7px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #67656e;
    margin: 0;
  }

  @media (max-width: 1366px){
      .memberSummaryLabel{
        width: 290px;
      }
  }

  .add-household-button {
    /* width: 120px; */
    height: 38px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    border-radius: 4px;
    border: solid 1px #041459;
    background-color: #fff;
    color: #041459; /* Text color */
    font-weight: bold; /* Optional: make text bold */
    cursor: pointer; /* Optional: change cursor to pointer */
}
.add-household-text span{
    width: 68px;
    height: 20px;
    flex-grow: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #041459;
}

.hidden-month {
    display: none;
}

/* Month Picker Container */
.month-container {
position: absolute;
width: 284px;
height: 276px;
flex-grow: 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
/* gap: 12px; */
padding: 16px;
border-radius: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
border: solid 1px #e1e1e4;
background-color: #fff!important;
/* z-index: 1000000; */
z-index: 2147483647;
background: #eee;
right: 18px;
}

#monthPicker {
position: absolute;
background: #fff;
border: 1px solid #ccc;
border-radius: 6px;
padding: 10px;
width: 220px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
font-family: Arial, sans-serif;
z-index: 999;
}

/* Year Navigation */
.year-nav {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
}


.year-nav span {
font-size: 15px;
font-weight: 600!important;
font-stretch: normal;
font-style: normal;
line-height: 1.6;
letter-spacing: normal;
color: #041459;
font-family: Roboto, sans-serif;
}
.selected {
background: #041459 !important;
border: 1px solid #ccc;
color: #fff!important;
}

.year-nav button {
background: #fff;
border: none;
cursor: pointer;
}

.year-nav button img {
width: 24px;
height: 24px;
}

#yearDisplay {
font-weight: bold;
font-size: 16px;
}

.year-nav button:disabled,
.year-nav button:disabled * {
cursor: not-allowed !important;
}

.months {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 6px;
}


.months button {
cursor: pointer;
font-size: 15px;
transition: background 0.2s;
align-self: stretch;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 10px;
border: none;
background: #fff;
color: #45454a;
width: 84px;
height: 52px;
}

.months button:disabled {
background: #fff; /* Lighter background for disabled buttons */
border: 1px solid #fff; /* Keep border the same or change it */
color: #45454a;; /* Lighter text color */
opacity: 0.5;
cursor: not-allowed; /* Indicate that it's disabled */
}

.months button:not(:disabled):hover {
background: #041459;
border: 1px solid #ccc;
color:#fff
}  

input[name="monthInput"] {
width: 200px;
padding: 8px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 4px;
cursor: pointer;
}
#monthPicker { 
border: 1px solid #ccc; 
padding: 10px; 
background: #fff; 
position: absolute; 
}

.month-left-arrow {
transform: rotate(180deg);
}

.selectedHouseholdBadge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    border: solid 1px #f6f6f7;
    background-color: #323135;
    position: relative;
}

.selectedHouseholdBadge span {
    color: #fff;
    font-size: 13px;
}

.selectedHouseholdName {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #041459;
    margin-top: 4px;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectedHouseholdState {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #041459;
}

  /* Member Page End */
.advisor-details-body {
    overflow: hidden !important;
    /* width:868px !important; */
    width:100% !important;
  }

.borderCls{
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  border-left: 0px solid #fff !important;
  border-right: 0px solid #fff !important;
  margin-top: 16px;
}
.new-purchase.borderCls{
  border-top: 0 !important;
  margin-top: 0;
}

.existingAnnuitySectionHeader {
    font-size: 20px;
    font-weight: 600;
    color: #041459;
    padding-top: 10px;
  }
  
  .existingAnnuitySectionHeader .margin-0{
    padding-top: 0;
  }

  .caret {
    border-radius: 4px;
    border: solid 1px #041459;
    background-color: #fff;
}

.caretUp {
    transform: rotate(180deg);
}

/* Retirement Expenses Start */

.retirement-expense-field {
    min-height: 56px !important;
}

.medicare-checkbox {
    padding-top: 12px;
    padding-left: 10px;
}

[eventproxy="dfExpensesInitialStateForm"] {
    tbody {
        display: flex;
        max-height: 72px !important;
    }
}

.formTitleError,
.formTitleError label {
    color:#ed2c2c !important;
}

.formCellError {
    color:#ed2c2c !important;
    padding-bottom: 0px !important;

    table {
        img {
            vertical-align: text-bottom !important;
        }
    }
}

.FormFieldClsError table:last-child {
    margin-top: 4px !important;
}

.FormFieldCls,
.FormFieldClsFocused,
.FormFieldCls .formTitle label,
.FormFieldClsFocused .formTitleFocused label,
.FormFieldClsError {
    font-family: Roboto;
    font-size: 13.8px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.54);
    padding-left: 3px;
}

.FormFieldClsError {
    color:#ed2c2c !important;
    font-size: 11px;
    padding-left: 7px;
}

.FormFieldCls input,
.FormFieldClsFocused input {
    margin-left: 3px;
}

.cancelLinkBtn {
    color: #323135;
    cursor: pointer;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
}

[eventproxy="saveAddAnotherBtn"] {
    border: 1px solid #041459 !important;
    background-color: #fff !important;
    color: #041459 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    margin-left: -16px;
}

[eventproxy="saveContinueBtn"] {
    border: 1px solid #048371 !important;
    color: #fff !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 4px !important;
    background-color: #048371 !important;
    margin-left: -16px;
}

.horizontalDividerLine {
    border-bottom: 1px solid #D9D9D9;
}

.checkboxTrueDisabled,
.checkboxTrue,
.checkboxTrueOver,
.checkboxTrueDown,
.checkboxFalseDisabled,
.checkboxFalse,
.checkboxFalseOver,
.checkboxFalseDown,
.checkboxPartialDisabled,
.checkboxPartial,
.checkboxPartialOver,
.checkboxPartialDown,
.checkboxUnsetDisabled,
.checkboxUnset,
.checkboxUnsetOver,
.checkboxUnsetDown {
    display: inline-block;
    background: url(./images/check_box.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.checkboxTrue,
.checkboxTrueDown, 
.checkboxTrueOver,
.checkboxTrueDisabled {
	background-position: -2px 0px;
	width: 20px !important;
	height: 20px !important;
	margin-right: 5px !important;
    margin-top: -3px !important;
}

.calculatePlansHeaderLabel {
    border-bottom: none;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.44px;
    color: #041459;
}

.checkboxFalse,
.checkboxFalseDown,
.checkboxFalseOver,
.checkboxUnsetDisabled,
.checkboxUnset,
.checkboxUnsetOver,
.checkboxUnsetDown {
	background-position: -2px -21px;
	width: 20px !important;
	height: 20px !important;
	margin-right: 5px !important;
    margin-top: -3px !important;
}

.checkBoxIncomeResource {
    display: inline-flex;
    vertical-align: middle;
    align-self: stretch;
    flex-grow: 0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #525252;
}

div[eventProxy*="dfAddRpt"] form table tbody tr td.formCell:nth-child(2) {
    padding: 30px 0 0 30px;
}

.readOnlyField,
.readOnlyFieldOver,
.readOnlyFieldFocused,
.readOnlyFieldFocusedOver,
.readOnlyFieldDisabled {
  display: flex !important;
  height: 40px !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 0px 8px 8px !important;
  border-radius: 4px !important;
  color:rgba(0, 0, 0, 0.87) !important;
  border: solid 1px #cdcdd4 !important;
  background-color: #f1f1f1 !important;
  outline: none !important;
}

.readOnlyFieldTextError,
.readOnlyFieldTextErrorFocused {
  height: 40px !important;
  color: rgba(0, 0, 0, 0.87) !important;
  opacity: 0.87 !important;
  border-radius: 4px !important;
  padding: 0px 0px 0px 8px !important;
  border: 1px solid #fd3636 !important;
  font-family: Roboto !important;
  font-size: 13px !important;
  letter-spacing: 0px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
}

[eventproxy="dvAddHouseholdButton"] {
    margin-top: 4px;
}

.addRowData,
.addRowDataOver,
.addRowDataFocused,
.addRowDataFocusedOver,
.addRowDataDown,
.addRowDataFocusedDown,
.addRowDataSelected,
.addRowDataSelectedFocused,
.addRowDataSelectedDown,
.addRowDataSelectedFocusedDown,
.addRowDataSelectedOver,
.addRowDataSelectedFocusedOver,
.expensesButtonWithBorder,
.expensesButtonWithBorderOver,
.expensesButtonWithBorderFocused,
.expensesButtonWithBorderFocusedOver,
.expensesButtonWithBorderDown,
.expensesButtonWithBorderFocusedDown,
.expensesButtonWithBorderSelected,
.expensesButtonWithBorderSelectedFocused,
.expensesButtonWithBorderSelectedDown,
.expensesButtonWithBorderSelectedFocusedDown,
.expensesButtonWithBorderSelectedOver,
.expensesButtonWithBorderSelectedFocusedOver,
.strategyButtonWithBorder,
.strategyButtonWithBorderOver,
.strategyButtonWithBorderFocused,
.strategyButtonWithBorderFocusedOver,
.strategyButtonWithBorderDown,
.strategyButtonWithBorderFocusedDown,
.strategyButtonWithBorderSelected,
.strategyButtonWithBorderSelectedFocused,
.strategyButtonWithBorderSelectedDown,
.strategyButtonWithBorderSelectedFocusedDown,
.strategyButtonWithBorderSelectedOver,
.strategyButtonWithBorderSelectedFocusedOver {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #041459;
    color: #041459;
    border-radius: 4px;
    padding: 6px 8px !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.43;
    background-color: #fff;
}

.addRowData > div,
.addRowDataOver > div,
.addRowDataFocused > div,
.addRowDataFocusedOver   > div,
.addRowDataDown > div,
.addRowDataFocusedDown > div,
.addRowDataSelected > div,
.addRowDataSelectedFocused >  div,
.addRowDataSelectedDown > div,
.addRowDataSelectedFocusedDown > div,
.addRowDataSelectedOver   > div,
.addRowDataSelectedFocusedOver > div,
.expensesButtonWithBorder > div,
.expensesButtonWithBorderOver > div,
.expensesButtonWithBorderFocused > div,
.expensesButtonWithBorderFocusedOver   > div,
.expensesButtonWithBorderDown > div,
.expensesButtonWithBorderFocusedDown > div,
.expensesButtonWithBorderSelected > div,
.expensesButtonWithBorderSelectedFocused >  div,
.expensesButtonWithBorderSelectedDown > div,
.expensesButtonWithBorderSelectedFocusedDown > div,
.expensesButtonWithBorderSelectedOver   > div,
.expensesButtonWithBorderSelectedFocusedOver > div,
.annuityButtonWithBorder > div,
.annuityButtonWithBorderOver > div,
.annuityButtonWithBorderFocused > div,
.annuityButtonWithBorderFocusedOver > div,
.annuityButtonWithBorderDown > div,
.annuityButtonWithBorderFocusedDown > div,
.annuityButtonWithBorderSelected > div,
.annuityButtonWithBorderSelectedFocused > div,
.annuityButtonWithBorderSelectedDown > div,
.annuityButtonWithBorderSelectedFocusedDown > div,
.annuityButtonWithBorderSelectedOver > div,
.annuityButtonWithBorderSelectedFocusedOver > div {
    padding-top: 0px;
}

.strategyButtonWithBorder > div,
.strategyButtonWithBorderOver > div,
.strategyButtonWithBorderFocused > div,
.strategyButtonWithBorderFocusedOver > div,
.strategyButtonWithBorderDown > div,
.strategyButtonWithBorderFocusedDown > div,
.strategyButtonWithBorderSelected > div,
.strategyButtonWithBorderSelectedFocused > div,
.strategyButtonWithBorderSelectedDown > div,
.strategyButtonWithBorderSelectedFocusedDown > div,
.strategyButtonWithBorderSelectedOver > div,
.strategyButtonWithBorderSelectedFocusedOver > div {
    padding-top: 0px;
    width: auto !important;
}

.ExpensesSummaryBlock, .AccountsSummaryBlock {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    border: solid 1px #e1e1e4;
    background-color: #fff;
}
.pensionsSummaryBlock{
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    border-radius: 6px;
    background-color: #fff;
    max-width: 1060px;
}

.summaryLabelForRetirementExpenses {
    height: 20px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #323135;
    margin: 0;
}

.summaryLabelForAccounts {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #323135;
    margin: 0;
}

[eventproxy*="dvTaxesSummary"] .summaryLabelForAccounts {
    white-space: pre-line; 
}
.summaryRetirementValue,.summaryAccountsValue {
    height: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    color: #323135;
    margin: 0;
}

.summaryRetirementValue-with-tooltip {
    position: relative;
}

.summaryRetirementValue-with-tooltip:hover .summaryRetirementValue-tooltip {
    visibility: visible;
}

.summaryRetirementValue-tooltip {
    visibility: hidden;
    padding: 6px;
    border-radius: 6px;
    text-align: center;
    position: absolute;
    background-color: #f5f5f5;
    z-index: 100;
}

/* ----------- Migrate Household / Start ---------- */
.migratehouseHoldButtons {
    border-top: solid 1px #e1e1e4;
}

/* .migratehouseHoldButtons > div {
    margin-top: 10px !important;
} */

.formDescription {
    font-family: var(--font-main);
    font-size: 14px;
    color: #323135;
}

[eventproxy*="dfMigrateHoushold"] .staticTextItem {
    font-size: 14px;
}

[eventproxy*="dfMigrateHoushold"] .transferHouseholdInput,
[eventproxy*="dfMigrateHoushold"] .transferHouseholdInputFocused {
    width: 459px !important; 
}

.transferHousehold
.transferHouseholdFocused {
    padding-left: 6px;
}

.windowBody[eventProxy*="_body"] .normal {
    font-family: var(--font-main);
    font-size: 14px;
    color: #323135;
    height: 40px;
}

.windowBody[eventProxy*="alertPopup_body"] .button, 
.windowBody[eventProxy*="alertPopup_body"] .buttonOver, 
.windowBody[eventProxy*="alertPopup_body"] .buttonFocused, 
.windowBody[eventProxy*="alertPopup_body"] .buttonFocusedOver, 
.windowBody[eventProxy*="alertPopup_body"] .buttonDown, 
.windowBody[eventProxy*="alertPopup_body"] .buttonFocusedDown, 
.windowBody[eventProxy*="alertPopup_body"] .buttonSelected, 
.windowBody[eventProxy*="alertPopup_body"] .buttonSelectedFocused, 
.windowBody[eventProxy*="alertPopup_body"] .buttonSelectedDown, 
.windowBody[eventProxy*="alertPopup_body"] .buttonSelectedFocusedDown, 
.windowBody[eventProxy*="alertPopup_body"] .buttonSelectedOver, 
.windowBody[eventProxy*="alertPopup_body"] .buttonSelectedFocusedOver {
    height: 40px !important;
}

div[eventProxy*="confirmBtn1"],
div[eventProxy*="confirmBtn2"],
div[eventProxy*="btn2"] {
    outline: none;
}

.rerunPlansButton{
    background-color: white;
    color: #041459;
    font-size: 14px;
    cursor: pointer;
    height: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    border: none;
    margin-top: 15px;
}

.calculatePlansHeader {
    border-bottom: solid 1px #e1e1e4;
}

.normal[eventProxy*="flowCards"] {
    font-family: var(--font-main);
    font-size: 18px;
}

.pc-no-plans-allsections-incomplete {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

/* ----------- Migrate Household / End ------------ */

/* ------------------ cma / Start ----------------- */

.cmaComboBox,
.cmaComboBoxOver,
.cmaComboBoxFocused {
    font-family: var(--font-main);
    font-size: 14px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 8px 10px 0px !important;
    border-radius: 4px;
    background-color: #fff;
    outline: none;
}

.wndCMAHeader {
    height: 56px !important;
    background-color: #fafafa; 
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    border-bottom: solid 1px #e5e5e5;
}

.wndCMAHeader .windowHeaderText{
    font-family: var(--font-main);
    font-size: 18px;
    font-weight: 500;
    color: #041459;
}

.wndCMAHeader > .imgButton {
    left: auto !important;
    right: 16px;
    top: 16px !important;
    width: 24px !important;
    height: 24px !important;
 }

 .normal[eventProxy*="dfScenarioSetTypes"] .formCell input,
 .normal[eventProxy*="dfScenarioSetTypes"] .formCellFocused input {
    padding: 0 !important;
    font-size: 14px;
    font-family: var(--font-main) !important;
    height: 37px !important;
    color: #a6a5af !important;
    padding-left: 8px !important;
    border: solid 1px #cdcdd4 !important;
    background-color: #eeeff1 !important;
}

.listGrid[eventProxy*="lgcmaLists"] .transferRowStyle,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleOver,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleSelected,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleSelectedOver {
    background-color: #fff;
}

.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleDark,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleSelectedDark,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleSelectedOverDark,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleOverDark {
    background-color: #f6f6f7;
}

.listGrid[eventProxy*="lgcmaLists"] .transferHeaderCell:first-child,
.listGrid[eventProxy*="lgcmaLists"] .transferHeaderCellOver:first-child,
.listGrid[eventProxy*="lgcmaLists"] .transferHeaderCellDown:first-child,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyle:first-child,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleOver:first-child,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleOverDark:first-child,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleSelected:first-child,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleSelectedOver:first-child,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleDark:first-child,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleSelectedDark:first-child,
.listGrid[eventProxy*="lgcmaLists"] .transferRowStyleSelectedOverDark:first-child {
    padding-left: 8px;
    padding-right: 8px;
}

.listGrid[eventProxy*="lgcmaLists"] .transferHeaderCell:last-child,
.listGrid[eventProxy*="lgcmaLists"] .transferHeaderCellOver:last-child,
.listGrid[eventProxy*="lgcmaLists"] .transferHeaderCellDown:last-child {
    padding-right: 9px;
}

.listGrid[eventproxy^="lgcmaLists"] {
    box-shadow: none !important;
    border: 0 !important;
    border-radius: unset;
    font-family: var(--font-main) !important;
    font-weight: 500;
    font-size: 14px;
    left: 8px !important;
}

[eventproxy^='lgcmaLists_body'] table {
    width: 100% !important;
    overflow: hidden !important;
    display: block;
    font-family: var(--font-main) !important;
    font-size: 14px;
    font-weight: normal !important;
    color: #323135;

    tbody tr {
       border-bottom: 1px solid #e1e1e4;
    }
}

.listGrid[eventproxy^="lgcmaLists"] .transferHeaderCell,
.listGrid[eventproxy^="lgcmaLists"] .transferHeaderCellOver,
.listGrid[eventproxy^="lgcmaLists"] .transferHeaderCellDown {
    flex-grow: 1;
    align-items: center;
    border-bottom: solid 1px #e1e1e4;
    font-weight: 500;
    background-color:  #fff;
    vertical-align: baseline !important;
    padding-top: 14px !important;
}

[eventProxy*="lgcmaLists"] .checkboxFalse,
[eventProxy*="lgcmaLists"] .checkboxFalseDown,
[eventProxy*="lgcmaLists"] .checkboxFalseOver,
[eventProxy*="lgcmaLists"] .checkboxUnsetDisabled,
[eventProxy*="lgcmaLists"] .checkboxUnset,
[eventProxy*="lgcmaLists"] .checkboxUnsetOver,
[eventProxy*="lgcmaLists"] .checkboxUnsetDown {
    margin-right: 32px !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px;
    border: solid 1px #cdcdd4;
    background-color: #fff;
    background-position: unset;
    margin-top: 0px !important;
    margin-bottom: 3px;
    background: unset;
}

[eventProxy*="lgcmaLists"] .checkboxTrue,
[eventProxy*="lgcmaLists"] .checkboxTrueDown,
[eventProxy*="lgcmaLists"] .checkboxTrueOver {
    margin-right: 15px !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 2px;
    border: solid 1px #cdcdd4;
    background-color: #fff;
    background-position: unset;
    margin-top: 0px !important;
    margin-bottom: 3px;
    background-position: -2px -2px;
}

/* ------------------ cma / End ------------------ */

div[eventproxy="AddExpenseButtonCls"],
div[eventproxy="AddAccountButtonCls"],
div[eventproxy="AddCashInflowButtonCls"],
div[eventproxy="AddIncomeAnnuityButtonCls"],
div[eventproxy="AddIndexedAnnuityButtonCls"],
div[eventproxy="AddVariableAnnuityButtonCls"],
div[eventproxy="AddCurrentTaxesButtonCls"],
div[eventproxy="AddStrategyIncomeAnnuityButtonCls"],
div[eventproxy="AddStrategyFixedAnnuityButtonCls"],
div[eventproxy="AddStrategyIndexedAnnuityButtonCls"],
div[eventproxy="AddStrategyVariableAnnuityButtonCls"],
div[eventproxy="dvAddHouseholdButton"],
div[eventproxy="AddPensionsButtonCls"],
div[aria-label="Add Payout Option"],
div[aria-label="Claim Step"] {
    outline: none;
}

div[eventproxy="AddCurrentTaxesButtonCls"]{
    height: 35px !important;
}

[eventproxy='headerRowTaxes'] {
    height: 35px !important;
}

.buttonDeleteGen3,
.buttonDeleteGen3Down,
.buttonDeleteGen3Over {
    border-radius: 4px;
    background-color: #fd3636;
    flex-grow: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
}

div [eventproxy='subPanelFormsButtonsTQDStrategies'] div [eventproxy='CancelCls'],
div [eventproxy='subPanelFormsButtonsNQDStrategies'] div [eventproxy='CancelCls'] {
    left: 866px !important;
}

[eventproxy="subPanelTaxes"] .AccountsSummaryHeader:last-child {
    width: 10px !important;
}

[eventproxy="subPanelPreferences"] .AccountsSummaryHeader:last-child {
    width: 10px !important;
}

[eventproxy ="subPanelFormsPensionsPayout0"],
[eventproxy = "subPanelFormsPensionsPayout1"],
[eventproxy = "subPanelFormsButtonsPensionsPayout0"],
[eventproxy = "subPanelFormsButtonsPensionsPayout1"] {
    max-width: 1060px !important;
}

[eventproxy="subPanelPensions"].subPanel{
  margin-left: 5px !important;
}

[eventproxy="subPanelPensionsPayout0"].subPanel,
[eventproxy = "subPanelPensionsPayout1"].subPanel {
    margin-left: 16px !important;
  }

[eventproxy = "subPanelFormsPensions"],
[eventproxy = "subPanelFormsButtonsPensions"]{
    max-width: 1060px !important;
}

.pension-summary {
    width: 100%;
  }
  
  .pension-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
  }
  
  .pension-name {
    font-size: 16px;
    font-weight: 600;
    color: #041459;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto, sans-serif;
  }
  
  .pension-actions {
    display: flex;
    align-items: center;
    gap: 6px;
  }

.defaultCursor{
    cursor: default;
}

.gray-button {
  background-color: #e0e0e0;
  color: #888888;
  border-radius: 4px;
  pointer-events: none;
  font-weight: 500;
}

.annuitiesOuterCard {
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    background-color: #fafafa;
}
.annuitiesOuterCard1 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: solid 1px #e5e5e5;
    background-color: #fafafa;
    border-bottom: none !important;
}

.pensionsOuterCard{
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    background-color: #fafafa;
    width: 99.3% !important;
}
.pensionsOuterCard .subPanel{
    background: white !important;
    box-shadow: none !important;
    padding: 0;
    width: 97% !important;
}

.annuitiesOuterCard .subPanel {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
}

.annuitiesOuterCard .subPanelHeader {
    border-bottom: 1px solid #E6E9F0;
    background: transparent;
    padding: 14px 0 10px 0;
    font-weight: 600;
}

.pensionsHeaderLine{
    margin-left: 16px;
    margin-right:16px;
}

.subsectionLabel {
    font-size: 16px;
    color: #041459;
    font-weight: bold;
    padding-top: 5px;
  }

  [eventproxy="subPanelPensionsPayout0"] > [eventproxy="headerRowPensionsPayout0"], [eventproxy = "subPanelPensionsPayout1"] > [eventproxy = "headerRowPensionsPayout1"] {
    border-bottom: 1px solid #E6E9F0;
    display: block;
    padding-bottom: 6px !important;
  }

[eventproxy="subPanelFixedAnnuities"] .gridLabel,
[eventproxy="subPanelIncomeAnnuities"] .gridLabel,
[eventproxy="subPanelIndexedAnnuities"] .gridLabel,
[eventproxy="subPanelVariableAnnuities"] .gridLabel,
[eventproxy="subPanelSocialSecurities2"] .gridLabel,
[eventproxy="subPanelSocialSecurities1"] .gridLabel,
[eventproxy="subPanelSocialSecurities0"] .gridLabel {
    padding-top: 6px;
}
[eventproxy="subPanelFixedAnnuities"],
[eventproxy="subPanelIncomeAnnuities"],
[eventproxy="subPanelIndexedAnnuities"],
[eventproxy="subPanelVariableAnnuities"],
[eventproxy="subPanelTQDStrategies"],
[eventproxy="subPanelNQDStrategies"]{
    border-radius: 0 !important;
    padding-bottom:16px !important;
    border-top: none !important;
    width: 99.8% !important;
}
[eventproxy="subPanelVariableAnnuities"]{
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

[eventproxy="subPanelFixedAnnuities"] .AccountsSummaryBlock th p,
[eventproxy="subPanelIncomeAnnuities"] .AccountsSummaryBlock th p {
    width: auto !important;
    white-space: nowrap;
}

.noReportsText {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #323135;
  outline: none;
}

[eventproxy="subPanelIncomeAnnuities"] th:nth-child(1),
[eventproxy="subPanelFixedAnnuities"] th:nth-child(1),
[eventproxy="subPanelIndexedAnnuities"] th:nth-child(1),
[eventproxy="subPanelVariableAnnuities"] th:nth-child(1) { 
    width: 150px; 
}

[eventproxy="subPanelIncomeAnnuities"] tbody td.AccountsSummaryHeaderEvaluate:nth-child(1) p,
[eventproxy="subPanelFixedAnnuities"] tbody td.AccountsSummaryHeaderEvaluate:nth-child(1) p,
[eventproxy="subPanelIndexedAnnuities"] tbody td.AccountsSummaryHeaderEvaluate:nth-child(1) p,
[eventproxy="subPanelVariableAnnuities"] tbody td.AccountsSummaryHeaderEvaluate:nth-child(1) p {
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[eventproxy="subPanelIncomeAnnuities"] th:nth-child(2),
[eventproxy="subPanelFixedAnnuities"] th:nth-child(2),
[eventproxy="subPanelIndexedAnnuities"] th:nth-child(2),
[eventproxy="subPanelVariableAnnuities"] th:nth-child(2) { 
    width: 130px; 
}

[eventproxy="subPanelIncomeAnnuities"] th:nth-child(3),
[eventproxy="subPanelFixedAnnuities"] th:nth-child(3),
[eventproxy="subPanelIndexedAnnuities"] th:nth-child(3),
[eventproxy="subPanelVariableAnnuities"] th:nth-child(3) { 
    width: 250px; 
}

[eventproxy="subPanelIncomeAnnuities"] th:nth-child(4),
[eventproxy="subPanelFixedAnnuities"] th:nth-child(4),
[eventproxy="subPanelIndexedAnnuities"] th:nth-child(4),
[eventproxy="subPanelVariableAnnuities"] th:nth-child(4) { 
    width: 164px; 
}

[eventproxy="subPanelIncomeAnnuities"] th:nth-child(5),
[eventproxy="subPanelFixedAnnuities"] th:nth-child(5),
[eventproxy="subPanelIndexedAnnuities"] th:nth-child(5),
[eventproxy="subPanelVariableAnnuities"] th:nth-child(5) { 
    width: 200px; 
}

[eventproxy="subPanelIncomeAnnuities"] th:nth-child(6),
[eventproxy="subPanelFixedAnnuities"] th:nth-child(6),
[eventproxy="subPanelIndexedAnnuities"] th:nth-child(6),
[eventproxy="subPanelVariableAnnuities"] th:nth-child(6) { 
    width: 10px; 
}

[eventproxy="confirmPopup"] [eventproxy="msg-container"] table tbody tr td {
  font-size: 20px !important;
}

th.cashflowTooltipWidth[data-title]:hover::after {
    max-width: 390px;
}

th.accountsTooltipWidth:nth-child(3)[data-title]:hover::after {
    max-width: 447px;
}

[eventproxy="pensionsContainer"] .readOnlyField,
[eventproxy="pensionsContainer"] .readOnlyFieldOver,
[eventproxy="pensionsContainer"] .readOnlyFieldFocusedOver {
    background-color: #fff !important;
}

[eventproxy="pensionsContainer"] .readOnlyFieldFocused,
[eventproxy="pensionsContainer"] .readOnlyFieldFocused:focus,
[eventproxy="pensionsContainer"] .readOnlyFieldFocused:focus-visible {
  background-color: #fff !important;
  outline: 1px solid rgb(74,144,226) !important;
}

[eventproxy="subPanelTQDStrategies"] {
    border-bottom: none;
}

[eventproxy="subPanelNQDStrategies"] {
    padding-bottom: 0 !important;
}

@-moz-document url-prefix() {
    [eventproxy="subPanelFixedAnnuities"],
    [eventproxy="subPanelIncomeAnnuities"],
    [eventproxy="subPanelIndexedAnnuities"]{
        border-bottom: none;
    }
    .subPanel,
    .subPanel .normal,
    .detailViewer,
    [eventproxy="dvSocialSecurityStrategiesSummary"] {
        overflow: visible !important;
    }
    [eventproxy="subPanelFixedAnnuities"],
    [eventproxy="subPanelIncomeAnnuities"],
    [eventproxy="subPanelIndexedAnnuities"],
    [eventproxy="subPanelVariableAnnuities"],
    [eventproxy="subPanelTQDStrategies"],
    [eventproxy="subPanelNQDStrategies"]{
        width: 100% !important;
    }
}
