@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;
}
body{
    background: #eee!important;
}
.btn-success{
    background: #8DBD6C!important;
    border-color: #8DBD6C!important;
}
.btn-success:hover{
    background: #78BD4A!important;
    border-color: #78BD4A!important;
}
.btn-danger{
    background: #BA6E6E!important;
    border-color: #BA6E6E!important;
}
.btn-danger:hover{
    background: #C7485E!important;
    border-color: #C7485E!important;
}
.bg-warning{
    background:#DBD74F!important;
}
.span-card{
    font-size:12px;
}
h4.card-title{
    font-size: 12px!important;
}
main{
    height: calc(100dvh - 66px) !important;
}
main > .section-h100 {
    height: 100%;
    position: relative;
}
.navbar{
    background:#FFF;
    /*box-shadow: inset 0px 0px 15px 1px #ccc5;*/
}
.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;
}
.data-user-form-content{
    max-width: 767px;
}
.breadcrumbs{
    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; 
    
}
#response{
    overflow-y: scroll;
}
table{
    min-width: 900px;
}
.bg-secondary{
    background-color: #eaeaea!important;
}
.form-control:focus,
.form-select:focus{
    box-shadow:inset 0px 0px 5px 2px #2e3a3122 !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{
    transform: scale(1.05);
} 
.table-container{
    overflow-y: scroll !important;
    min-height: 190px;
    position: relative;
    height: calc(100% - 120px);   
}
.t-wrapp{
    height: 65%;
    position: relative;
}

.nav-link{
    font-weight: bolder ;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #6a6a6a;
} 
.nav-link:hover{
    color: #000 !important;
    
}
.icon-tooltip{
    bottom: 12px;
    right: 24px;
    z-index: 9999;
}
.alert-tool{
    display: none;
    right: 0;
    color: #FFF;
    width: 100%;
    background: #046a10;
    font-size: 11px;
    padding: .3rem;
    z-index: 9999;
    bottom: -60px;
}

.icon-tooltip:hover ~ .alert-tool{
    display: block !important;
}
.icon-tooltip-addProd{
    bottom: 35px;
}
.infacc{
    font-size: 12px!important;
}
@media (max-width:925px){
    .btn{
        font-size: 13px!important;
    }
}
@media (max-width: 577px){
    main > .section-h100 {
        height: auto;
        position: relative;

    }
    .table-container{
        overflow-y: scroll !important;
        min-height: 190px;
        position: relative;
        height: calc(65% - 120px);   
    }
    .t-wrapp{
        height: 65%;
        position: relative;
    }
}
@media (max-width:450px){
    .icon-tooltip-addProd{
        bottom: 10px;
    }
    .infacc{
        font-size: 11px!important;
    }
    
}