/* .custom-form h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0 0;
} */

.custom-form label {
    font-size: 14px;
    font-weight: 400 !important;
}

.custom-form .form-group,
.custom-form label,
.custom-form input {
    margin: 0 auto !important;
}

.card-title i:after {
   margin-right: 5px !important;
   content: "";
}

.cursor-pointer {
    cursor: pointer;
}