html {
    font-size: 14px;
    /* Por defecto Bootstrap usa 16px */
}

.logoMostaza {
    width: 80px;
    height: auto;
    margin: 0 auto;
    background-color: #bc2130;
    padding: 10px;
    border-radius: 4px;
}

.bg-primary {
    background-color: #bc2130 !important;
}

.btn-primary {
    background-color: #bc2130 !important;
    border-color: #bc2130 !important;
}

/* Estilos del Preloader */
.preloader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #bc2130;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#preloader i {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

.preloader-content {
    text-align: center;
}

.preloader-logo {
    width: 120px;
    margin-bottom: 15px;
}

.preloader-text {
    font-size: 16px;
    color: white;
}

.body-cont {
    display: flex;
    min-height: 100vh;
}

.custom-nav {
    min-width: 200px;
    min-height: 100vh;
}

.actions {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    min-height: 100px;
    margin-bottom: 30px;
}

.action {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    border: 1px solid #ccc;
}

.ac-content {
    width: 100%;
}

.ac-description {}

.ac-events {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
}

/* Estilos básicos para mostrar/ocultar modales mediante AngularJS */
.modal {
    display: block;
    /* Se mostrará cuando ng-show sea true */
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.modal-content {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: .3rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.valueTitle {
    font-size: 1.2rem;
}

.valuesCont {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.kpiValue {
    display: flex;
    flex-direction: column;
    color: white;
    border-radius: 4px;
    min-width: 100px;
    align-items: center;
    padding: 10px;
}

.kpiValue span {
    display: flex;
    flex-direction: column;
    color: white;
    border-radius: 4px;
    min-width: 100px;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
}

.bg-green {
    background-color: green;
}

.bg-red {
    background-color: red;
}

.subtitle {
    margin-top: 40px;
    padding-bottom: 6px;
    margin-bottom: 4px;
    border-bottom: 0.5px solid #ccc;
}

.values-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.values-time {
    display: flex;
    justify-content: space-between;
}

.plan-header {
    display: flex;
    justify-content: start;
    align-items: center;
}

.smart {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.8rem;
}

.code {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8rem;
}

.name {
    font-size: 1.1rem;
    line-height: 1.1rem;
}

.print {
    page-break-inside: avoid;
}

.fs-7 {
    font-size: 0.875rem;
    /* 14px, por ejemplo */
}

.fs-8 {
    font-size: 0.75rem;
    /* 12px, por ejemplo */
}

.seg-slot {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}

@media (max-width: 767.98px) {
    /* Estilos para móviles */


}

.resp-cont {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.resp-data {
    display: flex;
    flex-direction: column;
}

.fix-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.login-cont {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.login-cont-2 {
    width: 100%;
    max-width: 420px;
    padding: 20px;
    margin: auto;
    margin-top: 50px;
    text-align: left;
    /* background-color: #ccc;
    border-radius: 4px; */
}

.login-button {
    text-align: right;
}

.icon-help {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/**** Estilos para la sidebar ****/
.sidebar {
    min-height: 100vh;
}

.sidebar .nav-link {
    color: #fff;
    margin: 0.3rem 0;
}

.sidebar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.result-feedback-icon {
    font-size: 3rem;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: white;
}

.pdm-result-cont {
    display: flex;
    flex-direction: row;
    border-radius: 4px;
}

.section-title-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.border-green {
    border: 1px solid green;
}

.border-red {
    border: 1px solid red;
}

.no-plan {
    color: red;
}

/* Datatables */

/* Elimina el borde de las celdas en las filas de la tabla */
table.dataTable tbody tr td,
table.dataTable tbody tr th {
    border: none !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: none !important;
}

table {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Colores */

.table tbody tr.bg-blue>td,
.table thead tr.bg-blue>th {
    background-color: #d6efff !important;
    border-bottom: 2px solid white !important;
}

.table tbody tr.bg-red>td,
.table thead tr.bg-red>th {
    background-color: rgb(255, 168, 168) !important;
    border-bottom: 2px solid white !important;
}

.table tbody tr.bg-green>td,
.table thead tr.bg-green>th {
    background-color: rgb(208, 255, 208) !important;
    border-bottom: 2px solid white !important;
}

.table tbody tr.bg-orange>td,
.table thead tr.bg-orange>th {
    background-color: rgb(255, 226, 173) !important;
    border-bottom: 2px solid white !important;
}