body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
li,
ul,
ol,
input,
button,
select,
textarea,
label,
table,
tr,
th,
td,
.btn,
.form-control {
    font-family: 'Poppins', sans-serif !important;
}

.bg-gradient-primary {
    background-color: #203145;
    /*background-image: linear-gradient(180deg,#00a65a 10%,#0da22e 100%);*/
    background-image: linear-gradient(180deg, #203145 10%, #13345a 100%);

    /*background-image: linear-gradient(180deg,#eda814 10%,#cb8f0f 100%); */
    background-size: cover;
}

.sidebar-dark .nav-item .nav-link {
    color: #f8f9fc;
}

.sidebar-dark .sidebar-heading {
    color: #f8f9fc;
}

#sel1 .dropdown {
    border: 1px solid green;
}

#input_traslado #codigo_lote {
    border: 3px solid #8ce251 !important;
    height: 95px;
    font-size: 2em;
}

#input_traslado #btn_verificar {
    width: 100%;
    height: 95px;
    font-size: 3em;
}

.info_about_traslado {
    font-size: 2.5em;
}

.info_about_traslado ul li {
    font-size: 1.3em;
}

.info_about_traslado h3 {
    font-size: 1.3em;
}

.crumbs-traslados {
    font-size: 1.5em;
    color: #8ce251;
    padding-bottom: 30px;
    list-style: none;
}

.crumbs-traslados a {
    text-decoration: none;
    font-size: 1.5em;
    text-transform: uppercase;
}

#valor_abierto {
    color: red;
    font-weight: bold;
}

.nombre_formula {
    color: #28a745;
    background-color: #ffffff;
    border-color: #28a745;
}

#f_peso {
    font-size: 1em;
    font-weight: 600;
}

#f_codigo {
    font-size: 1em;
    font-weight: 600;
}

#f_nombre {
    font-size: 1em;
}

#rojo {
    color: red;
    font-weight: bold;
}

#verde {
    color: green;
    font-weight: bold;
}

.rojo {
    color: red;
    font-weight: bold;
}

.verde {
    color: green;
    font-weight: bold;
}

.azul {
    color: #007bff;
    font-weight: bold;
}

.contando {
    font-size: 1.5em;
    font-weight: bold;
}

#lista_m,
#lista_materiales {
    overflow-wrap: break-word;
}

.panel-escritorio {
    background-color: #223343;
}

.panel-escritorio .logo-escritorio {
    background-color: #223343;
    margin: 0px auto;
    padding: 20px;
    box-sizing: border-box;
}

.panel-escritorio .logo-escritorio img {
    width: 40%;
    height: auto;
    margin: 0px auto;
    display: block;
}

#ModalMateriales {
    width: 100% !important;
}

.modal-full {
    min-width: 100%;
    margin-left: 80;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.sorting_1::before {
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    display: block;
    position: absolute;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role='row']>td:first-child:before {
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    display: block;
    position: absolute;
}

#pesomenos,
#pesomas,
#val_disponible {
    font-size: 1.5em;
}

#mensaje-rechazo {
    font-size: 2em;
}

#conteo_general {
    padding: 0px 10px 0px 10px;
    color: #0da22e;
    font-size: 1.3em;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #0da22e;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
    height: 40px;
}

.btn-p-ajuste {
    margin-bottom: 30px;
    margin-top: 10px;
    border: 2px solid #28a745;
    width: 100%;
    padding: 20px;
}

.btn-p-nueva-paca {
    border: 2px solid #007bff;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
}

#tbllistado_pacas {
    border: 1px solid green;
}

#caja_comentario {
    font-weight: bold;
}

#rm_comentario_batch {
    border: 2px solid green;
    width: 100%;
}

#f_cabecera_bottom,
#f_cabecera {
    line-height: 3.5em;
}

.btn-registro-batch {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 40px;
    margin-top: 20px;
    font-size: 3.5em;
}

.confirmar-paca {
    padding: 30px 40px;
    font-size: 2.5em;
    margin-left: 10px;
}

.no-confirmar {
    padding: 30px 30px;
    font-size: 2.5em;
}

.mformula_rojo {
    font-size: 1.2em;
    font-weight: bold;
}

/************************************/
#opciones_categoria {
    margin-top: 5px;
}

.inputfield {
    height: 50px;
}

/*************************/

.lista-categorias {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #28a745;
    margin-bottom: 20px;
}

.input-categoria input[type='checkbox'].checkbox {
    appearance: none;
    width: 5rem;
    height: 5rem;
    position: relative;
}

.input-categoria input[type='checkbox'].checkbox::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: rgba(255, 255, 255, 0);
    background-color: white;
    border-radius: 3px;
    box-shadow: inset 0 0 0 2px mediumvioletred;
    font-size: 0rem;
    font-weight: bolder;
    line-height: 5rem;
    text-align: center;
    transition: background-color 350ms 0ms ease, color 350ms 250ms ease, font-size 350ms 250ms ease;
}

.input-categoria input[type='checkbox'].checkbox:checked::after {
    content: '\02714';
    color: rgba(255, 255, 255, 1);
    background-color: mediumvioletred;
    font-size: 4rem;
}

.label-categoria {
    display: block;
    line-height: 2em;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 30px;
    width: 100%;
}

/*
.label-categoria
    display: block;
    line-height: 5rem;
    text-transform: uppercase;
}
*/

#imagenmuestra {
    margin-top: 10px;
}

#permisos li,
#tipo_usuarios li {
    margin-bottom: 5px;
}

#permisos li input,
#tipo_usuarios li input {
    margin-right: 10px;
}

.mformula_verde {
    font-size: 1.2em;
    font-weight: bold;
}

/**************************************/
input[type='date'] {
    height: 35px;
    margin: 0 auto;
    width: 100%;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    outline: none;
    border: 1px solid #28a745;
    border-radius: 3px;
    padding: 0 3px;
    color: #000000;
}

input[type='date']::-webkit-datetime-edit-month-field {
    color: #28a745;
}

input[type='date']::-webkit-datetime-edit-day-field {
    color: #28a745;
}

input[type='date']::-webkit-datetime-edit-year-field {
    color: #28a745;
}

/***********************************************/
input[type='date']::-webkit-clear-button {
    font-size: 18px;
    height: 30px;
    position: relative;
    right: 5px;
    margin-right: 4px;
}

input[type='date']::-webkit-inner-spin-button {
    height: 30px;
}

input[type='date']::-webkit-calendar-picker-indicator {
    font-size: 18px;
}

input[type='date']::-webkit-calendar-picker-indicator:hover {
    color: #28a745;
    cursor: pointer;
}

input[type='date']::-webkit-calendar-picker-indicator:active {
    color: #28a745;
}

/*************************************************/
/* input[type=date]::-webkit-datetime-edit { padding: 1em; }
input[type=date]::-webkit-datetime-edit-fields-wrapper { background: silver; }
input[type=date]::-webkit-datetime-edit-text { color: red; padding: 0 0.3em; }
input[type=date]::-webkit-datetime-edit-month-field { color: blue; }
input[type=date]::-webkit-datetime-edit-day-field { color: green; }
input[type=date]::-webkit-datetime-edit-year-field { color: purple; }
input[type=date]::-webkit-inner-spin-button { display: none; }
input[type=date]::-webkit-calendar-picker-indicator { background: orange; } */

/***************************/
/* input[type="date"]::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator{
    filter: drop-shadow(16px 16px 20px rgb(40,167,69)) invert(100%);
} */

.ap_cards button {
    padding: 20px;
}

/* #formulario_medidas{
    border: 3px solid magenta !important;
} */

#form_medida input[type="text"],
#form_medida textarea {
    width: 100%;
}

/* #modalTemperatura {
    border: 2px solid greenyellow !important;
    width: 100% !important;
} */

#modalTemperatura .modal-body {
    max-height: 500px;
    /* Ajusta la altura máxima según tus necesidades */
    overflow-y: auto;
    /* Agrega una barra de desplazamiento vertical si es necesario */
}

/* Estilo para sacerdotes fallecidos en DataTables */
.row-fallecido,
.row-fallecido td,
.row-fallecido:hover,
.row-fallecido:hover td,
table.dataTable tbody tr.row-fallecido,
table.dataTable tbody tr.row-fallecido td,
table.dataTable tbody tr.row-fallecido:hover,
table.dataTable tbody tr.row-fallecido:hover td {
    background-color: #333333 !important;
    color: #ffffff !important;
}

.row-fallecido a,
.row-fallecido td a,
.row-fallecido .btn {
    color: #ffffff !important;
}