*{
    margin: 0;
	padding: 0;
    box-sizing: border-box;
   font-family: 'Inter';
   
}

body{
    background: #fff;
}

.banner .img{
    width: 100%;
    height: auto;
}


.banner .message_p{
    margin-bottom: 20px;
    margin-left: 20px;
}

.banner .message_p img{
    margin-top: -45px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgb(0, 18, 71),0 0 0 4px #fff, 0 0 0 7px #e2a517;
    background: transparent;
}

.banner .title{
    display: flex;
    justify-content: left;
    align-items: center;
    color: #1B2751;
    margin-bottom: 5px;
    margin-left: 135px;
    margin-top: -80px;
    font-size: 15px;
    font-weight: 700;
}

.banner .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dbdbdb;
}
.banner .sub2 ion-icon{
    margin-right: 5px;
}
.banner .sub2 div{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 125px;
    color: #ebebeb;
    font-size: 12px;
}
.banner .sub2{
    margin-bottom: 15px;
}

.line{
    height: 3px;
    background: rgb(240, 240, 240);
}



.container{
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

header{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo{
    color: #1B2751;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1em;
    margin-top: 15px;
}
header div{
    display: flex;
}
header div img{
    margin-top: 13px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

header .action{
    display: relative;
    color: #fff;
    text-decoration: none;
    margin-top: 0;
   
}

header .action a{
    color: #1B2751;
    display: flex;
    font-size: 1.5em;
    text-decoration: none;
}




#inicio, #menu, #pedido{
    visibility: hidden;
    display: none;
}
.buttoms{
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    visibility: hidden;
    display: none;
}

.buttoms label{
    width: 33.333%;
    color: #1B2751;
    opacity: 0.75;
    text-align: center;
    padding: 5px 0;
    text-transform:  uppercase;
    font-weight: 700;
    font-size: 0.9em;
    cursor: pointer;
    margin-bottom: 10px;
}

.tabs input:nth-child(1):checked ~ .buttoms label:nth-child(1),
.tabs input:nth-child(2):checked ~ .buttoms label:nth-child(2),
.tabs input:nth-child(3):checked ~ .buttoms label:nth-child(3){
    opacity: 1;

}

.underline{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33.333%;
    background: rgb(0, 18, 71);
    height: 3px;
    transition: 0.3s;

}

.tabs input:nth-child(1):checked ~ .buttoms .underline{
    left: 0;

}

.tabs input:nth-child(2):checked ~ .buttoms .underline{
    left: 33.333%;
    
}

.tabs input:nth-child(3):checked ~ .buttoms .underline{
    left: 66.666%;
    
}

.content{
    position: relative;
    width: 100%;
    display: flex;
    transition: 0.3s;
    overflow: hidden;
    
    
}

.content .box{
    position: relative;
    width: 100%;

}

.content .data{
    width: 100%;
}

.chatlist{
    max-height: 90%;
    overflow-y: auto;
    margin-bottom: 30px;
}

.chatlist .block{
    display: flex;
    align-items: center;
    width: 100%;
    
    gap: 10px;
    padding: 15px 15px;
    cursor: pointer;
}


.chatlist .block .imgbx{
    position: relative;
    min-width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;border: 1px solid #111;
}


.chatlist .block .details{
    width: 100%;
}

.chatlist .block .details .todo{
    width: 100%;
    overflow: hidden;
}
.details .listHead{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 25px;
    padding-bottom: 5px;
}

 .details .listHead div{
    height: 100%;
    display: flex;
    justify-content: center;
}

.details .listHead div span{
    margin-top: -25px;
    font-size: 22px;
    font-weight: 800;
    color: #1B2751
}
.details .listHead h1{
    font-size: 12px;
    width:max-content;
    min-width: 100px;
    background-color: #fff;
    text-align: center;
    line-height: 25px;
    transition: all 0.9s ease;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 25px;
    color: #1B2751;
}


.chatlist .block .details .productos1{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.chatlist .block .details .message_p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.chatlist .block .details .btn70{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.chatlist .block .details .btn70 .plus{
    color: #CE2029;
    font-weight: 800;
    font-size: 25px;
}



.block .details .btn70 .boton{
    width: 180px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
    color: #1B2751;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;;
}

.chatlist .block .details .message_p img{
    width: 220px;
    border-radius: 50%;border: 1px solid #111;
    box-shadow: 1px 1px 5px 6px rgba(0, 0, 0, 0.15);
}



.food{
    padding-bottom: 5px;
    width: 47%;
    justify-content: space-between;
    border-radius: 7px;
    margin-top: 15px;
    background: #fff;
}
.food .derecha i{
    z-index: 1;
}
.food .img{
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.food .img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    background: transparent;
    border-radius: 10px;
}

.food .name{
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 10px;
    background: transparent;
}

.food .name h3{
    color: #3b3b3b;
    font-size: 13px;
    background: transparent;
}

.food .name p{
    color: #fff;
    font-size: 12px;
    background: transparent;
}

.products-preview{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items:flex-end;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 100%;
    background: transparent;
    backdrop-filter: blur(3px);
    transition: all 0.3s ease-in-out;
}

.products-preview .preview{
    height: 95%;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 25px;
    background: #fff;
}
.products-preview .preview .head{
    width: 100%;
    color: #3b3b3b;
    display: flex;
    justify-content: space-between;

}
.products-preview .preview .head span{
    font-weight: 800;
    font-size: 25px;
    
}
.products-preview .preview .contenido{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.products-preview.active{
    right: 0;
}

.products-preview .preview img{
    width: 100%;
    height: auto;
    object-fit:cover;
    z-index: 0;
    border-radius: 35%;
}

.products-preview .preview .img3{
    padding: 35px;
}

.products-preview .preview ion-icon{
    cursor: pointer;
    color: #333;
    font-size: 30px;
    padding: 7px 15px 7px 15px;
    text-shadow:0.1em 0.1em 0.05em #333;
}

.products-preview .preview .close:hover{
    transform: rotate(90deg);
}

.products-preview .preview h3{
    color: #1B2751;
    padding: 0.5rem 0;
    font-size: 25px;
    text-align: left;
}

.products-preview .preview p{
    color: #3b3b3b;
    font-size: 12px;
    text-align: left
}
.preview .price .boton{
    margin-top: 20px;
   color: #1B2751;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 35px;
}


.preview .btn29{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;text-align: center;
    margin-bottom: 75px;
}

.btn39{
    position: fixed;
    width: 100%;
    display: flex;
    bottom: 69px;
    color: #fff;
    z-index: 1;
    background: #fff;
}

.chats .details{
    max-width: 100%;
    justify-content: center;
    align-items: center;
}


.food-total{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 15px;
    overflow-x:auto;
}
.preview .btn29 label{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1B2751;
    font-size: 20px;
    color: #fff;
    border-radius: 35px;
}
.btn39 label{
    width: 90%;
    text-align: center;
    color: #fff;
    background: #1B2751;
    font-weight: 700;
    position: fixed;
    font-size: 35px;
    display: flex;
    justify-content: space-around;
    padding: 7px;
    border-top: 1px solid #fff;
    border-radius: 55px;
}


#procesar_pedido{
    width: 90%;
    text-align: center;
    color: #fff;
    background: #1B2751;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    padding: 15px 15px;
    border-radius: 55px;
}

.btn39{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.btn39 label .num{
    font-size: 14px;
    width: 20px;
    height: 20px;
    background: #CE2029;
    color: #fff;
    border-radius: 10px;
    margin-left: -15px;
    margin-top: -20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn39 label .marco{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn39 label .marco1{
    color: #fff;
}

.preview  p{
    color: #666;
    font-size: 15px;
}

table {
    margin:5px;
    
    width: 97%;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
 }
 tr{
    color: #fff;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
    3px 3px 3px rgba(0,0,0,0.3),
    inset -4px -2px 2px rgba(255, 255, 255, 0.2),
    inset 3px 3px 3px rgba(0,0,0,0.1);
    border-radius:25px;
    height: 100px;
 }

 

 th{
    padding: 15px;
 }


 thead{
   background-color: #faf0dc;
    color: #cf9306;
 }

tbody  tr td a{
    background: rgb(212, 36, 36);
    text-decoration: none;
    color: #fff;
    border: 1px solid;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px;
    
 }

.wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.wrapper .cont87{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
}

.wrapper .cont87 span{
    margin-top: 20px;
    margin-left: 10px;
}

.wrapper .cont87 .dec{
    background: #fff;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    color: rgba(0,0,0,0.3);
    font-size: 35px;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
    3px 3px 3px rgba(0,0,0,0.3),
    inset -4px -2px 2px rgba(255, 255, 255, 0.2),
    inset 3px 3px 3px rgba(0,0,0,0.1);
    text-shadow:2px 2px 1px #333;
    border-radius: 25px;
}
.wrapper .cont87 .inc{
    background: #fff;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    color: rgba(0,0,0,0.3);
    font-size: 35px;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
    3px 3px 3px rgba(0,0,0,0.3),
    inset -4px -2px 2px rgba(255, 255, 255, 0.2),
    inset 3px 3px 3px rgba(0,0,0,0.1);
    text-shadow:2px 2px 1px #333;
    border-radius: 25px;
}
.dec, .wrapper .cont87 .inc{
    padding-right: 14px;
}

.wrapper .cont87 .value{
   
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 25px;
    color: rgba(0,0,0,0.7);
}



.wrapper .cont87 .value2{
   
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 25px;
}




.wrapper .cont87 .value3{
   
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 25px;
}

tbody tr td{
    padding-top: 15px;
}

.food3 .part1 h3{
    color: #1B2751;
}
.food3 .part2 {
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #1B2751;
    font-weight: 800;
}
.food3 .part2 h3{
    color: #1B2751;
    font-size: 25px;
}
.food3{
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    margin-bottom: 35px;
}

.food4{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    
}

.food4 .ele{
    display: block;
}

.food4 .ere{
    margin-top: 40px;
}


.food3 label{
    width: 280px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: 700;
    background: #1B2751;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
    3px 3px 3px rgba(0,0,0,0.3),
    inset -1px -1px 0px rgba(255, 255, 255, 0.2),
    inset 3px 3px 3px rgba(0,0,0,0.1);
    font-size: 18px;
    border-radius: 25px;
    width: 100%;
}

footer{
    position: fixed;
}

.food4 .volver{
    background: #001247;
    color: #fff;
    border-radius: 25px;
}


.blue{

    width: 5px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-size: 14px;
    color: rgb(0, 18, 71);
    box-shadow: 0 0 0 1px rgb(0, 18, 71),0 0 0 2px #fff, 0 0 0 3px #000e36;
}

.box.status{
    display: flex;
    align-items:flex-end;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 100%;
    left: 0;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.box.status .divi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
.box.status .divi span{
    color: #001247;
    font-weight: 800;
    font-size: 22px;
}
.box.status .chatlist{
    height: 90%;
    overflow-y: auto;
    margin-bottom: 68px;
    overflow-x: hidden;
    display: block;
    background: #fff;
}

.box.status.active{
    top: 0;   
}


.tipo select{
    border: 1px solid #000;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    padding: 15px;
}


.Especificacion{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    background: #42474d;
    padding: 7px;
    border-radius: 35px;
 }
.Especificacion a{
    color: #fff;
    text-decoration: none;
    padding: 7px ;
    border-radius: 35px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;  
    width: 160px;
 } 
 
.Especificacion .selected{
    background: #282D31;
    font-weight: 800;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
    3px 3px 3px rgba(0,0,0,0.3),
    inset -1px -1px 0px rgba(255, 255, 255, 0.2),
    inset 3px 3px 3px rgba(0,0,0,0.1);
 }

.Modo{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    background: #42474d;
    padding: 7px;
    border-radius: 35px;
 }
 .Modo a{
    color: #CE2029;
    text-decoration: none;
    padding: 7px 35px 7px 35px;
    border-radius: 35px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    width: 150px;
 } 
 
.Modo .selected{
    background: #282D31;
    font-weight: 800;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
    3px 3px 3px rgba(0,0,0,0.3),
    inset -1px -1px 0px rgba(255, 255, 255, 0.2),
    inset 3px 3px 3px rgba(0,0,0,0.1);
 }

.observa{
    width: 100%;
    margin-top: 25px;
}

.observa textarea{
    width: 100%;
    height: 100px;
    font-size: 18px;
    padding: 7px;
}

.extras{
    width: 100%;
    margin-top: 15px;
    
}

.extras .radio{
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}
.extras .radio .botones{
    display: flex;
    width: 50%;
}
.extras .radio .botones input{
    margin-right: 10px;
}

.extras .radio label{
    text-align: left;
    color: #fff;
}
.food2 .table{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 50px 10px 10px 50px ;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
    3px 3px 3px rgba(0,0,0,0.3),
    inset -1px -1px 0px rgba(255, 255, 255, 0.2),
    inset 3px 3px 3px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.food2 .table img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.food2 .table .nombres{
    display: flex;
    align-items: center;
    width: 200px;
    margin-left: 15px;
}

.food2 .table .nombres2{
    width: 100%;
}
.food2 .table .nombres span{
    height: 100%;
    color: #CE2029;
}
.food2 .table .nombres .cantidad{
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.food2 .table .nombres .cantidad .dec span{
    margin-left: 10px;
}
.food2 .table .nombres .cantidad .value{

    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 25px;
    color: #CE2029;
}
.food2 .table .precio{
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    width:5%;
    margin-right: 15px;
    color: #CE2029;
    font-size: 18px;
    font-weight: 800;
}

.food2 .table .precio div{
    height: 50%;
}
.food2 .table .precio .div1 span ion-icon{
    font-size: 45px;
    margin-top: -15px;
    margin-right: -25px;
    color: #CE2029;
}
.food2 .table .precio .div1,
.food2 .table .precio .div2{
    display: flex;
    justify-content: right;
}

.food2 .table .precio .div2{
    display: flex;
    justify-content: right;
    align-items: flex-end;
    margin-bottom: 5px;
    margin-left: -55px;
    width: 100%;
}

.food2 .table .div2 span{
    display: flex;
    width: 100%;
    font-weight: 800;
}

/**/

.box.status .details .listHead .head{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
    color: #CE2029;
}
.box.status .details .listHead{
    padding: 0;
}

.box.status .details .listHead .head div{
    height: 100%;
}
.box.status .details .listHead .head ion-icon{
    color: #CE2029;
    font-size: 30px;
}

.box.status .details .listHead .head span{
    margin-top: 5px;
    color: #CE2029;
}
/**/


.food2 .table .nombres .cantidad .inc{
    background: #a7a7a7;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
    3px 3px 3px rgba(0,0,0,0.3),
    inset -2px -2px 2px rgba(255, 255, 255, 0.2),
    inset 3px 3px 3px rgba(0,0,0,0.1);
    text-shadow:2px 2px 1px #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.food2 .table .nombres .cantidad .dec{
    background: #a7a7a7;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
    3px 3px 3px rgba(0,0,0,0.3),
    inset -2px -2px 2px rgba(255, 255, 255, 0.2),
    inset 3px 3px 3px rgba(0,0,0,0.1);
    text-shadow:2px 2px 1px #333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Nombre input, .Nombre #nombre, .Nombre #telefono{
    border: 1px solid #333;
    width: 100%;
    margin-top: 25px;
    border-radius: 25px;
    padding: 15px 15px;
}

.form-title{
    color: #CE2029;
}

.parte33 {
  flex: 1;
  min-width: 300px;
  background: white;
  margin-top: 25px;
}

.metodo-pago-selector {
  margin-bottom: 15px;
}

.metodo-pago-selector span {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}
#metodoPago {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  background-color: #fff;
}

#metodoPago:focus {
  border-color: #007bff;
  outline: none;
}

.metodo-pago {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9f9f9;
}

#metodoPago option {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px;
}

.division {
  display: flex;
  width: 100%;
}

.division img {
  width: 50px;
  border-radius: 8px;
}

.division span {
  font-weight: 800;
  margin-left: 10px;
  margin-top: 12px;
}

span .rojito {
  color: #b7222c;
}


#Cuadrito input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: border 0.3s;
}

input:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.file-upload {
  margin-top: 0px;
}

.comprobante {
  margin-top: 15px;
}

.comprobante span {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

.comprobante2 {
  margin-top: 15px;
  width: 100%;
}
.comprobante2 h6{
    margin-left: 60px;
    margin-top: -15px;
    color: #b7222c;;
}
    
#BotonNuevo {
  background: #b7222c;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
  margin-right: 15px;
}

#BotonNuevo:hover {
  background: #2980b9;
}

#NombreImagen,
#NombreImagen2,
#zinliDatosInput,
#zelleDatosInput,
#binanceDatosInput {
  width: 100%;
  padding: 15px 15px;
  margin-top: 10px;
  border: 1px dashed #ccc;
  border-radius: 6px;
  background: #f9f9f9;
  color: #212529;
  font-size: 18px;
}
#NombreRifa2 {
  font-size: 18px;
}
#NombreImagen {
  width: 100%;
  padding: 10px 20px;
  margin-top: 10px;
  border: 1px dashed #ccc;
  border-radius: 6px;
  background: #f9f9f9;
}
#Imagen{
    visibility: hidden;
}
#BotonNuevo2,
#zinliCopiarBtn,
#zelleCopiarBtn,
#binanceCopiarBtn {
  border: 1px dashed #ffffff;
  border-radius: 6px;
  background: #a3a3a3;
  color: #f0f0f0;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
  float: right;
  margin-top: 10px;
}

#monto2,
#monto3,
#monto4{
    margin-top: 10px;
}


/* Estilos para el sistema de tickets */
.mode-selector {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.mode-tab {
  padding: 10px 20px;
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
}

.mode-tab.active {
  background: #b7222c;
  color: white;
}

.mode-content {
  display: none;
}

.mode-content.active {
  display: flex;
}

.ticket-control {
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column;
  height: fit-content;
}

.ticket-control .cantidad button {
  background: #b7222c;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 25px;
}

.cantti {
  color: #b7222c;
  font-weight: 800;
  font-size: 22px;
}

.monto {
  display: flex;
  color: #1e2446;
  font-weight: 800;
  font-size: 22px;
}

.ticket-count,
#ticket-count {
  margin: 0 15px;
  font-size: 25px;
  font-weight: bold;
}

#generate-tickets {
  background: #1e2446;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  width: fit-content;
}