textarea {
    resize: none;
}

.sidebar-menu .nav-link.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .6;
}

.table-zebra tbody tr:nth-child(odd) td {
    background-color: #f4f4f4;
}

.table-zebra tbody tr:nth-child(even) td {
    background-color: #ffffff;
}

.table-zebra tbody tr:hover td {
    background-color: #eef3f6;
}

.table-zebra th,
.table-zebra td {
    vertical-align: middle;
}