.card-header {
    margin-left: -12px;
    margin-right: -12px;
}

.text-outline {
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

tr[order-status='new'] {
    background-color: palegreen;
}

tr[order-status='accepted'] {
    background-color: azure;
}

tr[order-status='done'] {
    background-color: floralwhite;
}

tr[order-status='cancelled'] {
    background-color: lightpink;
}

.table-container {
    overflow: hidden;
}

.drop-target {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    border-color: blue;
    border-width: 2px;
    border-style: dashed;
    border-radius: 4px;
    padding: 1em;
}

.dragover {
    z-index: 4;
}

.drop-form {
    display: none;
}

li.select2-results__option {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

ul.select2-selection__rendered {
    padding-right: 12px !important;
}

.holiday {
    background-color: lightgreen !important;
    border-bottom-color: white;
}