.faceted-overlay *{
    display: none !important;
}

#gl-cont-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro con transparencia */
    z-index: 99999;
}

#gl-cont-loader .cont-text{
    text-align: center;
    position: relative;
    margin: auto;
    color: aliceblue;
    margin-top: 60vh;
    font-size: medium;
}

#gl-cont-loader .cont-text{
    text-align: center;
    max-width: 80%;
}
