.accordion {
    --bs-accordion-bg: #000000 !important;
    --bs-accordion-color: #fff !important;
    --bs-accordion-btn-color: #fff !important;
    --bs-accordion-active-color: #000000 !important;
    --bs-accordion-active-bg: #959eac !important;

}

body {
    background-color: #000 !important;
    /* color: #fff !important; */
    font-family: monospace !important;
}

.pagination {
    justify-content: center;
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.pagination ul {
    display: inline-block !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pagination a {
    display: inline !important;
    padding: 5px 10px !important;
    margin-right: 5px !important;
    background-color: #eee !important;
    color: #333 !important;
    text-decoration: none !important;
}

.pagination a:hover {
    background-color: #0d6efd !important;
}

.pagination>ul>strong {
    background-color: #0d6efd !important;
    padding: 5px 10px !important;
    margin-right: 5px !important;
}
.letras_blancas {
    font-size: 20px;
    color: #fff !important;
    font-weight: bold;
}

.blanco {
    color: #fff !important;
}
.dropdown-item:hover {
    background-color: #413c3c !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    line-height: 35px !important;
}
a:link {
    text-decoration: none;
}

/* Color naranja brillante */
.btn-naranja {
    background-color: #FFA500;
    color: #FFFFFF;
}

/* Color naranja más suave */
.btn-naranja-suave {
    background-color: #FFC857;
    color: #000000;
}

/* Color verde brillante */
.btn-verde {
    background-color: #00FF00;
    color: #000000;
}

/* Color verde más suave */
.btn-verde-suave {
    background-color: #66FF66;
    color: #000000;
}

.tituloModulo {
    color: #fff;
}

.imagen_listado {
    width: 60%;
    height: 80px;
}

.imagen_editar {
    width: 200px;
}
/* Estilo para la imagen ampliada */
.ampliada {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Estilo para la imagen ampliada dentro del contenedor */
.ampliada img {
    max-width: 200px;
    max-height: 90%;
}

/* Oculta la imagen ampliada inicialmente */
.ampliada.oculta {
    display: none;
}
a:visited {
    text-decoration: none;
}

.nav-item:hover {
    border-radius: 13px;
    background-color: #413c3c;
}

.nav-link {
    color: #fff !important;
    margin: 2px;
    border: 2px solid #fff;
        border-radius: 13px;
}

.dropdown-menu {
    background-color: #000 !important;
    width: 100% !important;
}

.dropdown-item {
    white-space: normal !important;
}
.nav-dropdown {
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

.custom-select {
    color: #000000 !important;
}

/* .font_cursiv {
    font-family: cursive;
}

.font_geor {
    font-family: georgia;
}

.font_fant {
    font-family: fantasy;
}

.font_new {
    font-family: new times roman;
}

.font_monos {
    font-family: monospace;
} */

.login-page {
    padding: 0% 0 0;
    margin: 0 auto 100px;
    max-width: 360px;
    position: relative;
    margin-top: 50px !important;
}

.login-form {
    box-shadow: 0 0 27px 0 rgba(84, 84, 84, 0.62);
    background-color: #000000;
    border: 1px solid #fff;
}

.login-form-header {
    padding-top: 0px;
}

.login-form-logo {
    width: 100%;
    /*height: 100%;*/
}

.navbar-brand img {
    width: 250px !important;
}

.login-form-logo img {
    width: 200px !important;
}

.login-from-row {
    padding-top: 16px;
    padding-bottom: 10px;
}

.login-from-row input {
    width: 200px !important;
    /*padding-top: 16px;
    padding-bottom: 16px;*/
}

.login-from-row button {
    width: 200px;
    margin-bottom: 0px;
    /*padding-top: 16px;
    padding-bottom: 16px;*/
}

.btn_registro {
    width: 300px !important;
    margin-bottom: 10px;
    /*padding-top: 16px;
    padding-bottom: 16px;*/
}


.login-form-font-header {
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
}

.login-form-font-header span {
    color: #ffffff;
}


.link-registro {
    font-size: 15px;
}

.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 100vh; */
}

.alinea-items {
    align-items: center !important;
    justify-content: center !important;
}

.bordesTableReportes {
    border-radius: 5px;
    border: 1px solid #fff;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo-tabla {
    background-color: green !important;
}

.table-dark {
    --bs-table-bg: #000 !important;
}

.table_bordes {
    border: 1px solid #fff;
}

.box_productos {
    border-radius: 5px;
    border: 1px solid #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .table>:not(caption)>*>* {
    background-color: #000 !important;
} */

.navbar {
    border-bottom: 1px solid rgb(255, 255, 255);
    /* margin: 20px auto 0 auto; */
}

.nav-tabs {
    border-bottom: 0px !important;
}

.fondo-negro {
    background-color: #000 !important;
}

.navbar-brand img {
    width: 350px;
}

.modal-title {
    color: #fff !important;
    text-transform: uppercase;
    text-align: center !important;
}

.modal-content {
    /* border: 0px #000 !important; */
    border: 2px solid #000 !important;
}

/* 
.box_title_listado {
    display: flex;
    /*flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 35px;
    align-items: center;
}

.title_ficha_listado {
    font-weight: normal;
    font-size: 30px;
} */
.box_permisos {
    height: auto;
    width: 33%;
    border: 2px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.box_titulo {
    text-align: center;
    font-size: 25px;
}

.box_contenido {
    padding-left: 15px;
    text-align: left;
    display: flex;
}

.inputCheck {
    margin-top: 2px;
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

/* Top 3 productos */
.card {
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 10px;
    width: 300px;
    background-color: #222;
    color: #fff;
}

.card-header {
    /* border: 1px solid #fff; */
    background-color: #222;
    padding: 10px;
    border-radius: 20px !important;

}

.card-title {
    margin: 0;
}

.card-body {
    padding: 10px;
}

.card-body p {
    margin: 0;
}

.card-body p:last-child {
    font-weight: bold;
    color: red;
}