﻿body {
    height: 100%;
    margin: 0;
    overflow: hidden; /* Evita el desplazamiento de la página mientras el spinner está activo */
    margin: 0; /* Asegura que no haya márgenes alrededor del cuerpo */
    padding: 0; /* Asegura que no haya relleno alrededor del cuerpo */
}

/************** Estilos para modo celular ****************/
.animacion-deslizar-arriba {
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.animacion-deslizar-abajo {
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Animación de deslizamiento hacia la derecha */
@keyframes slideRight {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Animación de deslizamiento hacia la izquierda */
@keyframes slideLeft {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.animacion-deslizar-derecha {
    animation: slideRight 0.5s ease;
}

.animacion-deslizar-izquierda {
    animation: slideLeft 0.5s ease;
}

.detalle-btn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    display: none;
    width: 100%;
    border-radius: inherit;
    text-align: left;
    height: 40px;
    font-size: 17px;
}

@media (max-width: 767px) {
    /* Estilos para el botón */
    .detalle-btn {
        display: block;
    }
}

/************** Estilo de lista de Clientes para celular ****************/
.card-cliente {
    border-bottom: 1px solid #e3dede;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    width: 100%;
    justify-content: space-between;
    padding-top: 3px;
    cursor: pointer;
}

.cliente-nombres {
    display: flex;
    justify-content: space-between;
    color: black;
}

.select-cli {
    color: white !important;
}

.btn-nuevo-cli {
    position: fixed;
    bottom: 12px;
    right: 18px;
    z-index: 999;
    display: block;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    height: 60px;
    color: white;
    font-size: 28px;
    background-color: var(--secundario);
    border: 1px solid white;
}

/************** End ****************/

#spinner-container {
    display: none; /* Oculta el spinner por defecto */
}

.spinner-style-container {
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

#spinner-container-modal {
    display: none; /* Oculta el spinner por defecto */
}

.spinner-style-container-modal {
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.spinner-style-card {
    height:calc(100% - 140px);
    position: fixed;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    align-items:center;
}

.spinner-style {
    width: 5rem;
    height: 5rem;
    color: var(--primario) !important;
}

.fondolibre {
    height: 100%;
}

.cajas {
    padding-left: 0;
    padding-right: 0;
}

.tabla-fija {
    padding-left: 0;
    padding-right: 0;
    height: calc(100% - 55px);
}

.pv {
    padding-left: 0;
    padding-right: 0;
    height:100%;
}

.rowpv {
    margin-left: 0;
    margin-right: 0;
}

.colpad {
    padding: 0;
}

.contenedor-caja-apertura {
    width: 55%;
    margin-top: 50px;
}

@media only screen and (max-width: 850px) {
    .contenedor-caja-apertura {
        width: 90%;
    }
}

.alert-caja {
    font-size: 25px;
    padding: 10px;
    color: #ed6f15;
    background-color: #f5d56682;
    border: 1px solid #ffb307a6;
    margin-top: 15px;
}

/************** Estilos para las mesas ****************/
.mlibre {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 181px;
    height: 90px;
    padding-top: 33px;
    background-color: #79c349;
    border: 1px solid #79c349;
}

    .mlibre:hover {
        background-color: #45a109;
        border: 1px solid #79c349;
    }

@media only screen and (max-width: 850px) {
    .mlibre {
        width: 48%;
    }
}

.mocupada {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 181px;
    height: 90px;
    padding-top: 33px;
    background-color: #ff4e5a;
    border: 1px solid #ff4e5a;
}

    .mocupada:hover {
        background-color: #f52331;
        border: 1px solid #f52331;
    }

@media only screen and (max-width: 850px) {
    .mocupada {
        width: 48%;
    }
}

/************** Estilos para las Cajas ****************/
.card {
    width: 100%;
    height: 100%;
}

.btnAccion {
    color: black;
    border: 1px solid silver;
    margin-left: -7px;
}

    .btnAccion:hover {
        background-color: silver;
        border: 1px solid silver;
    }

.menu-acciones {
    padding-top: 1px;
    padding-bottom: 1px;
    right: 29.5px;
    top: -35px;
}

.menu-acciones-ordenes {
    padding-top: 1px;
    padding-bottom: 1px;
    right: 0;
}

/************** Estilos para el Punto de Venta ****************/
.contenedorPV{

}

.botonestopizq {
    min-height: 38px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
}

    .botonestopizq i {
        vertical-align: top;
    }

.botonestopder {
    min-height: 38px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    display:flex;
}

    .botonestopder i {
        vertical-align: top;
    }


.contenedor-detalle {
    height: calc(100% - 40px);
}

.body-detalle {
    background-color: white;
    border: 1px solid #dfdfdf;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* ========== ScroolBar Detalle - Productos ==========*/
    .scrool-detalle {
    overflow-y: auto; /* Habilita la barra de desplazamiento horizontal */
    /*white-space: nowrap;*/ /* Evita que el contenido se ajuste automáticamente */
}

    /* Estilos de la barra de desplazamiento */
    .scrool-detalle::-webkit-scrollbar {
        width: 5px; /* Establece la altura de la barra de desplazamiento */
    }

    .scrool-detalle::-webkit-scrollbar-thumb {
        background-color: silver; /* Color del pulgar de la barra de desplazamiento */
    }

    .scrool-detalle::-webkit-scrollbar-track {
        background-color: #f1f1f1; /* Color de la pista de la barra de desplazamiento */
    }

.scrool-detalle-x {
    overflow-x: auto; /* Habilita la barra de desplazamiento horizontal */
    /*white-space: nowrap;*/ /* Evita que el contenido se ajuste automáticamente */
}

    /* Estilos de la barra de desplazamiento */
    .scrool-detalle-x::-webkit-scrollbar {
        height: 7px; /* Establece la altura de la barra de desplazamiento */
    }

    .scrool-detalle-x::-webkit-scrollbar-thumb {
        background-color: silver; /* Color del pulgar de la barra de desplazamiento */
    }

    .scrool-detalle-x::-webkit-scrollbar-track {
        background-color: #f1f1f1; /* Color de la pista de la barra de desplazamiento */
    }

.producto-item {
    border-bottom: 1px solid #e3dede;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    width: 100%;
    justify-content: space-between;
    padding-top: 3px;
    cursor: pointer;
}

    /*.producto-item:hover {
        background-color: #FAE288;
    }*/

.producto-und-imp {
    display: flex;
    justify-content: space-between;
    color: #414141;
}

.producto-imp {
    color: #0189FA;
    font-weight:bold;
}

.select-imp {
    color: black !important;
}

.seleccionfila {
    background-color: #fae28899;
    color: black !important;
}

.botonesAT{
    padding:7px;
}

.classBotonTotal {
    margin-bottom: 7px;
    width: 100%;
    font-size: 15px;
    height:45px;
}

.classBotonCliente {
    margin-top: -15px;
    margin-bottom: -8px;
    width: 100%;
    text-align: left;
    font-size: 15px;
}

.classBotonBottom {
    width: 100%;
    text-align: center;
    font-size:15px;
}

.classBotonMax {
    width: 100%;
    text-align: center;
    font-size: 15px;
}

    .classBotonMax i {
        font-size: 18px;
        vertical-align: middle;
    }

.label-text-totales{
    margin-top:5px;
}

.color-total {
    font-size: 19px;
    color: #48c517;
}

.label-totales {
    margin-top: 5px;
    text-align:right;
}

.totales {
    background-color: white;
    font-weight: bold;
    font-size: 13px;
    display: flex;
    padding: 4px 10px;
    width: 100%;
}

    .totales input {
        margin-top: -10px;
        margin-bottom: -10px;
        margin-left: 6px;
        text-align: right;
        padding-right: 5px;
    }

/************** Categorias ****************/
.menu-container {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Para un desplazamiento suave en dispositivos iOS */
    scrollbar-width: none; /* Para ocultar la barra de scroll en navegadores que la soportan */
    -ms-overflow-style: none; /* Para ocultar la barra de scroll en navegadores que la soportan */
}

.menu-item {
    white-space: nowrap; /* Evita que los elementos se envuelvan a la siguiente línea */
}

.categorias {
    display: flex;
    font-weight: bold;
    font-size: 13px;
    min-height: 40px;
    width: 100%;
    padding-left: 5px;
}

.nav-link2 {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-item-color {
    color: #fff;
    background-color: #1378BC;
}

    .nav-item-color:hover {
        color: black;
        background-color: #FAE288;
    }

.active {
    color: black;
    /*background-color: #FAE288;*/
}

/* ========== ScroolBar Categorías ==========*/
.scrool-categorias {
    overflow-x: auto; /* Habilita la barra de desplazamiento horizontal */
    white-space: nowrap; /* Evita que el contenido se ajuste automáticamente */
}

    /* Estilos de la barra de desplazamiento */
    .scrool-categorias::-webkit-scrollbar {
        height: 4px; /* Establece la altura de la barra de desplazamiento */
    }

    .scrool-categorias::-webkit-scrollbar-thumb {
        background-color: silver; /* Color del pulgar de la barra de desplazamiento */
    }

    .scrool-categorias::-webkit-scrollbar-track {
        background-color: #f1f1f1; /* Color de la pista de la barra de desplazamiento */
    }

/************** Salones ****************/
.menu-container-salon {
    display: flex;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch; /* Para un desplazamiento suave en dispositivos iOS */
    scrollbar-width: none; /* Para ocultar la barra de scroll en navegadores que la soportan */
    -ms-overflow-style: none; /* Para ocultar la barra de scroll en navegadores que la soportan */
}

.menu-item-salon {
    white-space: nowrap; /* Evita que los elementos se envuelvan a la siguiente línea */
}

.salones {
    display: flex;
    font-size:18px;
    width: 100%;
}

.nav-item-color-salon {
    color: #1378BC;
    background-color: white;
}

.activeSalon {
    color: white !important;
    background-color: #1378BC !important;
}

/* ========== ScroolBar Salones ==========*/
.scrool-salones {
    overflow-x: auto; /* Habilita la barra de desplazamiento horizontal */
    white-space: nowrap; /* Evita que el contenido se ajuste automáticamente */
}

    /* Estilos de la barra de desplazamiento */
    .scrool-salones::-webkit-scrollbar {
        height: 4px; /* Establece la altura de la barra de desplazamiento */
    }

    .scrool-salones::-webkit-scrollbar-thumb {
        background-color: silver; /* Color del pulgar de la barra de desplazamiento */
    }

    .scrool-salones::-webkit-scrollbar-track {
        background-color: #f1f1f1; /* Color de la pista de la barra de desplazamiento */
    }

/************** Productos ****************/
.productos-contenedor {
    padding-left: 5px;
    padding-right: 0;
    margin-top: 5px;
    height: calc(100% - 125px);
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.productPos {
    margin-right: 8px;
    margin-bottom: 8px;
    height: 122px;
    background: #fff;
    border: 0.1rem solid rgb(178 178 178 / 72%);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    padding-left: 0;
    padding-right: 3px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.1);
}

    .productPos:hover {
    }

.producto-img-container {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .producto-img-container img {
        display: block;
    }

.producto-name {
    font-weight: bold;
    font-size: 11px;
    margin-top: 2px;
    line-height: normal;
    white-space: normal;
}

.row-preciofav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.producto-precio {
    font-weight: bold;
    font-size: 12px;
    border-radius: 2px;
    color: white;
    background: #31AEE4;
    padding: 1px 4px 1px 5px;
}

.producto-favorito {
    padding-left: 5px;
    color: orange;
    font-size: 16px;
}

/*** Animación para agregar el producto (Phone) ***/
.add-prod-animation {
    animation: addcarrito 1s;
}

@keyframes addcarrito {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    100% {
        transform: translateY(80vh) translateX(0) scale(0.4);
        opacity: 1;
    }
}

.add-prod-animation-izquierda {
    animation: addcarritoizq 0.4s;
}

@keyframes addcarritoizq {
    from {
        transform: translateX(0) scale(1);
        opacity: 0;
    }

    to {
        transform: translateX(-120vh) scale(0.4);
        opacity: 1;
    }
}

/************** Paginación ****************/
.contenedor-pag {
    padding-left: 5px;
    padding-right: 0;
}

.contenedor-group {
    display: flex;
    justify-content: space-between;
    border: 1px solid #c9c9c9;
    padding: 3px;
    border-radius: 3px;
    position: relative;
}

.pagination {
    display: flex;
    justify-content: right;
}

    .pagination span {
        margin: 0 2px;
        padding: 4px 8px;
        font-size: 14px;
        text-decoration: none;
        border: 1px solid #ccc;
        color: #7f7d7d;
        border-radius: 3px;
        font-weight: bold;
        cursor:pointer;
    }
        .pagination span:hover {
            background-color: #0189fa;
            color: white;
        }

    .pagination .previous,
    .pagination .next {
        color: #0189fa;
    }

    .pagination i {
        font-weight: bold;
        font-size: 14px;
    }

.registros {
    font-size: 13.5px;
    font-weight: bold;
    color: #595656;
    margin-top: 7px;
    padding-left:7px;
}

/************** Estilos para Tablas ****************/
.redondear {
    border-radius: 12px;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
}

    .table thead th {
        background-color: var(--secundario);
        padding: 0.3rem 0.2rem 0.4rem 0.2rem;
        white-space: nowrap;
        overflow: hidden;
        border-bottom: none !important;
        top: 35px;
        color: white;
        padding-left: 6px;
    }

    .table td {
        
    }

    .table tfoot {
        background-color: #e6ecef;
        color: var(--secundario);
    }

.cardnew-sf {
    height: 100%;
    margin-bottom: 0px !important;
    border-radius: 12px;
}

.cardnew-cf {
    height: 100%;
    margin-bottom: 0px !important;
    padding-bottom: 50px;
}

.sftabla {
    margin-bottom: 0rem !important;
    height: 100%;
}

.headfijodosfilas {
    top: 0;
    position: sticky;
    z-index: 100;
    font-size: 14px;
}

.footfijodosfilas {
    position: sticky !important;
    bottom: 0px;
    background-color: white;
}

.sfcardfooter {
    position: absolute;
    bottom: 0;
    background-color: white;
    height: 50px;
    width: 100%;
}

.seleccionfilatable {
    background-color: #ef812ccf;
    color: white !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: white;
}

/************** Estilos para Modales ****************/
.modal {
    /*position:absolute;*/
    top:50px;
}

.modal-header{
    padding:10px;
}

.modal-body {
    padding: 15px;
}

.modal-footer {
    padding: 5px;
}

.modal-title{
    font-weight:bold;
}

.close {
    border: 1px solid silver;
    border-radius: 4px;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
}

    .close:hover {
        background-color: #dfdddd;
    }

.msjeError {
    font-size: 13.5px;
    font-weight: bold;
    background-color: #fda400;
    padding: 10px;
}

/************** Estilo Modal Tipo Documento ****************/

.card-doc {
    margin-bottom: 7px;
    margin-right: 4px;
    margin-left: 4px !important;
    height: 100px;
    width: 148px;
    border-radius: 5px !important;
}

.cont-name-serie {
    padding: 2px;
    font-weight: bold;
    font-size: 15px;
}

/************** Estilo de MultiPago ****************/
.contenedor-MP {
    margin-top: 12px;
}

.buttonformaspago {
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 57px;
    border: solid 2px #00a9f9;
    border-radius: 10px;
    background-color: white;
}

    .buttonformaspago:hover {
        background-color: #FAE288;
    }

.botonesMP {
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 700px) {
    .botonesMP {
        justify-content:center;
        margin-top:15px;
    }
}

.rowpvMP {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.card-oper {
    padding: 6px;
    margin-bottom: 11px;
    height: 56px;
    background-color: white;
    border: solid 1px rgb(206 212 218);
    border-radius: 4px;
}

.card-nom-ope {
    margin-top: 5px;
    font-weight: bold;
}

.card-nro-ope {
    text-align: center;
    margin-top: -7px;
    font-size: 15px;
    color: #0ca503;
    margin-right: 70px;
}

.input-ope {
    text-align: right;
    border: 0;
    font-weight: bold;
}

.span-quitar-ope {
    font-size: 25px;
    margin-left: 30%;
    cursor: pointer;
    color: #0060ed;
}

.span-quitar-cliente {
    color: white;
    margin-left: 0;
    position: absolute;
    right: 25px;
    font-size: 25px;
    margin-top: -2px;
    cursor:pointer;
}

.row-monedas {
    margin-bottom: 7px;
    display: flex;
    text-align: right;
}

.estilo-total {
    color: #0d6efd;
    text-align: right;
    font-weight: bold;
}

.estilo-saldo {
    color: #f0822b;
    text-align: right;
}

.btn-moneda {
    font-weight: bold;
    height: 37px;
    width: 80%;
    font-size: 16px;
    background-color: #c3bfbf !important;
    border: #c3bfbf;
    border-radius: 5px;
}

    .btn-moneda:hover {
        background-color: #a3a0a0 !important;
        border: #a3a0a0;
    }

@media only screen and (max-width: 850px) {
    .btn-moneda {
        font-size: 13px;
    }
}

/******* Estilos para la parte de Caja ********/
.contenedor-IE {
    margin-top: 10px;
    border: 1px solid #d3d2d2;
    border-radius: 10px;
    padding: 10px;
}

.nav-IE {
    justify-content: center;
    border-bottom: 0;
    margin-bottom: 7px;
    font-weight: bold;
}

.nav-IE-item {
    border: 1px solid #cbc8c8;
    border-radius: 5px;
}

.tag-caja-active {
    background-color: #f5f5f5 !important;
    color: var(--secundario) !important;
    font-weight: bold;
    border-bottom: 2px solid var(--secundario) !important;
}

/***** Historial de Ventas ******/
.card-contenedor {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.detalle-anulado {
    font-weight: bold;
    color: red;
    font-size: 14px;
    margin-top: 15px;
    padding-right: 4px;
}

.detalle-card-doc {
    position: initial;
    display: grid;
    text-align: center;
    border: 1px solid #0189fa;
    border-radius: 10px;
    font-weight: bold;
}

.title-formapago {
    font-size: 12px;
    font-weight: bold;
    background-color: var(--secundario);
    color: white;
    padding: 2px;
    padding-left: 7px;
}

.detalle-formapago {
    font-size: 12px;
    font-weight: bold;
    top: 5px;
    position: relative;
}

.col-totales {
    text-align: right;
    font-weight: bold;
    font-size: 12px
}

/****** Selección Multiple *******/
.col-title-cab {
    background-color: orange;
    font-weight: bold;
    font-size: 15px;
}

.col-grupokit {
    background-color: #3fa9f4;
    color: white;
    margin-bottom: 5px;
    font-size: 14px;
}

/****** Estilos para el listado de Ordenes ******/
.card-body-sel {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px silver;
}

    .card-body-sel:hover {
        background-color: #e3e3e3;
        cursor:pointer;
    }

/****** Estilos del DateTimePicker de Radzen ******/
.rz-calendar .rz-inputtext {
    height: 30px !important;
    max-width: 145px !important;
}

.rz-datepicker-trigger .rzi-calendar {
    font-size: 20px !important;
    position: initial !important;
}

.rz-spinner {
    display: inline-block !important;
    position: relative !important;
    padding: 0px !important;
    height: 30px !important;
}

.rz-event-content {
    cursor: pointer !important;
    background-color: #420b18 !important;
}

.rz-view-header {
    background-color: #ced1d0 !important;
    font-weight: bold !important;
}

.rz-colorpicker-value {
    display: none !important;
}

.col-form-label{
    font-weight:bold;
}

/****** Estilos para la carga de datos del POS ******/
.progress {
    background-color: white;
    height: 2rem;
    font-size: 1rem;
    border-radius: 0.75rem;
}

.contenedor-progress {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.texto-cargando {
    font-weight: bold;
    color: white;
    text-align: center;
}
.progress-bar {
    background-color: #F5A227 !important;
}
.fondocarga {
    height: 100%;
    background-color: #244f7c;
}

/******* Importar Productos ********/
/* ESTILO DEL DIV QUE CONTENTRÁ EL INPUT */
.upload-btn-wrapper {
    position: relative;
    display: inline-block;
}
    /* ESTILO DEL INPUT*/
    .upload-btn-wrapper input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
/* ESTILO DEL BOTÓN */
.boton-standar-rw {
    background-color: white;
    color: rgb(62 169 245);
    border-radius: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgb(62 169 247);
    transition: all 0.3s ease 0s;
    padding: 8.5px;
    top: 1.2px;
    position: relative;
}
    /* ESTILO DEL BOTÓN CON HOVER DE MOUSE */
    .boton-standar-rw:hover {
        /*color: white;
        background-color: rgb(62 169 247);*/
    }

/***** Modal de Cuotas *****/
.footer-cuota {
    height: 35px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    border-radius: 0 0 12px 12px !important;
    color: var(--secundario);
    margin-left: 1px;
    position: relative;
}

/**** Badges ****/

.badge-success {
    background-color: #2ca444 !important;
    color: white;
}

.badge-primary {
    background-color: #0189FA !important;
    color: white;
}

.badge-secondary {
    background-color: #8f8f8f !important;
    color: white;
}

.badge-warning {
    background-color: #ffaa0f !important;
    color: white;
}

.badge-danger {
    background-color: #ed4040 !important;
    color: white;
}

.badge-info {
    background-color: #2ecded !important;
    color: white;
}

/***** Ribbon *****/

.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}

    .ribbon-wrapper.ribbon-lg {
        height: 120px;
        width: 120px;
    }

        .ribbon-wrapper.ribbon-lg .ribbon {
            right: 0;
            top: 26px;
            width: 160px;
        }

    .ribbon-wrapper.ribbon-xl {
        height: 180px;
        width: 180px;
    }

        .ribbon-wrapper.ribbon-xl .ribbon {
            right: 4px;
            top: 47px;
            width: 240px;
        }

    .ribbon-wrapper .ribbon {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        font-size: 0.8rem;
        line-height: 100%;
        padding: 0.375rem 0;
        position: relative;
        right: -2px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 90px;
    }

        .ribbon-wrapper .ribbon::before, .ribbon-wrapper .ribbon::after {
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 3px solid #9e9e9e;
            bottom: -3px;
            content: "";
            position: absolute;
        }

        .ribbon-wrapper .ribbon::before {
            left: 0;
        }

        .ribbon-wrapper .ribbon::after {
            right: 0;
        }

.row-card{
    margin:0;
}

/***** Estilos para los reportes *****/

.rep-container {
    display: grid;
    gap: 20px;
    padding: 18px;
    border: none;
    border-radius: 0;
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
    border-top: 1px solid #d3d2d2;
}

.rep-card-padre {
    border-radius: 12px;
    box-shadow: 3px 2px 11px 0px #dddddd;
}

.rep-card-body {
    padding: 12px;
    cursor: pointer
}

.rep-body-icono {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rep-body-title {
    font-weight: bold;
    color: #757070;
}

.rep-body-desc {
    color: #757070ad;
    font-size: 14px;
}

.rep-ul {
    font-size: 14px;
    padding: 0;
}

.rep-li-icon {
    color: var(--primario);
    margin-right: 10px;
}

.rep-li {
    color: #656060;
    padding: 5px 10px 5px 10px;
}

    .rep-li:hover {
        background-color: var(--primario);
        color: white;
    }

        .rep-li:hover .rep-li-icon {
            color: white;
        }

/*** Estilos para los accesor directos ***/
.contenedor-acceso-directo {
    display: flex;
    height: 27px;
    color: var(--color_text-topbar-manager);
    background-color: var(--color_topbar-manager);
    border: 1px solid var(--color_text-topbar-manager);
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}

.item-acceso-directo {
    cursor: pointer;
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid var(--color_text-topbar-manager);
    height: 100%;
    display: flex;
    align-items: center;
}

    .item-acceso-directo:hover {
        color: var(--color_topbar-manager);
        background-color: var(--color_text-topbar-manager);
        border: 1px solid var(--color_text-topbar-manager);
    }

.card-acceso-directo {
    background-color: white;
    border: 0;
    height: 170px;
    font-size: 13px;
    border-radius: 12px;
    box-shadow: -1px 3px 6px #c5c5c5;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 7px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.card-trabajador {
    background-color: #f7f7f7;
    border: 0;
    height: 320px;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: -1px 3px 6px #c5c5c5;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    position: relative;
}