html{
    font-size: 16px;
}
.TextArea{
    max-height: calc(100vh - 224px);
    display: flex;
    flex-direction: column;
}
.TextArea textarea{
    display: block;
    max-width: 100%;
    max-height: 100%;
    flex: 1 1 100%;
}
.table-wrap{
    overflow: auto;
}
.status-list .d-inline-block img{
    display: block;
}
.status-list .nav-link {
    padding: .3rem 0;
}
