.has-error {
    border: 1px solid red !important;
}

.help-block {
    color: red !important;
}

.card .card-title {
    font-size: 1.8rem !important;
}

.card-dashboard{
    padding-left: 0.5rem !important;
}


.add-btn{
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.custom-error {
    border: 1px solid red !important;
}

.fileinput .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.avatar img {
    height: 100%;
    object-fit: cover;
}

.fileinput-preview:img{
    height: 100% !important;
    width: 100% !important;
}

.text-bold {
    font-weight: 600 !important;

}
.todocomplate{
    text-decoration: line-through !important;
}
.text-danger {
    color: red !important;
}
