* {
    touch-action: manipulation;
    user-select: none;
}

table, table * {
  user-select: text;
}

::placeholder {
    text-transform: none;
}

#myTable_filter, .select2-search__field {
    font-size: 1rem!important;
}

.select-search{
    max-height: 143px;
    overflow: auto;
    z-index: 1;
}

.select-search > .row{
    background: #ddd;
    padding: 5px 10px;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}

.select-search > .row:hover{
    background: #c0c0c0;
}

.product-list-cashier{
    padding: 10px 0px;
    border-radius: 10px;
    font-weight: bold;
    color: #818896;
}

.container-cashier{
    height: 70%;
}

.container-list-product {
    background-color: #31353d;
    height: 70%;
    overflow: auto;
}

.container-right{
    height: 100%;
}

.container-right-products{
    height: 100%;
}

.container-price-products{
    height: 30%;
    background: #fc793a;
    color: white;
}

.container-price-products .row{
    height: 33.33%;
    display: flex;
    align-items: center;
}

.row-total-product h1, h1{
    margin: 0;
}

.container-last-product{
    opacity: 0.6;
    width: 100%;
}

.header-cashier{
    height: 20%;
    border-bottom: 5px solid #dee2e6 !important;
    min-height: max-content;
    padding-left: 35px!important;
}

.footer-cashier{
    height: 10%;
    background-color: #31353d;
}

.product-list-bar-code p{
    font-size: 10px;
    background-color: #818896;
    padding: 5px 2px;
    text-align: center;
    color: #31353d;
    border-radius: 8px;
}

.product-list-price p,
.product-price-change{
    font-size: 10px;
    padding: 5px 2px;
    color: #818896;
    text-align: center;
    background: transparent;
    border: none;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.product-price-change{
    width: 100%;
}

.penedit {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 0;
}

.unlockDiscount {
    cursor: pointer;
    z-index: 2;
}

.product-list-quantity button{
    background: none;
    border: none;
    padding: 0 7px!important;
}

.product-list-quantity button:hover, .product-list-quantity button:focus{
    background: none;
    border: none;
    box-shadow: none;
    color: #fc793a;
}

.product-list-quantity input, .product-list-quantity input:focus{
    background: none;
    border: none;
    color: #bbbbbb;
    box-shadow: none;
}

.product-list-subtotal p{
    font-size: 10px;
    background-color: #818896;
    padding: 5px 2px;
    text-align: center;
    color: #31353d;
    border-radius: 8px;
}

.button-cashier{
    font-weight: bold;
    padding: 10px 10px!important;
    border-radius: 5px;
    font-size: 10px;
    width: 100%;
}

.button-back-cashier{
    border: 2px solid #fc793a;
    background: none;
    color: #fc793a;
    font-size: 12px;
}

.button-default{
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
}

.button-default-small{
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
}

.accepted-payments i{
    color: white;
    font-size: 30px;
}

.total-value-products{
    position: absolute;
    width: 100%;
    bottom: -1px;
    color: #fff;
}

.total-value-products h1{
    margin-bottom: 0!important;
    padding: 5px 10px;
    font-family: 'Sale Easy';
    font-size: 30px;
}

.search-products{
    background: #31353d;
    padding: 0px 10px;
    border-radius: 5px;
    border: 2px solid #6d757d;
}

.search-products input{
    background: none!important;
    border: 0!important;
    color: white!important;
}

.search-products .form-control:focus{
    box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.25)!important;
    color: white;
}

.search-products .input-group-prepend span{
    background-color: transparent!important;
    border:0!important;
}

h1{
    font-family: 'Sale Easy';
    font-weight: 100!important;
}

.detail-last-item h1{
    margin-bottom: 0;
}

.detail-last-item h6{
    margin-bottom: 0;
    letter-spacing: 10px;
    font-size: 10px;
}

.bolinha{
    border-radius: 60px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #dee2e6;
    font-size: 30px;
    z-index: 0;
    color: white;
}
.bolinha p{
    margin: 0;
}

.linha{
    width: 100%;
    height: 10px;
    background: #dee2e6;
    transition-duration: 2s;
    margin-bottom: 1.2rem !important;
    z-index: -1;
}

.linha-disabled{
    width: 0%;
    height: 10px;
    background: #dee2e6;
    position: absolute;
    transition-duration: 2s;
    margin-bottom: 1.2rem !important;
    z-index: -1;
}

.linha-preenchida{
    width: 100%;
    background: #fc793a;
}

.step-1, .step-2, .step-3{
    display: flex;
}

.step-enabled{
    background: #fc793a;
    transition-delay: 1s;
    transition-duration: 1s;
}

.bg-whisky{
    background: #fc793a!important;
    border-bottom: 1px solid white;
}

.bg-black{
    background: #000000;
}

.btn-whisky{
    background: #fc793a!important;
    border-color: #fc793a;
    color: #fff;
}

.btn-whisky:hover{
    background: #ff6219!important;
    border-color: #fc793a;
    color: #fff;
}

.btn-whisky:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(252 121 58 / 38%);
}

.btn-transparent{
    background: #fff;
    border: 2px solid #fc793a;
    color: #fc793a;
}

.btn-transparent:hover{
    background: #0000000d;
    border: 2px solid #fc793a;
    color: #fc793a;
}

.btn-active{
    background: #ff6219!important;
    border-color: #fc793a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(252 121 58 / 38%);
}

.payment-method{
    background: #fc793a;
    padding: 0px 10px;
    border-radius: 5px;
    color: white!important;
    height: 100%;
}

.payment-method input{
    background: none!important;
    border: 0!important;
    color: white!important;
    font-weight: bold;
}

.payment-method input::placeholder{
    color: white!important;
}

.payment-method .form-control:focus{
    box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.25)!important;
    color: white;
}

.payment-method .input-group-prepend span{
    background-color: transparent!important;
    border:0!important;
}

.payment-method .input-group-prepend span i, .payment-method .input-group-prepend span svg{
    color: white!important;
}

.remove-payment-method{
    height: 100%;
    width: 40px;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 31%);
    border: none;
    color: #fff;
    right: 0;
    position: absolute;
    display: none;
    z-index: 5;
}

.payment-method:hover .remove-payment-method{
    display:flex!important;
}

.payment-method:hover .fa-lock{
    display:none!important;
}

.step-2{
    display:none;
}

.step-3{
    display:none;
}

.search-result-list{
    position: absolute;
    max-height: 400px;
    bottom: 100%;
    background: #31353d;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 108%;
    left: -25px;
    z-index: 1;
}

.result-list-item{
    color: white;
    padding: 5px 25px;
    cursor: pointer;
    font-weight: bold;
}

.result-list-item:hover{
    color: white;
    background: #fc793a;
}
.text-blue{
    color: #5aa3ce!important;
    font-weight: bold!important;
}

.text-violet{
    color: #6f6097 !important;
    font-weight: bold!important;
}

.text-whisky{
    color: #fc713a !important;
    font-weight: bold!important;
}

.text-green{
    color: #78b86c !important;
    font-weight: bold!important;
}


.text-red{
    color: #df3545 !important;
    font-weight: bold!important;
}

.disabled-option{
    background: #818896!important;
    cursor: not-allowed!important;
    color: #0000005e;
}

.disabled-option:hover{
    background: #dc3545!important;
    cursor: not-allowed!important;
}

.title-status-caixa{
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold!important;
}

.button-abrir-fechar-caixa{
    background: #343a40!important;
    color: white;
    border: #343a40;
    width: 100%;
    height: 40px;
}

.dashboard-info{
    background-color: white;
    border-radius: 10px;
    padding: 15px 30px;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}



.border-left-blue{
    border-left: 3px solid #5aa3ce;
}

.border-left-red{
    border-left: 3px solid #df3545 !important;
}

.border-left-whisky{
    border-left: 3px solid #fc713a;
}

.border-left-violet{
    border-left: 3px solid #6f6097;
}

.border-left-green{
    border-left: 3px solid #78b86c;
}
.border-left-warning{
    border-left: 3px solid #ffc107;
}
.border-left-primary{
    border-left: 3px solid #007bff;
}
.border-left-default{
    border-left: 3px solid #898d90;
}

.input-search-date{
    border-radius: 40px!important;
    color: #838383!important;
}

.input-daterange span{
    color: #838383!important
}

.title-mensalidade{
    font-family: 'Axiforma';
}

.subtitle-mensalidade{
    font-family: 'Axiforma Bold';
    font-weight: bold;
    color: #e96e35!important;
    font-size: 50px!important;
}

.message-mensalidade{
    font-family: 'Axiforma';
    font-size: 15px;
    color: #7e7e7e;
    text-align: justify;
}

.message-mensalidade b{
    font-family: 'Axiforma Bold';
    color: #e96e35!important;
}

.button-mensalidade{
    font-family: 'Axiforma';
    color: white;
    background: none;
    border: none;
    width: 100%;
    border-radius: 15px;
    min-height: 100%;
}

.background-mensalidade{
    background: #e8e8e8;
    height: 220px;
    width: 100%;
    position: absolute;
}

.btn-comanda{
    background: #ff8607;
    color: #efefef;
    width: 100%;
    font-size: 25px;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 2.5px;
    border: none;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    transition: all 0.3s ease 0s;
}

.btn-add-comanda{
    background: white;
    color: #ff8607;
    border: 2px solid #ff8607;
    width: 100%;
    font-size: 25px;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 2.5px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    transition: all 0.3s ease 0s;
}

.btn-add-comanda:hover{
    background: #ff8607;
    color: white;
}

.text-info-command{
    font-size: 16px;
}

.bolinha-historico{
    text-align: center;
    background: #e96e35;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    color: white;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-row:not(:last-child) .timeline-item:after {
    content: ''; /* Nenhum conteúdo textual, apenas um estilo visual */
    width: 10px;
    height: 100%;
    background: #343a40;
    position: absolute;
    margin-top: 5px;
    z-index: -1;
}

.timeline-row:not(:last-child) .timeline-separator {
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bolinha-historico small{
    font-size: 12px;
}

.btn-print{
    width: 35px;
    height: 35px;
    background-size: 100%;
    border: none;
    border-radius: 10px;
}

.btn-print:focus{
    border: 2px solid #e96e35;
    outline: none;
}

.btn-print img{
    width: 100%;
}

.modal-command{
    height: 100%;
    background: rgb(0 0 0 / 53%);
    justify-content: center;
    display: flex;
}

.command-content-products{
    height: 90%;
    overflow: auto;
}

.footer-command{
    height: 10%;
    background-color: #3a3f48;
    align-items: center;
    display: grid;
}

.col-history-content{
    height: 90%;
}

.timeline-content{
    overflow: auto;
    height: calc(100% - 250px);
}

.timeline-title{
    height: 50px;
}

.command-info{
    height: 40%;
    overflow: unset!important;
    background: #f8f9fa;
}

#comanda-detalhes{
    height: 100%;
}

.command-history-content{
    height: 60%;
    overflow: auto;
}

.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    padding: 15px 15px 80px;
}
.come-from-modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}

.text-step{
    font-weight: bold;
    text-align: center;
}

.form-abas li.nav-item {
    border-bottom: 2px solid #c3c3c3;
}

.form-abas li.nav-item a{
    color: #c3c3c3;
    padding: 0;
    background: none!important;
    border: none!important;
}

.form-abas li.nav-item:has(.active) {
    border-bottom: 2px solid #fc793a!important;
}

.form-abas li.nav-item a.active{
    color: #fc793a!important;
}

.form-abas li.nav-item-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-abas .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: none;
}

#div-upload {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 2px dashed #ccc;
    text-align: center;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

#div-upload img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.border-dashed {
    border: 2px dashed #ccc!important;
}

.form-group label em{
    color: #c3c3c3!important;
}

.modal-step-header{
    height: 15%;
}

.form-abas .tab-content{
    height: 80%;
    overflow: auto;
    padding: 3px;
    padding-bottom: 10%;
}

.form-abas .tab-content.tab-content-custom-combo{
    padding-bottom: 79px;
}

.container.form-abas{
    height: 100%;
    max-height: 100%;
}

#abas-grupos label{
    font-size: 11px!important;
}

.collapse.in{
    display: flex;
}

.dropdown.open .dropdown-menu {
    display: flex!important;
    flex-direction: column;
}

button.dropdown-toggle:focus{
    outline: 0!important;
}

.dropdown-menu button{
    display: flex!important;
    flex-direction: column;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 12px;
}

.dropdown-menu button:hover{
    background: #f1f1f1;
}

.modal-footer{
    background: #ffffff;
}

.modal-footer-custom{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 25px 10px 0px 10px!important;
}

.btn-qtd-combo{
    background: none;
    color: #fc793a;
    font-weight: bold;
    border: 2px solid #ced4da;
    padding: 0 15px;
}

.btn-deletar-produto{
    color: #fc793a;
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding: 0;
    background: #fc793a4a;
    margin-top: 5px;
}

.btn-add-produto{
    border: 0;
    background: #fc793a4a;
    color: #fc793a;
}

.is-invalid-select2{
    border: 2px solid #dc3545!important; 
}

.btn-forma-cadastro{
    background: #ededed!important;
    color: #595959;
    width: 100%;
    height: 100%;
}

.btn-forma-cadastro:hover{
    background: #e5e5e5!important;
}
.select2-search__field{
    padding-top: 2px;
}
.select2-search__field::placeholder{
    color: #999;
}

.modal-dialog-25{
    width: 25%!important;
}

label.btn{
    width: 100%;
    background: #f1f1f1;
    font-size: 13px;
    font-weight: bold;
    color: #31353d;
}

input[type="checkbox"]:checked + label.btn, input[type="radio"]:checked + label.btn {
    background: #fc793a;
    color: #fff;
}

.button-bar{
    position: absolute;
    bottom: 0;
    padding: 60px 0px;
}

.custom-tooltip:hover::before,
.custom-tooltip:hover::after {
    background-color: #31353d;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    font-size: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 1;
}

.custom-tooltip:hover::before {
    content: attr(data-tooltip-before);
    top: -50px;
}

.custom-tooltip:hover::after {
    content: attr(data-tooltip);
    top: -30px;
}

#lista-comandas .custom-tooltip:hover::before {
    display:none!important;
}

input[readonly] {
    cursor: default;
}

.tab-content-custom-combo .quantidade-custom{
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantidade-custom input.form-control{
    height: 25px!important;
    padding: 0!important;
}

.quantidade-custom .btn-qtd-combo{
    padding: 0 10px;
    height: 25px!important;
    line-height: normal !important;
    font-size: 17px;
    padding-bottom: 1px!important;
}

.quantidade-custom .btn-qtd-combo label{
    height: 13px;
}

#produtos-grupo hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.titulo-modal-limited{
    max-width: 100%;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(30px, 5vw, 30px);
    line-height: 1.2;
}

.status-column{
    background: #f1f2f4;;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    max-height: calc(100dvh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}

.status-column p{
    font-weight: bold;
    color: #172b4d;
}

.status-column .list-group{
    min-height: 40px;
}

.status-column .list-group .list-group-item {
    background: white;
    box-shadow: 0px 1px 1px #091E4240, 0px 0px 1px #091E424F;
    color: #172b4d;
    font-weight: 500;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    margin-top: 7px;
    padding: 10px;
}

.status-column .list-group .list-group-item p{
    margin-bottom: 5px;
    line-height: 15px;    
}

.status-column .list-group .list-group-item .address-details{
    color: #4e4f50;
}

.order-combo-details{
    color: #4e4f50;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    margin: 0;
}
  
.order-combo-details::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    margin-left: 5px;
    border-left: 2px solid #ccc;
}
  
label.order-combo-details:last-child::before {
    border-bottom-left-radius: 5px; /* Border radius do lado inferior esquerdo no último combo */
    border-bottom-left-radius: 5px;
    border-bottom: 2px solid #ccc;
    height: 50%;
}

.order-combo-details .qtd{
    color: black;
    padding: 0px 5px;
    background: #f6f6f6;
}

.order-details{
    color: #939495;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 12px;
}
.order-details .qtd{
    color: black;
    padding: 0px 5px;
    background: #f6f6f6;
}

.status-column .list-group .list-group-item .contador {
    height: 5px;
    background-color: #ced4da;
    display: none;
    margin-top: 5px;
    border-radius: 10px;
}

#tela-pedidos, #tela-pedidos .container-fluid{
    background-color: white;
}

#tela-pedidos .container-fluid{
    padding: 10px 40px!important;
}

.button-delivery-border{
    background: linear-gradient(-53deg, #607d8b1f, #ffffff);
    padding: 2px;
    border-radius: 50%;
    display: inline-block;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.button-delivery, .button-delivery:focus{
    outline: none!important;
    cursor: pointer;
    height: 80px;
    width: 80px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #f9f9fa;
    border-radius: 80px;
    border: none;
    box-shadow: 0px 1px 1px #091E4240, 0px 0px 1px #091E424F;
    font-weight: bold;
    font-size: 10px;
    background-image: url('../images/button-delivery.png');
    background-size: 100%;
}

.button-delivery .badge{
    position: absolute;
    color: white;
    bottom: -25px;
    font-size: 10px;
}

.button-delivery.offline .badge{
    background-color: #fa5a60;
}

.button-delivery.online .badge{
    background-color: #19b653;
}

.button-delivery:hover{
    background-color: #e4e7e7;
}

.button-delivery i{
    font-size: 30px;
    color: #fc793a;
}

.swal2-popup.swal2-toast .swal2-icon::before {
    display: none!important;
}

.modal-orders-detail-subtitle h6{
    color: #172b4d;
    margin-bottom: 2px;
}

.modal-orders-detail-subtitle p{
    color: #939495;
    margin-bottom: 5px;
}

.whatsapp-qrcode{
    width: 180px;
    cursor: pointer;
}

.list-group-mais-vendidos .list-group-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    border-bottom: 1px solid #95939326;
    border-radius: 0;
    padding: 5px;
    font-weight: bold;
    color: #939495;
    font-size: 12px;
}
.list-group-mais-vendidos .list-group-item:last-child{
    border-bottom: none;
}

#search-sale-products{
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    height: 25px;
}

.order-item-observation{
    border-left: 3px solid #ffc107;
    padding: 2px 5px;
    color: #dc3545;;
    font-weight: bold;
    margin-left: 7px;
    margin-bottom: 10px;
}

.order-item-observation i{
    color: #ffc107;
}

.alert-new-order{
    top: 0;
    left: 0;
    height: 18px;
    background: #fa5a60!important;
    min-width: 18px;
    font-family: system-ui;
}

.hide-numbers{
    color: #585859;
    font-size: 20px;
}

.line-height-25{
    line-height: 25px;
}

.payment-qrcode{
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}

.payment-qrcode img{
    width: 100%;
    height: 100%;
}

.loading-label{
    border: 5px solid #fc793a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 9 / 16;
}

.load{
    height: 30px;
    width: 30px;
    color: #fc793a;
    font-size: 30px;
}

.gorrinho{
    position: absolute;
    left: -15px;
    top: -15px;
    width: 60px;
    transform: rotate(-20deg);
}

.gorrinho-delivery{
    position: absolute;
    left: -2px;
    top: -15px;
    width: 40px;
    transform: rotate(-20deg);
}

.radio-custom-label{
    width: 100%;
}
.radio-custom-label label:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius:50%;
    left: 0;
    bottom: 1px;
    text-align: center;
    background-color: #aaa;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.radio-custom-label input:checked + label:before{
    background-color: #fc793a;
    color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
}

.radio-custom-label input:checked + label:before i{
    display: block!important;
}

.radio-custom-label label{
    background: #d9d9d985;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}

.radio-custom-label input {
    display: none;
}

.radio-custom-label input:checked + label{
    background-color: #fc793a47;
}

.btn-delete-printer{
    position: absolute;
    border-radius: 7px;
    right: 20px;
    padding: 7px 5px 7px 5px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #fc793a;
}

.dropdown-menu.show {
  min-width: max-content;
}

.dropdown-menu button{
    width: 100%;
    height: 30px;
}

.dropdown-menu button i{
    margin-right: 5px;
}

.custom-combo-img{
    width: 50px;
    height: 50px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #e9ecef;
    padding: 2px;
    border-radius: 10%;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

.timeline-entry {
    position: relative;
    padding-left: 40px;
    padding-bottom: 5px !important;
}

.timeline-entry::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 16px;
    height: 16px;
    background-color: white;
    border: 3px solid #32333e;
    border-radius: 50%;
    z-index: 1;
}

.timeline-entry::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 19px;
    width: 2px;
    height: calc(100% - 16px);
    background-color: #ff7800;
    z-index: 0;
}

.timeline-entry:last-child::after {
    display: none;
}

.timeline-entry:last-child .entry-content, .timeline-entry:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.timeline-entry .entry-content {
    border-bottom: 1px solid #dee2e6;
    margin-left: auto;
    padding-bottom: 1rem;
}

.collapse .card.card-body, .collapsing .card.card-body{
    border: 3px solid rgba(0, 0, 0, 0.125);
    border-top: none;
    top: -10px;
    border-radius: 0 0 10px 10px;
}

.list-group-item-action{
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin: 2px 0;
    background-color: transparent !important;
    border: 3px solid rgba(0, 0, 0, 0.125);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.list-group-item-action.collapsed{
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin: 2px 0;
    background-color: transparent !important;
    border: 3px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
}

.card{
    border: 3px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
}

@media (max-width: 1300px) {
    .modal-dialog-25{
        width: 30%!important;
    }
    h1, .h1 {
        font-size: 2rem;
    }
}


@media (max-width: 1000px) {
    .modal-dialog-25{
        width: 50%!important;
    }

    h1, .h1 {
        font-size: 1.8rem;
    }
    h2, .h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 800px) {
    .modal-dialog, .modal-dialog-25{
        width: 100%!important;
    }

    h1, .h1 {
        font-size: 1.5rem;
    }
    h2, .h2 {
        font-size: 1.2rem;
    }
}

/* Modal atualizacao */
.modalAviso {
    width: 40%;
    img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .tab-content {
        padding-bottom: 10px;
    }
}

.cursor-pointer {
  cursor: pointer!important;
}

/* Lojas ao vivo */
.liveDot {
    border-radius: 3px;
    margin: 0;
    padding: 3px 6px;
    color: #FFFFFF;
    background-color: #f53b57;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
     animation: flickerAnimation 2s infinite;
}

.live-content {
    max-height: calc(100vh - 70px);
    overflow: hidden;
}

#live-stores-list {
    padding: 0;
    margin: 0;
    overflow: auto;
    height: calc(100% - 120px);
    li {
        list-style: none;
        width: 100%;
        padding: 12px 5px;
        border-bottom: 1px solid #e1e1e1;
        position: relative;
        display: flex;
        align-items: center;
        &::before {
            content: '';
            width: 10px;
            height: 10px;
            margin-right: 5px;
            background-color: #28a745;
            border-radius: 10px;
        }
    }
}

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  @-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
  }
  .animate-flicker {
     -webkit-animation: flickerAnimation 1s infinite;
     -moz-animation: flickerAnimation 1s infinite;
     -o-animation: flickerAnimation 1s infinite;
      animation: flickerAnimation 1s infinite;
  }

/* Custom Messages config */
body {
    counter-reset: customMessageCounter;
}

.customMessage {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    counter-increment: customMessageCounter;
    &::before {
        content: counter(customMessageCounter);
        left: -12.5px;
        top: -12.5px;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        background-color: #fc793a;
        font-weight: 700;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
    }
}

.select2-gatilhos {
    min-width: 100%;
    height: 35px;
}

.sticky {
    position: sticky;
    top: 0;
    align-self: flex-start;
    margin-left: auto;
}

.phone {
    position: relative;
    aspect-ratio: 1 / 2;
    height: 70vh;
}

.phone::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/iphoneframe.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    user-select: none;
}

.framePhone {
    background-image: url('../images/iphoneframe.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

.framePhone::before {
    content: '';
    position: absolute;
    left: 5%;
    top: 1%;
    width: 90%;
    height: 97%;
    background-color: #efeae2;
    background-image: url('../images/bgzap.png');
    z-index: -1;
    border-radius: 3vh;
    box-shadow: 8px 24px 11.5px rgba(11, 20, 26, .13);
}

.messageContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.clientmessagePreview,
.messagePreview {
    position: relative;
    bottom: 35px;
    background-color: #d9fdd3;
    border-radius: 14.5px;
    max-width: 65%;
    width: fit-content;
    margin-top: 15px;
    font-size: 14.2px;
    line-height: 19px;
    color: #111b21;
    max-height: 490px;
    overflow-y: scroll;
    box-shadow: 0 1px .5px rgba(11, 20, 26, .13);
    z-index: 1;
}

.clientmessagePreview {
    padding: 6px 9px 8px 5px;
    background-color: #ffffff;
    margin-left: 25px;
}

.messagePreview {
    padding: 6px 5px 8px 9px;
    margin-right: 25px;
    align-self: flex-end;
    word-break: break-word;

    &::-webkit-scrollbar {
        width: 5px;
        border-radius: 5px;
    }

    /* Track */
    &::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    &::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    /* Handle on hover */
    &::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.2);
    }
}

.fix-Button-config {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    left: 260px;
    margin: 0;
    width: calc(100% - 260px);
    background-color: #FFFFFF;
    transition: all 0.3s ease;

    &.mob {
        width: 100% !important;
        left: 0 !important;
    }
}

.gap-fix {
    gap: 5px;
}


#templates-thumb {
    display: flex;
    row-gap: 15px;
    padding-bottom: 80px;
  .generated-image {
    display: flex;
    flex-direction: column;
      img {
        border: 5px solid #fc793a;
        border-radius: 10px;
        margin-bottom: 10px;
        object-fit: fill;
        aspect-ratio: 9 / 16;
      }
  }
}