.form-no-margin {
    margin: 0 !important;
}

.break-word{
    word-break: break-word;
}

.thead-sticky {
    position: sticky;
    top: 0;
    z-index: 22;
    background: #fff;
    box-shadow: 0px -1px inset #ddd;
}