@font-face {
  font-family: tandysoft;
  src: url("../font/tandysoft.otf");
}

@page {
  margin: 0;
}

@media print {
  * {
    background: transparent;
    color: #000000;
    text-shadow: none;
    filter: none;
    -ms-filter: none;
  }

  .print {
    display: block;
  }

  .no-print {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  /* width: 105mm;
  height: 32mm; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 9pt;
  background-color: #e2e2e2;
}


#pageheader {
  padding: 20px;
  margin-bottom: 10px;
  text-align: center;
  background-color: white;
}

h1{
  color: #1A4A73;
  font-size: 24pt;
  padding: 20px;
}

input, input::file-selector-button {
  padding: 5px;
  color: #1A4A73;  
}

.etiqueta {
  width: 105mm;
  height: 32mm;
  padding: 2mm;
  box-sizing: border-box;
  margin: auto;
  background-color: white;
}

.logotipo {
  width: 85px;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20%;
}

.header {
  display: flex;
  align-items: center;
  height: 25%;
}

.partnumber {
  font-size: 12pt;
}

.description {
  flex-grow: 1;
  text-align: left;
  padding-left: 10px;
}

.descriptionText {
  font-size: 10pt;
  font-family: tandysoft;
  margin-top: -6px;
}

.main {
  display: flex;
  height: 45%;
}

.barcode {
  width: 50%;
  text-align: left;
}

.cycle {
  margin-top: -8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  text-align: left;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 10%;
}

.data {
  text-align: left;
  width: 50%;
}
