﻿html {
    font-size:16px;
    color: #002677 !important;
}
html, body {
    height: 100%;
}
body.login-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.login-page .contentContain {
    flex: 1 0 auto;
}
body.login-page footer {
    margin-top: auto;
}
.headWelcome {
    font-family: 'gt_americaregular' !important;
    color: #002677;
}
footer {
    background: #ececea !important;
    font-family: 'gt_americaregular' !important;
    font-size: .9rem !important;
    color: #75787b !important;
    padding-top:30px!important;
    padding-bottom:30px !important;
}
/*Advisor styles*/

.lightBlueGrad {
    background: linear-gradient(to right, #cbe7ff 0%, #eaf5ff 50%, #cbe7ff 100%);
}

.newH1 {
    font-family: 'gt_americabold' !important;
    font-size: 3rem !important;
    color: #002677 !important;
}

.genP {
    font-family: 'gt_americamedium' !important;
    font-size: 1.2rem !important;
    color: #002677 !important;
}

.heroMainText {
    font-family: 'gt_americacondensed_medium';
    font-size: 3rem;
    text-align: center;
    color: #002677;
}

.heroSecondaryTopText {
    font-family: 'gt_americabold';
    font-size: 1.4rem;
    text-align: center;
    color: #002677;
}

.heroSecondaryBottomText {
    font-family: 'gt_americamedium';
    font-size: 1rem;
    text-align: center;
    color: #002677;
}

.hero {
    width: 100%;
    padding: 2rem .5rem 2rem .5rem;
    color: #002677;
}
.newH2 {
    font-family: 'gt_americabold';
}
.advisorSumBorderRight {
    border-right: 3px solid #002677 !important;
}

@media (max-width: 992px){
    .advisorSumBorderRight {
        border-right: none !important;
    }
}
.mainBtn {
    display: inline-block;
    padding: .5rem 2.5rem !important;
    color: #fff !important;
    font-family: 'gt_americamedium';
    border-radius: 30px !important;
    border: none !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
    margin-top: 0;
    background-color: #3369ff !important;
    font-size: .9rem !important;
}

.mainBtn:hover {
    background-color: #003366 !important;
    color: #fff !important;
}

.secondBtn {
    display: inline-block;
    padding: .5rem 2.5rem !important;
    color: #fff !important;
    font-family: 'gt_americamedium';
    border-radius: 30px !important;
    border: none !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
    margin-top: 0;
    background-color: #d2322d !important;
    font-size: .9rem !important;
}

.secondBtn:hover {
    background-color: #f12821 !important;
    color: #fff !important;
}

.mainBtnInv {
    display: inline-block;
    padding: .5rem 2.5rem !important;
    color: #fff !important;
    font-family: 'gt_americamedium';
    border-radius: 30px !important;
    border: none !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
    margin-top: 0;
    background-color: #002677 !important;
    font-size: .9rem !important;
}

.mainBtnInv:hover {
    background-color: #3369ff !important;
    color: #fff !important;
}

.mainPillBtn {
    display: inline-block;
    padding: .5rem 2.5rem !important;
    color: #fff !important;
    font-family: 'gt_americamedium';
    border-radius: 999px !important;
    border: none !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
    margin-top: 0;
    background-color: #002677 !important;
    font-size: .9rem !important;
}

    .mainPillBtn:hover {
        background-color: #3369ff !important;
        color: #fff !important;
    }
.search-box {
    display: inline-flex;
    align-items: center;
    border: 2px solid #002677; /* blue border */
    border-radius: 8px; /* pill shape */
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'gt_americamedium';
    font-size: 1rem;
}

    /* text input */
    .search-box input {
        border: none;
        padding: 12px 10px 12px 12px;
        outline: none;
        font: inherit;
        color: #003366;
    }

        .search-box input::placeholder {
            color: #002677; /* softer blue/grey for placeholder */
        }

    /* icon button */
    .search-box .search-btn {
        border: none;
        border-left: 2px solid #002677; /* vertical divider */
        background: #ffffff;
        padding: 4px 4px;
        cursor: pointer;
        font-size: 1.7rem;
        color: #002677;
        width:100%;
    }

        .search-box .search-btn:focus,
        .search-box .search-btn:hover {
            background-color: #002677;
            color: #ffffff;
        }

.newInput {
    display: inline-flex;
    align-items: center;
    border: 2px solid #002677; /* blue border */
    border-radius: 8px; /* pill shape */
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'gt_americamedium' !important;
    font-size: 1rem;
        padding: 12px 12px 12px 12px;
        max-width:250px;
        width:100%;
        color: #002677;
}

    .newInput input::placeholder {
        color: #002677; /* softer blue/grey for placeholder */
    }

.darkInput {
    background-color: #002677;
    color: #ffffff;
    justify-content: center;
    transition: background-color 0.3s ease !important;
}
    .darkInput:hover {
        background-color: #3369ff;
        color: #fff !important;
    }


/*advisor summary table*/
/* wrapper – so you can constrain width if needed */
.policy-grid {
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'gt_americamedium';
    font-size: 11px;
    margin-top:20px;
}

.policy-grid__header {
    display: flex;
    background-color: #dcdfe7;
    border-bottom: none;
}

.policy-grid__rowTop {
    display: flex;
    background-color:transparent;
    border-bottom: none;
}
.policy-grid__rowBot {
    display: flex;
    background-color: transparent;
    border-bottom: none;
}
.policy-grid__rowBotBor {
    display: flex;
    background-color: #dcdfe7;
    border-bottom: none;
    height: 4px;
    margin-top:5px;
}

.policy-grid__cell {
    box-sizing: border-box;
    padding: 6px 8px;
    color: #29488c;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-grid__cell--FundName {
    flex: 0 0 30%;
    text-align:left;
    justify-content:flex-start
}
.policy-grid__cell--InvOpt {
    flex: 0 0 17.5%;
    justify-content:center;
    text-align:center;
}

.policy-grid__cell--invOptBor {
    background-color: #002677;
    height: 2px;
    padding:0 !important;
}

/* widths as % of 1170px (approx) */
.policy-grid__cell--portal {
    flex: 0 0 7.28%;
}

.policy-grid__cell--name {
    flex: 0 0 19.39%;
    text-align: left;
    justify-content: flex-start;
}

.policy-grid__cell--date {
    flex: 0 0 7.45%;
}

.policy-grid__cell--year {
    flex: 0 0 3.92%;
}

.policy-grid__cell--mode {
    flex: 0 0 8.63%;
}

.policy-grid__cell--amount {
    flex: 0 0 8.63%;
}

.policy-grid__cell--systematic {
    flex: 0 0 9.41%;
}

.policy-grid__cell--cash {
    flex: 0 0 10.20%;
}

.policy-grid__cell--account {
    flex: 0 0 9.41%;
}

.policy-grid__cell--comm {
    flex: 0 0 10.20%;
}

.policy-grid__cell--plan {
    flex: 0 0 5.49%;
}
.policy-grid__cell--ddl{
    flex: 0 0 30.9%;
}

.newInputSmaller {
    padding: 6px;
    font-size: 15px !important;
    font-weight: 400;
    max-width:300px !important;
}
.newInputBtn {
    justify-content: center;
    transition: 0.3s ease !important;
}
    .newInputBtn:hover {
        background-color: #3369ff;
        border-color: #3369ff;
        color: #fff !important;
        text-decoration: none;
    }

.BTA{
    justify-content: left !important;
    padding-left: 8px !important;
}

.has-fa-chevron-right {
    /* Ensures the pseudo-element positions relative to this block */
    position: relative;
    padding-right: 25px; /* Adds space for the chevron */
}

    .has-fa-chevron-right::after {
        /* Base Font Awesome styles *//* or 'Font Awesome 5 Pro' if using Pro */
        content: "\203A"; 
        font-size: 1.5rem;
        position: absolute;
        right: 8px; /* <-- 8px from the right edge */
        top: 45%;
        transform: translateY(-45%); /* Centers vertically */
    }

.has-fa-chevron-right {
    /* Ensures the pseudo-element positions relative to this block */
    position: relative;
    padding-right: 25px; /* Adds space for the chevron */
}

    .has-fa-chevron-right::after {
        /* Base Font Awesome styles */ /* or 'Font Awesome 5 Pro' if using Pro */
        content: "\203A";
        font-size: 1.5rem;
        position: absolute;
        right: 8px; /* <-- 8px from the right edge */
        top: 45%;
        transform: translateY(-45%); /* Centers vertically */
    }

.doc-ann-rev {
    /* Ensures the pseudo-element positions relative to this block */
    position: relative;
    padding-left: 25px; /* Adds space for the chevron */
}

    .doc-ann-rev::after {
        /* Base Font Awesome styles */ /* or 'Font Awesome 5 Pro' if using Pro */
        content: "\203A";
        font-size: 2rem;
        position: absolute;
        left: 5px; /* <-- 8px from the right edge */
        top: -5%;
        transform: rotate(90deg);
        transition: transform 0.3s ease !important;
    }
    .doc-ann-rev:hover {
        cursor: pointer;
    }
    .doc-ann-rev.rotated::after {
        transform: rotate(270deg); /* The desired rotation when clicked */
    }

.ann-rev-dropdown {
    font-family: 'gt_americaregular';
    color: #002677;
    display: none; /* Keep this for initial hide */
    position: absolute;
    top: 100%; /* Positions the top of the dropdown right at the bottom edge of the parent (.doc-ann-rev header) */
    left: 0;
    width: auto; /* Makes it span the width of the parent container */
    background-color: #fff; /* Add a background color so it covers content beneath it */
    z-index: 1000; /* Ensures it appears on top of other elements */
    box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.4);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.4);
    margin-top: 2px;
    min-width: 300px;
}
.ann-rev-item-left {
    text-align: left;
    padding-left: 0;
}

.ann-rev-item-right {
    text-align: right;
    padding-right: 0;
    color: #fff;
    transition: color 0.3s ease;
}

    .ann-rev-dropdown .ann-rev-item {
        padding: 8px 20px;
        transition: background-color 0.3s ease !important;
    }
        .ann-rev-dropdown .ann-rev-item:hover {
            background: #ebf5ff;
            color: #002677 !important;
            cursor: pointer;
        }
        .ann-rev-dropdown .ann-rev-item:hover .ann-rev-item-right {
            color: #002677 !important;
        }


     .whiteBtn {
        display: inline-flex;
        align-items: center;
        border: 2px solid #002677 !important; /* blue border */
        border-radius: 8px; /* pill shape */
        overflow: hidden;
        background-color: #ffffff !important;
        font-family: 'gt_americamedium' !important;
        font-size: 1rem;
        padding: 12px 12px 12px 12px;
        max-width: 250px;
        width: 100%;
        color: #002677 !important;
    }

.w-100{
    width: 100% !important;
}

.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}