/*ESTILOS GENERALES*/
.d-grid { display: grid !important; }

.h-vh-75 { height: 75vh !important; overflow-y: auto; }
.h-vh-80 { height: 80vh !important; overflow-y: auto; }
.h-vh-89 { height: 89vh !important; overflow-y: auto; }
.h-vh-90 { height: 90vh !important; overflow-y: auto; }
.h-vh-100 { height: 100vh !important; overflow-y: auto; }

.w-label-100 { width: 100px; }
.w-label-110 { width: 110px; }
.w-label-120 { width: 120px; }
.w-label-130 { width: 130px; }
.w-label-140 { width: 140px; }
.w-label-150 { width: 150px; }
.w-label-160 { width: 160px; }
.w-label-170 { width: 170px; }
.w-label-180 { width: 180px; }
.w-label-190 { width: 190px; }
.w-label-200 { width: 200px; }

.h-vh-modal-70 { height: 70vh; }

.line-height-0 { line-height: 0 !important; }
.line-height-1 { line-height: 1 !important; }
.font-size-sm { font-size: 0.875rem !important; }
.font-size-sm-8 { font-size: 0.8rem !important; }
.font-size-sm-7 { font-size: 0.7rem !important; }
.disable-white { background: #FFF !important; color: black !important; }
.campo-error { background-color: #f8d7da; border-color: #f5c6cb; }
.color-error { color: #721c24; }
.border-right-danger { border-right: .25rem solid #e74a3b!important; }
.text-black { color: #000 !important; }


.alto-content-chat { height: 60vh; }
.content-datos { display: flex; flex-direction: column; }
.alto-chat { height: 35vh; overflow: auto; }

/*ESTILOS DE MENU VERTICAL*/
.menuVertical{ overflow: auto; }
.menuVertical::-webkit-scrollbar { width: 8px; }
.menuVertical::-webkit-scrollbar-thumb { background: #53575a; border-radius: 1rem; }
.menuVertical::-webkit-scrollbar-thumb:active { background-color: #999999; }
.menuVertical::-webkit-scrollbar-thumb:hover { background: #b3b3b3; box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
.menuVertical::-webkit-scrollbar-track { background: #ccc; border-radius: 1rem; }
.menuVertical::-webkit-scrollbar-track:hover, .col-base::-webkit-scrollbar-track:active { background: #53575a; }
.c-pointer { cursor: pointer; }

.bgMenuAcoaliados {
    background-color: #009c8c;
    background-image: linear-gradient(180deg, #009c8c 10%, #1f3a3d 100%);
    background-size: cover;
}

.bg-login-img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.bgLoginAcoaliados {
    background-image: url("../img/acoaliados/logoacoaliados2.png");
}

/*ESTILOS DE MENU SECUNDARIO Y SECCION*/
.subMenu { background: #f15226; }
.tituloSeccion { background: #f15226; color: #fff; font-weight: bold; line-height: 1; }
.content-areas { box-shadow: 0 .1rem 1rem 0 rgba(58,59,69,.15)!important; }

.font-size-estado-pedido { font-size: 1rem }
.color-estado-pedido-finalizado { color: #1cc88a; }
.color-estado-pedido-nuevo { color: #007bff; }
.color-estado-pedido-confirmado { color: #f6c23e; }
.color-estado-pedido-cancelado { color: #e74a3b; }

/*ESTILOS DE INICIO VENTAS*/
.transform-contenido { text-transform: uppercase !important; line-height: 1; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.borde-selecion { border: 2px solid #2653d4 !important; }
.img-cuadro-producto { width: 60px; height: 60px; object-fit: contain; }
.btn-valor-producto { font-size: 0.875rem; color: #07bb15; font-weight: 500; }
.borde-total-pagar { border-top: 2px solid #385ece; }

.h-vh-venta { height: 80vh !important; overflow-y: auto; }
.h-vh-venta p:not(:last-child) { margin-bottom: 1rem; }
.h-vh-venta::-webkit-scrollbar { width: 8px; }
.h-vh-venta::-webkit-scrollbar-thumb { background: #385ece; border-radius: 0px; }
.h-vh-venta::-webkit-scrollbar-thumb:active { background-color: #999999; }
.h-vh-venta::-webkit-scrollbar-thumb:hover { background: #b3b3b3; box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
.h-vh-venta::-webkit-scrollbar-track { background: #ccc; border-radius: 0px; }
.h-vh-venta::-webkit-scrollbar-track:hover, .h-vh-venta::-webkit-scrollbar-track:active { background: #d4d4d4; }

.fuente-name-variacion { color: #6e7092; font-weight: bold; }

.cardInfoInico .card-header[data-toggle=collapse]::after { line-height: 35px; }