
a {
    text-decoration: none;
}
.erro {
    font-size: 30px;
    background-color: red;
    border-radius: 0.5rem;
    color: #fff;
    text-align: center;
    margin-top: 200px;
    width: 600px !important;
}

.aviso {
    font-size: 30px;
    background-color: yellow;
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 200px;
    width: 600px !important;
}

.sucesso {
    font-size: 30px;
    background-color: green;
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 200px;
    color: #fff;
    width: 600px !important;
}

.sucesso2 {
    font-size: 30px;
    background-color: green;
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 200px;
    color: #fff;
    width: 300px !important;
}

body {
    background-color: #e4f0fc;
    margin: 0;
    padding: 0;
    font-family: 'Roboto' , sans-serif;
}

.navbar-nav a {
    color: #2e3d6e;
    font-family: 'Roboto' , sans-serif;
    font-weight: bold;
}

.nav-link {
    margin-right: 60px;
}

.nav-link:hover {
    color: #02036c;
}

.nav-link.show:focus {
    color: #000;
}

.navbar-dark{
    border-bottom: solid 2px #bbb;
    background-color: #e4f0fc;
}

.home {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.titulo-home {
    background-color: #2e406e;
    color: #fff;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-style: italic;
    padding: 1px;
    border-top: #fff solid 1px;
    margin-bottom: 10px;
}

.buscador {
    margin: 10px;
}

.informar_cliente {
    margin-top: 50px;
    font-size: 30px;
}

.form-label {
    font-family: 'Roboto' , sans-serif;
}

.check-form {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 10px;
}

tr:not(:first-child):hover {
    background-color: #fff;
}

.titulo-prog {
    padding: 10px 20px 10px 20px;
    text-align: center;
    border: 1px solid #413f3f;
}

.titulo-prog-i {
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: rgb(23, 7, 240);
    border: 1px solid #413f3f;
}

.dados-prog {
    font-size: 18px;
    text-align: center;
    border: 1px solid #413f3f;
}

.dados-prog-i {
    font-size: 18px;
    text-align: center;
    color: rgb(23, 7, 240);
    border: 1px solid #413f3f;
}

.dados-prog-i a {
    color: rgb(23, 7, 240);
}

.dados-prog-i a:hover {
    color: #ca0202;
}

.dados-total {
    font-size: 20px;
    text-align: center;
}

.menu-icon-sub {
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
}

.botao-voltar {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.botao-edit {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cab-pedido {
    border: solid 1px #000;
    padding: 5px;
    display: flex;
    margin-top: 5px;
}

.lista-pedido {
    padding: 5px;
    margin-top: 5px;
}

.logo-pedido {
    display: inline-block;
}

.logo-pedido img {
    width: 70px;
    display: flex;
}

.texto-cab-pedido {
    display: inline-block;
    margin-left: 10px;
}

.total-pedido {
    display: inline-block;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    margin: 10px;
}

.comissao-sub {
    text-align: center;
}

.comissao-dados {
    text-align: center;
    border: solid 1px #949292;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.painel {
    text-align: center;
}

.painel1 {
    display: inline-block;
    background-color: #0d6efd;
    border-radius: 0.5rem;
    height: 215px;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    padding: 0 10px 0 10px;
}

.valorp1 {
    font-size: 100px;
}

.imagem_home {
    width: 100%;
    height: 200px;
    object-fit: contain;
    padding: 10px;
}

.thumb-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumb-img.active {
    border-color: #0d6efd;
}

.stars {
    direction: rtl;
    unicode-bidi: bidi-override;
    font-size: 2rem;
    cursor: pointer;
    text-align: left;
}

.stars input {
    display: none;
}

.stars label {
    color: #ccc;
}

.stars input:checked ~ label,
.stars label:hover,
.stars label:hover ~ label {
    color: gold;
}


@media print {
    .navbar {
        display: none;
    }
    .titulo-home {
        background-color: #fff;
        color: #000;
    }
    .buscador {
        display: none;
    }
    .dados-prog-i {
        display: none;
    }
    .titulo-prog-i {
        display: none;
    }
    .botao-voltar {
        display: none;
    }
    .botao-edit {
        display: none;
    }
}