body {
    margin: 0px;
    padding: 0px;
    font-family: "roboto", sans-serif;
    background-color: #efefef;
}

html {
    width: 100%;
}


/* login */

.login-container {
    width: auto;
    margin-top: 40px;

}

div#open_total {
    color: #c9c9c9;
    font-size: 14px;
}

.login-wrapper {
    margin: 0 auto;
    width: 300px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

label.labeloverzicht {
    width: 100%;
}

table#table-stock {
    padding-top: 10px;
}

.form-group label {
    width: 100%;
    display: block;
}

.form-group input,
.merge-name-input {
    width: 97%;
    display: block;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
    margin-bottom: 10px;
}

input#client_number_client,
input#client_number,
input#client_vat_number,
input#client_email_invoice,
input#client_email_order,
input#client_name,
input#client_street,
input#client_house_number,
input#client_zip,
input#client_city,
input#client_country,
input#client_phone,
input#client_email,
input#client_vat,
input#client_accounting_code,
input#client_discount {
    display: block;
    width: 90%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

input#client_number {
    display: block;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
    min-width: 200px;
}

input#startDate,
input#endDate {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 120px;
    background-color: #fbfbfb;
    padding-left: 5px;
    font-family: "roboto", sans-serif;
    font-size: 16px;
}

input:disabled,
input[type="number"]:disabled {
    color: #000000;
}

input#extra_btw_hoog,
input#btw_hoog,
input#btw_laag,
input#extra_btw_laag,
input#client_commission,
input#final_commission,
input#client_export,
input#final_export {
    border: 0;
    height: 30px;
    width: 100px;
    float: right;
}

.calcfields {
    width: 100%;
    height: 20px !important;
    background: none !important;
    font-size: small;
    padding-left: 5px;
}

input#price_order_total {
    width: 100px;
}

.buttonhidden {

    display: none;
}

body>div.login-container>div>form>div:nth-child(3)>input {
    width: 100%;
    margin-bottom: 5px;
    padding: 0px;
    height: 45px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: larger;
}

/* common */

.clientfields {
    display: flex;
    row-gap: 10px;
    float: left;
    flex-wrap: wrap;
    align-items: center;
}

.table-form-left {
    float: left;
    width: 50%;
    padding: 5px;
}

.table-form-right {
    float: left;
    width: 50%;
    padding: 5px;
}

.table-form-row {
    width: 100%;
    float: left;
    /* overflow: auto; */
    display: flex;
    align-items: center;
}

div#result_calc {
    display: none;
}

select#year,
select#week {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 90%;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

div#payments-table-container {
    width: 90%;
}

div#amount {
    margin: 5px;
}

input#pay-amount {
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    border: 0px;
}

div#payoptions {
    margin-top: 20px;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: center;
    color: #fff;
}

.modalpay {
    display: block;
    width: 90%;
    background-color: #2c2c2c;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0, 0, 0, 0.75);
}

.modalscanner {
    display: block;
    width: 90%;
    background-color: #2c2c2c;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0, 0, 0, 0.75);
}

.autocompleteresult {
    position: absolute !important;
    margin-top: 10px !important;
    margin-left: 75px !important;
    z-index: 9999;
    color: #8d8d8d;
    font-style: italic;
}

.modalfust,
.modalsticker,
.modalregistration,
.modaldiscount {
    display: block;
    width: 90%;
    max-width: 500px;
    background-color: #2c2c2c;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0, 0, 0, 0.75);
}

.modaloverview {
    display: block;
    overflow-y: scroll;
    width: 90%;
    height: 90%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0, 0, 0, 0.75);
}

input#scanfield,
input#scanfield:focus {
    background-color: #efefef;
    border: 0px;
    outline: none !important;
    box-shadow: none;
    height: 0px;
}

div#bottom {
    height: 1px;
}

/* .modalscannerstatus {
    display: block;
    text-align: center;
    width: 90%;
    height: 90%;
    background-color: #2c2c2c;
    border-radius: 4px;
    border: 0px solid;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: auto;
    overflow-y: scroll;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0, 0, 0, 0.75);
} */

.modalscannerstatus {
    display: block;
    text-align: center;
    width: 95%;
    height: 95%;
    background-color: #ffffff;
    border-radius: 10px;
    border: 0px solid;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: auto;
    overflow-y: scroll;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0, 0, 0, 0.75);
}

table.modaltable {
    padding: 10px;
}

.modalcheckprice {
    display: block;
    text-align: center;
    width: 90%;
    background-color: #2c2c2c;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0, 0, 0, 0.75);
}

#scannerstatus {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 10%;
    align-content: center;
}

.scannerstatusicongood {
    font-size: 100px;
    border: 10px solid white;
    background-color: #4CAF50;
    border-radius: 1000px;
    width: 200px;
    height: 155px;
    text-align: center;
    padding-top: 45px;
}

.scannerstatusiconcheck {
    font-size: 100px;
    border: 10px solid white;
    background-color: #0e4581;
    border-radius: 1000px;
    width: 200px;
    height: 155px;
    text-align: center;
    padding-top: 45px;
}

.scannerstatusiconbad {
    font-size: 100px;
    border: 10px solid white;
    background-color: #d70e3a;
    border-radius: 1000px;
    width: 200px;
    height: 155px;
    text-align: center;
    padding-top: 45px;
}

.header {
    height: 60px;
    width: 100%;
    background-color: #2c2c2c;
    overflow: auto;
    overflow-y: hidden;
}

.headersettings {
    height: 60px;
    width: 100%;
    background-color: #4d4d4d;
    overflow: auto;
    overflow-y: hidden;
    border-top: 1px solid #656565;
}

.menuwrapper,
.menuwrappersettings {
    margin: 0 auto;
    /* max-width: 1200px; */
}

/* .menu,
.menusettings {
    float: left;
    text-align: left;
    padding: 15px;
    padding-left: 20px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 5px;
} */

.menu,
.menusettings {
    float: left;
    text-align: left;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.emailexplain {
    width: 100%;
    float: left;
}

/* .menuitem {
    margin-right: 30px;
    white-space: nowrap;
} */

.menuitem {
    position: relative;
    display: block;
    padding: 20px 14px;
    text-align: center;
    background-color: #2c2c2c;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

body>div.headersettings>div>div>a>div {
    background-color: #4d4d4d;
}

.menuitem:hover {
    background-color: #515151;
    /* Kleurverandering bij hover */
}

/* Styles for Back to Top Button */
#toTopBtn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    background-color: #2c2c2ca3;
    color: white;
    border: none;
    padding: 20px 15px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#toTopBtn:hover {
    background-color: #4d4d4d;
}

.menu a,
.menusettings a {
    color: #fff;
    text-decoration: none;
}

.actionbuttons {
    overflow: auto;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}


.uppercase {
    text-transform: uppercase;
}


.header-left {
    float: left;
    width: 40%;
}

.header-whole {
    float: left;
    width: 100%;
}

/* startscreen buttons */

.container {
    /* overflow: auto; */
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 60px;
}

.welcomemessage {
    margin-left: 20px;
}

.close-button-icon {
    font-size: 22px;
}

.close-button-icon-fust {
    font-size: 22px;
}

.close-button-icon-overview {
    font-size: 22px;
}

.close-button-icon-discount {
    font-size: 22px;
}

.close-button {
    float: right;
}

.payscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.scannerscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fustscreen,
.registrationscreen,
.overviewscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.stickerscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.discountscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

canvas.drawingBuffer {
    display: none;
}

.startscreen {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.startscreen-button-icon {
    font-size: 55px;
}

.startscreen-button {
    padding: 20px;
    margin: 15px;
    color: #000;
    text-align: center;
    font-size: medium;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.payscreenheader {
    color: #fff;
    padding: 10px;
    width: 90%;
    margin: 10px;
}

.modalscannerheader {
    color: #fff;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.modalfustheader,
.modalregistrationheader,
.modalstickerheader,
.modaloverviewheader {
    color: #000;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.modaloverviewheaderinvoice {
    color: #070707;
    padding: 10px;
    width: 100%;
    margin: 10px;
}

.modaldiscountheader {
    color: #fff;
    padding: 10px;
    width: 90%;
    margin: 10px;
}

.pay-bank,
.pay-cash,
.pay-pin,
.pay-credit,
.pay-cheque,
.pay-delete,
.add-fust,
.add-registration,
.add-discount,
.close-overview,
.close-overviewinvoice {
    padding: 20px;
    max-width: 400px;
    width: 70%;
    margin: 15px;
    color: #000;
    text-align: center;
    font-size: large;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.fustquantity {
    font-size: 30px;
    width: 50px;
    text-align: center;
    background: none;
    color: #fff;
    border: none;
}

.karinquantity,
.plaatinquantity,
.stanginquantity,
.fustinquantity {
    font-size: 30px;
    width: 50px;
    text-align: center;
    background: none;
    color: #fff;
    border: none;
}

.karuitquantity,
.plaatuitquantity,
.stanguitquantity,
.fustuitquantity {
    font-size: 30px;
    width: 50px;
    text-align: center;
    background: none;
    color: #fff;
    border: none;
}

.discountquantitypla,
.discountquantitydih {
    font-size: 30px;
    width: 50px;
    text-align: center;
    background: none;
    color: #fff;
    border: none;
}

#discountheader>h2 {
    color: #fff;
}

body>div.container>div>a {
    min-width: 25%;
    text-decoration: none;
}

.startscreen-button a {
    color: #000;
}

/* Fields client page */

#category-list>tr:nth-child(1),
#fust-list>tr:nth-child(1) {
    background-color: #f9f9f9;
    color: #000000;
}

.no-border {
    background-color: transparent !important;
    border: 0px !important;
    width: 100%;
}

.fields {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    float: left;
    width: 100%;
    justify-content: flex-start;
}

.border-bottom {
    border-top: 1px solid #c9c9c9;
    margin-top: 20px;
    padding-top: 20px;
}

.fieldsemailsettings {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    float: left;
    width: 100%;
}

.userfields {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

.actionbuttonsright {
    float: right;
    margin: 10px;
}

label {
    width: 25%;
    display: table-caption;
}

label.long,
label.long_lieferschein {
    width: 100%;
}

label.labeldisabled {
    display: none;
}

span {
    display: block;
    float: left;
}

.userfields input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    float: right;
    width: 50%;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

.userfields span {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

.fields input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 90%;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

input#signatureName {

    padding: 10px;
    border-radius: 4px;
    border: 0px;
}

.table-form {
    overflow: auto;
    width: 100%;
    float: left;
}

.table-form-rows-left {
    overflow: auto;
    float: left;
    width: 50%;
}

.table-form-rows-right {
    overflow: auto;
    float: left;
    width: 50%;
}

input.productform.form-control {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 90%;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

select {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 90%;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

.fieldsemailsettings input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 20%;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

.fieldsemailsettings span {


    width: 15%;

}

textarea#email_field,
textarea#email_field_lieferschein,
textarea#email_field_en,
textarea#email_field_lieferschein_en,
textarea#email_field_nl,
textarea#email_field_lieferschein_nl {
    height: 300px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 90%;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

.fields select#product_type {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 94%;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

select#order_status {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}


.orderfields input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

.orderfields {

    float: right;

}


#mergeCandidates {
    max-width: 1200px;
    padding: 10px;
    background-color: #f9f9f9;
    width: 90%;
    border-radius: 4px;
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    box-shadow: 0px 0px 300px 10000px rgba(0, 0, 0, 0.75);
}

.merge-groups {
    margin-top: 20px;
}

.merge-group {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.merge-group h5 {
    margin: 0 0 10px;
    font-size: 1.2em;
}

.merge-group p {
    margin: 0;
    font-size: 0.9em;
}

.form-control-small,
.form-control-medium,
.form-control-big {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
    padding-right: 0px;
}

.form-control-small-nocheck,
.form-control-medium-nocheck {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
    padding-right: 0px;
}

tr.main-category-group {
    background-color: #e9e9e9 !important;
    color: #000000 !important;
}

tr.sub-category {
    background-color: #fff !important;
    color: #000000 !important;
}

thead {
    background-color: #2c2c2c;
    color: #fff;
}

th.th-small {
    width: 10%;
}

th.th-very-small {
    width: 1%;
}

th.verticaltext {
    writing-mode: vertical-rl;
    /* transform: rotate(90deg); */
    padding: 5px;
    /* optioneel iets meer ruimte */
    text-align: center;
    /* midden in de cel */
}

/* Verwijder standaard opsommingspunten */
.sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Zorg ervoor dat subcategorieën netjes uitlijnen */
.sub-category {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 5px;
}

/* Zorg dat het sleep-icoon goed zichtbaar is */
.handle {
    cursor: grab;
    color: #6c757d;
    /* Grijze kleur */
}


th.th-small-select {
    /* width: 300%; */
    min-width: 60px;
}

th.th-medium {
    width: 15%;
    min-width: 80px;
}

th.th-big {
    width: 45%;
    min-width: 100px;
}

#searchfield {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    width: 200px;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
}

.dbbuttons {
    margin-top: 10px;
}

.invoice-summary {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.summary-item {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    font-size: medium;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
    margin: 10px;
    padding: 0px 10px;
}

.summary-item h4 {
    margin: 10px;
}

.summary-item p {
    margin: 10px;
    font-weight: 700;
    font-size: 22px;

}

.clientoption {
    background-color: #2c2c2c;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
}

.clientoptionname {
    font-size: 11px;
    font-style: italic;
}


div#clientresult>a {
    text-decoration: none;
}


div#clientresult {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 200%;
}



.itemoption {
    background-color: #2c2c2c;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px;
    filter: drop-shadow(5px 7px 10px #2b2b2b);
    border-radius: 4px;
}

.itemresult {
    position: absolute;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    z-index: 9999;
    flex-direction: row;
}

input[type="checkbox"] {
    /* margin-top: 20px; */
    width: 20px;
    height: 20px;
}

/* table.table.table-striped {
    margin-top: 20px;
} */

/* buttons */

#resultoverviewinvoice>table>tbody>tr:nth-child(1) {
    background-color: #f5f5f5;
    color: #000000;
}

button#confirmMerge {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#exitMerge {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

div#fust {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 0px 30px 0px;
    align-items: center;
}

div#karin,
div#plaatin,
div#stangin,
div#fustin {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 0px 5px 0px;
    align-items: center;
}

div#karuit,
div#plaatuit,
div#stanguit,
div#fustuit {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 0px 5px 0px;
    align-items: center;
}

.header-karrenmodal-left,
.header-karrenmodal-right {
    width: 50%;
    display: grid;
    justify-content: center;
    color: #fff;
}

.inputfields {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

div#inputfields {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header-karrenmodal {
    width: 100%;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}

.header-pricemodal {
    width: 100%;
    color: #2c2c2c;
    margin-bottom: 0px;
    text-align: center;
}

div#discount {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px;
    align-items: center;
    border: 2px solid #7e7e7e;
    border-radius: 5px;
}

div#modalfustcenter,
div#modalregistrationcenter {
    color: #fff;
    font-size: 35px;
}

.upload-label {
    white-space: nowrap;
}

.upload-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.upload-btn,
.download-btn,
.save-btn {
    display: inline-block;
    background-color: #2b891a;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

.upload-btn:hover,
.download-btn:hover {
    background-color: #2b891a;
}

button#fustadd,
button#karadd,
button#plaatadd,
button#stangadd {
    height: 70px;
    width: 70px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

button#discountadd {
    height: 70px;
    width: 70px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

button#fustmin {
    height: 70px;
    width: 70px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #ca2525;
    font-size: small;
}

button#fustinmin,
button#karinmin,
button#plaatinmin,
button#stanginmin {
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #ca2525;
    font-size: small;
}

button#fustinadd,
button#karinadd,
button#plaatinadd,
button#stanginadd {
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

button#fustuitmin,
button#karuitmin,
button#plaatuitmin,
button#stanguitmin {
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #ca2525;
    font-size: small;
}

button#fustuitadd,
button#karuitadd,
button#plaatuitadd,
button#stanguitadd {
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 254px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}


.showmore {
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

div#print-sticker {
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

div#stickerheader {
    color: #fff;
}

.btn-block {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    height: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    font-size: inherit;
}

.btn-block-orange {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    height: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #ca8a24;
    font-size: inherit;
}

.sticker {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    font-size: inherit;
}

.search {
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: larger;
}

.searchend {
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #ca2525;
    font-size: larger;
}

.modalhidden {
    display: none !important;
}

svg {
    height: 80px;
}

.stock_inactive {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 100%;
    border: none;
    background-color: #777777;
    font-size: small;
}


.stock_active {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 100%;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

.button_active_0 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

.button_active_1 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #777777;
    font-size: small;
}

.button_active_2 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #777777;
    font-size: small;
}

.button_active_3 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #ca8a24;
    font-size: small;
}

.save,
.update,
.updatew,
.edit,
.modal,
.change {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

.btn-export {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: small;
}

.exportModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.exportModal.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    border-radius: 10px;
    width: 400px;
    max-height: 80%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}


.modal-content-pricecheck {
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    padding: 20px;
}

.modal-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.modal-btn {
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

/* Export buttons */
.export-btn-excel {
    flex: 1;
    background: #2b891a;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.export-btn-pdf {
    flex: 1;
    background: #10539e;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

/* Sluiten button */
.modal-btn.close {
    background-color: #e74c3c;
}

.export-items {
    overflow-y: auto;
    flex: 1;
    padding-right: 5px;
}

.export-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.select-all-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    white-space: nowrap;
}

.select-all-container label {
    margin: 0;
}



.export-checkbox {
    margin-left: 10px;
}

.export-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.stock-sticker {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #ca8a24;
    font-size: small;
}

.barcodeTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.barcodeTable tr {
    background: white !important;
}

.barcodeTable td {
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
}

.barcodeTable td:last-child {
    border-left: none;
}

.barcodeTable tr:hover {
    background: #f2f2f2;
}

.barcodeTable .header-row td {
    font-weight: bold;
    background: #000000ff;
    text-align: left;
    border-bottom: 2px solid #ccc;
}


.updateProduct {
    height: 35px;

    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

.opslaan {
    height: 35px;

    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

.email0 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: small;
}

.productbarcode {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: small;
}

.paid {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #1199a7;
    font-size: small;
}

button.paid.cash.modal.btn.btn-success.btn-xs {
    background-color: #1199a7;
}

button.paid.pin.modal.btn.btn-success.btn-xs {
    background-color: #1199a7;
}

button.halfpaid.modal.btn.btn-success.btn-xs {
    background-color: #2b891a;
}

button.halfpayment.modal.btn.btn-success.btn-xs {
    background-color: #1199a7;
}

input#aantalstickers {
    width: 40%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    background-color: #fbfbfb;
    font-size: small;
    padding-left: 5px;
    padding-right: 0px;
    float: right;
}

th.th-buttons {
    width: 20%;
}

th.th-medium-stickers {
    width: 10%;
}

.popup {
    z-index: 9999;
    position: fixed;
    margin-top: -43px;
    margin-left: -108px;
    height: 52px;
    background-color: #2c2c2c;
    width: 150px;
    border-radius: 4px;
}

text.asterix {
    color: red;
    font-size: 30px;
    line-height: 1px;
}

text.betaaldatum {
    font-size: 10px;
}

.delete,
.deletepricewarning,
.deletebarcoderow,
.paymentdelete,
.pladelete,
.deletediscount,
.deletecartsrow {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #ca2525;
    font-size: small;
}

.orderprocess0 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #777777;
    font-size: small;
}

.orderprocess1 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #ca8a24;
    font-size: small;
}

.orderprocess2 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2c891b;
    font-size: small;
}

.pdf0 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #10539e;
    font-size: small;
}

.pdf1 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #777777;
    font-size: small;
}

.email1 {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #777777;
    font-size: small;
}

button#add,
button#generate,
button#generateall,
button#merge,
button#replace,
button#btn-add,
button#btn-replace,
button#savechange,
button#buttonoverview,
button#buttonpricecheck,
button#import,
button#names,
button#barcode,
button#buttonshortlist {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

.changeNameButton {
    padding: 5px;
    background-color: #2c891b;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin-top: 2px;
    width: 98%;
    cursor: pointer;
}

.changeNameButtonHidden {
    display: none;
}


button#transfer {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca8a24, #a66b1d);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    float: right;
}

button#prepare {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca8a24, #a66b1d);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    float: right;
}



button#deleteall {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca2425, #a61d1e);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    /* float: left; */
}

button#partialtransfer {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca8a24, #a66b1d);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    float: right;
}

button#makeinvoice {
    float: right;
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#0f539e, #0e4581);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#changelieferdate {
    float: right;
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca8a24, #a66b1d);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#open-trip {

    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#close-trip {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#ca2425, #b51e1f);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#openscanner {

    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#buttonorderlist {
    float: right;
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#0f0f0f, #4b4b4b);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

}

button#buttoncalcfust {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

    float: right;
}

button#buttoncalccarts {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

    float: right;
}

button#buttoncalcdiscount {
    width: 70px;
    height: 70px;
    border: 0px;
    background-image: linear-gradient(#2c891b, #236b15);
    color: #fff;
    border-radius: 15px;
    margin: 10px;
    text-align: center;

    float: right;
}

button.signaturebuttondelete {
    width: 80px;
    float: left;
    height: 40px;
    background-color: #ca2425;
    bordeR: 0px;
    color: #ffffff;
    margin: 10px;
    border-radius: 4px;
}

button.signaturebuttonsave {
    width: 80px;
    float: right;
    height: 40px;
    background-color: #2c891b;
    border: 0px;
    color: #ffffff;
    margin: 10px;
    border-radius: 4px;
}

canvas#signaturePad {
    background-color: #cdcdcd;
}

.signature {
    display: grid;
}

.summaryfields {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 20px;
}

.summary {
    padding: 20px;
    margin: 15px;
    color: #000;
    text-align: center;
    font-size: medium;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.buttonfields {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.invoicebutton {
    text-align: center;
    margin: 5px;
    background-color: #2c2c2c;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

/* Tables */


/* pijltjes en states */
#table-stickers thead th[data-sort] {
    position: relative;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

#table-stickers thead th .sort-indicator {
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .85em;
    opacity: .25;
    /* gedimd als niet actief */
    transition: opacity .15s;
}

#table-stickers thead th.is-sorted .sort-indicator {
    opacity: .9;
}

#table-stickers thead th:hover .sort-indicator {
    opacity: .6;
}

#table-stock thead th[data-sort],
#orderrules thead th[data-sort] {
    position: relative;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

#table-stock thead th .sort-indicator,
#orderrules thead th .sort-indicator {
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .85em;
    opacity: .25;
    transition: opacity .15s;
}

#table-stock thead th.is-sorted .sort-indicator,
#orderrules thead th.is-sorted .sort-indicator {
    opacity: .9;
}

#table-stock thead th:hover .sort-indicator,
#orderrules thead th:hover .sort-indicator {
    opacity: .6;
}

#table-stock tbody tr:hover,
#orderrules tbody tr:hover {
    background: #f8f9fa;
}


tr:first-child {
    background-color: #2c2c2c;
    color: #fff;
}

tr:nth-child(1n+3) {
    background-color: #f9f9f9;
    color: #000;
}

tr:nth-child(even) {
    background-color: #f4f4f4;
    color: #000;
}

#table-stickers tbody tr:nth-child(odd),
#table-stock tbody tr:nth-child(odd),
#orderrules tbody tr:nth-child(odd) {
    background-color: #ffffff;
    color: #000;
}

#table-stickers tbody tr:nth-child(even),
#table-stock tbody tr:nth-child(even),
#orderrules tbody tr:nth-child(even) {
    background-color: #f4f4f4;
    color: #000;
}

tr.weeknumberend {
    background-color: #2c2c2c;
    color: #fff;
}

tr.weeknumberstart {
    height: 70px;
    vertical-align: bottom;
}

table {
    border-spacing: 0px;
    width: -webkit-fill-available;
    width: 99.8%;
}

#no-css tr:first-child {
    background-color: #f9f9f9;
    color: #000;
}

th,
td {
    padding: 7px;
    text-align: left;
    font-size: small !important;
}

td.center {
    text-align: center;
}

td.saldo,
th.saldo {
    text-align: center;
}

td.td-hidden {
    padding: 0px;
    display: none;
}

td.saldo.saldo-min {
    background-color: #ffcccc;
    color: #000000;
    margin-bottom: 2px;
}

td.saldo.saldo-plus {
    background-color: #fff1cc;
    color: #000000;
    margin-bottom: 2px;
}

div#result,
div#groups,
div#resultwebshop,
div#cartsresult {
    overflow-x: scroll;
    border: 0px solid;
    border-radius: 4px;
    width: -webkit-fill-available;
    width: 100%;
    padding-top: 20px;
}

div#resultoverview {
    overflow-x: scroll;
    border: 0px solid;
    border-radius: 4px;
    width: -webkit-fill-available;
    width: 90%;

}

.duplicate {
    background-color: rgb(255, 204, 204);
}

#\33 02>td:nth-child(7) {
    display: table-cell !important;
}

.checkboxfields {
    display: flex;
    row-gap: 10px;
    float: left;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}


div#resultoverviewinvoice {
    overflow-y: scroll;
    width: 90%;
    max-height: 500px;
}

.webshop-badge {
    background-color: #ca2425;
    color: white;
    font-weight: bold;
    font-size: 10px;
    padding: 4px 4px;
    border-radius: 100%;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    right: 6px;
    overflow: hidden;
    z-index: 999;
}

#price-warning-bar {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background: #ffcc00;
    padding: 15px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    transition: bottom 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    overflow: hidden;
    /* belangrijk voor progress layer */
}

#price-warning-bar.show {
    bottom: 0;
}

/* 🔥 De donkere overlay die groeit */
.progress-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
    z-index: 1;
    pointer-events: none;
}

#price-warning-bar.animate .progress-bg {
    animation: filldark 10s linear forwards;
}

/* animatie van 0 → 100% breed */
@keyframes filldark {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.price-warning-content {
    position: relative;
    z-index: 2;
    /* boven progress layer */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#price-warning-text {
    font-size: 16px;
    font-weight: bold;
}


#price-warning-apply {
    background: #008000;
    color: white;
    border: none;
    padding: 8px 14px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 4px;
}

#price-warning-close {
    /* background: transparent; */
    /* border: none; */
    font-size: 20px;
    margin-left: 25px;
    cursor: pointer;
}


.modaloverviewinvoice {
    width: 90%;
    max-height: 90vh;
    max-width: 500px;
    background-color: #ffffff;
    border-radius: 4px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 300px 10000px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 680px) {

    button#buttonshortlist {
        display: none;
    }

    h4 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    div#open_total {
        color: #c9c9c9;
        font-size: 14px;
    }

    div#clientresult {
        float: left;
        width: 100%;
    }

    div#itemresult {
        float: left;
        width: 100%;
    }

    body>div.container>div>a {
        min-width: 50%;
        text-decoration: none;
    }

    .orderfields {
        float: left;
        /* margin-bottom: 20px; */
    }

    .header-left {
        float: left;
        width: 100%;
    }

    .startscreen-button {
        padding: 20px;
        margin: 8px;
        color: #000;
        text-align: center;
        font-size: medium;
        border-radius: 12px;
        background-color: #fff;
        box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, .07) !important;
    }



    input#scanfield,
    input#scanfield:focus {
        background-color: #efefef;
        border: 0px;
        outline: none !important;
        box-shadow: none;
        height: 0px;
    }



    div#bottom {
        height: 1px;
    }

    label {
        margin-bottom: 5px;
        width: 50%;
    }

    .table-form {
        width: 100% !important;
    }
}

.alert.alert-warning,
.alert.alert-danger {
    background-color: #d40000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.order-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: #f8f9fa;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 8px;
    z-index: 9999;
    overflow-x: auto;
}

.order-tab {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.order-tab.active {
    border-color: #0d6efd;
    background: #e7f1ff;
}

.order-tab .order-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-tab .order-close {
    border: none;
    background: transparent;
    color: #888;
    padding: 0;
    margin-left: 4px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}

.order-tab-close-button {
    padding: 6px 7px 5px 3px;
    border-radius: 4px;
    background-color: #ca2425;
}

i.fa-solid.fa-x {
    color: #fff;
}

.imagemenu-row td {
    background: #f8f9fa;
    padding: 20px;
}

.imagemenu-inner {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 15px;
}

.imagemenu {
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    font-size: small;
}

button.btn.btn-primary.report-tab.active {
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #2b891a;
    padding: 5px 10px 5px 10px;
}

button.btn.btn-primary.report-tab {
    color: #fff;
    border-radius: 4px;
    border: none;
    background-color: #5a5a5a;
    padding: 5px 10px 5px 10px;
}

#mobilescanner.modalhidden {
    display: none;
}

#mobilescanner {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobilescanner-screen {
    background: #111;
    color: #fff;
    width: 95vw;
    max-width: 500px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mobilescanner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: #222;
    font-weight: 600;
}

.mobilescanner-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.mobilescanner-video-wrap {
    position: relative;
    width: 100%;
    padding-top: 130%;
    /* portrait */
    background: #000;
}

#mobilescanner-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobilescanner-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    max-width: 320px;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(0, 255, 0, 0.7);
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.25);
}

.mobilescanner-footer {
    padding: 6px 10px;
    font-size: 12px;
    background: #181818;
    color: #ccc;
}