:root {
    --black-color: #333130;
    --site-primary-color: #ff7226;
    --primary-color: #ff7226;
    --high-primary-color: #ff7226;
    --deep-blue-color: #3A41B1;
    --grey-color: #999491;
    --purple-color: #3A41B1;
    --navbar-bg-color: #ffffff;
    --body-bg-color: #f5f7fb;
    --input-bg-color: white;
    --lable-color: #000000;
    --section-text-color: #000000;
    --input-border-color: #ffffff;
    --section-sub-text-color: #666666;
    --allocation-lable-color: #333333;
    --allocation-icon-color: #999999;
    --allocation-stock-soft-color: #FFF7F7;
    --allocation-stock-primary-color: #F24E1E;
    --allocation-bonds-soft-color: #FDF7FF;
    --allocation-bonds-primary-color: #951EF2;
    --allocation-cash-soft-color: #FEF9EF;
    --allocation-cash-primary-color: #FFA723;
    --allocation-other-soft-color: #F7F9FF;
    --allocation-other-primary-color: #3E62FF;
    --card-bg-color: white;
    --result-card-bg-color: white;
    --under-line-color: #3e62ff;
    --theme-text-color: #333130;
    --circle-item-bg-color: #f5f7fb;
    --line-dash-bg-color: rgba(193,57,57,0.2);
}

@media (max-width: 768px) {
    .menu-display {
        display: inline-block !important;
    }
}

@font-face {
    font-family: "RobotoSerif-Light";
    src: url("../font/RobotoSerif-Light.woff2");
}

@font-face {
    font-family: "RobotoSerif-Regular";
    src: url("../font/RobotoSerif-Regular.woff2");
}

@font-face {
    font-family: "RobotoSerif-Bold";
    src: url("../font/RobotoSerif-Bold.woff2");
}


.wefire-link {
    color: var(--purple-color);
}


    .wefire-link:hover {
        color: var(--purple-color);
    }


.grecaptcha-badge {
    visibility: hidden;
}

.menu-display {
    display: none;
}

.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    display: none;
}

.loading-row {
    height: 100%;
}

.loading_m {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-color: rgb(128, 128, 128,0.5);
    /*display: none;*/
}

.loading-row_m {
    height: 100%;
}

.mouse_cursor {
    cursor: pointer;
}

.hide_info {
    display: none;
}

.high_hide_info {
    display: none !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.mouse_hover_primary {
}

    .mouse_hover_primary:hover {
        color: #5156be;
    }

.text-overflow-width-500 {
    width: 330px;
}

.span-inline-block {
    display: inline-block;
}

.text-overflow-500 {
    width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#dv_article_content {
    font-family: "RobotoSerif-Regular";
}


    #dv_article_content p {
        word-break: break-word;
        white-space: normal;
        color: #000000;
        font-family: "RobotoSerif-Regular";
        font-size: 16px;
        /*letter-spacing: 1px;*/
    }

    #dv_article_content li {
        word-break: break-word;
        white-space: normal;
        color: #000000;
        font-size: 16px;
        font-family: "RobotoSerif-Regular";
        /*letter-spacing: 1px;*/
    }

    #dv_article_content h2 {
        font-size: 24px;
        color: #000000;
        font-family: "RobotoSerif-Bold";
    }

.article_h2_title {
    font-size: 24px;
    color: #000000;
    font-family: "RobotoSerif-Bold";
}

#dv_article_content table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #495057;
    --bs-table-striped-bg: #f8f9fa;
    --bs-table-active-color: #495057;
    --bs-table-active-bg: #f8f9fa;
    --bs-table-hover-color: #495057;
    --bs-table-hover-bg: #f8f9fa;
    width: 100%;
    margin-bottom: 1rem;
    color: #495057;
    vertical-align: top;
    border-color: #e9e9ef;
    caption-side: bottom;
    border-collapse: collapse;
    border: 1px solid #e9e9ef;
}

#dv_article_content td {
    padding: .75rem .75rem;
    border-bottom-width: 1px;
    word-break: break-all;
    white-space: pre-wrap;
    border: 1px solid #e9e9ef;
    font-size: 12px;
    letter-spacing: 1px;
}

#dv_article_content th {
    padding: .75rem .75rem;
    font-weight: 700;
    background-color: #e9e9ef;
    border: 1px solid #e9e9ef;
    font-size: 12px;
    letter-spacing: 1px;
}

.from_name {
    font-family: "RobotoSerif-Regular";
    color: #C08565;
}

.source_name {
    font-family: "RobotoSerif-Regular";
    font-size: 10px;
    color: #000000;
}

#dv_category_info .article_category {
    font-family: "RobotoSerif-Regular";
}
/*#dv_article_content li {
    word-break: break-all;
    white-space: pre-wrap;
    font-size: 17px;
    letter-spacing: 1px;
}
*/
.table-layout-fixed {
    table-layout: fixed
}

.text_overflow-auto {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_overflow-multiple {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.card-no-border {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}

.font-weight-500 {
    font-weight: 500;
}

.article-card {
    min-height: 172px;
}

.box-img {
    position: relative;
    /*padding-top: 55%;*/
    aspect-ratio: 16/9;
    min-height: 172px;
}

    .box-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.brands-img {
    padding: 1rem;
}

    .brands-img img {
        width: 100%;
        object-fit: contain;
        aspect-ratio: 16/9;
    }

.hide_message_detail {
    height: 0px !important;
    line-height: 18px !important;
    overflow: hidden;
    transition: height 3s;
}

.message_li_detail {
    height: 270px !important;
    overflow: hidden;
    line-height: 18px !important;
    transition: height 3s;
}

    .message_li_detail:hover {
        background-color: #fff !important;
    }

.message_content_overflow {
    max-height: 75px;
}

.service_agreement_card_max_height {
    max-height: 480px;
}

.min_width-1 {
    min-width: 100px;
}

.font-size-40 {
    font-size: 40px;
}

.retirement_timeline {
    height: 150px;
    width: 100%;
}

.plan_net_worth_chart_main {
    height: 300px;
}

.probability_txt {
    margin-top: -100px;
}

.big-icon {
    font-size: 150px;
}

.white-card {
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(78, 42, 22, 0.08);
    border-radius: 8px 8px 8px 8px;
}

.white-card-title {
    color: #4E2A16;
    font-weight: 600;
}

.brand-icon img {
    width: 20px;
    height: 20px;
}

.brand-icon .initial {
    display: none;
    background-color: #636C78;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
}

.brand-icon img:empty + .initial {
    display: inline-block;
    font-size: 10px;
}

.no-margin {
    margin: 0px;
}

.screen-height {
    height: 100vh;
}

.element-hide {
    display: none;
}

.sign-up-step-resend-code-disabled {
    pointer-events: none;
    color: gray;
    cursor: not-allowed;
    font-weight: 500;
    color: var(--deep-blue-color);
    text-decoration: none !important;
}


/*******sign css*********/
.sign-left-bg {
    height: 100vh;
    background-image: url("../image/sign/sign_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 850px;
}

.intro-img {
    display: inline-block;
    width: 460px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /*vertical-align: middle;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);*/
}

.sign-logo-img {
    display: inline-block;
    width: 160px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.sign-title {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
}

.sign-icon {
    display: inline-block;
    width: 20px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.sign-button-container {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--black-color);
    border-radius: 13px;
}

    .sign-button-container span {
        font-size: 14px;
        font-weight: 500;
        color: var(--black-color);
    }

    .sign-button-container:hover {
        cursor: pointer;
        background-color: #F7F7F7;
    }

    .sign-button-container:active {
        background-color: #F7F7F7;
        border: 2px solid #FF7226;
    }

.carousel-indicators button {
    background-color: #CCC5C2 !important;
}

.carousel-indicators .active {
    background-color: var(--deep-blue-color) !important;
}

.dv-line {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #CCC5C2;
}

.sign-form-label {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
}

.sign-form-input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--grey-color);
    border-radius: 8px;
    padding: 0px 8px;
}

    .sign-form-input:focus {
        outline: none;
        border-color: var(--deep-blue-color);
    }

.submit-button {
    width: 100%;
    height: 40px;
    background: linear-gradient( 137deg, #FF9F59 5%, #FF7226 87%);
    border: 0px;
    border-radius: 8px;
    color: white;
    font-size: 15px;
    font-weight: 500;
}

    .submit-button:disabled {
        background: linear-gradient( 137deg, #FF9F59 5%, #FF7226 60%);
        opacity: 0.6;
    }

.sign-agreement-text {
    font-size: 11px;
    color: var(--grey-color);
}

    .sign-agreement-text a {
        text-decoration: underline !important;
    }

.sign-in-text {
    color: #333333;
    font-size: 14px;
}

    .sign-in-text a {
        text-decoration: underline !important;
    }

.sign-up-back {
    display: inline-block;
    width: 25px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header-height {
    height: 70px;
}

.bg-sign-primary {
    background-color: var(--primary-color) !important;
}

.sign-up-step-desc {
    font-size: 14px;
    color: #666361;
}

.sign-up-step-error-text {
    color: #E60000;
    font-size: 12px;
}

.sign-up-step-resend-code-link {
    font-weight: 500;
    color: var(--deep-blue-color);
    text-decoration: underline !important;
}

.sign-up-step-password-rule {
    color: var(--grey-color)
}

.phone {
    display: flex;
    height: 40px;
    align-items: center;
    border: 1px solid var(--grey-color);
    border-radius: 8px;
}

    .phone input {
        width: 100%;
        border: 0px;
    }

        .phone input:focus {
            outline: none;
        }

.password-rule-active {
    color: #43CC00;
}

.check-success {
    color: var(--bs-success);
    font-size: 12px;
}
