:root {
    --menu-bg-hovercolor: #2979ff;
    --cursor-hovercolor: #6200ea;
    --text-unselec: #78909C;
}

body {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    background-color: #042f94;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    background-image: url(../images/backup.webp);

}

body::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 8px;
    /* Tamaño del scroll en horizontal */
    /* Ocultar scroll */
    background-color: #dcdcdc;
}

::-webkit-scrollbar-thumb {
    background-color: var(--menu-bg-hovercolor);

}

header {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;

}


header .google-auto-placed {
    display: none;

}

#TitleID {
    top: 20px;
    position: relative;
    font-size: 100px;
    font-weight: bold;
    color: aliceblue;
}

#IDSubTitle {
    position: relative;
    font-size: 30px;
    font-weight: 100;
    opacity: 0.7;
    color: aliceblue;
    text-shadow: black 4px 1px 3px;
}

.containerIMGHEADER {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center;
    Color: white;

}

article2 {
    margin: 0 auto;
    width: 95%;
    height: 100px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}


a {
    text-decoration: none;
}




/* FORMAT TEXT START */
.SubText {
    opacity: 0.7;
}

.TText {
    font-weight: bold;
    opacity: 0.7;
}

/* FORMAT TEXT END */

/* CENTER VIEW START */

.CenterPG {
    width: 50px;
    height: 25px;
    background-color: white;
    color: black;
    position: fixed;
    right: 0;
    top: 80%;
    z-index: 0;
    -webkit-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    -moz-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    box-shadow: 0 10px 6px -6px rgb(0, 0, 0);

}

/* CENTER VIEW END */

/* lOGIN START */
/* Premium Overhaul of Login Overlay */
.ligthbox {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(at 50% 50%, rgba(11, 21, 54, 0.5) 0%, rgba(3, 7, 18, 0.95) 100%),
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px) !important;
    background-size: 100% 100%, 30px 30px, 30px 30px !important;
    background-attachment: fixed;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 2rem;
    font-family: 'Inter', sans-serif;
    overflow-y: auto !important;
}

/* Background glowing blurs for high-end CSS pattern */
.bg-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    z-index: 1;
    pointer-events: none;
}

.bg-blur-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #7928CA 0%, rgba(121, 40, 202, 0) 70%);
    top: -10%;
    left: -10%;
    animation: float-blur-1 25s infinite alternate ease-in-out;
}

.bg-blur-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #00DFD8 0%, rgba(0, 223, 216, 0) 70%);
    bottom: -15%;
    right: -10%;
    animation: float-blur-2 30s infinite alternate ease-in-out;
}

@keyframes float-blur-1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(80px, 50px) scale(1.1);
    }
    100% {
        transform: translate(-40px, 120px) scale(0.95);
    }
}

@keyframes float-blur-2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-100px, -80px) scale(0.9);
    }
    100% {
        transform: translate(50px, 40px) scale(1.15);
    }
}

.login-card-container {
    width: 100%;
    max-width: 440px;
    position: relative;
    z-index: 5;
}

.LogingDiv {
    width: 100%;
    height: auto;
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 24px !important;
    padding: 2.5rem 2rem !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4) !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box !important;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.LogHeader {
    width: 100%;
    height: auto !important;
    padding: 0 !important;
    margin-bottom: 0.5rem;
    text-align: center;
}

.login-logo {
    height: 48px;
    width: auto;
    margin-bottom: 0.75rem;
}

.LogHeader h1 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    background: linear-gradient(135deg, #a78bfa 0%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 !important;
    text-shadow: none !important;
}

.NavLogin {
    display: flex;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.ObjLogin {
    width: auto !important;
    background: none !important;
    border: none !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.55) !important;
    cursor: pointer;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    outline: none;
    text-transform: uppercase;
    display: inline-block;
}

.ObjLogin:hover {
    color: #ffffff !important;
}

.ObjLogin.active-tab {
    color: #ffffff !important;
}

.ObjLogin.active-tab::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #a78bfa 0%, #f472b6 100%);
    border-radius: 3px;
}

.LoginImput {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin: 0 !important;
    top: 0 !important;
}

/* MDL Textfields inside login card override */
.LogingDiv .mdl-textfield {
    width: 100% !important;
    padding: 20px 0 10px 0 !important;
    margin: 0 !important;
    position: relative;
}

.LogingDiv .mdl-textfield__input {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    font-size: 0.95rem !important;
    outline: none !important;
    box-sizing: border-box !important;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.LogingDiv .mdl-textfield__input:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #a78bfa !important;
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.2) !important;
}

.LogingDiv .mdl-textfield__label {
    top: 28px !important;
    left: 1rem !important;
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 400 !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.LogingDiv .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.LogingDiv .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    top: 0px !important;
    left: 0.2rem !important;
    font-size: 0.8rem !important;
    color: #a78bfa !important;
    font-weight: 600 !important;
}

.LogingDiv .mdl-textfield__error {
    color: #f87171 !important;
    font-size: 0.75rem !important;
    margin-top: 4px;
}

/* Hide MDL Highlight line */
.LogingDiv .mdl-textfield__expandable-holder,
.LogingDiv .mdl-textfield__input ~ .mdl-textfield__label::after {
    background-color: transparent !important;
    display: none !important;
}

/* Action button at bottom */
.LogingDiv button#SUBMITBTN {
    width: 100% !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1.5rem !important;
    border-radius: 12px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    background: linear-gradient(135deg, #7928CA 0%, #FF0080 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 0, 128, 0.4) !important;
    margin-top: 1rem !important;
    text-transform: uppercase;
}

.LogingDiv button#SUBMITBTN:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 0, 128, 0.6) !important;
}

/* Base style for input wrappers to animate */
#INN, #RPASS, #ITEL {
    display: block !important;
    opacity: 1;
    max-height: 100px;
    transform: scale(1) translateY(0);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    pointer-events: auto;
}

#INN.hidden-field, 
#RPASS.hidden-field, 
#ITEL.hidden-field {
    max-height: 0 !important;
    opacity: 0 !important;
    transform: scale(0.95) translateY(-10px) !important;
    pointer-events: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Tab button override defaults */
.LogingDiv br {
    display: none;
}

/* Hide fallback native buttons */
.LogingDiv button.mdl-button--raised:not(#SUBMITBTN) {
    display: none !important;
}

.login-footer-container {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    z-index: 5;
    position: relative;
}

.p2-footer {
    font-family: 'Outfit', sans-serif;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

#DOWNAPP {
    display: flex;
    justify-content: center;
}

.download-app-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.75rem 1.25rem;
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.download-app-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

.download-app-link .QrApp {
    width: 48px !important;
    height: 48px !important;
    background-color: #ffffff !important;
    padding: 4px;
    border-radius: 8px;
    display: block;
}

.download-app-link .Ltapp {
    font-family: 'Outfit', sans-serif !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.9rem;
    text-shadow: none !important;
}
/* lOGIN END */

/* BODY CARDS START */

.Pnav {
    margin: 0 auto;
    width: 97%;
    height: 40px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    top: 60px;
    position: relative;

}

.MenuObj {
    margin: 0 auto;
    width: 100px;
    height: 100%;
    color: white;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
}

.MenuObjUser {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    float: right;
    Color: white;
    font-size: 17px;
    margin-right: 10px;

}

.MenuObjSet {
    width: 2%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    float: right;
    Color: white;

}

.MenuObj:hover {
    background-color: #2979ff;
    color: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.contenlayers {
    margin: 0 auto;
    width: 97%;
    min-width: 1000px;
    height: 400px;
    position: relative;
}

.Particles {
    margin: 0 auto;
    width: 67%;
    min-width: 400px;
    height: 400px;
    background-color: white;
    position: relative;
    float: left;
    overflow: auto;
    -webkit-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    -moz-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Padd {
    width: 30%;
    min-width: 300px;
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    position: relative;
    float: right;
    overflow: auto;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    -moz-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    display: flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.PRDCONT {
    display: flex;

}

.PStock {
    margin-left: 10px;
    margin-right: 20px;
}

.PPROMO {
    margin-left: 10px;
    margin-right: 20px;
}


.TPrecio {
    margin: 6px;
    font-size: 40px;
    margin-top: 20px;
}

.TPrecioBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.MenuSet {
    position: relative;
    float: left;

}

.PADDCONT {
    width: 90%;
    height: auto;
    Text-align: left;
    max-height: inherit;
    word-wrap: break-word;
    display: block;

}

#PagarBtn {
    width: 20%;
    height: 50px;
    font-size: 20px;
}

#PROMOSelect {
    margin-top: -20px;

}


#CODEDiv {
    position: relative;
    margin-bottom: -10px;

}


.PDetailDiv {
    width: 100%;
    height: 20px;
    overflow: hidden;

}


.PDetail {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.PDetailSPAM {
    border: 1px solid #ccc;
    display: none;
    margin-top: 10px;
    padding: 5px;
    position: absolute;
    width: 80%;
    background-color: white;
    -webkit-box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);
}

#PDetailDiv:hover #PDetailSPAM {
    display: block;
    z-index: 99;
}


#Clear {
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 10px;
    color: #757575;
}



/* BUTTONS Start*/

#MinusBtn {
    position: relative;
    float: left;
    margin-left: 40px;

}

#MinusBtn:hover .MinusBntconten {
    display: block;

}

#MinusBtn:hover #MinusICON {
    display: none;

}

.MinusBntconten {
    display: none;
}

/* 2 */

#PlusBtn {
    position: relative;
    float: right;
    margin-right: 40px;

}

#PlusBtn:hover .PlusBntconten {
    display: block;

}


#PlusBtn:hover #PlusICON {
    display: none;

}

.PlusBntconten {
    display: none;
}

/* BUTTONS End*/



/* BODY CARDS END */


/* ARTICLES START */

table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

thead tr:first-child th {
    padding: 20px;
    background-color: #3d5afe;
    color: white !important;
    position: sticky;
    z-index: 1;
    position: sticky;
    top: 0;
}


th,
td {
    font-size: 18px;
    padding: 15px;

    border-bottom: 1px solid #0000002f;

}

tbody tr:hover {
    background-color: #e1e0e092;
    cursor: pointer;
}

tbody tr:active {
    background-color: #6200ea;
    color: white;

}

tbody tr:focus {
    background-color: #6200ea;
    color: white;
}

.CELLN {
    text-align: center;
}

.DIVPROMMtb tr {
    font-size: 1px;

}

/* ARTICLES END */

/* QR CSS CODE START */
/* QR CSS CODE START */

.LigthBoxQR, .AddLigthBox, .AddUserBox {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: rgba(3, 7, 18, 0.7) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    z-index: -99;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), z-index 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.LigthBoxQR:target {
    opacity: 1 !important;
    z-index: 2000 !important;
}

#CloseQr {
    position: absolute !important;
    top: 1.5rem !important;
    right: 1.5rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
    z-index: 10 !important;
}

#CloseQr:hover {
    color: #ffffff !important;
}

#qrcode {
    margin: 1.5rem auto !important;
    width: 256px !important;
    height: 256px !important;
    padding: 10px !important;
    background-color: #ffffff !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

.PayDIV {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: rgba(3, 7, 18, 0.7) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    z-index: 2000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
}

/* Cards dark glassmorphism styling */
.BoxQR, .BoxProduct, .BoxUSER, .CardPay {
    width: 90% !important;
    max-width: 440px !important;
    height: auto !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 24px !important;
    padding: 2.5rem 2rem !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
    text-align: center !important;
    position: relative !important;
    top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    margin: 1.5rem auto !important;
}

.BoxQR center, .BoxProduct center, .BoxUSER center, .CardPay center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
    width: 100% !important;
}

.AddUserTitle, .PAYTitle {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
    background: linear-gradient(135deg, #a78bfa 0%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 !important;
    text-shadow: none !important;
}

.IDProduct {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}

/* Textfields override */
.BoxProduct .mdl-textfield,
.BoxUSER .mdl-textfield,
.CardPay .mdl-textfield {
    width: 100% !important;
    padding: 20px 0 10px 0 !important;
    margin: 0 !important;
    position: relative !important;
}

.BoxProduct .mdl-textfield__input,
.BoxUSER .mdl-textfield__input,
.CardPay .mdl-textfield__input {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    font-size: 0.95rem !important;
    outline: none !important;
    box-sizing: border-box !important;
    font-family: 'Inter', sans-serif !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.BoxProduct .mdl-textfield__input:focus,
.BoxUSER .mdl-textfield__input:focus,
.CardPay .mdl-textfield__input:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #a78bfa !important;
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.2) !important;
}

.BoxProduct .mdl-textfield__label,
.BoxUSER .mdl-textfield__label,
.CardPay .mdl-textfield__label {
    top: 28px !important;
    left: 1rem !important;
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 400 !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    pointer-events: none !important;
}

.BoxProduct .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.BoxProduct .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.BoxUSER .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.BoxUSER .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.CardPay .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.CardPay .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    top: 0px !important;
    left: 0.2rem !important;
    font-size: 0.8rem !important;
    color: #a78bfa !important;
    font-weight: 600 !important;
}

.BoxProduct .mdl-textfield__error,
.BoxUSER .mdl-textfield__error,
.CardPay .mdl-textfield__error {
    color: #f87171 !important;
    font-size: 0.75rem !important;
    margin-top: 4px !important;
}

/* Select element specific */
.BoxUSER select.mdl-textfield__input,
.BoxProduct select.mdl-textfield__input {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 1.2rem !important;
    padding-right: 2.5rem !important;
}

.BoxUSER select.mdl-textfield__input option,
.BoxProduct select.mdl-textfield__input option {
    background-color: #0f172a !important;
    color: #ffffff !important;
}

/* Hide highlight lines */
.BoxProduct .mdl-textfield__expandable-holder,
.BoxProduct .mdl-textfield__input ~ .mdl-textfield__label::after,
.BoxUSER .mdl-textfield__expandable-holder,
.BoxUSER .mdl-textfield__input ~ .mdl-textfield__label::after,
.CardPay .mdl-textfield__expandable-holder,
.CardPay .mdl-textfield__input ~ .mdl-textfield__label::after {
    background-color: transparent !important;
    display: none !important;
}

/* Buttons style */
.BoxProduct button,
.BoxUSER button,
.CardPay button {
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    padding: 0 1.5rem !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin: 0.5rem !important;
    border: none !important;
    line-height: 1 !important;
}

/* Full width override for single action buttons in user/auth/product/pay modals */
.BoxUSER button,
.BoxProduct button:first-of-type:last-of-type,
.CardPay button:first-of-type:last-of-type {
    width: 100% !important;
    margin: 1rem 0 0 0 !important;
    height: 48px !important;
}

/* Action confirm buttons */
.BoxProduct button:first-of-type,
.BoxUSER button:first-of-type,
.CardPay button#PAyButton {
    background: linear-gradient(135deg, #7928CA 0%, #FF0080 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 0, 128, 0.3) !important;
}

.BoxProduct button:first-of-type:hover,
.BoxUSER button:first-of-type:hover,
.CardPay button#PAyButton:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(255, 0, 128, 0.45) !important;
}

/* Action cancel buttons */
.BoxProduct button:last-of-type:not(:first-of-type),
.BoxUSER button:last-of-type:not(:first-of-type),
.CardPay button:not(#PAyButton) {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
}

.BoxProduct button:last-of-type:not(:first-of-type):hover,
.BoxUSER button:last-of-type:not(:first-of-type):hover,
.CardPay button:not(#PAyButton):hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
}

#KILOSMANUALDiv {
    display: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* PAY DIV END */

/*  LIST INPUT START */


#list {
    list-style: none;
    width: 90%;
    background-color: white;
    position: absolute;
    z-index: 99;
    top: 35px;
    right: -5px;
    opacity: 0;
    text-align: left;
    padding-bottom: 10px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);

}

#listCODEuL {
    list-style: none;
    width: 90%;
    background-color: white;
    position: absolute;
    color: black;
    z-index: 199;
    top: 35px;
    right: -5px;
    opacity: 0;
    text-align: left;
    padding-bottom: 10px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);

}

#listPRODUCTuL {
    list-style: none;
    width: 90%;
    background-color: white;
    position: absolute;
    color: black;
    z-index: 199;
    top: 35px;
    right: -5px;
    opacity: 0;
    text-align: left;
    padding-bottom: 10px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 8px 14px -11px rgba(0, 0, 0, 0.75);

}

.list-items {
    width: 100%;
    padding: 10px;
    position: relative;
    left: -30px;
    top: 5px;
}

.list-items2 {
    width: 100%;
    padding: 10px;
    position: relative;
    left: -30px;
    top: 5px;
}

.list-items3 {
    width: 100%;
    padding: 10px;
    position: relative;
    left: -30px;
    top: 5px;
}

.list-items:hover {
    background-color: #e1e0e092;
}

.list-items2:hover {
    background-color: #e1e0e092;
}

.list-items3:hover {
    background-color: #e1e0e092;
}


/*  LIST INPUT END */


/* PRO DIV START */
.PRoDiv {
    width: 210px;
    height: 40px;
    background-color: white;
    position: absolute;
    left: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    -moz-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
}

.TitleCARD {
    font-size: 20px;

}

.DIVPROMMtb {
    width: 215px;
    height: 10px;
    background-color: white;
    position: absolute;
    opacity: 0;
    overflow: auto;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#PRoDiv:hover .DIVPROMMtb {
    height: 200px;
    top: -205px;
}

.DIVPROMMtb::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 0px;
    /* Tamaño del scroll en horizontal */
    /* Ocultar scroll */
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: var(--menu-bg-hovercolor);

}


/* PRO DIV END */

/* Badage START */
.mdl-badge {
    position: relative;
    top: -20px;
    right: 10px;
    opacity: 0;
}

.badge {
    position: absolute;
    float: left;
    top: 5px;
    right: 0px;
    opacity: 0;
}

/* Badage END */

/* DELYDIV START */

.DelyDIV {
    width: 400px;
    height: 50px;
    position: fixed;
    bottom: -10px;
    right: 30px;
    padding: 20px;
    background-color: white;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    -webkit-box-shadow: 0px -2px 24px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -2px 24px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -2px 24px -8px rgba(0, 0, 0, 0.75);
    transition: all 0.2s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition: all 0.9s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: all 0.9s cubic-bezier(.25, .8, .25, 1);
    -ms-transition: all 0.9s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.9s cubic-bezier(.25, .8, .25, 1);
}

.DelyDIV:hover {
    height: 330px;

}

.titleDELY {
    font-weight: bold;

}

.USERDELY {
    position: relative;
    top: 20px;
    font-weight: bold;
}

.USERCONTEN {

    width: 100%;
}

.MENDIV {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: auto;
}

.MENDIV::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 0px;
    /* Tamaño del scroll en horizontal */
    /* Ocultar scroll */
    background-color: #F5F5F5;
}



/* DELYDIV END */


.no-ads .google-auto-placed {
    display: none !important;
}

.NoSiZE {
    font-size: 12px;
}

/* Footer  START */


footer {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fContents {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fContents a {
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.2em;
    font-size: 15px;
}

.flogo {
    margin: 0 auto;
    width: 400px;
    height: auto;
}

.p2 {
    font-family: 'Alegreya Sans SC', sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em;
    color:white ;

}

.fContents2 {
    margin: 40px;
    width: 33%;
    float: left;
    clear: both;
}

.fContents2 a {
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.2em;
}

.HTititle{
    font-weight: bold;
    Color: white;
    font-size: 25px;
    text-shadow: black 2px 1px 3px;
}
.Sh{
    width: 200px;
    height: 100px;
    color: white;
    font-size: 15px;
    text-shadow: black 2px 1px 3px;

}

.Fmenu{
    padding: 2px;
    position: relative;
    cursor: pointer;

}

#LastPrint{

    cursor: pointer;
    position: relative;
    left: 210px;
    color: white;

}


#ClientV{

    cursor: pointer;
    position: relative;
    left: 200px;
    color: white;
    margin-left: 30px;

}


/* Footer END */

.QrApp {
    width: 200px;
    height: 200px;
    background-color: #3D5AFE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Ltapp {
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #F5F5F5;

}

/* seleccion input start  */

.highlighted {
    background-color: #6200ea;
    color: white;
}

/* Expanded, scroll-free CardDel layout (Orders & transaction details) */
.CardDel {
    width: 90% !important;
    max-width: 680px !important;
    max-height: none !important;
    overflow-y: visible !important;
}

/* Styling for tableFast (modal products table) inside overlays to remain readable in both light/dark themes */
#tableFast {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-top: 1rem !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

#tableFast th {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    padding: 0.75rem 1rem !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.12) !important;
    text-transform: uppercase !important;
    font-size: 0.85rem !important;
}

#tableFast td {
    padding: 0.75rem 1rem !important;
    font-size: 0.9rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#tableFast tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

/* Button group alignment for modals with multiple actions */
.modal-buttons {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    width: 100% !important;
    margin-top: 1rem !important;
}

.modal-buttons button {
    margin: 0 !important;
    flex: 1 !important;
    max-width: 200px !important;
}

  /* seleccion input end */

/* Fix for custom SubDiv wrapper layout collapse */
body .PayDIV SubDiv,
body .DelDIV SubDiv,
body .VDIV SubDiv {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* Custom override for payment card width and responsiveness */
body .CardPay {
    width: 92% !important;
    max-width: 650px !important;
    margin: 1.5rem auto !important;
    box-sizing: border-box !important;
}

/* Mobile responsive optimization */
@media (max-width: 600px) {
    body .CardPay {
        width: 95% !important;
        padding: 1.75rem 1.25rem !important;
        border-radius: 20px !important;
        gap: 0.75rem !important;
    }
    
    body .CardPay .PAYTitle {
        font-size: 1.5rem !important;
    }
    
    body .CardPay .TPrecio {
        font-size: 32px !important;
        margin-top: 10px !important;
    }
    
    body .CardPay .mdl-textfield {
        padding: 15px 0 5px 0 !important;
    }
    
    body .CardPay button#PAyButton {
        height: 48px !important;
        font-size: 1rem !important;
    }
}
