﻿.align-bw-columns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    white-space: nowrap;
}

.align-bw-columns:hover {
    text-decoration: none;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

    .custom-table th, .custom-table td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

.custom-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.custom-table .fas {
    float: right;
    padding-top: 5px;
    padding-left: 10px;
}

a > span {
    padding-left: 10px
}

.applyFilter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.applyFilter select {
    width: auto;
}
.custom-table.table-bordered td {
    white-space: nowrap;
    border: 1px solid #bbb8b8;
}
.displayRecords {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.row-removed {
    background-color: #f8d7da; /* Light red */
}

.container {
    padding: 0px !important;
    margin: 0px !important;
}