.box-head{
    margin-top: 100px;
    border: 2px solid;
    border-radius: 10px;
    background: #f5f5f5;
}
.green-box{
    margin-top: 60px;
    border-radius: 10px;
    background: #003c32;

}
.green-box p{
    color: #fff;
    font-size: 1.2rem;
    text-align: justify;
}
.aside .box-yellow{
    background-color: #ffb500;
    height: 200px;
    position: relative;
    filter: drop-shadow(4px 0px -6px var(--bg-green));
    clip-path: polygon(25% 0px, 100% 0px, 100% 100%, 0px 100.5%, 0px 30%);
    margin-top: 60px;
    padding: 15px;
    padding-top: 35px;
}

.aside .box-yellow span{
    color: #003c32;
    font-weight: 500;
    font-size: 1.1rem;
}

.aside .box-yellow button{
    background: #003c32;
    color: white;
}
.aside .box-yellow .bottom-div{
    text-align: center;
    margin-top: 30px;
}
.aside .box-green{
    background-color: #003c32;
    height: 200px;
    position: relative;
    filter: drop-shadow(4px 0px -6px var(--bg-green));
    clip-path: polygon(25% 0px, 100% 0px, 100% 100%, 0px 100.5%, 0px 30%);
    margin-top: 60px;
    padding: 30px;
    text-align: center;
}
.aside .box-green span{
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}

.aside .box-green button{
    background: #ffb500;
    color: #003c32;
}
.aside .box-green .bottom-div{
    text-align: center;
    margin-top: 30px;
}

.aside .news{
    margin-top: 60px;
}
.main-box{
    margin-top: 60px;
    background: #f7f7f7;
    padding: 3rem;
    border-radius: 10px;
}
.main-box .box-shadow{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 10px;
}
.main-box .yellow-text{
    color: #ffc107 !important;
}
.navbar-collapse .btn-panel{
    color: #000;
}
.carousel-control-next-icon{
    background-color: #535353de;
    border-radius: 10px;
}
.carousel-control-prev-icon{
    background-color: #535353de;
    border-radius: 10px;
}
.ico{
    width: 100%;
    height: 60px;
    object-fit: scale-down;
}
a {
    color: #7cb7b6;
}
a:hover {
    color: #212529;
}
.h5, h5 {
    color: #797979;
}
.hidden{
    display: none;
}
.nav-link-profile{
    list-style: none;
}
.nav-link-profile .nav-link{
    color: var(--text-color) !important;
}
.fundsTitle {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: center;
    color: #9fa3a7;
}
.fund_circle {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0;
    margin-left: 0px;
    margin-left: 0px;
    border-radius: 100%;
    vertical-align: middle;
    margin-left: 5px;
}
.fundsPercentage {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
}
.fundsText {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: normal;
    text-align: center;
    color: #9fa3a7;
}
.fundsPrice {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #54585a;
}
.fundLogo {
    width: 85px;
}
.persantageGreen {
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    color: #006b5e;
    margin-right: 11px;
}
.gray-title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.38;
    letter-spacing: normal;
    text-align: center;
    color: #9a9b9b;
}
.back-text {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.38;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}
.box-btn {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 30px;
}
.box-btn .btn-issuing {
    background: #ffb500;
    color: #fff;
    font-size: 1rem;
    margin-left: 10px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    border-radius: 22px;
}
.box-btn .btn-cancellation {
    border: 2px solid #ffb500;
    color: #ffb500;
    font-size: 1rem;
    margin-right: 10px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    border-radius: 22px;
}
.box-btn .btn-issuing span i {
    color: #fff;
}
.box-btn .btn-cancellation span i {
    color: #ffb500;
}
.nav-mobile-profile{
    list-style: none;
    display: none;
}
.nav-mobile-profile .nav-link{
    color: #000;
    padding: .5rem .5rem;
    font-size: 0.9rem;
}
.notification-mobile{
    display: none;
}