/* override */
.card-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: 1rem;
}

/* custom */
.table-customers td {
    vertical-align: middle;
}
.table-customers .td-comment {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
}
.table-summary {
    font-size: 14px;
}
.table-summary th {
    text-align: center;
    color: #212529 !important;
}
.table-summary td {
    vertical-align: middle;
    text-align: right;
}


/* login */
.login-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}
