#fulfill {

}

#fulfillFilter {
    margin-bottom: 20px;
    width: fit-content;
}

#fulfillView {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 20px;
}

#fulfillViewLines {
    width: fit-content;
}

#highLTV {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 20px;
}

#highLTVInput {
    width: fit-content;
}

#fulfillNotes {
    margin-bottom: 20px;
}

#fulfillShipDate {
    margin-bottom: 10px;
}

#fulfillShipDateLabel {
    display: block;
    margin-bottom: 5px;
}

#fulfillShipDateInput {
    width: fit-content;
}

#fulfillTable {

}

.fulfillTableRow {

}

.fulfillTableRow:not([data-ship-to-country="US"]) {
    background-color: yellow !important;
}

.fulfillTableRow[data-high-risk="true"] {
    background-color: red !important;
}

.fulfillTableRowCheckbox {
    height: 26px;
    width: 26px;
}

.fulfillTableRowServiceOverride {
    margin-bottom: 4px;
}

.fulfillTableRowServiceOverride {
}

#fulfillCreate {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}