﻿
.mobile-bg-primary {
    background-color: rgba(49, 66, 147, 1);
    font-size: 1.5em;
}

.mobile-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.mobile-fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1030;
}

.mobile-content {
    position: fixed;
    top: 60px; /* Ajusta este valor según el alto de tu header */
    bottom: 60px; /* Ajusta este valor según el alto de tu footer */
    width: 100%;
}

.mobile-scrollable-table {
    display: block;
    max-height: calc(100vh - 320px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.input-group .form-control,
.input-group select.form-control {
    background-color: white;
    color: black;
    font-size: 1em;
}

.nowrap {
    white-space: nowrap;
}

.mobile-centered-footer-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ajusta este valor según tus necesidades */
    font-size: 0.5em;
}
.mobile-button {
    margin-right: 10px;
    padding: 10px 15px;
    font-size: 0.9em;
}