
.assest-card,
.chart-card {
    background: linear-gradient(45deg, #232E5B, #232E5B);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.assest-card:hover,
.chart-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #652d2d, #FF4E00);
    color: #c3d2ee;
}

.clickButton {
    color: #eaeaea !important;
}

.assest-card .main-header h6 {
    font-weight: bold;
    font-size: large;
    color: #ffffff !important;
}

.assest-card .main-icon {
    font-size: 40px;
}

.assest-card p {
    margin: 0;
}

.assest-card:hover,
.assest-card:hover {
    cursor: pointer;
    opacity: 0.8;
}

.main-data td {
    color: #ebebeb !important;
    font-size: 12px;
}

.btn-sm {
    background-color: #FF4E00;
    color: #ffffff;
    font-size: 10px;
}
.btn-sm:hover {
    background-color: #4f5e98;
    color: #ffffff;
    font-size: 10px;
}     
.card-img{
    font-size: 10px;
    height: 50px;
}