.info-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000033;
    border-top: 1px solid #00000033;
    /* border-radius: 10px; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 2px;
    background: linear-gradient(175deg, #0444829c, #eaeaea);
}

.info-title-container h2 {
    margin: 0;
}

.new-container {
    min-height: 300px !important;
    height: auto;
}


.small-select {
    width: 233px;
}

.file-details {
    flex-grow: 1;
    margin-left: 15px;
}

.file-details .user-info {
    font-size: 15px;
    color: #FF5733;
    margin-bottom: -2px;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
}

.file-title {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 1px;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
}

.order-info,
.file-date {
    font-size: 15px;
    color: black;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
}

/* Colores específicos para cada ícono */
.file-details .user-icon {
    color: #FF5733;
    /* Naranja rojizo */
}

.file-details .file-icon {
    color: #28A745;
    /* Verde */
}

.file-details .order-icon {
    color: #17A2B8;
    /* Azul verdoso */
}

.file-details .date-icon {
    color: #FFC107;
    /* Ámbar */
}

.file-details .diagnostico-icon {
    color: #6F42C1;
    /* Morado */
}

/* Otros estilos */
.filters-container input,
.filters-container select,
.filters-container button {
    padding: 5px 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.diagnostico {
    display: inline;
}

@media (max-width: 700px) {

    .small-select {
        width: 90px;
    }
}

@media (max-width: 600px) {

    .small-select {
        width: 64px;
    }
}