/*# sourceMappingURL=custom.min.css.map */
hr {
    color: #ccc;
}

th {
    min-width: 200px;
}

.table-sticky thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

input:read-only,
textarea:read-only {
    background-color: #e9ecef;
    color: #6c757d;
    border: 1px solid #ced4da;
    cursor: not-allowed;
    opacity: 1;
}
