:root {
    --menu-bg-hovercolor: #2979ff;
    --cursor-hovercolor: #6200ea;
    --text-unselec: #778899;
}

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: 0px;
    /* 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;
}

.containerIMGHEADER {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center;
    Color: white;

}

article {
    padding: 20px;
}

a {
    text-decoration: none;
}

/* 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;
}



/* ARTICLES START */

table {
    width: 100% !important;
    text-align: left;
    border-collapse: collapse;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

thead tr:first-child th {
    padding: 1.1rem 1.5rem !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
    color: var(--text-dark) !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--glass-border) !important;
    position: sticky;
    z-index: 1;
    top: 0;
}

.dark-mode thead tr:first-child th {
    background-color: rgba(255, 255, 255, 0.04) !important;
}

th,
td {
    font-size: 0.95rem;
    padding: 1.1rem 1.5rem !important;
    border-bottom: 1px solid var(--glass-border) !important;
    color: var(--text-dark) !important;
}

tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.02) !important;
    cursor: pointer;
}

.dark-mode tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.02) !important;
}

tbody tr:active, tbody tr:focus {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.CELLN {
    text-align: right;
}


/* ARTICLES END */

/* QR CSS CODE START */

.LigthBoxQR {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 9, 66, 0.758);
    position: fixed;
    opacity: 0;
    overflow: hidden;
    z-index: -99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BoxQR {
    margin: 0 auto;
    width: 400px;
    height: 400px;
    background-color: white;
    position: relative;
    top: 20px;
    font-size: 15px;
    padding: 20px;
    -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);
    overflow: hidden;
}

.LigthBoxQR:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    z-index: 999;

}



.LigthBoxQR:target a.lightbox-close {
    top: 10px;
    right: 10px;


}


#qrcode {
    margin: 0 auto;
    width: 255px;
    height: 255px;
    margin-top: 30px;

}

#CloseQr {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    float: right;

}

#text {
    opacity: 0;
}

/* QR CSS CODE ES */

.mdl-textfield__input label.active {
    font-size: 0.8rem;
    transform: translateY(-140%);
}


/* Add New Article START */

.AddLigthBox {
    position: fixed;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 9, 66, 0.758);
    opacity: 1;
    overflow: hidden;
    z-index: 99;

}



.BoxProduct {
    margin: 0 auto;
    width: 400px;
    height: auto;
    background-color: white;
    position: relative;
    top: 50px;
    font-size: 15px;
    padding: 20px;
    padding-bottom: 40PX;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}



.IDProduct {
    margin-bottom: 20px;
    margin-top: 20px;
}


/* Add New Article END */

.Content{
    margin: 0 auto;
    width: 97%;
    height: auto;
    padding-top: 23px;
    overflow: visible;
}

/* Content TABS START*/
.management-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin-top: 1.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tab-header-row {
    border-bottom: 1px solid var(--glass-border);
    background-color: rgba(0, 0, 0, 0.02);
    padding: 0 2rem;
}

.dark-mode .tab-header-row {
    background-color: rgba(255, 255, 255, 0.02);
}

.tab-list {
    list-style: none;
    display: flex;
    gap: 2rem;
    padding: 0;
    margin: 0;
}

.tab-item {
    padding: 1.25rem 0.5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-muted) !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 3px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-item:hover {
    color: var(--primary-color) !important;
}

.tab-item.active {
    color: var(--primary-color) !important;
    border-bottom-color: var(--primary-color);
}

.tab-item .material-icons {
    font-size: 1.2rem;
    color: inherit !important;
}

.tab-content-viewport {
    padding: 1.5rem;
}

.ContentTAB {
    margin: 0 auto;
    background-color: transparent;
    width: 100%;
    height: 550px;
    overflow: auto;
    padding-bottom: 20px;
    display: block;
}

.ContentTAB::-webkit-scrollbar {
    width: 8px;
    height: 0px;
    background-color: transparent;
}

.ContentTAB1 {
    margin: 0 auto;
    background-color: transparent;
    width: 100%;
    height: 550px;
    overflow: auto;
    padding-bottom: 20px;
    display: none;
}

.ContentTAB1::-webkit-scrollbar {
    width: 8px;
    height: 0px;
    background-color: transparent;
}

.ContentTAB2 {
    margin: 0 auto;
    background-color: transparent;
    width: 100%;
    height: 550px;
    overflow: auto;
    padding-bottom: 20px;
    display: none;
}

.ContentTAB2::-webkit-scrollbar {
    width: 8px;
    height: 0px;
    background-color: transparent;
}

/* Content TABS END */


/* PAY DIV START*/

.DelDIV {
    position: fixed;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 9, 66, 0.758);
    overflow: hidden;
    opacity: 1;
    z-index: 99;
    top: 0;

}

.CardDel {
    margin: 0 auto;
    width: 30%;
    min-width: 400px;
    height: auto;
    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: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

}


.ORDERTitle {
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.SubTEXT{
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 20px;
}

#DelButton {
    margin-right: 20px;
}

.CONTENTDEL{
    display: flex;

}

.TB{
    font-weight: bold;
    margin-right: 20px;
    margin-left: 20px;

}

.Content2{
    margin-top: 20px;
    height: 300px;
    overflow:auto !important;
}

.Content2::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 8px;
    /* Tamaño del scroll en horizontal */
    /* Ocultar scroll */
    background-color: #dcdcdc;
}

.TYPE{
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-top: 20px;


}

#BoxClose{
    position: absolute;
    right: 0px;
    color: black;
    cursor: pointer;

}


/* PAY DIV END*/

/* CALENDAR START */

.CAL {
    font-size: 0.95rem;
    font-family: inherit;
    font-weight: 600;
    background-color: var(--glass-bg);
    color: var(--text-dark);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 0.6rem 1.2rem;
    margin-bottom: 1.5rem;
    outline: none;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    cursor: pointer;
    color-scheme: light dark;
    display: none;
}


::-webkit-calendar-picker-indicator {
    background-image: url('../images/today.svg');
    filter: invert(0.6);
    cursor: pointer;
}

.dark-mode ::-webkit-calendar-picker-indicator {
    filter: none;
}

/* CALENDAR END */

.no-ads .google-auto-placed {
    display: none !important;
 }

 /* 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;
}

.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;

}


/* Footer END */