footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    /*position: absolute;*/
    /*bottom: 0;*/
}
footer > div {
    margin-left: 45rem;
}
.imgLogoLateral {
    position: relative;
    top: 15%;
}
.perfil {
    /*width: 100%;*/
    /*margin-top: -25px;*/
}
.input-wrapper {
    position: relative;
    width: 271px;
}

.input {
    box-sizing: border-box;
    color: #191919;
    padding: 15px 15px 15px 35px;
    width: 100%;
    border-color: #30a4f1;
}
.input-icon {
    color: #30a4f1;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.input-icon.password {
    left: unset;
    right: 12px;
}
.titulo {
    color: #30a4f1;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.3vh !important; /** Corrección en espacio entre el titulo y el contenido */
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgb(50, 164, 241,.3);
}

.table-striped2 > tbody > tr:nth-child(odd) > td,
.table-striped2 > tbody > tr:nth-child(odd) > th {
    background-color: #c1e3fa;
}

table.dataTable tbody tr:nth-child(odd)>.dtfc-fixed-end {
    background-color: #c1e3fa;
}

.subtitulo {
    color: #30a4f1;
    font-weight: bold;
    margin-top: 10px !important;
    word-break: break-word !important;
    align-self: center;
}

.img_user_admin {
    margin-left: 0 !important;
}


.container-custom-sm {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.card-box {
    box-shadow: 1px 1px 15px rgba(128, 128, 128, 0.308);
    border-radius: 3em;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.card-box-follow {
    box-shadow: 1px 1px 7px grey;
    border-radius: 1em;
    margin-top: 25px;
    color: #8f9197;
}
.card-box-follow > span {
    font-size: 8px;
}
.lugar,
.usuario {
    padding-left: 25px;
    padding-bottom: 25px;
    color: #8f9197;
}
.did-floating-label-content {
    position: relative;
    margin-bottom: 20px;
}
.did-floating-label {
    color: #1e4c82;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: -10px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.did-floating-input,
.did-floating-select {
    font-size: 12px;
    display: block;
    overflow: scroll;
    height: 36px;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid grey;
    border-radius: 10px !important;
    box-sizing: border-box;
    &:focus {
        outline: none;
        ~ .did-floating-label {
            top: -8px;
            font-size: 13px;
        }
    }
}
.did-floating-textarea {
    font-size: 12px;
    display: block;
    padding: 15px;
    background: #fff;
    color: #323840;
    border: 1px solid grey;
    border-radius: 10px !important;
    box-sizing: border-box;

    overflow-y: hidden;
    &:focus {
        outline: none;
        ~ .did-floating-label {
            top: -8px;
            font-size: 13px;
        }
    }
}
.btn-seguimiento {
    border-radius: 5em;
    background-color: #30a4f1;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 5px;
}
select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.did-floating-select::-ms-expand {
    display: none;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -8px;
    font-size: 13px;
}
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -8px;
    font-size: 13px;
}
.did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 11px;
    font-size: 13px;
}
.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-error-input {
    .did-floating-input,
    .did-floating-select {
        border: 2px solid #9d3b3b;
        color: #9d3b3b;
    }
    .did-floating-label {
        font-weight: 600;
        color: #9d3b3b;
    }
    .did-floating-select:not([multiple]):not([size]) {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
    }
}

.input-group {
    display: flex;
    .did-floating-input {
        border-radius: 0 4px 4px 0;
        border-left: 0;
        padding-left: 0;
    }
}
.input-group-append {
    display: flex;
    align-items: center;
    /*   margin-left:-1px; */
}
.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #323840;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;

    border-radius: 4px 0 0 4px;
    border-right: none;
}
.btn-filter {
    border-radius: 5em;

    border: 2px solid #004fd1;
    width: 50%;
    color: #004fd1;
    font-weight: bold;
    padding: 5px;
    background-color: #fff;
}
.btn-limpiar {
    border-radius: 5em;
    display: inline-block;
    border: 2px solid #d10000;
    width: 50%;
    color: #d10000;
    font-weight: bold;
    padding: 5px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
}
.comentarios {
    border: 1px solid #8f9197;
    width: 95%;
    margin: auto;
    border-radius: 1em;
    max-height: 500px;
    overflow-y: scroll;
}
input::-webkit-scrollbar {
    display: none;
}

.nav-content > nav {
    min-height: 3em;
    overflow-x: auto; /* Permitir desplazamiento horizontal cuando los elementos son demasiado anchos */
    white-space: nowrap; /* Evitar el salto de línea */
    text-align: center; /* Centrar los elementos */
    font-size: 0
}
.nav-content nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; /* Evitar que la lista se extienda al 100% del ancho */
}
.nav-content nav li {
    display: inline-block;
    font-size: 1em
}

.nav-content nav a {
    text-decoration: none;
    display: block;
}

.nav-content nav > ul > li > span {
    background: #30a4f1;
}
@media only screen and (max-width: 600px) {
    .perfil {
        width: 75% !important;
        margin-top: -25px;
    }
    .nav-fix {
        display: inline-block;
        float: right;
    }
    .nav-fix > div {
        width: 50% !important;
        float: left;
    }

    .subtitulo {
        width: 100px !important;
        font-size: 12px;
        margin-left: 50px;
    }

    .inputs{
        width: 100% !important;
    }
}

@media (max-width: 280px){
}

@media only screen and (max-width: 1560px) {
    .subtitulo {
    }
}

@media (max-width: 576px) {
    .did-floating-label {
        font-size: 10px !important;
        left: 4px;
        top: -10px;
    }
}
