/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.txt-invalid{
    text-align: right;
    margin: 10px 0 0 0;
    color: #f32323;
}

.txt-error {
    color: red;
    font-size: 13px;
    display: none;
    margin-top: 5px;
}
input.error {
    border: 2px solid red;
}
.main{
    padding-top:80px;
}
.navbar-brand { font-weight: bold; }

.item-count{
    padding: 10px;
    color: #fff;
    border-radius: 7px;
    margin-bottom: 10px;
}
.item-count .txt-count{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding: 0 15px;
}

.task-completed {
    text-decoration: line-through;
    color: #6c757d;
}
.fs-4 {
    font-size: 1.5rem !important;
}

.fl-main-container .fl-container.fl-flasher .fl-message, .fl-main-container .fl-container.fl-flasher .fl-title {
    display: block ruby !important;
}

.box-form-user{
    width: 50%; min-width: 380px;margin: auto
}

.card-title{
    line-height: 2;
}
