.file-list-group {
    list-style: none;
}

.file-list-group>li {
    background-color: #f5f5f5;
    margin: 0 0 9px;
    overflow-y: hidden;
    padding: 4px 4px 4px 8px;
    max-width: 448px;
}

.form-group .help-block ul li::before {
    content: none !important;
}

.kanban-drag {
    height: 300px;
    overflow-y: scroll;
}

div.card.comment-received {
    word-break: break-word !important;
    background-color: #fafbfb !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3) !important;
}

div.card.comment-sent {
    word-break: break-word !important;
    color: #fff !important;
    background: #42749d !important;
    border-radius: 0.267rem !important;
    box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.6) !important;
}

div.card.comment-sent>div.card-header>h4.card-title {
    color: white !important;
}

.todo-application .content-area-wrapper .todo-new-task-sidebar {
    bottom: 2.9rem !important;
}

.progress {
    background-color: #e5e9eb;
    height: 0.8em;
    position: relative;
    width: 100%;
}

.progress-bar-success {
    border-radius: 1.28em;
    background-size: 23em 0.25em;
    height: 100%;
    position: relative;
    background-color: #81c784;
}

div.badges>.badge {
    font-size: 1rem !important;
}

.home-active>i {
    color: #5a8eee !important;
}

div.invalid>.multiselect__tags {
    border: 1px solid #ff5b5c;
}

.task-box {
    height: auto;
}

.srl-logo {
    height: 60px;
}
