* {
  border: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f0f0f5;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
}

header {
  background: rgb(32, 32, 36);
}

a {
  text-decoration: none;
}

h1,
h4 {
  /* color: #fff; */
  margin-left: 20px;
  margin-bottom: 5px;
}

h4 {
  margin-bottom: 0;
}

input,
buttom,
textarea,
select {
  font: 400 18px Roboto, sans-serif;
}

buttom {
  cursor: pointer;
}

form input {
  width: 100%;
  height: 60px;
  color: #333;
  border: 1px solid #dcdce6;
  border-radius: 8px;
  padding: 0 24px;
}

form .none {
  /* padding: 2px; */
  width: auto;
  height: auto;
}
form select {
  width: 20%;
  height: 60px;
  color: #333;
  border: 1px solid #dcdce6;
  border-radius: 8px;
  padding: 0 24px;
}
/**
* STATUS BAR
*/
.statusbar {
  width: 100%;
  height: 80px;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.statusbar .logo span {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  margin-left: 15px;
  margin-top: 5px;
  width: 80px;
  height: 50px;
}

.statusbar .menu {
  margin-right: 20px;
}

.statusbar .menu a {
  color: rgb(115, 115, 128);
  text-decoration: none;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease 0s;
}

.statusbar .menu a:hover {
  color: #fff;
}

.content {
  width: 100%;
  height: 100%;
  padding: 100px;
  color: #000;
}

/**
* IMPUTS
*/
.input-grupo {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-grupo input,
.input-grupo select {
  height: 40px;
  border: none;
  padding: 10px;
  border-radius: 10px;
}

.input-grupo .codigo {
  width: 30%;
  margin: 5px;
}

.input-grupo .tipo {
  width: 20%;
  margin: 5px;
}

.input-grupo .descricao {
  width: 80%;
  margin: 5px;
}

/**
* BUTTON
*/
.btnacao {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  text-decoration: none;
}

.btnacao button,
.btn {
  width: 180px;
  height: 40px;
  border-radius: 5px;
  background: rgb(18, 18, 20);
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s ease-out;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnacao button:hover,
.btn:hover {
  background: #fff;
  color: rgb(18, 18, 20);
  border: 1px solid rgb(18, 18, 20);
}

.btnacao .btnalert {
  width: 180px;
  height: 40px;
  border-radius: 5px;
  background: red;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s ease-out;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

table {
  border: 1px solid rgb(18, 18, 20);
  /* background-color: #eee7db; */
  width: 95%;
  border-collapse: collapse;
  margin: 0 20px;
}

table td,
table th {
  border: 1px solid rgb(18, 18, 20);
  padding: 2px 3px;
  vertical-align: top;
}

table tbody td {
  font-size: 13px;
}

table thead th {
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  border-left: #e02041;
  padding: 10px;
}

table a {
  text-decoration: none;
  color: #000;
}

table thead {
  background: rgb(115, 115, 128);
}

.ativo {
  background-color: rgb(131, 131, 243);
}

.liberado {
  background-color: chartreuse;
}

.priority {
  background-color: red;
}

.capa {
  margin-left: 20px;
}

.box {
  padding: 10px 0 5px 0;
}

.box-filtro {
  padding: 10px 0 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.inputrep {
  width: 180px;
}

.box-filtro-filhos {
  width: 50%;
}

.box-filtro-filhos form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 80px;
}

.box-btn {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

.box-form {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.box-form form {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.box-form form input {
  width: auto;
  height: 60px;
  color: #333;
  border: 1px solid #dcdce6;
  border-radius: 8px;
  padding: 0 24px;
}


.box-pedido {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}


.box-pedido form {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-pedido form input {
  width: auto;
  height: 60px;
  color: #333;
  border: 1px solid #dcdce6;
  border-radius: 8px;
  padding: 0 24px;
}

.box-pedido form .descricao {
  width: 40%;
}

.btn-filtro {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: rgb(18, 18, 20);
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s ease-out;
  margin: 5px;
  padding: 5px 5px;
}

.btn-filtro:hover {
  background: rgb(215, 215, 223);
  color: #000;
  border: 1px solid #000;
}

.btn-table {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #1f1d54;
  color: #fff;
  border: 1px solid #1f1d54;
  cursor: pointer;
  transition: 0.2s ease-out;
  /* margin: 5px; */
  padding: 5px 5px;
}

.btn-table:hover {
  background: rgb(215, 215, 223);
  color: #1f1d54;
  border: 1px solid #000;
}


.box-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.formcnpj {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.formcnpj .codigo {
  height: 45px;
  margin-top: 10px;
}

.btntable {
  width: 60px;
  height: 32px;
  border-radius: 5px;
  background: rgb(18, 18, 20);
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s ease-out;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ion-icon {
  color: rgb(115, 115, 128);
}

.error {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  flex-direction: column;
}

.prioridade {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.mesa {
  width: 98%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5px;
  margin: 10px; 
}

.carga {
  padding: 5px 10px;
  border: 1px solid #333;
  background: #dcdce6;
  border-radius: 8px;
}

.mapa {
  padding: 5px 10px;
  border: 1px solid #333;
  background: #dcdce6;
  border-radius: 8px;
}

.carga ion-icon {
  font-size: 24px;
  color: #e02041;
  cursor: pointer;
}

.carga tr:hover {
  background: rgb(18, 18, 20);
  color: #fff;
  cursor: pointer;
}

.mesa ion-icon {
  font-size: 16px;
  color: rgb(18, 18, 20);
  cursor: pointer;
}

.mesa ion-icon .ativo {
  color: chocolate;
}

.mesa ion-icon .fechado {
  color: chartreuse;
}

.etq-loja {
  display: flex;
  justify-content: center;
  align-items: center;
}
.etq-etiqueta {
  display: flex;
  justify-content: left;
  align-content: center;
  flex-direction: row;
}

.etq-codigo {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  border: 1px solid #000;
  margin: 5px;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 100px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#left {
  top: -8px;
  right: 120%;
}

#right {
  top: -8px;
  left: 120%;
}

.hover-text {
  position: relative;
  display: inline-block;
  margin: 40px;
  font-family: Arial;
  text-align: center;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #dcdce6;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.card {
  width: 380px;
  height: 120px;
  border-radius: 5px;
  background: rgb(18, 18, 20);
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s ease-out;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.card-dash {
  width: 380px;
  height: 220px;
  border-radius: 5px;
  background: rgb(18, 18, 20);
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s ease-out;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.card-dash-item {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.item-card {
  background-color: #fff;
  margin: 0.5rem;
  padding: 1rem;
  border-radius: 8px;
  color: #000;
  font-weight: bolder;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.alert {
  background: red;
}
/* 
.box {
  display: flex;
  width: 90%;
  margin: 10px 40px 10px 40px;
  padding: 20px;
  background: rgb(32, 32, 36);
  border-radius: 5px;
}

form {
  width: 100%;
}

.dados table {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  max-width: 1120%;
  border-collapse: collapse;
  border: 1px solid #fff;
  padding: 0;
}
.dados table tbody tr {
  height: 5px;
  padding: 0;
}
.dados table tbody tr td {
   padding: 0;
   color: #fff;
   align-items: left;
   font-size: 14px;
   font-weight: 300;
   color: rgb(207, 207, 233);
}


table {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  max-width: 1120%;
  border-collapse: collapse;
  border: 1px solid #fff;
}

thead { 
  width: 100%;
}

thead th {
  border: 1px solid #fff;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

tbody {
  width: 100%;
}

tbody td {
   border-bottom: 1px solid #fff;
   color: #fff;
   align-items: left;
   font-size: 14px;
   font-weight: 300;
   color: rgb(207, 207, 233);
}

.ativo {
  background-color: rgb(131, 131, 243);
}

tbody td a {
  text-decoration: none;
  color: rgb(207, 207, 233)
}



.capa {
  color: #fff;
  display: flex;
}

.dados {
  color: #fff;
} */
