/* Fuente FSAlbert */
@font-face {
    font-family: 'FSAlbert';
    src: url('../../../fonts/FSalbert/FSAlbert-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FSAlbert';
    src: url('../../../fonts/FSalbert/FSAlbert.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FSAlbert';
    src: url('../../../fonts/FSalbert/FSAlbert-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FSAlbert';
    src: url('../../../fonts/FSalbert/FSAlbert-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* ExtraBold */
    font-style: normal;
    font-display: swap;
}

/* Aplicar la fuente a todo el documento */
body {
    font-family: 'FSAlbert', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Estilos para el pie de página */
.login-footer {
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: #6c757c;
    padding: 1rem 0;
    font-size: 0.85rem;
    z-index: 1000;
}

.login-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 3rem;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-links a {
    color: #6c757c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #6c757c;
    text-decoration: underline;
}

.copyright {
    color: #6c757c;
}

.sistel-logo {
    max-width: 100px;
    height: auto;
}
    
.cursor-pointer{
    cursor: pointer;
}

table.dataTable thead tr > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right, table.dataTable tfoot tr > .dtfc-fixed-left, table.dataTable tfoot tr > .dtfc-fixed-right {
    top: 0;
    bottom: 0;
    z-index: 3;
    background-color: #f5f6fa !important;
  }

@media (min-height: 1080px) {
    .content-inner{
        min-height: 70vh !important;
    }
}