@font-face {
    font-family: Barcode;
    src: url('/Assets/Fonts/Barcode/ean13.ttf');
}

html {
    font-family: Poppins;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

app {
    width: 100%;
    height: 100%;
}

.form {}

.input {}

.button {}

.barcode {
    font-family: 'Libre Barcode EAN13 Text';
    font-size: 4rem;
}

conversation-message {
    display: flex;
}

table thead {
    background-color: white;
    position: sticky;
    position: -webkit-sticky;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
}