
@media(max-width:1400px) {
    .statics-card {
        padding: 12px 12px ;
    }

    .statics-card .d-flex {
        gap: 10px !important;
    }

    .statics-wrapper .statics-card .statics-heading p {
        font-size: 12px;
        line-height: 1;
    }

    .sidebar-profile .user-profile .email {
        font-size: 10px;
    }

    .sidebar-items {
        font-size: 12px;
    }

    .statics-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .statics-icon i {
        font-size: 20px;
    }
}