.flex{
    display: flex;
    flex-direction: row;
}
.justify-center{
    justify-content: center;
}
.items-center{
    align-items: center;
}
.portdolio-card-container{
    background-color: #138e41 !important;
    border-radius: 16px;
    margin-bottom: 16px;
}
.custom-widget-cart-title{
    color: #fff;
}
.custom-widget-cart-desc{
    color: #fff;
}
.custom-widget-cart-img{
    width: 100px;
    height: 100px;
    padding: 16px;
}
.custom-widget-body{
    display: flex;
    flex-direction: column;
    padding: 8px;
}
.trust-score-card-container{
    background: #1A1A1A ;
    background: linear-gradient(90deg,rgba(26, 26, 26, 1) 0%, rgba(77, 77, 77, 1) 50%);
    border-radius: 16px;
    margin-bottom: 16px;
}
.alert-card-container{
    background: #7A1997 ;
    background: linear-gradient(90deg,rgba(122, 25, 151, 1) 0%, rgba(147, 68, 151, 1) 51%);
    border-radius: 16px;
    margin-bottom: 16px;
}
.correlation-card-container{
    background: #2F208DE6;
    background: linear-gradient(90deg, rgba(47, 32, 141, 1) 0%, rgba(44, 66, 143, 1) 51%);
    border-radius: 16px;
}
