* {
  margin: 0;
  padding: 0;
  height: auto;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
button {
  cursor: pointer;
}
input {
  outline: none;
}
red {
  color: rgba(230, 13, 46, 1);
}
header {
  display: flex;
  justify-content: space-between;
  background: rgba(230, 13, 46, 1);
  height: 10%;
  width: 100%;
  align-items: center;
  padding: 0 5%;
}
header .right_side a {
  background: rgb(253, 201, 24);
  color: white;
  font-weight: 500;
  border-radius: 5px;
  padding: 3px;
  text-decoration: none;
}
body,
html {
  height: 100%;
}
.modal {
  z-index: 3;
}
#novo_porta{
  text-align: center;
}
#novo_caixa{
  text-align: center;
}
#generate_txitens{
  color: rgb(253, 201, 24);
  cursor: pointer;
}
.modal_alterar_porta
{
  display: none;
  width: 200px;
  height: 50px;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  background: white;
  justify-content: center;
  align-items: center;
}
.modal_alterar_caixa
{
  display: none;
  width: 460px;
  height: 200px;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  background: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
header h5 {
  color: white;
  font-size: 18px;
}
.modal_alterar_caixa label {
  font-size: 19px;
  color: #434343;
  font-weight: 500;
  border-bottom: 1px solid rgb(230, 13, 46);
  padding-bottom: 2px;
}
.modal_alterar_caixa select {
  border: none;
  width: 100%;
  height: 50px;
  background: rgb(230, 13, 46);
  color: #edf301;
  font-size: 20px;
}
#novo_preco
{
  height: 80%;
  width: 80%;
  text-align: center;
}
.input_pesquisar_produto_father {
  display: flex;
  height: 30px;
  border: 1px solid gray;
  border-radius: 10px;
}
#pesquisar_produto {
  border: none;
  border-radius: 10px 0 0 10px;
  text-align: center;
}
#pesquisar_produto_button {
  width: 50px;
  background: red;
  color: white;
  border-radius: 0 10px 10px 0;
  height: 30px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal_produtos {
  width: 80%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  background: white;
  height: 500px;
  border-radius: 12px;
  display: none;
  z-index: 3;
  padding-bottom: 5%;
  flex-direction: column;
  justify-content: space-between;
}
fundo {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.54);
  justify-content: center;
  align-items: center;
}
.modal_adicionar_produto {
  width: 70%;
  height: auto;
  background: white;
  position: absolute;
  border-radius: 15px;
  display: none;
  flex-direction: column;
  padding: 2%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
}
.modal_adicionar_produto .first_input_row {
  display: flex;
  justify-content: space-between;
}
.modal_adicionar_produto .inputs label {
  color: #e60d2e;
  padding-left: 5px;
}
.modal_anotar_pedido .input_select {
  display: flex;
  flex-direction: column;
  width: 36%;
  margin: 0 2%;
  margin-right: 2%;
}
#sidebar #caixa_remover {
  display: none;
}
.modal_imp_nfe {
  width: 650px;
  height: 140px;
  background: white;
  position: absolute;
  border-radius: 15px;
  display: none;
  flex-direction: column;
  padding: 2%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.modal_imp_nfe h3
{
  text-align: center;
  font-weight: 500;
  color: #3a3939;
  font-size: 20px;
}
.modal_imp_nfe .inputs_father{
  display: flex;
  width: 95%;
  height: 60%;
  justify-content: space-evenly;
  align-items: end;
}
.modal_imp_nfe label
{
  margin-left: 5px;
}
.modal_imp_nfe button
{
  height: 37px;
  padding: 10px;
  background: #E60D2E;
  border: none;
  color: white;
  border-radius: 5px;
  font-weight: 500;
}
.modal_imp_nfe .input
{
  height: 100%;
  margin: 0 ;
}

.modal_imp_nfe .input input
{
  height: 60px;
  margin: 0 !important;
  padding-left: 5px;
}
.modal_anotar_pedido .input_select select {
  border-radius: 4px;
  border: 1px solid #9f9f9f;
  background: #fff;
  width: auto;
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
  color: gray;
}
#colaborador_input {
  border-radius: 12px;
  border: 1px solid red;
  height: 40px;
  padding: 0 5px;
  color: gray;
  font-size: 18px;
  width: 190px;
}
#caixa_ser_fechado {
  background: white;
  font-size: 20px;
  border: none;
  color: red;
  font-weight: 500;
}
.modal_adicionar_produto .inputs input[type="text"] {
  border-radius: 11px;
  border: 1px solid #777;
  background: #fff;
  height: 40px;
  padding: 5px; 
  color: gray;
  margin-top: 5px;
  width: 90%;
}
.trash_inactive {
  color: black;

  font-size: 13px;
}
.trash_activated {
  color: #e60d2e;

  font-size: 13px;
}
.middle_row {
  display: flex;
  justify-content: space-between;
}
input#valor_entrada {
  height: 40px;
  border-radius: 5px;
  border: 1px solid gray;
  padding: 0 5px;
}
#notification {
  display: none;
  width: 400px;
  height: 200px;
  position: absolute;
  bottom: 0%;
  left: 0px;
  background: white;
  z-index: 1;
}
#notification i {
  float: right;
  width: 100%;
  text-align: right;
  color: white;
  background: red;
  border-radius: 0 10px 0 0;
  padding: 2px 5px;
  cursor: pointer;
}
#notification section {
  height: 85%;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#notification span {
  font-size: 13px;
  border-bottom: 1px dotted;
  padding: 0 10px;
  margin: 10px;
  display: block;
  cursor: pointer;
}
.modal_adicionar_produto .inputs{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 20px 3px;
}
.modal_adicionar_produto .inputs.input_codigo_produto_add {
  width: 58%;
}
.modal_adicionar_produto .inputs.input_nome_produto_add {
  width: 40%;
}
.modal_adicionar_produto .second_input_row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.modal_adicionar_produto .second_input_row .inputs {
  width: 28%;
}
.modal_adicionar_produto #finalziar_button_add {
  height: 40px;
  background: rgb(230, 13, 46);
  color: #fdc918;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 110px;
}
.modal_troco {
  display: none;
  width: 1190px;
  height: 259px;
  background: rgba(230, 13, 46, 1);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal_sangria {
  display: none;
  width: 700px;
  height: 630px;
  background: white;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  padding: 0 3%;
}
.modal_pagamento {
  display: none;
  width: 700px;
  height: 480px;
  background: white;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  flex-direction: column;
  padding: 0 2%;
}
.prefix {
  border: none;
  height: 40px;
  width: 35px;
  border-radius: 10px 0 0 10px;
  color: rgb(230, 13, 46);
  font-size: 25px;
  font-weight: 400;
  padding: 5px;
  background: white;
  border-radius: 15p;
}
.input_endereco_cliente {
  visibility: hidden;
}
.inputs_pagamento_father input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #777;
  background: #fff;
  height: 35px;
  color: gray;
  padding: 0 10px;
}
.inputs_pagamento_father {
  color: #e60d2e;
  padding-left: 10px;
  font-size: 18px;
}
#whats_cliente_father {
  width: 45%;
}
.pagamento_entrada {
  color:gray;
}

.head_pagamento {
  margin-bottom: 15px;
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.left_side_pagamento {
  width: 58%;
  height: 65%;
  border-right: 1px solid #a4a0a0;
}
.left_side_pagamento h3 {
  color: #e60d2e;
  font-size: 25px;
  font-weight: 300;
}
.left_side_pagamento .input_select {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 300;
  margin: 10px 0;
}
.finalizar_venda_button {
  color: rgb(253, 201, 24);
  background: rgb(230, 13, 46);
  border: none;
  padding: 10px 0;
  border-radius: 5px;
  margin-top: 40px;
  font-size: 18px;
  cursor: pointer;
}
.finalizar_venda_button_principal_father {
  display: flex;
  justify-content: space-evenly;
}
#dividir_venda{
  font-size: 14px;
  background: red;
  padding: 3px;
  color: white;
  border-radius: 5px;
  display: flex;
  width: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#valor_compra_dividida_father{
  display: none;
  border: 1px solid gray;
  border-radius: 3px;

}
.finalizar_venda_button_principal {
  color: rgb(253, 201, 24);
  background: rgb(230, 13, 46);
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 5px;
}
#imprimir_ultima_venda {
  color: rgb(253, 201, 24);
  background: rgb(230, 13, 46);
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 5px;
}
#imprimir_nfe {
  color: rgb(253, 201, 24);
  background: rgb(230, 13, 46);
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 5px;
}
#cancelar_ultima_venda {
  color: rgb(253, 201, 24);
  background: rgb(230, 13, 46);
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 5px;
}
.input_select select {
  border-radius: 4px;
  border: 1px solid #424242;
  background: #fff;
  width: 90%;
  height: 40px;
  padding: 0 15px;
  font-size: 20px;
}
.body_part_pagamento {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px;
  justify-content: space-between;
}
.right_side_pagamento span {
  color: #777;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}
.right_side_pagamento h4 {
  color: #777;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.right_side_pagamento {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.right_side_pagamento h3 {
  color: #e60d2e;
  font-size: 25px;
  font-weight: 300;
}
#valor_sangria {
  background: none;
  border: none;
  border-radius: 10px;
  height: 40px;
  color: gray;
  font-size: 20px;
  width: 160px;
  text-align: left;
  font-weight: 400;
}
#salvar_fechamento_funcionario {
  width: 100px;
  color: white;
  background: red;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  padding: 5px 0;
}
.input_valor_sangria {
  border: 1px solid rgb(230, 13, 46);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
}
.input_valor_sangria span {
  margin: 0 !important;
  font-size: 20px !important;
}
.motivo_sangria_text {
  color: gray;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
}
#motivo_sangria {
  resize: none;
  border-radius: 10px;
  border: 1px solid gray;
  height: 220px;
  color: gray;
  padding: 5px;
}
.button_finalizar_father {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.finalizar_button {
  border: none;
  color: rgb(253, 201, 24);
  background: rgb(230, 13, 46);
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
}
.input_father {
  display: flex;
}
.modal_sangria h3 {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  color: rgba(66, 66, 66, 1);
}
.modal_sangria h3 strong {
  color: #e60d2e;
}
.second_row {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.modal_sangria .first_row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}
.input_father span {
  font-size: 18px;
  margin-bottom: 5px;
  color: #878787;
}
.input_father red {
  font-size: 20px;
}
.input_father {
  display: flex;
  flex-direction: column;
}
.modal_troco h3 {
  width: 100%;
  text-align: center;
  color: rgb(253, 201, 24);
  margin-top: 25px;
  font-size: 30px;
}
.inputs_troco_father {
  color: rgba(253, 201, 24, 1);
  display: flex;
  padding: 0 2%;
  justify-content: space-evenly;
  margin-top: 30px;
}
.input_troco {
  display: flex;
  flex-direction: column;
  width: 33%;
  align-items: center;
}
.button_father {
  width: 100%;
  display: flex;
  justify-content: center;
}
.modal_troco .finalizar_venda_button {
  border: none;
  background: rgb(253, 201, 24);
  color: rgb(230, 13, 46);
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 40px;
}
.input_money_father {
  display: flex;
  width: 145px;
}
.input_troco input {
  border: none;
  height: 40px;
  width: 110px;
  border-radius: 0 10px 10px 0;
  color: rgb(230, 13, 46);
  font-size: 25px;
  font-weight: 400;
  padding: 5px;
}
#export_db {
  color: rgb(253, 201, 24);
  cursor: pointer;
}
.right_side {
  display: flex;
  justify-content: space-between;
  width: 70%;
  align-items: center;
}
.right_side span {
  font-weight: 300;
  color: white;
}
.menu {
  color: rgba(253, 201, 24, 1);
  font-size: 20px;
  cursor: pointer;
}
.content {
  justify-content: space-between;
  width: 100%;
  padding: 0 5%;
  padding-top: 5%;
  height: 90%;
  display: flex;
}
.content_left_side {
  height: 100%;
  width: 48%;
}
.input span {
  font-size: 20px;
  margin-left: 10px;
}
.input {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.codigo_produto_input {
  width: 70%;
  position: relative;
}
.codigo_produto_input input {
  width: 90%;
  border: none;
  border-radius: 12px;
}
.codigo_produto_input_mask {
  display: flex;
  border-radius: 12px;
  border: 1px solid #777;
  background: #fff;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  color: gray;
}
.desc_produto_input {
  width: 70%;
  position: relative;
}
#add_produto {
  height: 40px;
  background: red;
  color: yellow;
  border: none;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 15px;
}
.second_inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_results {
  width: 600px;
  display: none;
  overflow-y: scroll;
  height: 200px;
  background: white;
  position: absolute;
  z-index: 1;
  max-width: 600px;
  bottom: -200px;
  display: none;
}
.modal_anotar_pedido .colaborador_father {
  flex-direction: row;
}
.modal_anotar_pedido #codigo_colaborador_input {
  height: 40px;
  border: 1px solid red;
  border-radius: 12px;
  padding: 5px;
  color: gray;
  font-size: 18px;
  width: 193px;
}
#sidebar {
  position: absolute;
  right: 0;
  height: 70%;
  background: rgb(255, 255, 255);
  width: 0;
  border-radius: 0 0 0 12px;
  border: 2px solid red;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  top: 10%;
  z-index: 99;
}
.modal_anotar_pedido .subdivision {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.modal.valores_informados_box {
  background: white;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  width: 600px;
}
.modal_anotar_pedido {
  display: none;
  width: 700px;
  background: white;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  padding: 20px 1.5%;
  justify-content: center;
}
.modal_anotar_pedido table thead {
  border: 2px solid;
}
.lista_pedidos label {
  margin: 5px 0;
  font-size: 15px;
}
.modal_anotar_pedido table {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.modal_anotar_pedido table thead tr {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.modal_anotar_pedido table thead tr th {
  width: 25%;
}
.modal_anotar_pedido table tbody tr {
  display: flex;
  border-bottom: 1px solid black;
  justify-content: space-evenly;
}
.modal_anotar_pedido table tbody tr td input {
  text-align: center;
  width: 100%;
  border: none;
}
.modal_anotar_pedido table tbody tr td {
  width: 25%;
  border: 1px solid black;
  border-bottom: 0;
  border-top: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.remove_item_pedido {
  cursor: pointer;
}
.valor_caixa_father input[type="text"] {
  height: 30px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid gray;
  width: 100px;
}
.entrega_retirada_father {
  color: #878787;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
}
.entrega_retirada_father span {
  margin-right: 5px;
}
.modal_anotar_pedido input[type="datetime-local"] {
  color: gray;
  height: 30px;
}
.modal_anotar_pedido tbody {
  height: 300px;
  overflow-y: scroll;
}
#nome_cliente_input {
  border-radius: 12px;
  border: 1px solid red;
  height: 40px;
  padding: 0 5px;
  color: gray;
  font-size: 18px;
  width: 260px;
}
#numero_cliente_input {
  border-radius: 12px;
  border: 1px solid red;
  height: 40px;
  padding: 0 5px;
  color: gray;
  font-size: 18px;
  width: 170px;
}
.input_cliente_vai_buscar {
  width: 80%;
}
.input_cliente_vai_buscar span {
  margin-right: 10px;
}
.input_nome_cliente input {
  width: 75%;
  border: none;
  border-bottom: 1px solid;
}
.modal_anotar_pedido .input_nome_cliente {
  justify-content: normal;
  height: 30px;
  width: 80%;
}

#adicionar_caixa {
  display: none;
  flex-direction: column;
}
#adicionar_caixa button {
  background: red;
  border: none;
  color: white;
  height: 30px;
  width: 25%;
  border-radius: 5px;
  margin: 8px 37.5%;
}
#adicionar_caixa input {
  height: 30px;
  text-align: center;
}
#adicionar_caixa input {
  height: 30px;
  text-align: center;
  border: 1px solid;
}
#adicionar_caixa span {
  color: black;
  font-size: 13px;
  background: #dfdfdf;
}
#form_equip {
  background: rgb(222, 222, 222);
  display: none;
}
#form_equip button {
  width: 30%;
  margin: 10px 35%;
  background: red;
  border: none;
  color: white;
  padding: 5px;
  border-radius: 12px;
  cursor: pointer;
}
.select_valor_balanca_clicker{
  cursor: pointer;
  background: red;
  margin: 0 !important;
  border-radius: 17px;
  font-size: 12px !important;
  color: white !important;
  height: 30px;
  display: flex;
  width: 30px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.select_valor_clicker_father{
  margin: 0;
  width: 80px;
  background: #dbdbdb;
  
  border-radius: 20px;
  display: flex;
  cursor: pointer;
  height: 30px;
  justify-content: start;
}
#form_equip input {
  width: 100%;
  text-align: center;
}
#select_caixa {
  height: 30px;
  text-align: center;
  background: white;
  border: none;
  color: #2e2c2c;
  border-bottom: 1px dotted;
  font-size: 17px;
}
#select_caixa::first-letter {
  text-transform: uppercase;
}
#sidebar .princip_span {
  width: 100%;
  text-align: center;
  display: none;
  color: #2e2c2c;
  font-weight: 400;
  cursor: pointer;
  padding: 5px 0;
  border-bottom: 1px dotted;
}
#abrir_lista_pedidos i {
  font-size: 12px;
}
.lista_pedidos {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  left: 0;
  justify-content: stretch;
  overflow-y: scroll;
}
.search_results .resultado_pesquisa {
  border-bottom: 1px solid black;
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px;
  font-size: 15px;
}
.search_results_by_barcode {
  display: none;
  overflow-y: scroll;
  width: 600px;
  height: 200px;
  background: white;
  position: absolute;
  z-index: 1;
  max-width: 600px;

  bottom: -200px;
  display: none;
}
.search_results_by_barcode .resultado_pesquisa_by_barcode {
  border-bottom: 1px solid black;
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px;
  font-size: 15px;
}
.search_results_by_barcode .resultado_pesquisa_by_barcode:hover {
  cursor: pointer;
  background: #f0f0f0;
}
.search_results .resultado_pesquisa:hover {
  cursor: pointer;
  background: #f0f0f0;
}
.desc_produto_input input {
  width: 90%;
  border: none;
  border-radius: 12px;
}
.desc_produto_input_mask {
  display: flex;
  border-radius: 12px;
  border: 1px solid #777;
  background: #fff;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  color: gray;
}
.quantidade_produto_input {
  width: 15%;
}
.quantidade_produto_input input {
  height: 45px;
  border-radius: 12px;
  border: 1px solid #777;
  text-align: center;
  padding: 5px;
  font-size: 20px;
}
.inputs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.first_inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#tabela_produtos {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 360px;
  overflow-y: scroll;
}
#tabela_produtos thead th {
  width: 25%;
  font-size: 13px;
  font-weight: 400;
}
#tabela_produtos tbody td {
  width: 25%;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  height: 40px;
  color: rgba(135, 135, 135, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: grid;
  align-items: center;
}
#tabela_produtos thead tr {
  display: flex;
  justify-content: space-around;
  background: rgba(230, 13, 46, 1);
  height: 60px;
  color: white;
  border-radius: 15px 15px 0 0;
  align-items: center;
}
#tabela_produtos tbody tr {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.darker {
  background: rgba(241, 241, 241, 1);
}
#fazer_sangria {
  background: rgb(230, 13, 46);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 17px;
  margin-top: 20px;
  cursor: pointer;
}
#blocked_fazer_sangria {
  background: rgb(76, 74, 74);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 17px;
  margin-top: 20px;
  cursor: pointer;
}
.content_right_side {
  height: 87%;
  width: 48%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.valores {
  display: flex;
  justify-content: space-between;
}
.valor_father {
  display: flex;
  flex-direction: column;
}
.valor_father span {
  font-size: 20px;
}
.valor_father strong {
  font-size: 18px;
}
.venda_atual_box {
  height: 430px;
  border-radius: 22px;
  /* border: 1px solid #878787; */
  background: #fff;
}
.venda_atual_header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12%;
  border-radius: 22px 22px 0 0;
  background: red;
}
.venda_atual_header h3 {
  color: rgba(253, 201, 24, 1);
}
.venda_atual_header h3 i {
  color: white;
}
.venda_atual_body {
  height: 88%;
  width: 100%;
  border-radius: 0 0 22px 22px;
  border: 1px solid #878787;
  padding: 15px;
}
.venda_atual_body red {
  font-weight: 500;
}
.horario_venda {
  color: rgba(112, 112, 112, 1);
  font-size: 13px;
}
.venda_preview {
  display: flex;
  flex-direction: column;
}
.venda_preview_title {
  margin-top: 5px;
  border-radius: 8px 8px 0px 0px;
  background: #fdc918;
  font-size: 13px;
  text-align: center;
  padding: 5px;
  color: #e60d2e;
}
.venda_preview_bottom {
  border-radius: 0px 0px 8px 8px;
  background: #fdc918;
  font-size: 13px;
  text-align: center;
  padding: 5px;
  margin: 5px 0;
  color: #e60d2e;
}
.venda_preview_body {
  font-size: 13px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 200px;
  overflow-y: scroll;
}
.venda_atual_body thead th {
  width: 20%;
}
.venda_atual_body thead tr {
  display: flex;
  justify-content: space-around;
  background: rgba(119, 119, 119, 1);
  height: 15px;
  color: white;
  align-items: center;
}
.venda_atual_body tbody tr {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.venda_atual_body tbody tr td {
  width: 20%;
  text-align: center;
  display: grid;
  align-items: center;
  height: 20px;
  text-overflow: ellipsis;
  overflow-y: hidden;
}
.venda_atual_body tbody tr td i {
  cursor: pointer;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 44, 44, 0.4);
    font-size: 16px;
  }
  50% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    font-size: 15px;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    font-size: 16px;
  }
}
@keyframes hysterical_pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 44, 44, 0.4);
    font-size: 16px;
  }
  50% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    font-size: 15px;
    background: rgba(208, 0, 0, 0.73);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    font-size: 16px;
  }
}
/*LOGIN*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:400,500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}
.bg-img {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: fixed;
  width: 100%;
  top: 0;
}
.bg-img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.content_login {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  text-align: center;
  padding: 60px 32px;
  width: 370px;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.75);
}
.content_login header span {
  width: 100%;
  text-align: center;
  color: gray;
}
.content_login header {
  color: white;
  font-size: 33px;
  font-weight: 400;
  margin: 0 0 35px 0;
  font-family: "Montserrat", sans-serif;
  background: none;
}
.content_login header .yellow {
  color: #fdc918 !important;
}
.input_endereco_cliente {
  width: 60%;
}
#endereco_cliente_input {
  border-radius: 12px;
  border: 1px solid red;
  height: 40px;
  padding: 0 5px;
  color: gray;
  font-size: 18px;
  width: 100%;
}
.endereco_cliente_father {
  display: flex;
  flex-direction: row;
  color: gray;
  padding: 10px 0;
  justify-content: space-between;
}
.field {
  position: relative;
  height: 45px;
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.94);
}

.field span {
  color: #8a8686;
  width: 40px;
  line-height: 45px;
}
.field input {
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #222;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border: 1px solid gray;
  border-radius: 20px;
  padding: 10px;
  color: gray;
}
.space {
  margin-top: 16px;
}
.show {
  position: absolute;
  right: 13px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  display: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #edf301 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #edf301;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.pass-key:valid ~ .show {
  display: block;
}
.pass {
  text-align: left;
  margin: 10px 0;
}
.pass a {
  color: gray;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
.pass:hover a {
  text-decoration: underline;
}
.modal_fechar_caixa #mostrar {
  margin: 0 5%;
  font-weight: 400;
  color: red;
  text-decoration: underline;
}
.modal_funcionarios {
  width: 80%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  background: white;
  height: 500px;
  border-radius: 12px;
  display: none;
  z-index: 3;
  padding-bottom: 5%;
  flex-direction: column;
  justify-content: space-between;
}

.inputs_father_user {
  display: flex;
  flex-direction: column;
}
#add_usuario {
  background: red;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
}
.inputs_father_user input[type="text"] {
  height: 30px;
  border-radius: 10px;
  border: 1px solid gray;
}
.inputs_add_usuario {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: #393939;
}

.modal_produtos table thead,.modal_funcionarios table thead {
  background: red;
  border-radius: 12px 12px 0 0;
  color: white;
  height: 30px;
  display: flex;
}
.modal_produtos table,.modal_funcionarios table {
  display: flex;
  flex-direction: column;
  max-height: 450px;
  overflow-y: scroll;
}
.modal_produtos table thead tr,.modal_funcionarios table thead tr {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.modal_produtos table thead tr th,.modal_funcionarios table thead tr th {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}
.modal_produtos table tbody tr td,.modal_funcionarios table tbody tr td {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}
.modal_produtos table tbody tr i,.modal_funcionarios table tbody tr i {
  cursor: pointer;
}
.modal_produtos table  tbody tr,.modal_funcionarios table tbody tr {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 7px;
  border-bottom: 1px solid;
}
.inputs_add_produto {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
}
#add_produto_opener {
  cursor: pointer;
  background: red;
  color: white;
  border: none;
  height: 25px;
  padding: 0 10px;
  border-radius: 5px;
}
#sidebar #salvar_caixa {
  height: 25px;
  background: red;
  color: white;
  border: none;
  justify-content: center;
  margin-bottom: 5px;
}
.field input[type="submit"] {
  background: #fdc918;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.field input[type="submit"]:hover {
  background: #ddaf12;
}
.login {
  color: white;
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
}
.links {
  display: flex;
  cursor: pointer;
  color: white;
  margin: 0 0 20px 0;
}

.content_login header {
  justify-content: normal;
}
.links i {
  font-size: 17px;
}
i span {
  margin-left: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.signup {
  font-size: 15px;
  color: gray;
  font-family: "Poppins", sans-serif;
}
.signup a {
  color: #fdc918;
  text-decoration: none;
}
.signup a:hover {
  text-decoration: underline;
}
.header_section {
  width: 100%;
  height: 25%;
  background: rgb(217, 217, 217);
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header_section .left_side {
  width: 48%;
  font-weight: 300;
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 70%;
  border-right: 2px solid red;
  align-items: center;
}
.inputs_header_section {
  margin-top: 10px;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
.inputs_header_section input {
  height: 35px;
  border: none;
  border-radius: 9px;
  color: gray;
  padding: 0 12px;
}
.header_section .right_side {
  width: 48%;
}
.right_subdivision h3 {
  font-weight: 300;
  font-size: 18px;
}
.header_section .right_side .right_subdivision,
.header_section .right_side .left_subdivision {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
}
.right_subdivision red {
  font-size: 17px;
}
.right_subdivision span {
  color: black;
}
.left_subdivision {
  align-items: center;
  justify-content: space-between;
}
.left_subdivision span {
  color: black;
  font-size: 15px;
}
.left_subdivision button {
  padding: 10px;
  background: red;
  border: none;
  color: yellow;
  border-radius: 5px;
  cursor: pointer;
}
.left_subdivision switch {
  width: 50px;

  height: 20px;
  font-size: 13px;
  background: white;
  border-radius: 10px;
  margin: 0 6px;
  cursor: pointer;
}
.left_subdivision dot {
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
}
.left_subdivision h3 {
  font-weight: 300;
  font-size: 18px;
}
.selection_switch span {
  font-size: 12px;
}
.selection_switch {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tabela_header {
  background: rgb(230, 13, 46);
  color: white;
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  padding: 0 30px;
  border-radius: 12px 12px 0 0;
  width: 95%;
  margin: 0 2.5%;
}
.tabela_father table thead tr th {
  font-weight: 400;
  width: 20%;
  font-size: 13px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabela_father table thead tr {
  font-weight: 300;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.tabela_header yellow {
  color: #fdc918;
  font-weight: 800;
}
.tabela_father {
  margin-top: 20px;
}
.tabela_header i {
  cursor: pointer;
}
.tabela_father table thead {
  background: rgb(253, 201, 24);
  color: black;
}
.tabela_father table {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 0 2.5%;
  height: 600px;
  overflow-y: scroll;
}
.tabela_father tbody tr {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 5px 0;
  border-bottom: 1px solid gray;
}
.tabela_father tbody tr td {
  width: 20%;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}
.modal_fechar_caixa {
  display: none;
  position: absolute;
  width: 800px;
  max-height: 700px;
  background: white;
  border-radius: 12px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  flex-direction: column;
  padding: 2% 0;
  z-index: 3;
}
.modal_fechar_caixa h3 {
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.modal_fechar_caixa h3 red {
  font-weight: 500;
}
.modal_fechar_caixa .first_row .left_side {
  color: gray;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
}
.modal_fechar_caixa .first_row .right_side {
  width: 60%;
  background: rgb(217, 217, 217);
  border-radius: 10px 0 0 10px;
  height: 100px;
  color: gray;
  display: flex;
  justify-content: space-around;
}
.modal_fechar_caixa .first_row .right_side .input_codigo_user_father {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal_fechar_caixa .first_row .right_side .input_nome_user_father {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal_fechar_caixa .first_row .right_side input {
  outline: none;
  height: 40px;
  color: red;
  padding: 4px;
  font-size: 20px;
}
.modal_fechar_caixa .first_row {
  display: flex;
  margin-top: 30px;
}
.modal_fechar_caixa .first_row .left_side span {
  color: #e60d2e;
  border: 1px solid gray;
  padding: 10px 25px;
}
.modal_fechar_caixa .valores_informados_box {
  width: 90%;
  margin: 30px 5%;
  height: 200px;
  border: 1px solid gray;
  flex-direction: column;
  display: flex;
  border-radius: 12px;
}
.modal_fechar_caixa .valores_informados_box .valores_informados_title {
  background: red;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  color: white;
  border-radius: 50px;
  top: -15px;
  position: relative;
  left: 15px;
  width: 180px;
}
.modal_fechar_caixa .valores_informados_box .valores_informados_footer red {
  margin-left: 5px;
}
.modal_fechar_caixa .valores_informados_box .valores_informados_footer {
  height: 15%;
  position: relative;
  display: flex;
  bottom: -8%;
  background: rgb(253, 201, 24);
  color: white;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  left: 60%;
  border-radius: 7px;
  width: 200px;
}
.modal_fechar_caixa .valores_informados_box .valores_apurados_footer red {
  margin-left: 5px;
}
.modal_fechar_caixa .valores_informados_box .valores_apurados_footer {
  height: 15%;
  position: relative;
  display: flex;
  bottom: -8%;
  background: rgb(253, 201, 24);
  color: white;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  left: 60%;
  border-radius: 7px;
  width: 200px;
}
.modal_fechar_caixa .valores_informados_box .body_valores {
  height: 70%;
  display: flex;
  justify-content: space-between;
}
.modal_fechar_caixa .valores_informados_box .body_valores .input_princip {
  border-radius: 12px 0 0 12px;
  border: 1px solid gray;
  padding: 0 5px;
  border-right: 0;
  height: 30px;
}
.modal_fechar_caixa
  .valores_informados_box
  .body_valores
  .input_princip_completo {
  height: 30px;
  border-radius: 10px;
  border: 1px solid gray;
  width: 200px;
  padding: 0 5px;
}
.modal_fechar_caixa .valores_informados_box .first_column {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  width: 47%;
  align-items: end;
}
.modal_fechar_caixa .valores_informados_box .first_column .qtd {
  color: gray;
  font-size: 13px;
  margin: 0 13px;
}
.modal_fechar_caixa .valores_informados_box .first_column .quantidade {
  background: rgb(253, 201, 24);
  color: white;
  padding: 0 10px;
  border-radius: 0 12px 12px 0;
  display: flex;
  justify-content: center;
  height: 30px;
  width: 40px;
  border: none;
  align-items: center;
}
.modal_fechar_caixa .body_valores .first_column .input_valores {
  display: flex;
  align-items: center;
}
.modal_fechar_caixa .body_valores .first_column .input_valores label {
  margin-right: 5px;
}
#adiantar_semana {
  visibility: hidden;
}
.lista_pedidos span {
  background: #fa0e0e;
  color: white !important;
  width: 100%;
  display: flex;
  justify-content: start;
  height: 50px;
  gap: 5px;
  margin: 1px;
  padding: 5px 0;
}
.lista_pedidos span:hover {
  background: #ff2b2b;
  color: white;
}
.finalizar_venda_button_principal_father button
{
  font-size: 13px !important;
}