@import url('styles.css');

/*Universal*/

.secondary-button{
    text-decoration: none;
    background-color: transparent ;
    border: 2px solid var(--primary-100);
    border-radius: 10px;
    color: var(--primary-100);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px;
    width: 100%;
    transition: all 0.25s ease-in-out;
}

.secondary-button:hover{
    color: var(--secondary-100);
    background: var(--primary-100);
}

.primary-button{
    text-decoration: none;
    background-color: var(--secondary-100) ;
    border: none;
    border-radius: 10px;
    color: var(--primary-100);
    font-size: 0.9rem;
    font-weight: 600;
    width: 100%;
    padding: 12px;
    transition: all 0.25s ease-in-out;
}

.primary-button:hover{
    color: var(--secondary-100);
    background: var(--primary-100);
}

.rebalance-btn{
    text-decoration: underline!important;
    cursor: pointer;
    color: var(--contrast-color);
}

.sip-btn{
    text-decoration: underline!important;
    cursor: pointer;
    color: var(--contrast-color);
}

.sip-button{
    text-decoration: none;
    background-color: white;
    border: 1px solid var(--primary-100);
    border-radius: 10px;
    color: var(--primary-100)!important;
    font-size: 0.9rem;
    font-weight: 600;
    width: 100%;
    padding: 12px;
    transition: all 0.25s ease-in-out;
}
.sip-button:hover{
    border: 1px solid var(--primary-100);
}
.exit-button{
    text-decoration: none;
    background-color: white;
    border: 1px solid #D94E4E;
    border-radius: 10px;
    color: #D94E4E!important;
    font-size: 0.9rem;
    font-weight: 600;
    width: 100%;
    padding: 12px;
    transition: all 0.25s ease-in-out;
}
.exit-button:hover{
    border: 1px solid #D94E4E;
}

.manage-button{
    text-decoration: none;
    background-color: white;
    border: 1px solid var(--primary-100);
    border-radius: 10px;
    color: var(--primary-100)!important;
    font-size: 0.9rem;
    font-weight: 600;
    width: 100%;
    padding: 12px 40px;
    transition: all 0.25s ease-in-out;
}
.manage-button:hover{
    border: 1px solid var(--primary-100);
}

.internal-tag{
    background: rgba(191, 212, 210, 1);
    text-align: center;
    border-radius: 20px;
    font-size: 0.8rem!important;
    padding: 5px 15px;
    font-weight: 400!important;
    margin-bottom: 0;
}

.modalClose {
    position: absolute;
    right: 0;
    top: 10px;
    right: 10px;
    background-color: #fff;
    opacity: 1;
    padding: 10px;
    z-index: 3;
}

.introModal iframe{
    width: 100%;
    height: 450px;
}

/*Universal End*/

/*BreadCrumb Start*/

.bread{
    padding-top: 25px;
    padding-bottom: 25px;
}

.bread .breadcrumb a,.breadcrumb-item{
    text-decoration: none;
    color: var(--medium-gray);
}

.breadcrumb-item::before{
    color: var(--medium-gray)!important;
}

.breadcrumb .active{
    color: var(--contrast-color)
}

/*BreadCrumb End*/

/*Jumbo Set Start*/

.jumboSet{
    background: var(--primary-5);
    padding-top: 50px;
    padding-bottom: 50px;
}

.jumboSet img{
    border-radius: 8px;
}

.jumboSet h1{
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary-100);
}

.jumboSet p{
    font-size: 0.8rem;
    font-weight: 500;
    color: #58746E;
    margin-bottom: 5px;
}

.jumboSet h4{
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-100);
}

.jumboSet a{
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-100);
    text-decoration: none;
}

.jumboSet h6{
    margin-bottom: 0;
    color: var(--primary-100);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

/*Jumbo Set End*/

/*Internal Nav*/

.internalNav{
    border-top: 1px solid var(--black-25);
    border-bottom: 1px solid var(--black-25);
    padding: 12px 0px;
    background: white;
    z-index: 2;
}

.internalNav a{
    text-decoration: none;
    color: var(--medium-gray);
    margin: 0px 10px;
}

.internalNav .activeSec{
    color: var(--contrast-color);
}

.internalNav select:focus,.internalNav select:active{
    border: 1px solid #dee2e6;
    box-shadow:none !important;
}

/*Internal Nav End*/

/* Mobile Button*/

.mobileButton{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background: white;
    margin-top: 50px;
}

.mobileButtonModal{
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background: white;
    left: 0;
}

.buttonsMobile{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 0.5px solid rgba(191, 212, 210, 1);
    border-bottom: 0.5px solid rgba(191, 212, 210, 1);
}

.mobileCalc{
    background: #EAEEEF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobileCalc a{
    color: var(--primary-100);
    cursor: pointer;
}


.mobileButtonInvest{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 0.5px solid rgba(191, 212, 210, 1);
    border-bottom: 0.5px solid rgba(191, 212, 210, 1);
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background: white;
    margin-top: 25px;
}

/* Mobile Button End*/

/*Main Content Area*/

.mainContent .card-body{
    padding: 20px;
}

/* Perfromance*/

.performance{
    padding-top: 60px;
}

.performance h4{
    color: var(--primary-100);
    font-weight: 600;
}

.performance h6{
    color: var(--primary-100);
    font-weight: 400;
}

.performance .identityInfo{
    max-width: 280px;
}

.performance p {
    margin-bottom: 0;
}

.performance .performanceIdentifiers{
    margin-top: 25px;
    margin-bottom: 25px;
}

.performance .performanceIdentifiers .roundOne{
    background: var(--contrast-color);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-top: 4px;
}

.performance .performanceIdentifiers .val1{
    color: var(--contrast-color);
}
.performance .performanceIdentifiers .roundTwo{
    background: var(--black-25);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-top: 4px;
}
.performance .performanceIdentifiers .val2{
    color: var(--medium-gray);
}
.performance .performanceIdentifiers .legend{
    margin-left: 5px;
}

.performance .performanceIdentifiers .legend h6{
    font-size: 0.9rem;
    margin-bottom: 0;
}

.performance .duration-box{
    padding: 5px 8px;
    border: 1px solid var(--black-25);
    border-radius: 1px;
    cursor: pointer;
    background: var(--black-5);
}

.performance .active-box{
    background: var(--secondary-100);
    color: var(--primary-100);
    font-weight: 700;
}

.performance .infoText{
    border-radius: 8px;
    margin-top: 35px;
    background: var(--bg-color);
    padding: 10px;
    color: var(--medium-gray);
}

.performance .infoText b{
    color: var(--primary-100);
}

/* Performance End*/


/* About*/

.about{
    padding-top: 50px;
}

.about h4{
    color: var(--primary-100);
    font-weight: 600;
}

.about .tab-content h4{
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-100);
}

.about .tab-content .overview a{
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-100);
}

.about .nav-item{
    margin: 5px 0px 0px 0px;
}

.about .nav-item:hover .nav-link{
    color: #003134;
}
.about .nav-item:hover{
    border-color: #003134;
}

.about .stocksSection .stockOverview{
    background: var(--primary-5);
    padding: 15px;
    border-radius: 12px;
    border: 0.5px solid #BBCCCA;
}

.about .stocksSection h2{
    font-size: 1.3rem;
    font-weight: 700;
}

.about .stocksSection p{
    margin-bottom: 5px;
    color: var(--medium-gray);
}

.about .stocksSection h3{
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--primary-100);
}

.about .stocksSection h6{
    font-weight: 400;
}

.about .stocksSection .rebalanceTimeline{
    background: var(--primary-5);
    border: none;
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 5%);
}

.about .stocksSection a p{
    color: var(--contrast-color);
    font-weight: 700;
}

.about .stocksSection .stockTable .stocksTableHead{
    border-bottom: 0.5px solid var(--medium-gray);
}
.about .stocksSection .stockTable .stocksTableHead h6{
    font-weight: 600;
}

.about .stocksSection .stockTable .stocksTableContentMain h6{
    margin-bottom: 0;
}

.about .stocksSection .stockTable .stocksTableContentMain{
    background: var(--primary-5);
    padding: 10px;
    padding-left: 2px;
    border-left: 8px solid black;
}
 
.about .stocksSection .stockTable .stocksTableContentMainColor1{
    border-left: 8px solid #fc7a22;
}

.about .stocksSection .stockTable .stocksTableContentMainColor2{
    border-left: 8px solid #12c4c4;
}

.about .stocksSection .stockTable .stocksTableContentMainColor3{
    border-left: 8px solid #fdc721;
}

.about .stocksSection .stockTable .stocksTableContentMainColor4{
    border-left: 8px solid #aad25e;
}

.about .stocksSection .stockTable .stocksTableContentMainColor5{
    border-left: 8px solid #41bc5c;
}

.about .stocksSection .stockTable .stocksTableContentMainColor6{
    border-left: 8px solid #075697;
}

.about .stocksSection .stockTable .stocksTableContentSub{
    padding: 10px;
}

.about .stocksSection .stockTable .stocksTableContentSub h6{
    margin-bottom: 0;
}

.about .stocksSection .modal h3{
    font-weight: 700;
    color: var(--primary-100);
}

.about .stocksSection .modal p{
    font-weight: 400;
    color: var(--contrast-color);
}

.about .stocksSection .modal h6{
    font-weight: 400;
    color: var(--primary-100);
}

.about .stocksSection .modal .modalClose {
    position: absolute;
    right: 0;
    top: 10px;
    right: 10px;
    background-color: #fff;
    opacity: 1;
    padding: 10px;
    z-index: 3;
}

.about .overviewTab{
    height: 100px;
    overflow: hidden;
}

/* About End*/

/* Plan*/

.plans{
    padding-top: 50px;
}

.plans h4{
    color: var(--primary-100);
    font-weight: 600;
}

.plans p{
    color: var(--dark-grey);
}

.plans .whyPlan{
    margin-bottom: 0;
    color: var(--primary-100);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

.plans .modal p{
    color: var(--primary-100);
}

.plans .planCard{
    background: var(--primary-5);
}

.plans .planCard .card-body{
    padding: 15px;
}

.plans .planCard img{
    margin-right: 10px;
}

.plans .planCard a{
    color: var(--primary-100);
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.plans .planCard a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.plans .planCard h6{
    color: var(--primary-100);
    font-size: 1.2rem;
    margin-bottom: 0;
}

.plans .planCard h6 s{
    color: var(--primary-hover-100);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.plans .planCard p{
    margin-bottom: 0;
}

/*Plan End*/

/*Faq Start*/

.faq{
    padding-top: 50px;
}

.faq h4{
    color: var(--primary-100);
    font-weight: 600;
}

.faq .accordion button{
    font-weight: 600;
    color: var(--primary-100)!important;
    font-size: 1rem;
    padding: 16px 5px;
}

.faq .accordion-button:not(.collapsed){
    background-color : white;
}



.faq .accordion-button:focus{
    border-color:  white!important;
    box-shadow: none!important;
}
/*Faq End*/

/**/

.labelChart .row{
    margin-left: 0px;
}

.labelChart p{
    font-size: 0.7rem;
}

.inputCalc p{
    font-size: 0.85rem;
    margin-bottom: 5px;
    color: var(--medium-gray);
}

.calcInfo{
    background: var(--primary-5);
    padding: 10px;
    border-radius: 8px;
}

.calcInfo h6{
    margin-bottom: 0;
    color: var(--primary-100);
}

.calcInfo .calcInfoText{
    color: var(--medium-gray);
    font-size: 0.85rem;
}

.calcInfo .calcPercentage{
    color: var(--medium-gray);
    font-size: 0.85rem;
}

.calcInfo .calcValue{
    color: var(--primary-100);
    font-weight: 600;
}

.calcModal img{
    width: 140px;
}

.smallcasePhone .labelChart .row{
    margin-left: 0px;
}

.smallcasePhone .labelChart p{
    font-size: 0.7rem;
}

.smallcasePhone .inputCalc p{
    font-size: 0.85rem;
    margin-bottom: 5px;
    color: var(--medium-gray);
}

.smallcasePhone .calcInfo{
    background: var(--primary-5);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 100px;
}

.smallcasePhone .calcInfo h6{
    margin-bottom: 0;
    color: var(--primary-100);
}

.smallcasePhone .calcInfo .calcInfoText{
    color: var(--medium-gray);
    font-size: 0.85rem;
}

.smallcasePhone .calcInfo .calcPercentage{
    color: var(--medium-gray);
    font-size: 0.85rem;
}

.smallcasePhone .calcInfo .calcValue{
    color: var(--primary-100);
}

/**/

/*Invest Performance*/

.investPerformance{
    padding-top: 50px;
}

.investPerformance h4{
    color: var(--primary-100);
    font-weight: 600;
}

.investPerformance .table {
    border: 0.5px solid #CCCCCC;
}

.investPerformance .table thead tr th{
    padding-top: 20px;
    padding-bottom: 20px;
}

.investPerformance .table tbody tr th,td{
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align:middle;
}

.investPerformance .table td, .table th {
    border: none;
}



/*Invest Performance End*/

/*Invest Performance*/

.exitSmall{
    padding-top: 25px;
}

.exitSmall p{
    margin: 0;
}

/*Invest Performance End*/

/*actionItems*/

.actionItems{
    margin-top: 25px;
    padding-top: 25px;
}

.actionItemsPhone{
    padding-top: 50px;
}

/*actionItems End*/

/**/

.sip-card p{
    font-size: 0.8rem;
    font-weight: 500;
    color: #58746E;
    margin-bottom: 5px;
}

.sip-card h4{
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-100);
}

/**/

/*Main Content Area End*/


/* Quick Sec*/

    .quickSec{
        padding-top: 60px;
        z-index: 1;
    }

    .quickSec h5{
        color: var(--primary-100);
    }

/**/

@media only screen and (max-width: 992px) {

    .mrgb35{
        margin-bottom: 20px;
    }

    .secondary-button{
        width: 100%;
    }

    .investPerformance{
        padding-top: 25px;
    }

    .introModal iframe{
        height: 250px;
    }

    .calcModal .modal-body{
        padding: 20px 20px;
    }

    .jumboSet h1{
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    .plans .planCard img{
        width: 40px;
    }

    .plans .planCard a{
        font-size: 0.9rem;
    }
    
    .plans .planCard h6{
        font-size: 1rem;
    }
    
    .plans .planCard h6 s{
        font-size: 0.8rem;
    }
    
    .plans .planCard p{
        font-size: 0.9rem;
    }

    .investPerformance .table th {
        font-size: 0.8rem;
    }

    .about .stocksSection p{
        font-size: 0.8rem;
    }
    
    .about .stocksSection h3{
        font-size: 1rem;
    }

    .about .stocksSection h6{
        font-size: 0.9rem;
        font-weight: 400;
    }
}


@media only screen and (max-width: 460px) {
    .investPerformance .table th {
        font-size: 0.8rem;
        max-width: 100px;
    }
}

@media only screen and (max-width: 360px) {
    .investPerformance .table th {
        font-size: 0.8rem;
        max-width: 80px;
    }
}

@media only screen and (max-width: 340px) {
    .investPerformance .table th {
        font-size: 0.7rem;
        max-width: 60px;
    }
}

@media only screen and (max-width: 325px) {
    .investPerformance .table th {
        font-size: 0.7rem;
        max-width: 50px;
    }
}
