/* MAIN */
body {
    min-height: 100vh;
}

/* CARD WITH TABLE */
.card.with-table .table {
    margin-bottom: 0;
}

.card.with-table .table th {
    border-top: 0;
}

/* PAGINATION */
ul.pagination {
    justify-content: center;
}

/* MATERIAL ICONS */
.material-icons {
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -2px;
}

/* FLATPICKR */
.flatpickr-day.selected {
    background: #593196;
    border-color: #593196;
}
