@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    font-family: "Noto Sans", sans-serif;
}
.navbar{
    background: linear-gradient(to left, #2d2d5a 40%, #4444b1);
}
.alert-cart{
    max-width: 320px;
}
.alert-box{
    background-color: #0009;
    z-index: 999;
}
.select-box{
    display: none;
}
.section-kgprdo{
    display: none;
}
.ticket{
    min-height: 300px;
    background-color:rgb(138, 228, 168);
}
.button-letter-small{
    font-size: .7rem;
}
.pequeña{
    font-size: .7rem;
}
.ulticket{
    font-size: .8rem;
}
td{
    text-transform: uppercase;
}
table a.btn{
    font-size: .8rem;
}
.circleAlert{
    position: absolute;
    right: 1%;
    z-index: 99;
    animation: latido 1s linear 3;
    transform-origin: center;
    width: 50px;
    height: 50px;
    background: rgb(243, 219, 4);
    align-content: center;
    text-align: center;

}
.alertaTienda{
    z-index: 99999;
    height: 90px;
    overflow: hidden;
    position: fixed !important;
    width: 245px;
    align-items: center;
    display: flex;
    
    font-size: 11px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    right: 2%!important;
    bottom: 10%;
}
#alertaEmergente{
    background-color: #0005;
}
.alerta-emergente{
    max-width: 440px;
}
.profile-information-content{
    max-width: 980px;
}
.cardPayment > p{
    font-size: .8rem;
}
@keyframes latido {
    0%{
        background:#eb0612;
        transform: scale(1);
        
    }
    50%{
        background:#d3be05 ;
        transform: scale(1.1);
        
    }
    100%{
        background:#eb7e03;
        transform: scale(1);
    }
}
.textAlert{
    left:100% !important;
    width: 90%;
    transition: all .5s;
    color: #FFF;
    position: absolute!important;
}
.circleAlert:hover ~ .textAlert{
    left:0% !important;  
    color: #000; 
    
}
.table-container{
    overflow-y: scroll;
}
table{
    min-width: 900px;
}
.bg-secondary{
    background-color: #2e3a31!important;
}
.form-control:focus,
.form-select:focus{
    box-shadow: 0 0 0 3px #2e3a3155 !important;
    border:1px solid #0e4b11 !important;
}
.oprtionselected{
    padding: 5px 15px;
}
.oprtionselected:hover {
    background-color: #27c72f55;
    
}
.card{
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s !important ;
}
.card:hover{
    background-color: #132bb855;
} 
.nav-link{
    font-weight: bolder ;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
} 
.nav-link:hover{
    border-bottom: 2px solid #15ff00!important;
    color: #15ff00 !important;
    
}
@media (max-width:925px){
    .btn{
        font-size: 14px!important;
    }
}