.card-widget-custom .card-body {
    padding: 1.25rem;
}


.card-widget-custom .wizard-title {
    font-size: 15px;
    font-weight: 700;
}

.card-widget-custom h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
}

.card-widget-custom:hover {
    background-color: #1B67FA !important;
    color: #ffffff !important;
}

.card-widget-custom {
    border-radius: 20px;
    cursor: pointer;
    background: linear-gradient(344deg, rgba(113, 118, 135, 0.2), rgba(0, 0, 0, 0) 25.71%);
    height: 130px;
}

.card-desc {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}