* {
    font-family: Arial;
    font-size: 15px;
    color: #000000;
}
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
input,
select {
    font-size: 15px;
    background-color: #FFFFFF;
}
input::placeholder,
textarea::placeholder {
    color: #999999;
    opacity: 1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}
input[type="checkbox"]:checked {
    accent-color: #000000;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-style: none;
}
a {
    text-decoration: none;
}
button {
    width: 100%;
    border: 0;
}
.cursor {
    cursor: pointer;
}
.responsive,
.esconder {
    display: none;
}
.centralizar-input {
    text-align: center;
}

#btn_leitor.ativo {
    background: #27A844;
}

#carregar-mais {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}
#carregar-mais i {
    font-size: 30px;
    cursor: pointer;
    transition: all ease 0.3s;
}
#carregar-mais i:active {
    opacity: 0.7;
}
#carregar-mais2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}
#carregar-mais2 i {
    font-size: 30px;
    margin-bottom: 10px;
}

#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#loading img {
    width: 60px;
}

#area_alerta {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: -150px;
    left: 0;
    z-index: 99999999;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    transition: all ease 0.3s;
}
#alerta {
    color: #FFFFFF;
    text-align: center;
}

.modal,
.modal-botoes {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100vh;
    width: 100vw;
    max-width: 600px;
    background-color: #F5F5F5;
    overflow: auto;
}
.modal-botoes {
    margin-left: -22px;
}
.modal-area {
    padding: 10px;
    margin: 10px;
    margin-bottom: 50px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #BDBDBD;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.modal-form input,
.modal-form select,
.modal-form textarea {
    height: 38px;
    width: 100%;
    font-size: 15px;
    padding: 8px;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}
.modal-form input:focus,
.modal-form select:focus,
.modal-form textarea:focus {
    border: 1px solid #000000;
}
.modal-form button {
    width: 100%;
    padding: 8px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border: 0;
    cursor: pointer;
    transition: all ease 0.3s;
    background-color: #000000;
}
.modal-form button:active {
    opacity: 0.7;
}
.modal-form textarea {
    height: 80px;
}
.modal-form-campos {
    display: flex;
}
.modal-form-campo {
    width: 100%;
}
.modal-form-campo-esquerdo {
    margin-right: 5px;
}
.modal-form-campo-centro {
    margin-left: 10px;
    margin-right: 10px;
}
.modal-form-campo-direito {
    margin-left: 5px;
}
.modal-form-campo-titulo {
    font-size: 13px;
    margin-bottom: 3px;
}
.modal-remover-titulo {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    white-space: normal;
    word-wrap: break-word;
}
.modal-remover-botoes {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.modal-form-filtro-limpar {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.modal-form-filtro-limpar:active {
    opacity: 0.7;
}
.modal-form-aviso {
    font-size: 13px;
    color: #DC3546;
    margin-bottom: 20px;
}
.modal-form-campo-imagem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.modal-form-campo-imagem img {
    height: 250px;
    width: 250px;
    border: 1px dashed #999999;
    margin-top: 10px;
}
.modal-form-aviso {
    font-size: 13px;
    color: #DC3546;
    text-align: center;
    margin-top: 20px;
}

.modal-pagamento-area {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-pagamento-forma,
.modal-pagamento-forma2 {
    display: flex;
    align-items: center;
    flex: 3;
    font-size: 16px;
}
.modal-pagamento-forma input {
    display: flex;
    width: 40px;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    margin-left: 10px;
    margin-right: 5px;
    border: 1px solid #999999;
    transition: all ease 0.3s;
}
.modal-pagamento-forma input:focus {
    border: 1px solid #000000;
}
.modal-pagamento-alerta {
    color: #DC3546;
    text-align: center;
}
.modal-pagamento-valor,
.modal-pagamento-valor2 {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    font-size: 16px;
    font-weight: bold;
}
.modal-pagamento-valor input {
    width: 120px;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    border: 1px solid #999999;
    transition: all ease 0.3s;
}
.modal-pagamento-valor input:focus {
    border: 1px solid #000000;
}

.modal-comprovante {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}
.modal-comprovante-botao {
    flex: 1;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #000000;
    padding: 25px 0;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease;
}
.modal-comprovante-botao:active {
    background-color: #FFFFFF;
    transform: scale(1.05);
}
.modal-comprovante-botao i {
    font-size: 40px;
    color: #FFFFFF;
}
.modal-area-cliente {
    text-align: center;
    margin-bottom: 30px;
}
.modal-cliente-nome {
    font-size: 18px;
}
.modal-cliente-total {
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
}


.login-body {
	background-color: #F5F5F5;
}
.login-area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 310px;
    width: 280px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.login-area-auth {
	display: block;
	padding: 15px;
}
.login-img {
    margin-top: -10px;
	margin-bottom: 20px;
    text-align: center;
}
.login-img img {
	width: 120px;
}
.login-area-auth input {
    height: 38px;
	width: 100%;
	font-size: 15px;
	padding: 8px;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	color: #000000;
	margin-bottom: 10px;
    transition: all ease 0.3s;
}
.login-area-auth input:focus {
	border: 1px solid #000000;
}
.login-area-auth button {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	border: 0;
    cursor: pointer;
    background-color: #000000;
	transition: all ease 0.3s;
}
.login-area-auth button:active {
	opacity: 0.7;
}
.login-reset-senha {
	font-size: 13px;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
	transition: all ease 0.3s;
}
.login-reset-senha:active {
	opacity: 0.7;
}
.login-message {
	font-size: 14px;
	text-align: center;
}
.login-alerta {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.login-center {
    text-align: center;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.area {
    height: 100%;
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #BDBDBD;
    position: relative;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9%;
    padding: 8px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #BDBDBD;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
}
.header-logo img {
    width: 90px;
}

.content {
    height: 86%;
    padding: 10px;
    overflow-y: auto;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    height: 8%;
    width: 100%;
    max-width: 600px;
    background-color: #FFFFFF;
    border: 1px solid #BDBDBD;
}

.menus {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex: 1;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}
.menu-item:active {
    background-color: #DDDDDD;
}
.menu-item i {
    font-size: 25px;
}

.servicos-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.servicos-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    border-radius: 5px;
    background-color: #000000;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all ease 0.3s;
}
.servicos-item:active {
    background-color: #555555;
}
.servicos-item-icone {
    text-align: center;
}
.servicos-item-icone i {
    font-size: 32px;
    color: #FFFFFF;
}
.servicos-item-titulo {
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}
.servicos-titulo {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.lista-ver-detalhes {
    font-size: 12px;
    font-style: italic;
    color: #27A844;
    margin-top: 10px;
}

.box {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #BDBDBD;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.box-dados {
    display: flex;
    width: 100%;
}
.box-texto {
    flex: 1;
}
.box-filtro-titulo {
    text-align: center;
    margin-bottom: 10px;
}
.box-filtro {
    flex: 1;
    font-size: 13px;
    text-align: center;
}
.box-total {
    flex: 1;
    font-weight: bold;
    text-align: right;
}
.box-form {
    border-radius: 5px;
}
.box-form select,
.box-form input,
.box-form textarea {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    transition: all ease 0.3s;
}
.box-form select:focus,
.box-form input:focus,
.box-form textarea:focus {
    border: 1px solid #000000;
}
.box-form select {
    font-size: 18px;
    height: 55px;
}
.box-form textarea {
    font-size: 18px;
    height: 72px;
}
.box-margin {
    margin-bottom: 75px;
}
.box-margin2 {
    margin-bottom: 25px;
}
.box-dashed-top {
    padding-top: 10px;
    border-top: 2px dashed #BDBDBD;
}
.box-dashed-bottom {
    padding-bottom: 10px;
    border-bottom: 2px dashed #BDBDBD;
}

.lista {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #BDBDBD;
}
.lista-principal {
    flex: 1;
}
.lista-titulo label {
    font-size: 14px;
    font-style: italic;
    color: #999999;
}
.lista-titulo i {
    font-size: 12px;
    font-style: italic;
}
.lista-titulo2 i {
    font-size: 14px;
    font-style: italic;
    color: #999999;
}
.lista-titulo2-preco {
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
}
.lista-titulo2-descricao {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    color: #999999;
    margin-top: 6px;
}
.lista-subtitulo {
    font-size: 14px;
    color: #999999;
    margin-top: 3px;
}
.lista-subtitulo i {
    font-size: 12px;
    font-style: italic;
}
.lista-botoes i {
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
}
.lista-botoes i:active {
    opacity: 0.7;
}
.lista-secao-titulo {
    font-size: 16px;
    font-weight: bold;
    margin: 18px 0 6px; 
}
.lista-secao-divisor { 
    border: 0;
    border-top: 1px solid #BDBDBD; 
    margin: 6px 0 12px;
}
.lista-vazia {
    font-size: 14px;
    text-align: center;
}
.lista-checkbox {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    cursor: pointer;
}
.lista-form-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: -20px;
}
.lista-form-checkbox-titulo {
    margin-left: 10px;
    margin-top: -3px;
}
.lista-imagem img {
    width: 80px;
    margin-right: 15px;
}
.lista-grupo-titulo {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
}

.botao {
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #000000;
    cursor: pointer;
    transition: all ease 0.3s;
}
.botao:active {
    opacity: 0.7;
}

.titulo {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #000000;
    border-bottom: 1px solid #BDBDBD;
}
.titulo-texto {
    flex: 5;
    font-size: 18px;
    color: #FFFFFF;
}
.titulo-icone {
    flex: 1;
    text-align: right;
}
.titulo-icone i {
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 15px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.titulo-icone img:active {
    opacity: 0.7;
}

.caixa-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.caixa-item {
    text-align: center;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all ease 0.3s;
}
.caixa-item:active {
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.caixa-venda {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    font-size: 13px;
}
.caixa-total {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
}
.caixa-status {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
}
.caixa-status-icone i {
    font-size: 12px;
    margin-right: 3px;
}
.caixa-status-titulo {
    font-size: 13px;
    margin-left: 3px;
}

.caixa-venda-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.caixa-venda-item {
    width: 100%;
    font-size: 25px;
    border-bottom: 1px solid #999999;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.caixa-venda-subtotal {
    width: 100%;
    font-size: 22px;
}
.caixa-venda-vazio {
    font-size: 20px;
}
.caixa-venda-qt-cestinha {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background-color: #FFFFFF;
    font-size: 11px;
    color: #000000;
    margin-top: -18px;
    margin-right: -18px;
}

.modal-catalogo-area {
    display: flex;
}
.modal-catalogo-imagem {
    flex: 2;
}
.modal-catalogo-imagem img {
    width: 100%;
    margin-right: 15px;
}
.modal-catalogo-info {
    flex: 3;
    margin-left: 20px;
}
.modal-catalogo-info-codigo {
    color: #999999;
    margin-bottom: 5px;
}
.modal-catalogo-info-marca {
    color: #999999;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.modal-catalogo-info-marca:active {
    color: #000000;
}
.modal-catalogo-info-estoque {
    color: #999999;
    margin-bottom: 15px;
}
.modal-catalogo-info-nome {
    font-size: 18px;
    margin-bottom: 5px;
}
.modal-catalogo-info-preco-oferta {
   font-size: 18px;
   color: #999999;
   text-decoration: line-through;
}
.modal-catalogo-info-preco {
   font-size: 28px;
   font-weight: bold;
}
.modal-catalogo-descricao {
    font-size: 14px;
    border-top: 1px solid #999999;
    margin-top: 15px;
    padding-top: 15px;
}

.botoes-area {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #999999;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.botoes-menos-mais-area {
    flex: 1;
    margin-right: 10px;
}
.botoes-menos-mais-area-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.botoes-botao-menos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 40px;
    width: 70px;
    font-size: 25px;
    color: #FFFFFF;
    background-color: #999999;
    transition: all ease 0.3s;
}
.botoes-botao-input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 30px;
    width: 100%;
}
.botoes-botao-input input {
    height: 40px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    border: 1px solid #000000;
    border-left: 0px;
    border-right: 0px;
}
.botoes-botao-mais {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 40px;
    width: 100%;
    font-size: 25px;
    color: #FFFFFF;
    background-color: #000000;
    cursor: pointer;
    transition: all ease 0.3s;
}
.botoes-botao-menos:active,
.botoes-botao-mais:active {
    background-color: #FFFFFF;
}

.botao-adicionar-area {
    flex: 1;
}
.botao-adicionar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 40px;
    width: 100%;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #27A844;
    cursor: pointer;
    transition: all ease 0.3s;
}
.botao-adicionar:active {
    background-color: #FFFFFF;
}





.week-area-days {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.week-days {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 40px;
    margin: 5px;
    border-radius: 5px;
    background-color: #F2CC21;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all ease 0.3s;
}
.week-days:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}
.week-margin-left {
    margin-left: 0;
}
.week-margin-right {
    margin-right: 0;
}



.filtro {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.filtro-titulo {
    font-size: 14px;
    margin-bottom: 3px;
    margin-left: 2px;
}
.filtro-inicio {
    width: 100%;
    margin-right: 5px;
}
.filtro-centro {
    width: 100%;
}
.filtro-fim {
    width: 100%;
    margin-left: 5px;
}
.filtro-inicio input,
.filtro-centro input,
.filtro-fim input,
.filtro-inicio select,
.filtro-centro select,
.filtro-fim select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    transition: all ease 0.3s;
}
.filtro-inicio input:focus,
.filtro-centro input:focus,
.filtro-fim input:focus,
.filtro-centro select:focus,
.filtro-inicio select:focus,
.filtro-fim select:focus {
    border: 1px solid #000000;
}

.filtro-inicio select,
.filtro-centro select {
    height: 40px;
}


.cor-preto {
    color: #000000;
}
.cor-azul {
    color: #007AFF;
}
.cor-verde {
    color: #27A844;
}
.cor-laranja {
    color: #FEC107;
}
.cor-vermelho {
    color: #DC3546;
}
.cor-cinza {
    color: #999999;
}

.bg-preto {
    background-color:#000000;
}
.bg-azul {
    background-color:#007AFF;
}
.bg-verde {
    background-color:#27A844;
}
.bg-laranja {
    background-color: #FEC107;
}
.bg-vermelho {
    background-color: #DC3546;
}
.bg-verde-claro {
    background-color:#F1FAF3;
    border: 1px solid #27A844;
}
.bg-verde-claro2 {
    background-color:#ddf7e2;
}
.bg-laranja-claro {
    background-color: #FAF4E1;
    border: 1px solid #FEC107;
}
.bg-vermelho-claro {
    background-color: #fceeef;
    border: 1px solid #DC3546;
}
.bg-laranja-claro2 {
    background-color: #FAF4E1;
}
.bg-vermelho-claro2 {
    background-color: #f7e3e4;
}
.bg-azul-claro {
    background-color: #e8eff7;
    border: 1px solid #007AFF;
}


@media screen and (max-width: 990px) {

    .responsive {
        display: block;
    }
    ::-webkit-scrollbar {
        height: 0px;
        width: 0px;
    }
    .area {
        border: 0px;
    }
    .menu {
        border-top: 1px solid #BDBDBD;
        box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1);
    }    

}