﻿body {
    overflow: hidden; /* Evita el desplazamiento mientras se carga */
}
/* Define clases CSS para colores de fondo */
.bg-danger {
    background-color: #ff4d4d;
}

.bg-success {
    background-color: #28a745;
}

/* Estilo para la tabla con clase table-bordered y border-primary */
.table-bordered.border-primary {
    font-family: "narrow", sans-serif; /* Cambiar narrow por la fuente narrow que estás utilizando */
    /* Ajusta otros estilos según sea necesario */
}


.fixed-height-card-body {
    height: 500px; /* Ajusta esta altura según tus necesidades */
}

.fixed-height-card-body-left {
    height: 351px; /* Ajusta esta altura según tus necesidades */
}

.readonly-field {
    background-color: #f0f0f0;
    color: #666;
    border: 1px solid #ccc;
}



/* Estilos personalizados para cambiar el tamaño del modal */
.modal-xl-custom {
    max-width: 35%; /* Cambia este valor para ajustar el ancho */
    height: 100vh; /* Cambia este valor para ajustar la altura */
}

.modal-content-custom {
    height: 90%; /* Hace que el contenido ocupe toda la altura disponible */
}


.modal-xl-customPagos {
    max-width: 80%; /* Cambia este valor para ajustar el ancho */
    height: 100vh; /* Cambia este valor para ajustar la altura */
}

.modal-content-customPagos {
    height: 71%; /* Hace que el contenido ocupe toda la altura disponible */
}



.fixed-height-card-body {
    height: 400px; /* Ajusta esta altura según tus necesidades */
}

.fixed-height-card-body-left {
    height: 400px; /* Ajusta esta altura según tus necesidades */
}

/* Estilos para el radio button */
input[type="radio"] {
    transform: scale(1.5); /* Cambia el tamaño del radio button */
    margin-right: 2px; /* Añade un margen a la derecha del radio button */
    margin-left: 4px; /* Añade un margen a la derecha del radio button */
}

/* Estilos para todos los radio buttons */
.radio-label {
    display: inline-block;
    margin-left: 2px; /* Ajusta el margen izquierdo para reducir el espacio */
    margin-right: 4px; /* Ajusta el margen izquierdo para reducir el espacio */
}

/* Estilos para el contenedor del radio button */
.radio-container {
    border: 1px solid #ccc; /* Borde del contenedor */
    padding: 10px; /* Espacio interno del contenedor */
    display: inline-block; /* Hace que el contenedor se ajuste al contenido */
    border-radius: 5px; /* Bordes redondeados del contenedor */
}

.hidden-cell {
    display: none;
}

.custom-style {
    text-align: center;
    color: blue;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-img {
    width: 64px;
    height: 64px;
    padding: 0;
    border: none;
    background: none;
}

.btn-img1 {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: none;
}

.btn-img img {
    width: 100%;
    height: 100%;
}

.btn-img1 img {
    width: 100%;
    height: 100%;
}


.btn-success {
    background: var(--success);
    color: #fff;
}
/*.custom-style1 {
    text-align: center;*/ /* Texto centrado */
/*color: blue;*/ /* Texto de color azul */
/*display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/



/*/*#compfecham {
    text-align: center;
    color: blue;*/ /* Texto de color azul */
/*display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
/*#idclientModal {
    text-align: center;*/ /* Texto centrado */
/*color: blue;*/ /* Texto de color azul */
/*display: flow;
    width: 2rem;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
