﻿body {
    /*background-color: #181c24 !important;*/
    background-color: #fff !important;
    color: black;
}

.login-logo {
    /*width: 100px;*/ /* defina o tamanho desejado */
    /*height: 100px;*/ /* importante: igual ao width para círculo perfeito */
    object-fit: cover; /* garante que a imagem preencha o círculo sem distorcer */
    border-radius: 50%; /* faz a mágica de arredondar */
    border: none; /*2px solid #e0e0e0; /* opcional, para destacar com uma borda leve */
}

/* Estilo para o botão flutuante Add*/
.floating-button-add {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 90px;
    height: 90px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    border: solid;
    border-width: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 54px;
}

    .floating-button-add:hover {
        background-color: #0056b3;
    }


/*Estilo param Botão Flutuante menu, Salvar, Salvarcomonova*/
/* Contêiner do menu flutuante */
.floating-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/* Botão principal */
.floating-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #007bff;
    color: white;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; /* Garante que o botão principal fique acima dos demais */
}

/* Contêiner dos botões adicionais */
.floating-buttons {
    position: absolute;
    bottom: 80px; /* Acima do botão principal */
    right: 0;
    display: flex;
    flex-direction: column; /* Empilha os botões verticalmente */
    gap: 10px; /* Espaçamento entre os botões */
    z-index: 9; /* Certifica que os botões adicionais fiquem atrás do botão principal */
}

.btnorc {
    width: 200px;
    height: 50px;
    padding: 0 10px; /* Adiciona espaço interno nos lados */
    border-radius: 10px;
    color: white;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start; /* Ícone e texto alinhados à esquerda */
    align-items: center; /* Centraliza verticalmente */
    gap: 10px; /* Espaço entre o ícone e o texto */
    z-index: 8;
}

/* Botões adicionais */
.floating-button-save,
.floating-button-controle,
.floating-button-back,
.floating-button-venda,
.floating-button-exit,
.floating-button-selres,
.floating-button-cadastrar,
.floating-button-save-as,
.floating-button-save-orcamento {
    width: 200px;
    height: 50px;
    padding: 0 10px; /* Adiciona espaço interno nos lados */
    border-radius: 10px;
    color: white;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start; /* Ícone e texto alinhados à esquerda */
    align-items: center; /* Centraliza verticalmente */
    gap: 10px; /* Espaço entre o ícone e o texto */
    z-index: 8;
}

.floating-button-save {
    background-color: green;
}


.floating-button-controle {
    background-color: darkblue;
}

.floating-button-selres {
    background-color: darkslateblue;
}

.floating-button-back {
    background-color: darkmagenta;
}

.floating-button-venda {
    background-color: olive;
}

.floating-button-exit {
    background-color: darkred;
}

.floating-button-cadastrar {
    background-color: darkblue;
}

.floating-button-save-as {
    background-color: chocolate;
}

.floating-button-save-orcamento {
    background-color: blue;
}

    /* Ícones nos botões adicionais */
    .floating-button-save i,
    .floating-button-save-as i,
    .floating-button-save-orcamento i,
    .floating-button-back i,
    .floating-button-exit2 i,
    .floating-button-selres i,
    .floating-button-cadastrar i {
        font-size: 20px;
    }


.btn-pesq {
    background-color: #e47918;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-left: 10px;
}

    .btn-pesq:hover {
        background-color: #ffb874;
    }

.btn-codigo-barras {
    background-color: #1976d2;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-left: 10px;
}

    .btn-codigo-barras:hover {
        background-color: #1976d9;
    }

.btn-selecionar {
    color: #fff;
    background: #0a205f !important;
    border: none;
    border-radius: 20px;
    height: 35px;
    width: 35px;
}

    .btn-selecionar:active {
        background: #0056b3;
        color: white;
        animation: revertColor 0.5s forwards; /* Animação para retornar à cor original */
    }

    .btn-selecionar:disabled {
        background-color: gray; /* Cor quando desabilitado */
        color: gray;
    }



.btn-selecionar-cliente {
    color: #fff;
    background: #928203 !important;
    border: none;
    border-radius: 20px;
    height: 35px;
    width: 35px;
}

    .btn-selecionar-cliente:active {
        background: #0056b3;
        color: white;
        animation: revertColor 0.5s forwards; /* Animação para retornar à cor original */
    }

    .btn-selecionar-cliente:disabled {
        background-color: gray; /* Cor quando desabilitado */
        color: gray;
    }


.btn-editar {
    border: none;
    color: #928203;
    background-color: transparent;
    border-color: #000000;
    border-radius: 7px 7px 7px 7px;
    height: 40px;
    font: larger;
    width: 130px;
    transition: background 0.3s ease;
}

    .btn-editar:active {
        background: #921414;
        color: white;
        animation: revertColor 0.5s forwards; /* Animação para retornar à cor original */
    }

    .btn-editar:disabled {
        background-color: gray; /* Cor quando desabilitado */
        color: gray;
    }

.btn-cad-cli-pad {
    width: 45px;
    height: 50px;
    background-color: #80169a;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-left: 10px;
}

    .btn-cad-cli-pad:active {
        background-color: #0056b3;
        color: white;
        animation: revertColor 0.5s forwards; /* Animação para retornar à cor original */
    }

    .btn-cad-cli-pad:disabled {
        background-color: gray; /* Cor quando desabilitado */
        color: gray;
    }

.pedido-header {
    display: flex;
    align-items: center; /* Alinha verticalmente */
    gap: 0.5em; /* Espaço entre os itens, opcional */
    margin-bottom: 20px;
}

.pedido-header h3, .pedido-header span, .pedido-header button {
    margin: 0; /* Remove espaçamentos padrão */
}

.pedido-header .pedido-icone {
    margin-right: 0.5em;
}

.btn-detalhe-pedido {
    margin-left: 0.3em;
    padding: 0.35em 0.65em;
    border: none;
    border-radius: 4px;
    background: #d32f2f;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .btn-detalhe-pedido.compartilhar {
        background: #1976d2; /* Azul para compartilhar */
    }

    .btn-detalhe-pedido.pdf {
        background: #e03a3e; /* Vermelho PDF */
    }

.btn-controle {
    height: 25px;
    width: 25px;
    border: none;
    border-radius: 25px;
    margin-left: 5px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

    .btn-controle.pdf {
        background: #e03a3e; /* vermelho PDF */
        color: #fff;
    }

    .btn-controle.compartilhar {
        background: #1976D2; /* vermelho PDF */
        color: #fff;
    }

    .btn-controle.detalhes {
        background: #464de4; /* azul/roxo */
        color: #fff;
    }

        .btn-controle.pdf:hover,
        .btn-controle.detalhes:hover {
            filter: brightness(0.88);
        }

.tela-flut {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}