body {
    margin: 0px !important;
    height: 100vh;
}

/* --------------------------GERAIS-------------------------- */
main {

    height: 80%;
}

.content {
    height: 100%
}

.container {
    height: 90%;
    overflow-y: auto;
}

.btn {
    border-radius: 30px;
    margin: 14px;
    padding: 0px 35px;
}

.botao-carrinho {
    width: 80px;
    height: 28px;
    border-radius: 18px;
}

.btn-voltar {
    background-color: #d3edf3;
    color: #3C5058;
}

.logout {
    text-decoration: none;
    background-color: red;
    border-radius: 10px;
    color: white;
    padding: 3px 9px;
}

.modal-title {
    font-size: 16px;
}

.modal-footer {
    justify-content: center !important;
}

.footer-compra-finalizada {
    height: 13%;
    display: flex;
    align-items: center;
    text-align: center;
}

.botoes-compra-finalizada {
    padding: 6px 11px;
}

.input-login {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0) !important;
}

/* --------------------------HEADER AND FOOTER-------------------------- */
.header {
    background-color: #4685C4;
    height: 14%;
    display: flex;
    margin-bottom: 0px !important;
    align-items: center;
    justify-content: space-evenly;
}

.header div {
    text-align: center;
}

.header div i {
    color: #3C5058;
    padding: 6% 25%;
    border-radius: 10px;
    background-color: #D3EDF3;
}


.header h2 {
    color: #fff;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.info-user,
.info-header {
    background-color: #D3EDF3;

}

.responsavel {
    height: 30%;
    align-self: center;
    display: flex;
    background-color: #D3EDF3;
    width: 100%;
    padding: 3% 5%;
}

.responsavel h2 {
    font-size: 20px;
}

.responsavel h4 {
    font-size: 14px;
}

.responsavel h3 {
    font-size: 24px;
    color: #3C5058;
}

.img-user {
    width: 80%;
    height: 100%;
    object-fit: contain;
}

.menu {
    height: 30%;
    display: flex;
    width: 100%;
    padding: 3% 5%;
    align-items: center;
    justify-content: space-around;
}

a {
    text-decoration: none;
}

.item-menu {
    border-radius: 10px;
    background-color: #D3EDF3;
    text-align: center;
}

.item-menu h2 {
    margin: 0px;
    padding: 10px 20px;
    font-size: 18px;
}

.lista-filhos {
    max-width: 100%;
    overflow-y: auto;
    margin: 0px 23px;
    display: flex;
    height: 28%;
}

.unico-filho {
    text-align: center;
    margin: 0px 10px;
    width: 28%;
}

.unico-filho h2 {
    font-size: 13px;
    margin-top: 10px;
}

.lista-cardapio {
    height: 100%;
    padding-top: 10px;
}

.linha-item {
    display: flex;
    margin: 5px 2px !important;
    justify-content: space-between;
    padding: 2% 4%;
    border-radius: 30px;
    background-color: #D3EDF3;
    align-items: center;
}

.carrinho-container .linha-item {
    padding: 0% 4%;
}

.imagem-item {
    background-color: #fff;
    border-radius: 24px;
    padding: 5px;

}

.nome-item h3 {
    font-size: 15px;
    margin: 0px;
    overflow-wrap: anywhere;
}

.dia {
    background-color: #D3EDF3;
    width: max-content;
    padding: 0px 10px;
    border-radius: 10px;
    margin: 0px;
}

.preco-item h3 {
    font-size: 18px;
    margin: 0px;
}

.pagination {
    justify-content: center;
}

.cardapio-lista {
    height: 100%;
    padding-top: 10px;
    overflow-x: scroll;
    padding: 2% 4%;
}

.lista {
    height: 90%;
    overflow-x: auto;
}

.total-carrinho {
    background-color: #D3EDF3;
    width: 100%;
    height: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.total-carrinho h3 {
    color: #3C5058;
}

.quantidade {
    width: 4%;
}

.quantidade input {
    padding: 0px;
}

.quantidade i {
    cursor: pointer;
}

.excluir {
    color: red;
}

.excluir i {
    cursor: pointer;
}

/* --------------------- Pedido confirmado --------------- */
.pedido-filhos {
    display: flex;
    width: 100%;
    padding: 0px 30px;
    height: 60%;
    overflow-x: auto;
}

.nome-item-carrinho h3 {
    font-size: 15px;
    margin: 0px;
    overflow-wrap: anywhere;
}

.preco-item-carrinho h3 {
    font-size: 16px;
    margin: 0px;
}

.carrinho-vazio {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.info-user {
    padding: 40px 20px;
    display: flex;
}

.info-user h2 {
    font-size: 22px;
    color: #3C5058;
}

.info-user h4 {
    font-size: 14px;
}

.info-user h3 {
    font-size: 26px;
    font-weight: 700;
    color: #3C5058;
}

.cards,
.item-cardapio,
.space-item {
    justify-content: center;
    display: flex;
    margin: 12px 0;
}



.card {
    margin: 0px 10px;
    background-color: #D3EDF3;
    padding: 15px 30px;
    text-align: center;
}

.card h2 {
    color: #3C5058;
    font-size: 18px;
    font-weight: 600;
    padding-top: 8px;
}

.title {
    border-radius: 8px;
    padding: 5px;
    color: #3C5058;
    font-weight: 600;
    background-color: #D3EDF3;
    width: max-content;
}

.title-section {
    display: flex;
    margin: 0px 20px 0px 20px;

}

#footer {
    background-color: #4685C4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
    height: 6%;
}

#footer p {
    margin: 0px;

}


/* ---------- Cardapio ---------- */
.cardapio {
    padding: 0px 20px;
}

.item-cardapio {
    background-color: #D3EDF3;
    border-radius: 40px;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}

.space-item {
    margin: 0px;
    align-items: center;
}

.space-item h4,
h2 {
    color: #3C5058;
}

.space-item h2 {
    margin-right: 10px;
    font-size: 20px;
}

.img-lanche {
    background-color: #fff;
    padding: 8px;
    border-radius: 50px;
    margin-right: 10px;
}

.footer-btn {
    display: flex;
    justify-content: center;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.062);
}

.footer-btn {
    height: 10%;
}

.btn-primary {
    background-color: #4685C4;
    color: #fff;
    border: none;
}

.btn-secondary {
    background-color: #D3EDF3;
    color: #3C5058;
    border: none;
}

.item-selecionado {
    background-color: #00a035 !important;
    color: #fff !important;
}

/*------------------------- Carrinoh----------------------- */
.info-header {
    justify-content: center;
    height: 15%;
    text-align: center;
}

.list-itens {
    height: 80%;
}

.carrinho-container {
    height: 80%;
    overflow-x: auto;
    padding: 0% 3%;
}

.qnt {
    width: 30px;
    margin-right: 10px;
}

.icon {
    background-color: rgb(255, 0, 0);
    color: #fff;
    padding: 2px 4px;
}

.footer-carrinho {
    height: 20%;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.062);
}

.selecionar-filhos {
    display: flex;
    height: 42%;
}

.botoes-carrinho {
    text-align: center;
    display: flex;
    height: 58%;
    align-items: center;
}

.selecionar-filhos .col-7 {
    height: 100%;
    overflow-x: auto;
}

.footer-carrinho form {
    text-align: center;
}

.footer-carrinho .btn {
    padding: 10px 20px;
}

.form-check-input {
    margin-right: 10px;
    margin-left: 10px;
}



/*---------------- Pedido confirmado ---------------- */
.icon-order-success {
    color: #3C5058;
    font-size: 34px;
}

.list-order {
    height: 45%;
    overflow-y: auto;

}

.list-item {
    list-style-type: none;
    padding: 0px 20px;
}

.item {
    display: flex;
    align-items: center;
}

.details-order {
    height: 15%;
}

/* ------------------- PEDIDO NEGADo ------------- */
.cancel {
    height: 100%;
    display: grid;
    text-align: center;
    align-content: center;
}

.cancel .btn-primary {
    padding: 10px 20px;
}

.icon-cancel {
    color: red;
    font-size: 250px;
}

/* -------------------ULTIMAS MOVIMENTAÇÔES------------ */
.balance {
    font-size: 40px !important;
}

.filter-son {
    display: flex;
    margin: 20px 25px;
}

.sons {
    text-align: -webkit-right;
    align-self: center;
}

.sons .form-control {
    width: 40%;
}

.last-moves {
    margin: 0px 25px;
    overflow: auto;
}

.last-moves::-webkit-scrollbar {
    display: none;
}

.list-moves {
    display: flex;
    justify-content: space-between;
    padding: 2% 0%;
    border-bottom: 3px solid #D3EDF3;
    align-items: center;
}

.img-circle {
    border-radius: 50%;
}

/* ---------------- filho movimentações ------------- */
.item-move {
    display: flex;
    justify-content: space-around;
    border-radius: 56px;
    align-items: center;
    padding: 3px 8px;
    margin: 5px 0px;
}

.to-confirm {
    background-color: #D3EDF3 !important;
}

.confirmed {
    background-color: rgb(3, 151, 3) !important;
}

.not-confirmed {
    background-color: rgb(156, 0, 0) !important;
}

.not-confirmed .name-son,
.not-confirmed .item-price,
.confirmed .name-son,
.confirmed .item-price {
    color: #fff !important;
}


.item-price {
    color: #3C5058;
}

.name-son {
    color: #3C5058;
}

.item-date {
    font-size: 15px;
    font-weight: 400;
}

/*------------------------ Confirmar Retirada --------------------- */
.search-bar {
    display: flex;
    margin: 20px 25px;
}

.confirm-withdrawal {
    height: 90%;
    overflow: auto;
}

.accordion-button {
    margin-bottom: 3px;
}

/* ---------------------------- Login ----------------------------- */
.login {
    background-color: #4685C4;
    height: 100%;
    align-content: center;
    display: grid;
    justify-content: center;
}

.logo-login {
    margin-bottom: 40px;
}

.input-login,
.input-login:focus,
.input-login:active {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.input-login::placeholder {
    color: #fff;
}

.btn-login {
    background-color: #3C5058;
    padding: 10px 40px;
    border: none;
    border-radius: 10px;
    color: #fff !important;
}