body{
padding-bottom: 7rem;
background-color: #F8F9FA;
}

:root{
    --01: #2B6DB9 ;
    --02: #5594db ;
    --03: #0a2447 ; 
    --04: #9BC3D5 ;
    --05: #9D0506; 
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a{
    text-decoration: none;
}

.prime-btn{
    background-color: var(--05);
    letter-spacing: 1px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border: none;
    color: white;
    font-weight: 500;
    font-size: 15px !important;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    transition: .3s;
}

.prime-btn:hover{
    background-color:#1f5caa;
    transform: scale(1.02);

}

.prime-btn:active{
    background-color:#1f5caa;
    transform: scale(1.01);

}



.appCapsule, .appFooter, .topHeader{
    max-width: 500px;
    margin: auto;
}
.appHeader{
    padding: 15px 0;
    /*background:linear-gradient(to top, var(--01), var(--02) ) ;*/
    background: var(--04);

}
.appHeader .topHeader{
    padding:10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:#9bc3d5 ;
    
}

.topHeader img{
    width: 25px;
}


.headerItems {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    padding-top: 1.5rem;
    
}

::-webkit-scrollbar {
    display: none;
}
.headerItems .item{
    width: 100%;
    text-align: center;
    /* background-color: antiquewhite; */
}

.headerItems img{
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}

.headerItems a{
    border: 3px solid var(--05);;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: auto;
}

.headerItems p{
    width: 80px;
    /* background-color: red; */
    color: var(--05);
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight:bold;

}

.headerSlider .carousel-item img{
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}



.explore .new{
    position: absolute;
}

.explore a{
    /* background-color: red; */
    width: 100%;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore h6{
    margin-bottom: 0;
}

.explore .active{
    background:linear-gradient(#fff, #c4d8f3);
    border-bottom: 2px solid #2b6db9;
}

.status .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status .card-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status i{
    font-size: 25px;
    color: var(--01);
}

.status img{
    width: 25px;
}



.status .card{
    border: 0;
    border-radius: 15px;
    border-bottom: 2px solid var(--02);
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 5px;
}

.tab-area a{
    background-color: #f2f7fd;
    color: var(--01);
    padding: 18px 5px;
    width: 100%;
    border-radius: 10px;
}

.tab-area .active{
    background-color: var(--01);
    color: white;

}

.tab-area .card{
    border: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 5px;
}

.appFooter .card{
    backdrop-filter: blur(16px) saturate(50%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: #f2f7fd;
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.468);

}

.appFooter img{
    width: 23px;
}

.appFooter i{
    font-size: 23px;
}

.appFooter p{
    font-size: 13px;
    margin-top: 5px;
}

.appFooter a{
    width: 100%;
    text-align: center;
    color: var(--05);
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.appFooter .me-item img{
    width: 50px;
    
}


.appFooter .me-item i{
    font-size: 30px !important;
    
}



.prime-card{
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border: 1px solid  var(--05);
    border-radius:10px ;
    overflow: hidden;
    background-color:#e9f0f5;
    color: var(--05) ;
    
}

.invest-stock .card{
    background-color: var(--01);
    letter-spacing: 1px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border: none;

}


.calculate .card{
    background-color: var(--01);
    border: none;
    color: white;
    border-radius: 0;
    padding-bottom: 4rem;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;


}

.calculate .tab-btn a{
    color: var(--01);
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    font-weight: 500;

}

.calculate .tab-btn .active {
    background-color: var(--01);
    color: white;


}

.calculate .inner{
    background-color: white;
    border-radius: 15px;
}

.invest-plan {
    position: relative;
    bottom: 4em;
}

.invest-plan .card{
    border:0 ;
    border-bottom: 5px solid var(--01) !important;
}

.invest-plan .card-body{
    background-color: #eee;
    border-radius: 10px;
}

.future-amt {
    border-bottom: 0;
    background-color: #66cc9a;
    padding: 15px;
    color: white;
    border-radius: 20px;
}

.invest-plan a{
    background-color: var(--01);
    letter-spacing: 1px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border: none;
    color: white;
    font-weight: 500;
    font-size: 15px !important;
    padding: 10px;
    border-radius: 20px;
    
}

.disclaimer{
    text-align: justify;
    padding: 10px;
}

.portfolio-header{
    position: relative;
}
.portfolio-header img{
    width: 150px;
    position: absolute;
    top: 2.3rem;
    right: 1.5rem;
}

.portfolio-profile img{
    width: 50px;
    height: 50px;
}

.portfolio-profile .carousel-inner{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}



.ILS-area a{
    background-color:var(--01);
    color: white;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 20px 5px;

    
}

.quick-links .card-body{
    padding:5px;
}

.quick-links .card-body h6{
    padding:10px;
    background-color:#f2f7fd;
    /*color: #12233f;*/
}

.quick-links a{
    display: flex; justify-content: space-between;
    align-items: center;
    color: #333;
    padding:5px 20px;

}

.quick-links ul{
    list-style:none;
}

.disclaim{
    text-align: justify;
    font-size: 13px;
}

.disclaim .card{
    background-color: #fff1f1;
    border: #ffc6c6 1px solid;
}

.logout{
    background-color: var(--01);
    color: white;
    border-radius: 8px;
    padding: 10px;
    font-weight: bold;
}

.header-img img{
    height: 400px;
}

.register-header-img img{
    height: 300px;
}



.login-header{
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.form-area {
    position: relative;

}

.form-area .inp-icon{
    position: relative;
    top: -2.3rem;
    right: -13px;
    color: #333;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    width: 50px;
    height: 40px;
    padding: 8px 5px;
    border-radius: 5px;
    z-index: 2;

}

.form-area input{
    padding: 12px ;
    padding-left: 55px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}


.learn-tab a{
    text-decoration: none;
    color: #333;
    background-color: rgba(242, 255, 0, 0.192);
    border: 1px solid rgb(242, 255, 0);
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;

}

.learn-tab .active{
    text-decoration: none;
    color: #333;
    background-color: rgb(242, 255, 0);

    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;

}



.learn-video .card{
    width: 250px ;
    height: 380px;
}

.card-details{
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid #eee;
    padding:7px 20px;
}

.card-details h5{
    color: #1b4989;
}


.card-details h6{
    color: #2b6db9;
}












