.parsley-error {
    border-color: #f44336 !important;
}
.parsley-success {
    border-color: #4caf50 !important;
}
.parsley-errors-list {
    margin-left: 0px;
    padding-left: 0px;
}
.parsley-errors-list li {
    list-style: none;
    color: #f44336;
    font-size: 13px;
    font-weight: 500;
}
.ttm-stickable-header {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06) !important;
}
