
.resultado-busqueda {
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    z-index: 1000;
    position: absolute;
    min-width: 500px;
    text-align: left;
}

.resultado-busqueda-internal {
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    z-index: 1000;
    position: absolute;
    width: 250px !important;
    border-radius: 10px; 
    text-align: left;
}

.search-box {
    width: 100% !important;
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0px;
}

.search-box input {
    padding: 10px 15px;
    font-size: 1.25rem;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
}

.section-title {
    color: #001245;
    background: #e6f7ff;
    font-weight: bold;
    padding: 8px 15px;
    font-size: 14px;
    margin-top: 5px;
}

.section {
    padding: 3px 15px;
    margin-left: 25px;
    border-left: 1px solid #000000;
    color: #000000;
}

    .section li {
        list-style: none;
        padding: 4px 0;
        font-size: 14px;
        cursor: pointer;
    }

        .section li:hover {
            background: #f4f4f4;
        }

/* Custom scrollbar */
.dropdown::-webkit-scrollbar {
    width: 6px;
}

.dropdown::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}

.highcharts-datagrid-no-data {
    font-weight: bold;
}