.dashboard-card h3 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.form-select:focus {
    box-shadow: none;
}

.d-card ul li {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    width: 100%;
}
.d-card ul li span {
    display: block;
    font-size: 11px;
    color: #707070;
    font-weight: 400;
}

.bordered-box .foot {
    font-size: 12px;
    color: #707070;
    padding-bottom: 0;
}
.bordered-box .head {
    font-size: 12px;
}
.bordered-box .head span {
    font-weight: 500;
    font-size: 16px;
}

.bx {
    border: 1px dashed #4f46e5;
    font-size: 12px;
    padding: 15px;
    width: 48%;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
}