@import url("uicons-regular-rounded.css");
html,
body {
  background: #f7f7f7 !important;
}

header {
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  color: #ca3a31;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

body {
  padding-top: 60px;
  height: 100%;
  font-family: "Poppins", sans-serif;
  width: 100%;
  font-size: 13px;
  color: #444;
}

.home {
  position: fixed;
  position: fixed;
  top: 5px;
  left: 30px;
  z-index: 100;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

.menu .item {
  display: block;
  padding: 40px 20px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.menu .icon {
  margin-bottom: 3px;
  font-size: 30px;
}

.head h2 {
  font-size: 24px;
  font-weight: 800;
}

.head .breadcrumbs {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #6b778c;
  letter-spacing: 0.5px;
}

.btn-danger {
  background: #ca3a31;
  border-color: #ca3a31;
}

/*.btn-danger {*/
/*  background: #CA3A31;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  border-radius: 3px;*/
/*  text-decoration: none;*/
/*  float: right; */
/*}*/

/*.btn-:hover{*/
/*  color: #fff;*/
/*}*/

.label,
label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#scanner-container > video {
  width: 100%;
  height: 100%;
}

#scanner-container > canvas.drawing,
canvas.drawingBuffer {
  position: absolute;
  left: 0;
  top: 0;
}
