

        body {
            font-size: 0.9rem;
            background-color: #f9f9f9;
            color: #333;
           display: flex;
           min-height: 100vh;
           flex-direction: column;
         }
       
         main {
           flex: 1 0 auto;
        }

        .navbar {
            background-color: #2196f3; /* Azul claro */
        }
        .navbar .brand-logo {
            font-size: 1.2rem;
        }
        .btn-custom {
            background-color: #2196f3;
        }
        .btn-custom:hover {
            background-color: #1976d2;
        }

        .container {
             width: 95%;
             max-width: 1800px;}
        
        .page-footer {
            background-color: #2196f3;
            padding-top: 0px;
            width: 100%;
           
        }


        .btn-small{
    border: none;
    border-radius: 15px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 8px 8px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
        }

       
        .material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

 .Cmodal-close {
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 1.8rem;
    outline: none;
    transition: color 0.3s;
}

 .Cmodal-close:hover {
    color: #ff5252; /* Cambia de color al pasar el mouse */
}


/* Estilo para el fondo oscuro */
.custom-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.95);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    /* Estilo para la imagen centrada */
    .custom-overlay img {
        font-size: 1.4rem;
        color: white;
        max-width: 90%;
        max-height: 90%;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
    }

    /* Efecto de transición al mostrar el modal */
    .custom-overlay.show {
        display: flex;
        animation: fadeIn 0.3s ease-in-out;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    .loader {
            height: 100%;
            width: 100%;
            display: none;
            position: fixed;
            text-align: center;
            padding-top: 20%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 25px;
            color: #fffcfc;
            background-color: #374ec3fa;
            z-index: 1;
        }

        td {
    max-width: 200px;
    white-space: normal;
    }


.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgb(255 255 255 / 87%);
}


#form .select-wrapper input.select-dropdown {
    color: white;
}

#form .input-field.col label {
    color:#95c6ed  ;
}


.dropdown-content li>a, .dropdown-content li>span {
    font-size: 0.9rem;
    color: #2196f3;
    display: block;
    line-height: 22px;
    padding: 6px 16px;
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 40px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
}


@media only screen and (max-width: 1366px) {
    
    body {
        font-size: 0.8rem;
        }
 
    #Titulo {
           display: none;
       }
   #nombre_sistema {
       display: block !important;
       }
   
   #slogan {
       display: block !important;
       }
   
           td {
            max-width: 200px;
            white-space: normal;
            }
}


/* @media only screen and (max-width: 1920px) {
    table.responsive-table {
        width:100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }

    table.responsive-table td:empty:before {
        content: '\00a0'
    }

    table.responsive-table th,table.responsive-table td {
        margin: 0;
        vertical-align: top;
    }

    table.responsive-table th {
        text-align: left
    }

    table.responsive-table thead {
        display: block;
        float: left;
    }

    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0
    }

    table.responsive-table thead tr th::before {
        content: "\00a0"
    }

    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }

    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top
    }

    table.responsive-table th {
        display: block;
        text-align: right;
    }

    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left
    }

    table.responsive-table tr {
        border-bottom: none;
        padding: 0 10px
    }

    table.responsive-table thead {
        border: 0;
        border-right: 1px solid rgba(0,0,0,0.12);
    }
} */



  

@media only screen and (max-width: 992px) {
    
   
           td {
       max-width: fit-content;
       white-space: normal;
       }
   
       td, th {
           padding: 10px 5px;
           }
         
          #i-search .input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
            
            color: #2196f3;
            
        }
   
   }
   


   @media only screen and (max-width: 601px) {
    .fit-content {
        min-height: 10vh !important;
        align-content: center; }
   
};



@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
        height: 55px;
        line-height: 51px;
    }
   
};


