.number-input {
    border: none;
    border-radius: none !important;
    text-align: center;
    transition: all 0.2s ease-out;
}
.number-input:focus {
    background-color: white;
    border: none;
    outline: none;
}
.number-input::-webkit-inner-spin-button,
.number-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.number-input {
    -moz-appearance: textfield;
}

/**/

body{
    background: #fff;
}
.roboto-thin {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-style: normal;
}

.roboto-thin-italic {
font-family: "Roboto", sans-serif;
font-weight: 100;
font-style: italic;
}

.roboto-light {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
}

.roboto-light-italic {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: italic;
}

.roboto-regular {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-style: normal;
}

.roboto-regular-italic {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-style: italic;
}

.roboto-medium {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}

.roboto-medium-italic {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: italic;
}

.roboto-bold {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}

.roboto-bold-italic {
font-family: "Roboto", sans-serif;
font-weight: 700;
font-style: italic;
}

.roboto-black {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: normal;
}

.roboto-black-italic {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-style: italic;
}
.khand-light {
font-family: "Khand", sans-serif;
font-weight: 300;
font-style: normal;
}

.khand-regular {
font-family: "Khand", sans-serif;
font-weight: 400;
font-style: normal;
}

.khand-medium {
font-family: "Khand", sans-serif;
font-weight: 500;
font-style: normal;
}

.khand-semibold {
font-family: "Khand", sans-serif;
font-weight: 600;
font-style: normal;
}

.khand-bold {
font-family: "Khand", sans-serif;
font-weight: 700;
font-style: normal;
}
.logotipo{
    font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  /*font-family: "DM Serif Display", serif;
  font-family: "Chicle", serif;*/
  color: #2b292a; /*#16db9b;*/
  /*
  2D3250
  #040303
  #16db9b
  f0ece5
  b6bbc4
  161a30
  11191f
  864AF9
  
  F68989
  https://colorhunt.co/palette/211951836fff15f5baf0f3ff
  https://colorhunt.co/palette/defcf9cadefcc3bef0cca8e9
  */
}
.menu{
    color: #2D3250 !important;
    text-align: end !important;
    font-size: 1em !important;
}
.menu span{
    background-color: #F0F3FF !important;
}
.menu span:hover{
    cursor: pointer !important;
    background-color: #16db9b !important;
    color: #fff !important;
}
.dash{
    color: #2D3250 !important;
    font-size: 1em !important;
    border-bottom: 1px solid #F0F3FF;
}
.dash_valor{
    /*
    font-family: "DM Serif Display", serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    */
}
.cabecalho{
    background: #fff;
    top: 0px !important;
}
.dash_nome_usuario{
    color: #7077A1;
}
.bt_detalhes:hover{
    cursor: pointer;
    background: #2D3250 !important;
    border-color: #2D3250 !important;
    color: #fff !important;
}
.bt_novo_produto:hover{
    cursor: pointer;
    background: #2D3250 !important;
    border-color: #2D3250 !important;
    color: #fff !important;
}
.marca{	
    min-width: 6em;
    min-height: 6em;
    background-image: url("imgs/marca.png") !important;
    background-position: center; /* Center the image */
    background-repeat: no-repeat !important; /* Do not repeat the image */
      background-size: contain !important; /* Resize the background image to cover the entire container */
}
.produto{
    color: #040303 !important;
    background-color: #fff !important;
    border: 1px solid #B3C8CF !important;
    /*border: 1px solid #dee2e6 !important;*/
}
.produto_estoque{
}
.bt_produto{
    background: #F0F3FF;
    color: #211951;
    font-size: 1em !important;
}
.bt_produto_ver_itens{
    background: #F8FAFC;
    color: #211951;
    font-size: 1em !important;
    border: 1px solid #eee;
}
.bt_produto_ver_itens:hover{
    cursor: pointer;
    /*FF204E*/
    /*background: #B799FF !important;*/
    background: #16db9b !important;
    color: #fff;
}

.bt_produto:hover{
    cursor: pointer;
    /*FF204E*/
    /*background: #B799FF !important;*/
    background: #16db9b !important;
    color: #fff;
}
.buscaAnotacao{
    border-color: #b6bbc4;
    color: #7D7C7C !important;
}
.editar{
    color: #7077A1 !important;
    border-bottom: 1px solid #7077A1 !important;
}
.editar:hover{
    /*color: #B799FF !important;*/
    color: #16db9b !important;
    cursor: pointer !important;
}
.bt_edit_venda{
    background: #7077A1 !important;
    color: #fff !important;
}
.bt_remover_venda{
    background: #040303 !important;
    color: #fff !important;
}
.bt_produto_ativo{
    border-color: #7077A1 !important;
}
.bt_produto_ativo .produto_nome{
    font-weight: 500 !important;
}
:root {
  touch-action: pan-x pan-y;
  height: 100% 
}
.modal_novo_produto .btn-secondary{
    background: #F0F3FF !important;
    color: #211951 !important;
    border: none !important;
}
.modal_novo_produto .bt_cadastrar_produto{
    /*background-color: #B799FF !important;*/
    background-color: #16db9b !important;
    color: #fff !important;
    border: none !important;
}
.startbtn{
    /*background-color: #B799FF !important;*/
    background-color: #2D3250 !important;
    color: #fff !important;
    border: none !important;
}
.startLeitorbtn{
    /*background-color: #B799FF !important;*/
    background-color: #2D3250 !important;
    color: #fff !important;
    border: none !important;
}
.modal_novo_produto .btn:hover{
    background-color: #7D7C7C !important;
    color: #fff !important;
}
.modal_editar .btn-secondary{
    background: #F0F3FF !important;
    color: #211951 !important;
    border: none !important;
}
.modal_editar .btn-danger{
    background: #F68989 !important;
    color: #fff !important;
    border: none !important;
}
.modal_editar .bt_editar_produto{
    /*background-color: #B799FF !important;*/
    background-color: #16db9b !important;
    color: #fff !important;
    border: none !important;
}
.modal_editar .btn:hover{
    background-color: #7D7C7C !important;
    color: #fff !important;
}
.background_logo{
    /*color: #7077A1 !important;*/
}
.logo_img{
    width: 1em !important;
    height:auto !important;
    padding-right: 0.1em;
}
.produto_codigo_barras{
    font-style: italic !important;
    color: #7D7C7C !important;
}
.modal_aumentar .btn-secondary{
    background: #F0F3FF !important;
    color: #211951 !important;
    border: none !important;
}
.modal_aumentar .btn-danger{
    background: #F68989 !important;
    color: #fff !important;
    border: none !important;
}
.modal_aumentar .bt_aumentar_produto{
    /*background-color: #B799FF !important;*/
    background-color: #16db9b !important;
    color: #fff !important;
    border: none !important;
}
.modal_aumentar .bt_ver_itens{
    /*background-color: #B799FF !important;*/
    background-color: #2D3250 !important;
    color: #fff !important;
    border: none !important;
}
.modal_aumentar .btn:hover{
    background-color: #7D7C7C !important;
    color: #fff !important;
}
.input_quantidade_venda{
    background: #FAF0E6 !important;
}
.bloco_confirmar_venda{
    position: fixed;
    bottom: 0px;
    z-index: 20000;
    background: rgba(255, 255, 255);
    border-top: 1px solid #16db9b;
}
.bt_confirmar_venda{
    background-color: #2D3250!important;
    color: #fff !important;
}
/*
.bt_confirmar_venda{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20000;
    background-color: #16db9b !important;
    color: #fff !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
}
*/
.quantidade_total_itens_venda {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 20000;
    background-color: #F68989 !important;
    font-size: 1em !important;
    font-weight: bold !important;
    color: #fff !important;
}
.bt_adicionar_item_produto{
    border: none !important;
}
.bt_adicionar_item_produto span{
    color: #16db9b !important;
    font-size: 2em !important;
}
.sem_estoque{
    border-color: #dee2e6 !important;
}
.sem_estoque .produto_nome, .sem_estoque .produto_valor{
    opacity: 0.5 !important;
}
.bt_vender:hover{
    cursor: pointer;
    background: #2D3250 !important;
    border-color: #2D3250 !important;
    color: #fff !important;
}
.bt_ler_codigo{
    background-color: #2D3250 !important;
    color: #fff !important;
    border: 1px solid #2D3250;
}
.bt_ler_codigo:hover{
    cursor: pointer;
    background: #16db9b !important;
    border-color: #16db9b !important;
    color: #fff !important;
}
.bt_sem_codigo{
    background-color: #fff !important;
    color: #2D3250 !important;
    border: 1px solid #eee;
}
.bt_sem_codigo:hover{
    cursor: pointer;
    background: #16db9b !important;
    border-color: #16db9b !important;
    color: #fff !important;
}
.leitor_venda{
    outline: none !important;
    -webkit-appearance: none; box-shadow: none !important;
    border: none !important;
}
.bloco_leitor_venda{
    color: #16db9b !important;
}
.leitor_desligado:hover{
    cursor: pointer;
    color: #2D3250 !important;
}

#scanner-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000;
    overflow: hidden;
    border: 2px dashed #ccc;
    border-radius: 8px;
}

#scanner > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#scanner-container-item {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000;
    overflow: hidden;
    border: 2px dashed #ccc;
    border-radius: 8px;
}

#scanner-item > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#scanner-container-buscar-produto {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000;
    overflow: hidden;
    border: 2px dashed #ccc;
    border-radius: 8px;
}

#scanner-buscar-produto > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Linha verde posicionada no meio vertical do #scanner */
.scanner-line {
  position: absolute;
  top: 50%;                /* meio vertical do container */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.leitor_desligado{
    color: #F68989 !important;
}
.icon_leitor_desligado{
    color: #eee !important;
}

.bt_leitor_buscar{
    color: #2D3250 !important;
    font-size: 1em !important;
    /*background: #B799FF !important;*/
    background: #fff !important;
    border: 1px solid #eee !important;
}
.bt_leitor_buscar:hover{
    cursor: pointer !important;
    background: #2D3250 !important;
    border-color: #2D3250 !important;
    color: #fff !important;
}

.bt_camera_buscar{
    color: #2D3250 !important;
    font-size: 1em !important;
    /*background: #B799FF !important;*/
    background: #fff !important;
    border: 1px solid #eee !important;
}
.bt_camera_buscar:hover{
    cursor: pointer !important;
    background: #2D3250 !important;
    border-color: #2D3250 !important;
    color: #fff !important;
}
.bt_lembretes{
    position: relative;
    background-color: #fff !important;
    color: #16db9b !important;
    border: 1px solid #eee;
}
.bt_lembretes:hover{
    cursor: pointer;
    background: #2D3250 !important;
    border-color: #2D3250 !important;
    color: #fff !important;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.logotipo:hover{
    cursor: pointer;
}
.alert-fixada {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  margin: 0;
  border-radius: 0;
}
.card_faturamento{
    font-weight: 500 !important;
    background: #F0F3FF !important;
    color: #000 !important;
}
.grafico-container .card{
    border: none !important;
}
.resumo_faturamento{
    border: none !important;
}
.catalogo_itens{
    max-height: 40vh; /* Em telas maiores, 50% da altura da tela */
    overflow-y: auto; /* Barra de rolagem ativada se o conteúdo exceder a altura */
    padding-right: 15px; /* Evita que o conteúdo fique colado na borda direita */
}
.modal_ver_estoque .btn-secondary{
    background: #F0F3FF !important;
    color: #211951 !important;
    border: none !important;
}
.modal_ver_estoque .btn-danger{
    background: #F68989 !important;
    color: #fff !important;
    border: none !important;
}
.modal_ver_estoque .bt_atualizar_ver_estoque{
    /*background-color: #B799FF !important;*/
    background-color: #16db9b !important;
    color: #fff !important;
    border: none !important;
}
.modal_ver_estoque .btn:hover{
    background-color: #7D7C7C !important;
    color: #fff !important;
}
/*
00FF9C
https://colorhunt.co/palette/e5d9f2f5efffcdc1ffa594f9
*/

.camera-select{
    padding: 0px !important;
    font-size: 1em !important;
}

body{
    background: #fff !important; /*linear-gradient(180deg, #F8FAFC, #B2C6D5)*/;
}
.bloco_body{
    background: #fff !important;
    border: 1px solid #fff !important;
    border-top-left-radius: 4em !important;
    border-top-right-radius: 4em !important;
    box-shadow: 0em 1em 10em #B2C6D5;
}
.shortcut-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1.5px solid #F0F3FF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F3FF;
    color: #211951;
    margin-bottom: 8px;
    transition: transform 0.2s ease;
}
.shortcut-label {
    font-size: 0.8rem;
    color: #2b292a;
    font-weight: 500;
}
@media (max-width: 480px) {
    .shortcut-icon {
        width: 60px;
        height: 60px;
    }
    .shortcut-icon .material-icons-outlined {
        font-size: 0.8em;
    }
}
.bt_lembretes{
    background: #F0F3FF !important;
    color: #211951 !important;
}
.cabecalho{
    background: none !important;
}
.menu span{
    background: none !important;
}
.dash{
    border: none !important;
}
.profile-card {
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    padding: 5px;
}
.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #00ff99;
    background-image: url('imgs/icon_anotestock.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.profile-name {
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
}
@media (max-width: 480px) {
    .profile-img {
        width: 40px;
        height: 40px;
    }
    .profile-name {
        font-size: 1rem;
    }
}
.infos_dash{
    font-size: 0.8em !important;
    line-height: 2em !important;
}
.infos_dash .valor_venda{
    font-size: 4em !important;
}
