.btn-fiem {
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.text-black {
    color: #000;
}

/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name
 */

/* .montserrat-black-900 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
} */

    .print-wrapper {
        position: relative;
    }

    .print-dev-id {
        position: absolute;
        color: black;
        top: 0rem;
        left: 12rem;
        font-size: 2rem;
        /* z-index: 1000; */
    }

    .print-dev-serial {
        position: absolute;
        color: black;
        top: 3rem;
        left: 12rem;
        font-size: 2rem;
    }
