/* menu toggle modal */
.overlay,
.sideMenu {
    position: fixed;
    bottom: 0
}

.overlay {
    top: 0;
    left: -100%;
    right: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    z-index: 998;
    transition: all ease 0.2s
}

.overlay.open {
    left: 0;
    right: 0
}
.bg-reservado{
    background-color: #9817b8 !important;
}
.sidebarNavigation {
    margin-bottom: 0;
    z-index: 999;
    justify-content: flex-start
}

.sidebarNavigation .leftNavbarToggler {
    margin-right: 10px;
    order: -1
}

.sideMenu {
    left: -100%;
    top: 0px;
    transition: all ease 0.5s;
    overflow: hidden;
    width: 100%;
    z-index: 999;
    max-width: 80%;
    margin-bottom: 0;
}

.sideMenu.open {
    top: 0px;
    left: 0;
    display: block;
    overflow-y: auto
}

.sideMenu ul {
    margin: 0;
}

.navbar {
    padding: 1.3rem 1rem;
}
/* fim menu toggle modal */

/* switch */
.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 25px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 21px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input + label:before,
.switchToggle input + input + label:before {
    content: 'Sim';
    position: absolute;
    top: 0px;
    left: 33px;
    width: auto;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
    content: 'Não';
    position: absolute;
    top: 0px;
    left: 9px;
    width: auto;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}
/* fim switch */

html {
    height: 100%;
}

body {
    position: relative;
    height: 100%;
}

a {
    text-decoration: none !important;
}

textarea {
    border-radius: 10px !important;
}

.form-control {
    border-radius: 20px;
}

/* tema app */
a.linknormal-branco {
    text-decoration: none;
    color: #fff;
}

.divider {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.t-traco {
    width: 40px;
    border: 1px solid;
    border-radius: 3rem;
    margin: 11px 0px;
}

a.linknormal {
    text-decoration: none;
    color: #000;
}

.adc-valor {
    color: #fff;
    text-align: right;
    font-size: 22px;
    font-weight: 600;
    border-radius: 4rem;
}
/* fim tema app */

/* botões */
.btn-primary {
    color: #fff;
    background-color: #869292;
    border-color: #6b7575;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5e6767;
    border-color: #404646;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 144, 144, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #869292;
    border-color: #6b7575;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #869292;
    border-color: #000;
}
.btn {
    border-radius: 5rem;
}

.btn-link {
    color: #000;
    text-decoration: none !important;
}

.btn-fechar {
    padding: 3px 15px;
    color: #ffffff;
    font-size: 14px;
}

.btn-voltar {
    font-size: 24px;
}

.btn-ped-footer {
    background: #fff;
    color: #000;
}

.btn-branco {
    border-radius: 2rem;
    background: #fff !important;
    color: #000;
}

.btn-cart {
    border: 0;
}

.btn-redondo {
    padding: 7px 18px;
    border-radius: 2rem;
}

.btn-categoria {
    padding: 5px 0px !important;
    border-radius: 2rem;
}

.btn-item-preco {
    padding: .275rem .75rem;
}

.btn-logoff {
    position: absolute;
    left: 0;
    bottom: 0;
}

a.btn.btn-primary {
    width: 100% !important;
}
/* fim botões */

/* login e cadastro */
.login-body {
    height: 100%;
}

.login-body > .container {
    height: 100%;
}

.login-body .input-group-text {
    border-radius: 2.25rem;
    width: 48px;
    color: #fff;
    padding-left: 20px;
}

.login-body input {
    border-radius: 5rem;
}

.login-body li {
    list-style-type: none;
}

.bg-cad-topo {
    padding: 1.5rem 1rem;
    color: #fff;
}

.bg-log-cad-footer {
    background: #fff !important;
    padding: 0.5rem !important;
}
/* fim login e cadastro */

/* topo e menu */
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

.info-usuario {
    width: 275px;
    padding-left: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.navbar-expand-md .navbar-toggler {
    display: inline-block !important;
}

.navbar-expand-md .navbar-collapse {
    display: none !important;
}

li.nav-item.active a {
    color: #fff !important;
}

a.navbar-brand img {
    width: 80px;
}

.navbar-toggler {
    padding: .65rem .65rem;
    border-radius: 2rem;
}

.navbar-light .navbar-toggler {
    color: #fff !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

a.navbar-brand {
    margin-right: 0px;
}

nav.navbar.navbar-expand.navbar-light.bg-light {
    background: #ecf1f7 !important;
    padding: 0.9rem 1rem;
}

a.nav-link {
    padding: 18px;
    margin-left: 30px;
}

.img-login {
    border-radius: 5rem;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-left: 30px;
    width: 80px;
    height: 80px;
    background: url("../img/profile.png") center;
    background-size: 90px;
    text-align: center;
}
/* fim topo e menu */

/* carrinho */
.carr-tr{
    
}

.carr-tbl td{
    border-bottom: 1px solid #e2e2e2;
}

.carr-td{
    padding-right: 45px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.carr-qtd{
    border-radius: 5rem;
    padding: 0px 6px;
    font-size: 14px;
}

.carr-frete{
    margin-top: 15px;
    font-weight: 600;
}

.carr-valor-total{
    border-radius: 5rem;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 0px;
    font-weight: 600;
}
/* fim carrinho */

/* pesquisar */
#navBarPesquisa .form-control {
    font-size: 13px;
    height: 36px;
}

button#btnPesquisa {
    padding: 5px 10px;
}
/* fim pesquisar */

/* menu categorias */
.categoria {
    padding: 0.9rem 0rem;
}

#categoria {
    padding-top: 13px;
}

#ModalCategoria .modal-body {
    padding: 0px;
}

#ModalCategoria .modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px;
}

#ModalCategoria .close {
    color: #fff;
    text-shadow: none;
}

#ModalCategoria .t-cor {
    color: #ffffff;
}

#ModalCategoria .modal-content {
    border-radius: 0px;
    border: 0px;
    height: 100% !important
}

.tab-categoria {
    color: #fff;
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.18);
    border-radius: 5rem;
    margin-bottom: 13px;
}

.tab-categoria a {
    text-decoration: none;
    color: #fff;
}
/* fim menu categorias */

/* card compra de produto */
.img-produto {
    border-radius: 5px;
    width: 100px;
}
/* fim card compra de produto */

/* modal detalhes do pedido */
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 16px !important;
}

.t-modal-adc {
    font-size: 18px;
}

#frame .modal-dialog {
    margin: 0px auto;
    height: 100% !important
}

.modal-header {
    border-radius: 0px;
    border: 0px;
}

.card-header {
    padding: 0;
    padding-bottom: 4px;
}

#ModalSair .modal-content {
    border: 0px;
}

#ModalAdicionais .modal-title {
    color: #fff;
}

#adicionais {
    padding: 1rem;
}

#ModalAdicionais .modal-content {
    border-radius: 0px;
    border: 0px;
    height: 100% !important;
}

#ModalAdicionais .modal-body {
    padding: 0px;
    max-height: 80vh;
    overflow-y: auto;
}

.card-adicionais {
    margin-bottom: 5px;
}

.card-adicionais-body {
    padding: 0rem !important;
}

.card-personalizar-body {
    padding: 0px !important;
}

.tab-observacao-input::placeholder {
    font-size: 13px;
}

.i-accordian {
    font-size: 14px;
}

.t-rs-valor-total {
    border-radius: 3rem;
    margin-right: 8px;
    font-size: 70%;
}

.item-personalizar1 {
    background: #fff;
    height: 55px;
    padding: 15px 15px;
    border-top: 1px solid #d8d8d8;
}

.item-personalizar2 {
    background: #f7f7f7;
    height: 55px;
    padding: 15px 15px;
    border-top: 1px solid #d8d8d8;
}

.tab-nome-info-produto {
    margin-top: 7px;
}

.tab-nome-info-produto h5 {
    font-size: 19px;
    margin-bottom: 3px;
}

.tab-nome-info-produto p {
    line-height: 1.5;
}

.adicionas-line-2 {
    background: #f7f7f7;
    height: 68px;
    padding: 7px 0px;
    border-top: 1px solid #d8d8d8
}

.adicionas-line-1 {
    background: #fff;
    height: 68px;
    padding: 7px 0px;
    border-top: 1px solid #d8d8d8
}

.adicional-preco {
    font-size: 14px;
}

.desc-card-personalizar {
    padding: 15px;
}
/* fim modal detalhes do pedido*/

/* card produtos */
.title-item-produto {
        font-size: 14px;
    line-height: 18px;
    word-break: break-word;
    text-transform: uppercase;
}


.title-item-preco {
    font-size: 20px;
}

.tab-item-produto {
    background: #f3f3f3;
    padding: 15px 0px;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.tab-item-produto2 {
    padding: 15px 0px;
    width: 100%;
}
/* fim card produtos */

/* pagina contato */
.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* fim pagina contato */

/* Background Particulas */
#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#intro {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.cont-part {
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
}


/* entrada */
.entrada{
    max-width: 500px;
}
.entrada i{
    font-size: 25px;
    margin-bottom: 8px;
    color: #00ef61;
}

.text-azul-nfe{
    color: #001b39;
}
.bg-azul-nfe{
    background: #001b39;
}

.bg-verde-nfe{
    background: #00ef61;
}
/* fim entrada */

/* Mostrar Senha */
.pass_show .ptxt {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 3000;
    margin-top: -10px;
    cursor: pointer;
    transition: .3s ease all;
}


/* delays de animação */
.delay-01 {
    animation-delay: 0.1s;
    animation-duration: 2s;
}

.delay-02 {
    animation-delay: 0.4s;
    animation-duration: 3s;
}

.delay-03 {
    animation-delay: 0.7s;
    animation-duration: 3s;
}

.delay-04 {
    animation-delay: 1s;
    animation-duration: 3s;
}

.delay-05 {
    animation-delay: 1.3s;
    animation-duration: 3s;
}

.delay-06 {
    animation-delay: 1.6s;
    animation-duration: 3s;
}

.delay-07 {
    animation-delay: 1.9s;
    animation-duration: 3s;
}

.delay-08 {
    animation-delay: 2.2s;
    animation-duration: 3s;
}

/* Fim Background Particulas */

.login-box {
    max-width: 500px;
}

/* switch */
.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 35px;
    height: 16px;
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #fff, 0 0 4px #fff;
    cursor: pointer;
    border: 3px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 30px;
    transform: translateX(-20px);
    transition: .4s;
}

input:checked + .slider:before {
    transform: translateX(20px);
    background: #00ef61;
}

input:checked + .slider {
    box-shadow: 0 0 0 2px #00ef61, 0 0 2px #00ef61;
}

/* categoria */
.box-categoria {
    overflow: auto;
}

.itens-categoria {
    overflow: auto;
    width: max-content;
}

/* fim categoria */


/* agenda */

.input_data {
    width: 65%;
}

.bg_n_agn_1 {
    background: #efefef;
    padding: 19px;
}

.max_ch_td {
    max-width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* CheckBox slider*/
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* CheckBox slider*/

@charset "UTF-8";
  body {
      background-color: #ededed;
    }

    .calendar {
      position: relative;
      /* width: 600px; */
      /* height: 380px; */
      background-color: #fff;
      box-sizing: border-box;
      box-shadow: 5px 12px 18px #00000017;
      border: 1px solid #dedede;
      border-radius: 8px;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      margin-bottom: 70px;
    }

    .calendar__date {
      padding: 20px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
      grid-gap: 15px;
      box-sizing: border-box;
    }

    .calendar__day {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 25px;
      font-weight: 1200;
      color: #262626;
      &:nth-child(7) {
        color: #ff685d;
      }
    }

    .calendar__number {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 25px;
      color: #262626;
      font-size: 15px;
    }

    .calendar__number a {
      font-size: 15px;
      transition: all 0.3s;
      color: #262626;
    }

    .calendar__number a:hover {
      background: #d6eaff;
      border: 1px solid #007bff;
      border-radius: 3rem;
      width: 40px;
      text-align: center;
      margin: auto;
      transition: all 0.3s;
      color: #007bff;
    }

    .ativo a {
      background: #d6eaff;
      border: 1px solid #007bff;
      border-radius: 3rem;
      width: 40px;
      text-align: center;
      margin: auto;
      transition: all 0.3s;
      color: #007bff;
    }

    .btnHora {
      margin-left: 40px;
      margin-top: 20px;
      border-radius: 3rem;
      border: 1px solid #bfbfbf;
      font-size: 18px;
      transition: all 0.3s;
    }

    .btnHora:hover {
      background: #d6eaff;
      border: 1px solid #007bff;
      transition: all 0.3s;
      color: #007bff;
    }

    input.ativo {
      background: #d6eaff;
      border: 1px solid #007bff;
      transition: all 0.3s;
      color: #007bff;
    }

.day_active {
    color: var(--primary-text-color, #ffffff);
    font-weight: bold;
    background-color: var(--primary-color, rgb(0, 180, 326));
}
.inative {
    background-color: #E7E5E5;
}


/* fim agenda */

.recibo {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.recibo p {
    margin: 5px 0;
    line-height: 1.5;
    white-space: pre;
}
.recibo strong {
    font-weight: bold;
}

#scanner {
    display: none;
    width: 100%; /* Ajusta para a largura da tela */
    height: 80vh; /* Ajusta para a altura vertical desejada */
    max-width: 400px; /* Limita a largura máxima para um layout vertical */
    margin: 5vh auto; /* Centraliza horizontalmente */
    background-color: #000; /* Cor de fundo para visualizar melhor */
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

#scanner video {
    object-fit: cover; /* Garante que o vídeo preencha a área */
    width: 100%;
    height: 100%;
}

.scanner-title {
    width: 100%;
    background-color: #250048;
    color: white;
    padding: 1rem;

    & i {
        padding-right: 10px;
    }
}