/* Minification failed. Returning unminified contents.
(81,11): run-time error CSS1035: Expected colon, found '['
 */
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.table:last-of-type {
    margin-bottom: 0;
}

    .table .header, .table .row {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #ebebeb;
        text-decoration: none;
        color: black;
    }

    .table .header {
        font-weight: 400;
        background: #fcfcfc;
    }

        .table .header .column {
            font-size: 11pt;
            font-weight: 700;
        }

        .table .header .highlight {
            font-size: 13pt;
            font-weight: 700;
            color: #000000;
        }

    .table a.row:hover {
        background: #e02222;
    }

    .table a.row:hover .column {
        color: white;
    }

    .table a.row:hover .delivery-information {
        color: white;
    }

    .table a.row:hover .delivery-information-button {
        background: transparent url("/Plugins/FlexView/Images/Svg/ArrowDownWhiteSolid.svg") center center no-repeat;
    }

    .table a.row:hover .delivery-information-button-clicked {
        background: transparent url("/Plugins/FlexView/Images/Svg/ArrowUpWhiteSolid.svg") center center no-repeat;
    }

    .table .column {
        display: table-cell;
        padding: 8px;

        font-size: 10pt;
    }

        .table .row .highlight {
            color: #e02222;
        }



    .modal-branches .branches .table .header, .table .row {
        display: block;
    }
.pagination-container {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    gap: 5px;

    button[disabled] {
        cursor: default;
        color: #a8a8a8;
    }

    button {
        all: unset;
        cursor: pointer;
    }
    button.previous::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f060";
    }
    button.next::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f061";
    }
}
