@charset "utf-8";

:root {
    --primary-red: #ED1B2E;
    --primary-black: #000000;
    --primary-white: #FFFFFF;
    --primary-blue-gray: #E5EAEF;
    --primary-light-gray: #F7F7F7;
    --primary-medium-gray: #EEEEEE;
    --secondary-prudential-gray: #68737A;
    --secondary-dark-blue: #1B365D;
    --secondary-beige: #A89968;
    --secondary-silver: #8D9093;
    --secondary-gold: #A18B6B;
    --secondary-dark-grey: #D8D8D8;
    --secondary-gainsboro: #DDDDDD;
    --secondary-spanish-gray: #999999;
    /*--secondary-prudential-gray: #DDDDDD;*/
    --secondary-philippine-silver: #B4B4B4;
    --secondary-sonic-silver: #757575;
    --secondary-eerie-black: #1F1F1F;
    --secondary-red-gradient: linear-gradient(270deg, #FF9892 0%, #FF5F59 100%);
    --secondary-cultured: #F5F5F5;
    --secondary-gray-gradient: linear-gradient(0deg, #E9E9E9 0%, #F5F5F5 100%);
    --secondary-orange: #E87722;
    --secondary-yellow: #F2C75C;
    --secondary-peach: #ECC3B2;
    --secondary-coral: #F09491;
    --secondary-teal-green: #5CB8B2;
    --secondary-sky-blue: #009CBD;
    --secondary-light-blue: #8DB9CA;
}

:root body,
:root body a,
:root body label,
:root body span,
:root body div,
h1,
h2,
h3,
p,
div,
a,
:root body h1,
:root body h2,
:root body h3,
:root body h4,
:root body h5,
:root body h6 {
    font-family: "Open Sans";
    color: var(--primary-black);
    text-transform: unset;
}

html:lang(zh) :root body,html:lang(zh) :root body a,html:lang(zh) :root body label,html:lang(zh) :root body span,html:lang(zh) :root body div,html:lang(zh) h1,html:lang(zh) h2,html:lang(zh) h3,html:lang(zh) p,html:lang(zh) div,html:lang(zh) a,html:lang(zh) :root body h1,html:lang(zh) :root body h2,html:lang(zh) :root body h3,html:lang(zh) :root body h4,html:lang(zh) :root body h5,html:lang(zh) :root body h6, html:lang(zh) input {
    font-family: 'Noto Sans TC';
}

html:lang(zh) :root body{
    font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}


/* Style for body font */
h1 { font-size: 48px; line-height: 60px; font-weight: 700;}
h2 { font-size: 38px; line-height: 48px; font-weight: 700;}
h3 { font-size: 30px; line-height: 40px; font-weight: 700;}
h4 { font-size: 24px; line-height: 32px; font-weight: 700;}
h5 { font-size: 20px; line-height: 30px; font-weight: 700;}
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold { font-weight: 600; }
h1.light, h2.light, h3.light, h4.light, h5.light { font-weight: 300;}

.body-regular-xx-large { font-size: 22px; line-height: 32px; font-weight: 400;}
.body-semi-bold-x-large { font-size: 20px; line-height: 30px; font-weight: 500;}
.body-light-x-large { font-size: 20px; line-height: 30px; font-weight: 300;}
.body-bold-large { font-size: 18px; line-height: 28px; font-weight: 700;}
.body-semi-bold-large { font-size: 18px; line-height: 28px; font-weight: 500;}
.body-regular-large { font-size: 18px; line-height: 28px; font-weight: 400;}
.body-light-large { font-size: 18px; line-height: 28px; font-weight: 300;}
.body-semi-bold-regular { font-size: 16px; line-height: 24px; font-weight: 500;}
.body-regular { font-size: 16px; line-height: 24px; font-weight: 400;}
.body-light { font-size: 16px; line-height: 24px; font-weight: 300;}
.body-semi-bold-small { font-size: 14px; line-height: 22px; font-weight: 500;}
.body-regular-small { font-size: 14px; line-height: 22px; font-weight: 400;}
.body-light-small { font-size: 14px; line-height: 22px; font-weight: 300;}
.body-semi-bold-x-small { font-size: 12px; line-height: 18px; font-weight: 500;}
.body-regular-x-small { font-size: 12px; line-height: 18px; font-weight: 400;}

.black { color: var(--primary-black) !important;}

.primary-link { font-size: 20px; line-height: 28px; font-weight: 500;}
.secondary-link { font-size: 16px; line-height: 28px; font-weight: 500;}
.eyebrow { font-size: 20px; line-height: 32px; font-weight: 600;}
.eyebrow-small { font-size: 14px; line-height: 24px; font-weight: 400;}
.label { font-size: 14px; line-height: 24px; font-weight: 600;}
.tags { font-size: 15px; line-height: 16px; font-weight: 500;}
.footer-link { font-size: 12px; line-height: 16px; font-weight: 500;}
.disclaimer { font-size: 11px; line-height: 15.2; font-weight: 400;}

.b1-600 { font-size: 20px; line-height: 30px; font-weight: 600;}
.b1-500 { font-size: 20px; line-height: 30px; font-weight: 500;}
.b1-400 { font-size: 20px; line-height: 30px; font-weight: 400;}
.b1-300 { font-size: 20px; line-height: 30px; font-weight: 300;}
.b2-600 { font-size: 18px; line-height: 28px; font-weight: 600;}
.b2-500 { font-size: 18px; line-height: 28px; font-weight: 500;}
.b2-400 { font-size: 18px; line-height: 28px; font-weight: 400;}
.b2-300 { font-size: 18px; line-height: 28px; font-weight: 300;}
.b3-600 { font-size: 16px; line-height: 24px; font-weight: 600;}
.b3-500 { font-size: 16px; line-height: 24px; font-weight: 500;}
.b3-400 { font-size: 16px; line-height: 24px; font-weight: 400;}
.b3-300 { font-size: 16px; line-height: 24px; font-weight: 300;}
.b4-600 { font-size: 14px; line-height: 22px; font-weight: 600;}
.b4-500 { font-size: 14px; line-height: 22px; font-weight: 500;}
.b4-400 { font-size: 14px; line-height: 22px; font-weight: 400;}
.b4-300 { font-size: 14px; line-height: 22px; font-weight: 300;}


.fw-300 { font-weight: 300 !important;}
.fw-400 { font-weight: 400 !important;}
.fw-500 { font-weight: 500 !important;}
.fw-600 { font-weight: 600 !important;}
.fw-700 { font-weight: 700 !important;}

/* custom margin  */
.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mt-30 { margin-top: 30px;}
.mt-40 { margin-top: 40px;}
.mb-10 { margin-bottom: 10px;}
.mb-20 { margin-bottom: 20px;}
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px;}

/* custom padding  */
.pt-10 { padding-top: 10px;}
.pt-20 { padding-top: 20px;}
.pt-30 { padding-top: 30px;}
.pt-40 { padding-top: 40px;}
.pb-10 { padding-bottom: 10px;}
.pb-20 { padding-bottom: 20px;}
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px;}

.flex { display: flex; }
.flex-column { display: flex; flex-direction: column; }

.flex-10 { gap: 10px }
.flex-20 { gap: 20px }
.flex-30 { gap: 30px }
.flex-40 { gap: 40px }

/* override global.css */
.mainWrapper, .mainContainer {
    background-color: var(--primary-light-gray);
    width: 100%;
}

.mainContent, .contentContainer {
    height: auto;
    padding: unset;
    background: unset;
    min-height: unset;
}

input, select, textarea {
    background: unset;
}

/* add fix new layout conflict with existing */
#wrapper{
    position: static;
}

/* Style the tab */
#tab-container {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    align-items: flex-start;
    gap: 30px;
    display: flex;
}

/* Style the buttons inside the tab */
#tab-container button.tab-item {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    padding: unset;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 8px;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    position: inherit;
    align-self: stretch;
}

/* Change background color of buttons on hover */
#tab-container button.tab-item:hover,
#tab-container button.tab-item.active {
    color: var(--primary-black);
}

#tab-container button.tab-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 4px;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    background-color: var(--primary-red, #ED1B2E);
}

#tab-container button.tab-item.active:after {
    width: 100%;
}

#tab-container .tab-item {
    gap: 8px;
    flex: 1 0 0;
    flex-direction: column;
    align-items: center;
}

/* Style the tab content */
.tab-content {
    display: none;
    border-top: none;
    margin-bottom: 40px;
}

.revamp-container > * {
    color: var(--primary-black);;
}

.remarks-container {
    margin-bottom: 40px;
}

.remarks-container > * {
    color: var(--secondary-prudential-gray, #68737A) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.remarks-container ol, ul {
    padding-left: 20px;
    margin: 0;
}
.remarks-container ol li {
    padding: 0;
}
.remarks-container ul, .remarks-container ol, .remarks-container li, .remarks-container li span {
    color: var(--secondary-prudential-gray, #68737A) !important;
}

.remarks-container .importantNotesDescription  {
	height: unset; 
}
.remarks-container .importantNotesDescriptionBorder{
	border: none;
}
.remarks-container ol {
    list-style-type: decimal;
}
.remarks-container ol.ol-roman {
	list-style: lower-roman;
}
.remarks-container ol.ol-alphabet {
	list-style: lower-alpha;
}

.card .info-container {
    display: flex;
    flex: 1 0 0;
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.card .info-container > div {
    flex-basis: calc(25% - 20px);
}

.card .info-container.flex-row {
    flex-direction: row;
}

.remarks-container ul {
    padding-left: 20px;
}

.remarks-container.card-remarks {
    margin-bottom: 0;
    margin-top: 40px;
}

.remarks-container.card-remarks ul {
    margin-bottom: 0;
}

.remarks-container ul li::marker {
    font-size: 10px;
}

.page-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.main-page-header {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.mbContainer.payPremiumOnlineNow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.revamp-container .card.no-background {
    background: unset;
}

.revamp-container .card.no-background .card-content{
    background-color: unset;
}

.revamp-container .card.no-border {
    border: 0;
}

button.slick-back {
    background-repeat: no-repeat;
    background-image: url(../new-layout/img/home/chevron-back-outline.svg);
    height: 30px;
    width: 30px;
    border: unset;
    background-color: unset;
}

/* card */
.revamp-container .card {
    display: flex;
    margin-bottom: 40px;
    overflow: visible;
}

.revamp-container .card:not(:last-child) {
    margin-bottom: 40px;
}

.card-border {
    border: 1px solid var(--secondary-dark-grey, #D8D8D8) !important;
}

.card .card-content {
    padding: 40px;
    border-radius: 8px;
    background: var(--primary-white, #FFF);
}

.card .card-content.no-padding {
    padding: 0;
}

.revampOverlay .messageboxcontent .card .card-content {
    padding: 20px;
}

.card .card-content-header {
    margin-bottom: 20px;
}

.card .card-content-header.in-app-payment {
    margin-bottom: 40px;
}

.card-content table {
    width: 100%;
    -webkit-box-shadow: unset;
    -ms-box-shadow: unset;
    -o-box-shadow: unset;
    box-shadow: unset;
    margin: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 8px;
    border: 1px solid var(--Secondary-Colors-Dark-Gray, #D8D8D8);
}

.revamp-container .card .card-content .note {
    height: 70px;
}

table>tbody>tr:nth-child(even) {
    background-color: unset!important;
}

.revamp-card-container {
    padding-bottom: 50px;
}

.revamp-card-container .card {
    background-color: #EEE;
    border-radius: 8px;
    border: 1px solid var(--Secondary-Colors-Dark-Gray, #D8D8D8);
}

#quick_link_list a{
    text-decoration: none!important;
    cursor: pointer;
}

.card .quicklink-container {
    display: flex;
    justify-content: flex-start;
}

.card .quicklink-container .quick-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
    text-align: center;
}

.moon-icon-expandIcon[aria-expanded='true']:before {
    color: transparent;
    background: url(/sesv/resources/images/uiuxRevamp/chevron-up-outline-white.svg) center center no-repeat transparent;
    background-size: 100%;
}

.moon-icon-expandIcon[aria-expanded='false']:before {
    color: transparent;
    background: url(/sesv/resources/images/uiuxRevamp/chevron-down-outline-white.svg) center center no-repeat transparent;
    background-size: 100%;
}

.circle-icon-expandIcon {
    height: 32px;
    width: 32px;
}
.circle-icon-expandIcon[aria-expanded='true']:before {
    background: url(/sesv/resources/images/uiuxRevamp/chevron-up-outline-white.svg) center center no-repeat transparent;
}

.circle-icon-expandIcon[aria-expanded='false']:before {
    background: url(/sesv/resources/images/uiuxRevamp/chevron-down-outline-white.svg) center center no-repeat transparent;
}

div.remarks-container a, div.card .info-container a {
    color: var(--primary-red, #ED1B2E);
    text-decoration: underline ;
    /*overwrite main.css*/
    font-size: unset;
    line-height: unset;
}

.card-content {
    background-color: white;
    padding: 40px;
}

.card-content.table-view {
    padding: 40px 20px;
    overflow-y: auto;
}

.card-content.card-content-overlay.table-view {
    background-color: unset;
    padding: 0px;
}

#monthly-income-payment-history .card-content.card-content-overlay.table-view {
    overflow: overlay;
    max-height: calc(100vh - 200px);
    max-width: 720px;
}

#monthly-income-payment-history {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* payment info page */
.card.autopay-banner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-shadow: 0px 26px 30px 0px rgba(0, 0, 0, 0.05);
}

.card.autopay-banner .card-content {
    gap: 12px;
}

.card.autopay-banner .card-photo {
    min-width: 100px;
    width: 100px;
    background: url(/sesv/resources/images/policy-detail/banner_autopay.png) lightgray no-repeat;
    background-position: -40px 0px;
    background-size: cover;
}

.navquicklink-container {
    padding: 0 40px 40px 40px;
    gap: 40px;
    justify-content: flex-start;
    align-items: baseline;
}

.navquicklink .navquicklink-content {
    min-width: 147px;
}

.fs-20-desktop {
    font-size: 20px!important;
}

.card .revamp-card-header {
    height: 88px;
    padding: 15px 40px;
    border-bottom: 0;
    background: var(--primary-medium-gray);
}

.card .revamp-card-header.in-app-payment {
    padding: 0;
    background: var(--primary-white);
}

.revamp-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-item, .total-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.info-item.with-display {
    gap: 10px;
}

.info-item.with-input {
    gap: 20px;
}

.info-item.with-edit-button {
    padding: 20px 40px;
    background: var(--primary-white);
    border-radius: 8px;
}

.info-item .info-item-header {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.info-item .info-item-value {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
}

.info-item  .info-item-value.total {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.info-item .info-item-value.with-bl {
    padding-left: 20px;
    border-left: 1px solid var(--secondary-dark-grey)
}

.info-item .info-item-note, .info-item .info-item-note *{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--secondary-prudential-gray);
}

.info-item .info-item-header.credit-card, .info-item.with-edit-button .info-item-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.info-item .info-item-header .cardImg img {
    height: 22px;
    width: 33.33px;
    display: none;
}

.info-item .info-item-header .cardImg img.mastercardImg.show, .info-item .info-item-header .cardImg img.visaImg.show  {
    display: block;
}

.chevron-next  {
    height: 20px;
    width: 20px;
    background: url(../../images/uiuxRevamp/chevron-next-outline-red.svg) 0 0 no-repeat transparent;
}

.btn-with-icon {
    display: flex;
    align-items: center;
}

.revampInputCardExpDateContainer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex: 1;
}

a.text-highlight {
    color: var(--primary-red) !important;
}

a.text-highlight.body-regular-x-small {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.text-link {
    text-decoration: underline;
}

.dateSeparator {
    flex-basis: auto;
}

.info-item .info-item-value .dropDownList .dropDownListHeader {
    justify-content: flex-start;
}

.info-item .info-item-value .dropDownList.error {
    border: solid 2px var(--primary-red);
    border-radius: 8px;;
}

.card .quicklink-container .quick-link > .icon > img {
    width: 44px;
    height: 44px;
}

.card .card-content .btn-container {
    display: flex;
    justify-content: center;
}

.primary-section {
    max-width: 768px;
    margin: 0 auto;
}

.primary_button, .secondary_button {
    min-width: 240px;
    min-height: 52px;
    max-width: 30%;
    text-wrap: pretty;
}

.primary_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background: var(--primary-red);
    color: var(--primary-white);
    border-radius: 52px;
    border: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

html:lang(zh) .primary_button {
    font-weight: 500;
}

.primary_button:hover {
    color: var(--primary-white);
    text-decoration: none;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.24);
    transform: scale(1.02);
}

.primary_button:disabled, .primary_button[disabled] {
    background: var(--secondary-gainsboro) !important;
    color: var(--secondary-spanish-gray) !important;
}

.primary_button.inline,
.secondary_button.inline {
    padding: 6px 24px;
    border-radius: 36px;
    font-size: 12px;
    line-height: 18px;
    min-width: 152px;
    min-height: 30px;
}

.secondary_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background: var(--primary-white);
    color: var(--primary-red)!important;
    border: 2px solid var(--primary-red);
    border-radius: 52px;
    cursor: pointer;
}

.card .quicklink-container {
    gap: 40px;
}

.card .quicklink-container .quick-link {
    flex-basis: 150px;
    flex-grow: 0;
}

.card.autopay-banner .card-photo {
    width: 204px;
    background-position: 0 0;
    background-size: 100%;
}

.card .info-container.info-column-2-desktop > div {
    flex-basis: calc(50% - 20px);
}

.bpo-benefit-breakdown-div .tableBpo {
    overflow: overlay;
    max-height: 300px;
}

.bpo-benefit-breakdown-div .tableBpo table tr.mainBpoContent td.mobile-date-icon .content img {
    display: none;
}

.button-width-desktop {
    width: 240px;
}

.bpo-benefit-breakdown-div {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.bpo-benefit-breakdown-div .revampTableList table th:first-child {
    width: auto;
}

.bpo-benefit-breakdown-div .tableBpo table tr .mobile-col {
    display: none;
}

.subtotal-container {
    display: flex;
    padding-left: 20px;
    border-left: 1px solid var(--Secondary-Colors-Dark-Gray,#D8D8D8);
}

.card-content-col-2 .col-info-2, .card-content-col-4 .col-info-4{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    align-items: flex-start;
    align-self: stretch;
}

.card-content-col-2 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.card-content-col-2 .col-info-2 .info-item {
    flex-basis: calc(50% - 20px);
}

.card-content-col-4 .col-info-4 .info-item {
    flex-basis: calc(25% - 20px);
}

.revamp-card-container .revamp-card-header {
    padding: 28px 40px;
}

.quick-link-header.revamp-card-header {
    padding: 40px 40px 20px 40px;
    background: unset;
}

.btn-copy {
    padding-left: 10px;
}

.text-highlight {
    text-decoration: underline!important;
}

.revampTableList table th {
    background-color: var(--Primary-Colors-Light-Gray, #F7F7F7)!important;
    border-bottom: 1px solid #D8D8D8;
}

table>tbody>tr:nth-child {
    background-color: var(--Primary-Colors-Light-Gray, #F7F7F7);
}

.revampTableList table th, .revampTableList table td {
    padding: 20px 10px;
    text-align: left;
}

.card-content.table-view .revampTableList table th {
    max-width: 200px;
    min-width: 70px;
}

.card-content.table-view:not(.card-content-overlay) table {
    min-width: 100%;
    width: auto;
    max-width: fit-content;
}

.card-content.table-view:not(.card-content-overlay) table.table-fixed-width {
    width: 100%;
}

.card-content.table-view .revampTableList table th.column-with-number, .card-content.table-view .revampTableList table td.column-with-number {
    width: auto;
    min-width: 70px;
    max-width: inherit;
    text-wrap: nowrap;
}

/* for tr right before the compensation chart tr */
.revampTableList table tr:has(+.compensation-chart), .revampTableList table tr:has(+.compensation-chart) td {
    border-bottom: unset !important;
}

.revampTableList table tr.compensation-chart td{
    padding-top: 0px;
}

.revampTableList table tr:hover {
    background-color: #FFF!important;
}

.revampTableList table tr:hover td {
    background-color: #FFF!important;
}

.revampTableList table th:first-child, .revampTableList table td:first-child {
    padding-left: 20px;
    padding-top: 20px;
    text-align: left;
}

.revampTableList table th:first-child {
    border-top-left-radius: 8px;
}

.revampTableList table th:last-child {
    border-top-right-radius: 8px;
}

.revampTableList table th:last-child, .revampTableList table td:last-child {
    padding-right: 20px;
}

.revampTableList .tableContent td .responsive {
    text-align: left;
}

.revampTableList .iconLinkContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top:10px;
}


.revampTableList .iconLinkContainer .iconLink {
    height: 18px;
    padding-left: 28px;
    text-indent: unset;
    display: block;
}

.revampTableList .iconLinkContainer .iconLink.iconLinkFactsheet {
    background: url(/sesv/resources/images/switch-investment/icon_factsheet.png) 0 0 no-repeat;
}

.revampTableList .iconLinkContainer .iconLink.iconLinkPerformance {
    background: url(/sesv/resources/images/investment-portfolio/icon_performance.png) 0 0 no-repeat;
}

.card-content .revampTableList:not(:last-child) {
    margin-bottom: 20px;
}

.agent-contacts-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agent-contacts-list:not(:last-child) {
    margin-bottom: 10px;
}

.totalPremiumList {
    display: flex;
    align-items: center;
    gap: 120px;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--Primary-Colors-Blue-Grey, #E5EAEF);
}

.premium-content {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 30%;
    height: 45px;
}

.premium-header {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    max-width: 127px;
}

.premium-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}


.overlaycontent .innerMessage {margin-bottom: 0px;}
.revampOverlay .jspPane { height: 100%; }
.revampOverlay .jspPane h3 { height: 100%; text-align: center; }
.revampOverlay .messageboxcontent .innerMessage h3 { margin: 0px; }
.revampOverlay .messageboxcontent .innerMessage ul { list-style-type: disc; padding-left: 15px; }
.revampOverlay .messageboxcontent .innerMessage ul li { margin-bottom: 5px; color: var(--primary-red); text-decoration: underline; font-size: 12px; }
.revampOverlay .messageboxcontent .innerMessage ul li:last-child { margin-bottom: 0px; }
.revampOverlay .messageboxcontent .innerMessage ul li div { color: var(--primary-red); }
.revampOverlay .btnContainer .right.fullWidth { padding-right: 8px; width: 100%; text-align: right; box-sizing: border-box; }
.revampOverlay .messageboxcontent .innerMessage a { color: var(--primary-red, #ED1B2E) !important;}

.revampOverlay .btnOverlayClose {
    display: block;
    position: absolute;
    right: 40px;
    top: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    overflow: hidden;
}
.revampOverlay .btnOverlayClose::before,
.revampOverlay .btnOverlayClose::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #333333;
    content: "";
}
.revampOverlay .btnOverlayClose::before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.revampOverlay .btnOverlayClose::after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.finance-error-msg-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

#financial-summary>div>div.finance-error-msg-container>img.svg-alert-circle {
    width: 80px;
    height: 80px;
    padding: 7.5px;
    margin: auto;
}

.chartContent .chartPie {
    min-height: 250px;
    min-width: 250px;;
}

.legendItem {
    margin-left: unset!important;
    width: 350px!important;
    display: flex!important;
}

.chart1, .chart2 {
    border: unset!important;
    background-color: var(--primary-white) !important;
}

.chartContent, .chart1, .chart2 {
    width: unset!important;
}

.chart-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
}

.chartT, .chartV {
    width: unset!important;
    margin: unset!important;
}

.legendIconWrapper {
    display: flex!important;
}

.legendIcon {
    width: 18px!important;
    height: 18px!important;
}

.legendText {
    display: flex!important;
    gap: 10px!important;
}

.revampTableList table tr:first-child th {
    border-top: unset!important;
}

.revampTableList table tr td {
    border-bottom: unset;
}

.revampTableList.investmentChoiceDetails table tr td{
    border-bottom: unset !important;
    padding: 20px;
}

.revampTableList.investmentChoiceDetails table tr td > div.mainContent{
    background: var(--primary-white) !important;
    margin-top: unset !important;
}

.revampTableList table tr.transactionInProgress-header td {
    background:#F7F7F7;
    padding: 20px;
}

.revampTableList.investmentChoiceDetails tr.assetClass td {
    background: white !important;
}

.revampTableList.investmentChoiceDetails tr.assetClass.transactionInProgress td {
    background: #F7F7F7 !important;
    padding: 20px !important;
}

.revampTableList .iconLinkContainer {
    margin-top: unset !important;
}

.revampTableList table tr:not(:first-child):not(:nth-child(2)) td {
    padding: 5px 10px;
}

.revampTableList.monthlyIncomePaymentHistoryTableList table tr:not(:first-child) td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-wrap: nowrap;
}

.revampTableList table tr:first-child td {
    padding-top: 20px !important;
}

.revampTableList table th {
    padding: 20px 10px;
    vertical-align: top;
    border-bottom: unset;
}

.revampTableList table th:first-child {
    padding-left: 20px;
}

.revampTableList table th:last-child {
    padding-right: 20px;
}

.revampTableList.monthlyIncomePaymentHistoryTableList table tr:not(:first-child) td:first-child {
    padding-left: 20px;
}

.revampTableList.monthlyIncomePaymentHistoryTableList table tr:not(:first-child) td:last-child {
    padding-right: 20px;
}

.revampTableList table tr.transactionInProgress-header th:last-child {
    border-top-right-radius: 0px;
}

.revampTableList table tr.transactionInProgress-header th:first-child {
    border-top-left-radius: 0px;
}

.revampTableList table tr:last-child td {
    padding: 20px;
}

.tableWithActionButton.revampTableList table tr:last-child td {
    padding: 20px;
}

.tableWithActionButton.monthlyIncomePaymentHistoryTableList .action-button-group,
.tableWithActionButton.monthlyIncomePaymentHistoryTableList .totalPremiumList{
    margin-bottom: 0px;
}

.tableWithActionButton.revampTableList table tr:last-child td:not(:first-child):not(:last-child) {
    padding: 20px 10px;
}

.revampTableList.revampTableList .iconLinkContainer .iconLink { 
    margin: 0px;
}

ul.disc {
    padding-left: unset !important;
    margin-bottom: unset !important;
}
.navquicklink.icondisplay {
    gap: 4px;
    text-align: center;
}

.table-fixed-width {
    table-layout: fixed;
}

.action-button-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 40px;
}

.action-button-group:not(:last-child){
    margin-bottom: 20px;
}



tr.icon-container {
    height: 180px;
}

tr.mainInvestmentContent.seperator-top td {
    border-top: 1px solid var(--Secondary-Colors-Dark-Gray,#D8D8D8);
}

tr .mainInvestmentContent.transactionInProgress.seperator-top td {
    border-top: unset;
}

.pt-20 { padding-top: 20px !important;}
.pl-20 { padding-left: 20px !important;}
.pr-20 { padding-right: 20px !important;}
.pb-20 { padding-bottom: 20px !important;}

.assetClass-desktop {
    display: none;
}

html:lang(zh) #tab-container .tab-item{
    max-width: 72px;
}

html:lang(en) #tab-container .tab-item{
    max-width: 200px;
}
.text-view-policy {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.mobile-table-header-escape-html {
    display: none;
}

.revampTableList table .iconLinkContainer {
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
}

.clipboard-message-box {
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    position: fixed;
    bottom: 24px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.80);
    width: 136px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}

.clipboard-message-box div{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: white !important;
}

.display-mobile {
    display: none;
}

.mobileTitle {
    display: none;
}

body.overlayOpen { overflow: hidden}

.remarks-container.financial-summary.no-fs {
    display: none;
}
.remarks-container.basic-info.no-fs, .remarks-container.payment-related.no-fs {
    display: block;
}

.messageboxoverlay.overlaymain.revampOverlay {
    margin: 38px auto;
}

.revampOverlay .messageboxcontent.overlaycontent {
    width: 766px;
    height: 644px;
    position: relative;
    padding: 24px 100px 0 100px;
    border-radius: 0;
    margin: 0 auto;
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
}

.revampOverlay.no-btn-container .messageboxcontent.overlaycontent {
    border-radius: 0 0 8px 8px;
}

.revampOverlay .btn-container {
    background: white;
    width: 766px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 0 0 8px 8px;
}

.revampOverlay.no-btn-container .btn-container {
    display: none;
}

.revampOverlay .close-container {
    height: 48px;
    width: 766px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
    position: relative;
}

/* background color */
.grey-bg{
    background: var(--primary-light-gray);
}
.white-bg {
    background: var(--primary-white);
}

.revamp-container .dropDownList .dropDownContent ul li a {
    text-decoration: unset !important;
    color: var(--secondary-prudential-gray) !important;
}

.revamp-container .dropDownListHeader .text {
    font-weight: 700;
}

.revamp-container .innerHeader {
    padding: 0;
}

.revamp-container .mt-form__input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.revamp-container .mt-form__input-wrap .text {
    max-width: 40px;
    border: unset !important;
    font-weight: 600;
    padding: unset !important;
    height: 28px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

.revamp-container .input-wrapper .mt-form input {
    font-weight: 500;
}

.form-group.form-group--lg .mt-form.not-empty .form-control ~ label,
.form-group.form-group--lg .mt-form.typing .form-control ~ label,
.form-group.form-group--lg .mt-form.typing .form-control:focus ~ label {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    transform: translate(0, -12px);
    margin-top: 0px;
}

.form-group.form-group--lg .mt-form .form-control ~ label {
    top: 21px;
}

.migratedContent {
    max-width: unset;
}

.common-footer.container-fluid-center {
    padding: 30px 100px;
}

.revamp-container.change-contact-info .card .card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group.form-group--lg .mt-form.not-empty .form-control ~ label,
.form-group.form-group--lg .mt-form.typing .form-control ~ label,
.form-group.form-group--lg .mt-form.typing .form-control:focus ~ label {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    transform: translate(0, -12px);
    margin-top: 0px;
}

.form-group.form-group--lg .mt-form .form-control ~ label {
    top: 21px;
}

.migratedContent {
    max-width: unset;
}

.revamp-container.change-contact-info {
    padding: 0 100px;
}

.common-footer.container-fluid-center {
    padding: 30px 100px;
}

.revamp-container.change-contact-info .card .card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dropDownList .arrow {
    width: 24px;
    height: 24px;
    right: 24px;
    background: url(../../images/uiuxRevamp/chevron-down-outline.svg) no-repeat transparent;
}

.dropDownList.active .arrow {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    background-position: unset;
}

/* revamp checkbox start */
.revamp-container input[type=checkbox] {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    border: solid 2px rgba(0, 0, 0, 0.2);
    background: var(--primary-white);
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.05);
    appearance: none;
    -webkit-appearance: none;
}

.revamp-container input[type="checkbox"]::before {
    content: "";
    height: 24px;
    width: 24px;
    background: var(--primary-white);
  }


.revamp-container input[type=checkbox]:hover {
    border: solid 2px rgba(0, 0, 0, 0.5);
}


.revamp-container input[type=checkbox]:checked {
    border: solid 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.revamp-container input[type=checkbox]:checked::before{
    display: block;
    position: absolute;
    left: 7px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid var(--primary-red);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.revamp-container input[type=checkbox]:disabled {
    border: solid 2px rgba(0, 0, 0, 0.05);
    background: var(--secondary-gainsboro);
}

/* revamp checkbox end */

@media only screen and (max-width: 767px)  {
    /* Style for body font */
    h1 { font-size: 36px; line-height: 48px; font-weight: 700;}
    h2 { font-size: 28px; line-height: 36px; font-weight: 700;}
    h3 { font-size: 24px; line-height: 32px; font-weight: 700;}
    h4 { font-size: 20px; line-height: 28px; font-weight: 700;}
    h5 { font-size: 18px; line-height: 28px; font-weight: 700;}

    .body-semi-bold-x-large-mobile { font-size: 20px; line-height: 30px; font-weight: 500;}
    .body-regular-x-large-mobile { font-size: 20px; line-height: 30px; font-weight: 400;}
    .body-bold-large-mobile { font-size: 18px; line-height: 28px; font-weight: 700;}
    .body-semi-bold-large-mobile { font-size: 18px; line-height: 28px; font-weight: 500;}
    .body-regular-large-mobile { font-size: 18px; line-height: 28px; font-weight: 400;}
    .body-light-large-mobile { font-size: 18px; line-height: 28px; font-weight: 300;}
    .body-bold-regular-mobile { font-size: 16px; line-height: 24px; font-weight: 700;}
    .body-semi-bold-regular-mobile { font-size: 16px; line-height: 24px; font-weight: 500;}
    .body-regular-mobile { font-size: 16px; line-height: 24px; font-weight: 400;}
    .body-light-mobile { font-size: 16px; line-height: 24px; font-weight: 300;}
    .body-semi-bold-small-mobile { font-size: 14px; line-height: 22px; font-weight: 500;}
    .body-regular-small-mobile { font-size: 14px; line-height: 22px; font-weight: 400;}
    .body-light-small-mobile { font-size: 14px; line-height: 22px; font-weight: 300;}
    .body-semi-bold-x-small-mobile { font-size: 12px; line-height: 18px; font-weight: 500;}
    .body-regular-x-small-mobile { font-size: 12px; line-height: 18px; font-weight: 400;}

    .primary-link { font-size: 18px; line-height: 26px; font-weight: 500;}
    .secondary-link { font-size: 16px; line-height: 28px; font-weight: 500;}
    .eyebrow { font-size: 16px; line-height: 26px; font-weight: 600;}
    .eyebrow-small { font-size: 12px; line-height: 18px; font-weight: 400;}
    .label { font-size: 14px; line-height: 24px; font-weight: 600;}
    .tags { font-size: 14px; line-height: 16px; font-weight: 500;}
    .footer-link { font-size: 12px; line-height: 16px; font-weight: 500;}
    .disclaimer { font-size: 11px; line-height: 15.2; font-weight: 400;}

    .b1-600 { font-size: 18px; line-height: 28px; font-weight: 600;}
    .b1-400 { font-size: 18px; line-height: 28px; font-weight: 400;}
    .b1-300 { font-size: 18px; line-height: 28px; font-weight: 300;}
    .b2-600 { font-size: 16px; line-height: 24px; font-weight: 600;}
    .b2-400 { font-size: 16px; line-height: 24px; font-weight: 400;}
    .b2-300 { font-size: 16px; line-height: 24px; font-weight: 300;}
    .b3-600 { font-size: 14px; line-height: 24px; font-weight: 600;}
    .b3-400 { font-size: 14px; line-height: 24px; font-weight: 400;}
    .b3-300 { font-size: 14px; line-height: 24px; font-weight: 300;}
    .b4-600 { font-size: 12px; line-height: 18px; font-weight: 600;}
    .b4-500 { font-size: 12px; line-height: 18px; font-weight: 500;}
    .b4-400 { font-size: 12px; line-height: 18px; font-weight: 400;}
    .b4-300 { font-size: 12px; line-height: 18px; font-weight: 300;}

    .flex-mobile { display: flex; }
    .flex-column-mobile { display: flex; flex-direction: column; }
    .flex-none-mobile { display: unset; }
    .flex-0-mobile { gap: 0; }
    .flex-10-mobile { gap: 10px }
    .flex-20-mobile { gap: 20px }
    .flex-30-mobile { gap: 30px }
    .flex-40-mobile { gap: 40px }

    .card .quicklink-container .quick-link > .icon > img {
        width: 32px;
    }
    .icon-btn {
        font-size: 24px;
        width: 30px;
        height: 30px;
    }
    #tab-container button.tab-item {
        font-size: 16px;
        line-height: 24px;
    }
    .card .info-container.flex-column-mobile {
        flex-wrap: wrap;
    }
    .card .card-content {
        padding: 20px;
    }
    .uiux-revamp-list {
        padding: unset;
    }
    .uiux-revamp-list .expand-content {
        gap: 20px;
    }
    .uiux-revamp-list > div {
        padding: 20px 0px!important;
    }
    .navquicklink .navquicklink-content {
        min-width: unset;
    }
    .navquicklink-container {
        margin-bottom: 20px;
        padding: 0 10px;
        gap: 30px 4px;
        justify-content: flex-start;
    }

    .navquicklink.icondisplay {
        gap: 0;
        flex-basis: calc(25% - 3px);
    }
    #site-main .revamp-card-container .revamp-card-header {
        align-items: unset !important;
    }
    .top-gray-line {
        padding-top: 20px;
        border-top: 1px solid var(--Secondary-Colors-Dark-Gray,#D8D8D8);
    }   
    .revampOverlay .overlaycontent {
        width: auto;
        padding: 10px 26px 20px 26px;
        bottom: 0;
        top: unset;
        border-radius: 8px 8px 0px 0px;
        max-height: 100%;
        overflow-y: auto;
    }
    .revampOverlay {
        padding-top: 38px;
        padding-bottom: 30px;
    }
    .revampOverlay .btnOverlayClose {
        width: 20px;
        height: 20px;
    }
    .total-container {
        width: 100%;
        display: flex;
        gap: 10px !important;
    }
    .subtotal-container {
        display: flex;
        gap: 10px !important;
    }
    .legendItem {
        width: 100%!important;
        gap: 10px;
        margin: 0 !important;
    }
    .chartContent .chartPie {
        margin: auto !important;
    }
    .chart-container {
        flex-direction: column;
        gap: 0;
    }
    .legendIconWrapper {
        margin-bottom: 0 !important;
    }
    div.mainContent {
        margin-top: 0 !important;
    }
    :root header + div#site-subheader {
        padding-top: 56px;
    }
    #homecare.coverageDetailsOverlay .overlaycontent, #treatment.coverageDetailsOverlay .overlaycontent {
        padding: 10px 26px 20px 26px;
    }
    .policy-content-header {
        font-weight: 500;
    }
    .card-content-header-flex-mobile, .card-content-header-flex-mobile.info-item {
        flex-direction: column;
        justify-content: flex-start;
        width: auto;
        align-items: flex-start;;
    }
    .action-button-group {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .total-container, .subtotal-container {
        flex-direction: column;
    }
    .remarks-container > * {
        font-size: 12px;
        line-height: 18px;
    }
    .assetClass-desktop {
        display: block;
    }
    
    html:lang(zh) #tab-container .tab-item{
        max-width: unset;
    }
    html:lang(en) #tab-container .tab-item{
        max-width: unset;
    }
    .text-view-policy {
        font-size: 16px;
    }

    .card-content-mobile-horizontal .info-item {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: flex-start;
    }

    .card-content-col-2 .col-info-2, .card-content-col-4 .col-info-4 {
        gap: 20px;
    }

    .card-content-col-2 .col-info-2 .info-item,
    .card-content-col-4 .col-info-4 .info-item{
        flex-basis: 100%;
    }

    .card-content-col-2 .col-info-2 .info-item > div,
    .card-content-col-4 .col-info-4 .info-item > div{
        text-align: left;
    }

    .card-content-col-2 .col-info-2 .info-item > div:nth-child(even)
    .card-content-col-2 .col-info-2 .info-item > div:nth-child(even){
        text-align: right;
    }
    .navquicklink .navquicklink-icon {
        height: 32px;
        width: 32px;
    }
    .page-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .card .revamp-card-header {
        min-height: 70px;
        height: auto;
        padding: 20px;
        /*overwrite main.css*/
        border-bottom: 0px;
    }
    .quick-link-header.revamp-card-header {
        padding: 20px 26px;
    }
    .card .info-container > div {
        width: 100%;
        flex-basis: 100%;
    }
    .uiux-revamp-list .expand-content > div {
        flex-basis: 100%;
    }
    .card .info-container.info-column-2-desktop > div {
        flex-basis: 100%;
    }
    .info-item .info-item-header {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }
    .info-item .info-item-value {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .primary_button, .secondary_button {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 24px;
        min-width: unset;
        min-height: unset;
        max-width: unset;
    }
    .clipboard-message-box {
        padding: 10px 18px;
        gap: 16px;
        bottom: 24px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.80);
        min-width: 323px;
        width: auto;
        margin: 0 20px;
        justify-content: flex-start;
    }
    .clipboard-message-box div{
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: white !important;
    }
    .card-content .mobile {
        display: block;
    }
    .messageboxoverlay.overlaymain.revampOverlay {
        padding: 0;
        height: auto;
        top: unset;
        bottom: 0;
        position: fixed;
    }
    .revampOverlay .messageboxcontent.overlaycontent {
        border-radius: 0;
        padding: 12px 26px;
        overflow-y: scroll;
    }
    .revampOverlay .btn-container {
        padding: 20px 26px;
        border-radius: 0;
    }
    .revampOverlay .close-container, .revampOverlay .messageboxcontent.overlaycontent, .revampOverlay .btn-container {
        width: 100%;
    }
    .revampOverlay.no-btn-container .messageboxcontent.overlaycontent {
        border-radius: 0;
    }
    .messageboxoverlay.overlaymain.revampOverlay {
        margin: 0;
    }
    .messageboxcontent.overlaycontent .btnContainer {
        flex-direction: column-reverse;
    }
    .revamp-container.change-contact-info {
        padding:0 26px;
    }
    .revamp-container.change-contact-info .card .card-content {
        gap: 20px;
    }
    .common-footer.container-fluid-center {
        padding: 25px 26px;
    }
    .main-page-header {
        gap: 5px;
    }
    .revamp-container.change-contact-info .card .card-content {
        gap: 20px;
    }
    .common-footer.container-fluid-center {
        padding: 25px 26px;
    }
}

@media only screen and (max-width: 1166px) {
    .card-content.table-view {
        padding: 20px!important;
    }
    .card-content table {
        width: 100%;
        -webkit-box-shadow: unset;
        -ms-box-shadow: unset;
        -o-box-shadow: unset;
        box-shadow: unset;
        margin: unset;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        border-spacing: unset;
        border-radius: unset;
        border: unset;
        border-collapse: collapse;
    }
    .card-content table tr:first-child {
        display: none;
    }
    .card-content table tbody td {
        border: unset!important;
        background-color: unset!important;
    }
    .card-content table tbody tr.assetClass {
        display: none;
    }
    .card-content table tbody td{
        padding: 10px 0;
    }
    .card-content table tbody tr:nth-child(2) td:first-child {
        padding-top: 0px;
    }
    .card-content table tbody tr td:last-child {
        padding-bottom: 20px;
    }
    .card-content table tbody tr:last-child td:last-child {
        padding-bottom: 0px;
    }
    .card-content table tbody tr:not(first-child):not(last-child) {
        border-bottom: unset;
    }
    .card-content table tbody tr.total td {
        display: none;
    }
    .card-content table tbody tr.total td.notDummy {
        display: block;
    }
    .card-content table tbody td > div:before {
        content: attr(data-label);
        display: grid;
        font-weight: 400;
    }
    .card-content table tbody td > div.font-bold:before {
        font-weight: bold;
    }
    .card-content .revampTableList:not(.monthlyIncomePaymentHistoryTableList) table tbody td > div:before {
        font-size: 12px;
        line-height: 28px;
    }
    .revampTableList table.with-icon-link tr td {
        padding-bottom: 0;
    }
    .revampTableList table tr:last-child td:has(.display-page-number, .view-prev-next-page) {
        padding: 0px ;
    }
    .revampTableList table td > div:before {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }
    .revampTableList.revampTableList table td div[data-label] {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .revampTableList table th:first-child, .revampTableList table td:first-child {
        padding-left: unset;
    }
    table>tbody>tr>td:first-child:after {
        content: unset!important;
    }
    table>tbody>tr>td:not(:first-child) {
        position: relative;
        opacity: 100;
        z-index: 0;
    }
    .revampTableList table tr:not(:last-child) td {
        border-bottom: unset;
    }

    .revampTableList table tr:not(:last-child) td:last-child {
        border-bottom: 1px solid #D8D8D8;
    }

    .revampTableList table.table-bottom-border-mobile tr:not(:last-child) {
        border-bottom: 1px solid #D8D8D8 !important;
    }

    .revampTableList:not(.monthlyIncomePaymentHistoryTableList):not(.dateBasedTableList) table.table-bottom-border-mobile tr:not(:first-child) {
        display: block; /* tr default display:table-row make padding not effective */
    }
    /* for tr right before the compensation chart tr */
    .revampTableList table.table-bottom-border-mobile tr:has(+tr.compensation-chart) {
        border-bottom: 0 !important;
    }
    .card-content table tbody tr.compensation-chart td {
        padding-top: 0!important;
    }
    .card-content table tbody tr.compensation-chart * {
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }
    tr.mainInvestmentContent.seperator-top{
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid var(--Secondary-Colors-Dark-Gray,#D8D8D8);
    }
    tr.mainInvestmentContent.seperator-top td{
        border-top: unset;
    }
    table tr.mobile-hidden,table td.mobile-hidden {
        display: none !important;
    }
    .pt-20 {
        padding-top: unset !important;
    }
    .pl-20 {
        padding-left: unset !important;
    }
    .pr-20 {
        padding-right: unset !important;
    }
    .pb-20 {
        padding-bottom: unset !important;
    }
    .revampTableList table td.multiLayerTitleWithValue .content .subTitle .listStyleTitle {
        display: unset;
        margin-left: 0;
    }
    .bulletPointsContent {
        display: none;
    }
    .revampTableList table td.multiRowTitle > .content {
        padding: 0;
        width: auto;
    }
    .revampTableList table td.multiRowTitle > div:first-child {
        border-bottom: unset;
    }
    .revampTableList table tr:not(:first-child) td {
        padding-top: unset;
        padding-bottom: unset;
    }

    .supplementaryBenefit .overlaycontent,
    .basicBenefit .overlaycontent {
        background-color: #f7f7f7;
    }
    .bpo-benefit-breakdown-div .tableBpo table tr.mainBpoContent td.mobile-date-icon .content img {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .bpo-benefit-breakdown-div .tableBpo table {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        padding: 0px 20px 0px 20px;
        border: 0px !important;
    }
    .bpo-benefit-breakdown-div .tableBpo table tr.mainBpoContent:not(.hidden) {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }

    .bpo-benefit-breakdown-div .tableBpo table tr:not(.hidden) .mobile-col {
        display: block;
    }

    .bpo-benefit-breakdown-div .tableBpo table .mainBpoContent .mobileTitle {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .bpo-benefit-breakdown-div .tableBpo table .mainBpoContent .content {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .bpo-benefit-breakdown-div .tableBpo table tbody {
        gap: 20px;
    }

    .bpo-benefit-breakdown-div .tableBpo table .mainBpoContent td {
        border-bottom: unset !important;
    }

    .bpo-benefit-breakdown-div .tableBpo table td:first-child { background-color: unset !important; }

    .bpo-benefit-breakdown-div .tableBpo table tr td:first-child {border-top: unset !important;}

    .revampTableList.investmentChoiceDetails table tr td {
        padding: 0 !important;
    }
    .revampTableList.investmentChoiceDetails table tr td.unitBalanceContainer.multiLayerTitleWithValue  {
        flex-wrap: wrap;
    }
    .revampTableList.investmentChoiceDetails table tr td.policyAccountValueContainer.multiLayerTitleWithValue {
        flex-wrap: wrap;
    }
    .revampTableList.investmentChoiceDetails table tr td.lastReferentialPriceContainer.multiRowTitle .content {
        width: 100% !important;
    }
    .revampTableList.investmentChoiceDetails table tr td.unitBalanceContainer.multiLayerTitleWithValue .content,
    .revampTableList.investmentChoiceDetails table tr td.policyAccountValueContainer.multiLayerTitleWithValue .content {
        padding-left: 10px !important;
        border-left: 1px solid #D8D8D8 !important;
    }
    tr.icon-container {
        display: flex !important;
        flex-direction: row !important;
        gap: 20px;
        justify-content: flex-start;
        border-bottom: 1px solid #d8d8d8 !important;
    }
    .revampTableList table .iconLinkContainer {
        float: unset !important;
        display: flex !important;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
        padding: 20px 0;
    }
    .revampTableList table .iconLinkContainer a {
        flex-basis: content;
    }
    tr.mainInvestmentContent.transactionInProgress.investmentChoice {
        margin-top: 20px;
    }
    .revampOverlay .overlaycontent{
        padding: 10px 26px 20px 26px;
    }
    .policy-content-header {
        font-weight: 500;
    }
    .card-content table tbody td.hints.hints01 > div:before {
        content: none;
    }
    .totalPremiumList {
        display: grid;
        gap: 20px;
        padding: unset; 
        border-radius: unset;
        background-color:unset;
        padding-top: 20px;
        border-top: solid 1px #D8D8D8;
    }
    table>tbody>tr>td {
        display: grid;
    }
    .font-regular-large-mobile {
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
    }
    .card-content.table-view {
        padding: 40px 20px;
    }
    .revamp-card-container .revamp-card-header {
        padding: 20px;
    }
    .premium-value {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    .revampTableList table td:not(:first-child) .mobileTitle, .revampTableList table td .mobileContent {
        display: inline-block;
        width: 50%;
    }
    .revampTableList table tr td:first-child .mobileTitle {
        display: none;
    }
    .revampTableList table>tbody>tr>td {
        display: flex;
        justify-content: space-between;
    }
    .revampTableList table td:not(:first-child) .content {
        text-align: right;
    }
    .card .revampTableList .investmentChoiceNameContainer .content .nameContainer {
        max-width: 90%;
    }
    .card-content.table-view .revampTableList table th, .card-content.table-view .revampTableList table td {
        max-width: unset;
        min-width: unset;
    }
    .card-content.table-view .revampTableList table th.column-with-number, .card-content.table-view .revampTableList table td.column-with-number {
        width: auto;
        min-width: unset;
    }
    .subtotal-container {
        width: 100%;
    }
    .revampTableList table th:last-child, .revampTableList table td:last-child {
        padding-right: 0;
    }
    .flex-gap-20-mobile {
        gap: 20px !important;
    }
    .premium-header {
        max-width: unset;
    }
    .premium-content {
        flex: unset;
        display: block;
        gap: unset;
        max-width: 100%;
    }
    .revampTableList table td.multiLayerTitleWithValue > div {
        width: 100%;
    }
    .revampTableList table td.multiLayerTitleWithValue .mainContent {
        display: inline-block;
        width: 50%;
        text-align: right;
        padding: 0px;
    }
    .revampTableList table td .mobileTitle, .revampTableList table td .mobileContent {
        display: inline-block;
    }
    .revampOverlay {
        padding: 60px 0px 100px 0px;
        gap: unset;
    }
    .btnOverlayClose {
        top: 76px;
    }
    .revampTableList table tr:not(:first-child) td:first-child {
        padding-left: unset;
    }
    
    .revampTableList table tr:not(:first-child) td:last-child {
        padding-right: unset;
    }
    
    .messageboxcontent.overlaycontent {
        overflow-y: hidden;
        position: relative;
    }

    .revampTableList table td {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .revampTableList table td:last-child {
        margin-bottom: 0;
    }

    .revampTableList table td:has(.total-container) {
        display: unset;
    }

    .revampTableList table td .total-container {
        width: 100%;
        display: flex;
        gap: 10px !important;
    }

    .revampTableList table td .total-container > .info-item:not(.subtotal-container) {
        margin-top: -10px;
    }

    .revampTableList table td .total-container .info-item:not(.subtotal-container) > div:nth-child(2) {
        text-align: right;
    }

    .revampTableList table td .subtotal-container .info-item > div:nth-child(2) {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }

    .revampTableList table tr:not(:first-child):not(:nth-child(2)) td {
        padding: unset;
    }

    .monthlyIncomePaymentHistoryRow .icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        align-self: stretch;
    }

    .monthlyIncomePaymentHistoryRow .icon-container img {
        width: 20px;
        height: 20px;
        margin-left: -5px;
    }

    .monthlyIncomePaymentHistoryRow .icon-container span {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .row.pagination {
        min-width: 100%;
    }

    .display-desktop {
        display: none !important;
    }

    a.text-highlight-mobile {
        font-size: 16px !important;
        line-height: 18px !important;
    }
    .mobile-table-header-escape-html {
        display: block;
        font-weight: 400;
    }
    .monthlyIncomePaymentHistoryTableList table .mobile-table-header-escape-html sup {
        float: unset;
    }
    .monthlyIncomePaymentHistoryTableList table td .info-item.text-align-right {
        text-align: right;
        display: block;
    }
    .tableWithActionButton.revampTableList table tr:last-child td {
        padding: unset !important;
    }
    .tableWithActionButton.assetClass-desktop.revampTableList table tr:last-child td:not(:first-child):not(:last-child) {
        padding: unset !important;
    }
    .tableWithActionButton.revampTableList table tr.monthlyIncomePaymentHistoryRow:last-child {
        margin-bottom: unset;
        padding-bottom: unset;
    }
    .card-content .mobileTitle {
        display: block;
    }
    .remarks-container.card-remarks {
        margin-top: 20px;
    }
}

.lazy-load {
    display: flex;
    justify-content: center;
    height: 50px;
    margin-bottom: 40px;
}

.lazy-load img {
    width: 50px;
    height: 50px;
}